From e34dfec679312834e3cbe911ce300f3a41c8b324 Mon Sep 17 00:00:00 2001 From: Marc Shilling Date: Thu, 21 Apr 2016 15:48:10 -0400 Subject: [PATCH] lets see if this works --- LICENSE.md | 21 + android/build.gradle | 43 + .../com/imagepicker/test/BuildConfig.java | 13 + .../debug/com/imagepicker/BuildConfig.java | 13 + .../release/com/imagepicker/BuildConfig.java | 13 + .../debug/android/support/v7/appcompat/R.java | 1222 +++ .../android/support/v7/recyclerview/R.java | 30 + .../debug/com/facebook/drawee/R.java | 74 + .../facebook/drawee/backends/pipeline/R.java | 74 + .../debug/com/facebook/react/R.java | 1333 ++++ .../androidTest/debug/com/imagepicker/R.java | 1333 ++++ .../debug/com/imagepicker/test/R.java | 6891 +++++++++++++++++ .../debug/org/webkit/android_jsc/R.java | 10 + .../source/r/debug/com/imagepicker/R.java | 6891 +++++++++++++++++ .../source/r/release/com/imagepicker/R.java | 6891 +++++++++++++++++ .../bundles/debug/AndroidManifest.xml | 20 + .../build/intermediates/bundles/debug/R.txt | 1297 ++++ .../bundles/debug/aapt/AndroidManifest.xml | 20 + .../intermediates/bundles/debug/classes.jar | Bin 0 -> 11912 bytes .../bundles/release/AndroidManifest.xml | 20 + .../build/intermediates/bundles/release/R.txt | 1297 ++++ .../bundles/release/aapt/AndroidManifest.xml | 20 + .../intermediates/bundles/release/classes.jar | Bin 0 -> 11839 bytes .../debug/com/imagepicker/BuildConfig.class | Bin 0 -> 705 bytes .../com/imagepicker/ImagePickerModule$1.class | Bin 0 -> 1787 bytes .../com/imagepicker/ImagePickerModule$2.class | Bin 0 -> 1352 bytes .../com/imagepicker/ImagePickerModule.class | Bin 0 -> 16725 bytes .../com/imagepicker/ImagePickerPackage.class | Bin 0 -> 1421 bytes .../debug/com/imagepicker/R$anim.class | Bin 0 -> 1023 bytes .../debug/com/imagepicker/R$attr.class | Bin 0 -> 12577 bytes .../debug/com/imagepicker/R$bool.class | Bin 0 -> 888 bytes .../debug/com/imagepicker/R$color.class | Bin 0 -> 4932 bytes .../debug/com/imagepicker/R$dimen.class | Bin 0 -> 5308 bytes .../debug/com/imagepicker/R$drawable.class | Bin 0 -> 4507 bytes .../classes/debug/com/imagepicker/R$id.class | Bin 0 -> 5301 bytes .../debug/com/imagepicker/R$integer.class | Bin 0 -> 703 bytes .../debug/com/imagepicker/R$layout.class | Bin 0 -> 2845 bytes .../debug/com/imagepicker/R$string.class | Bin 0 -> 2782 bytes .../debug/com/imagepicker/R$style.class | Bin 0 -> 22937 bytes .../debug/com/imagepicker/R$styleable.class | Bin 0 -> 23086 bytes .../classes/debug/com/imagepicker/R$xml.class | Bin 0 -> 424 bytes .../classes/debug/com/imagepicker/R.class | Bin 0 -> 878 bytes .../release/com/imagepicker/BuildConfig.class | Bin 0 -> 570 bytes .../com/imagepicker/ImagePickerModule$1.class | Bin 0 -> 1787 bytes .../com/imagepicker/ImagePickerModule$2.class | Bin 0 -> 1352 bytes .../com/imagepicker/ImagePickerModule.class | Bin 0 -> 16725 bytes .../com/imagepicker/ImagePickerPackage.class | Bin 0 -> 1421 bytes .../release/com/imagepicker/R$anim.class | Bin 0 -> 1023 bytes .../release/com/imagepicker/R$attr.class | Bin 0 -> 12577 bytes .../release/com/imagepicker/R$bool.class | Bin 0 -> 888 bytes .../release/com/imagepicker/R$color.class | Bin 0 -> 4932 bytes .../release/com/imagepicker/R$dimen.class | Bin 0 -> 5308 bytes .../release/com/imagepicker/R$drawable.class | Bin 0 -> 4507 bytes .../release/com/imagepicker/R$id.class | Bin 0 -> 5301 bytes .../release/com/imagepicker/R$integer.class | Bin 0 -> 703 bytes .../release/com/imagepicker/R$layout.class | Bin 0 -> 2845 bytes .../release/com/imagepicker/R$string.class | Bin 0 -> 2782 bytes .../release/com/imagepicker/R$style.class | Bin 0 -> 22937 bytes .../release/com/imagepicker/R$styleable.class | Bin 0 -> 23086 bytes .../release/com/imagepicker/R$xml.class | Bin 0 -> 424 bytes .../classes/release/com/imagepicker/R.class | Bin 0 -> 878 bytes .../appcompat-v7/23.0.1/AndroidManifest.xml | 24 + .../appcompat-v7/23.0.1/R.txt | 1188 +++ .../23.0.1/aapt/AndroidManifest.xml | 24 + .../appcompat-v7/23.0.1/annotations.zip | Bin 0 -> 1982 bytes .../appcompat-v7/23.0.1/jars/classes.jar | Bin 0 -> 571583 bytes .../appcompat-v7/23.0.1/public.txt | 307 + .../23.0.1/res/anim/abc_fade_in.xml | 20 + .../23.0.1/res/anim/abc_fade_out.xml | 20 + .../res/anim/abc_grow_fade_in_from_bottom.xml | 30 + .../23.0.1/res/anim/abc_popup_enter.xml | 21 + .../23.0.1/res/anim/abc_popup_exit.xml | 21 + .../anim/abc_shrink_fade_out_from_bottom.xml | 27 + .../23.0.1/res/anim/abc_slide_in_bottom.xml | 20 + .../23.0.1/res/anim/abc_slide_in_top.xml | 19 + .../23.0.1/res/anim/abc_slide_out_bottom.xml | 19 + .../23.0.1/res/anim/abc_slide_out_top.xml | 19 + ...ound_cache_hint_selector_material_dark.xml | 21 + ...und_cache_hint_selector_material_light.xml | 21 + .../abc_color_highlight_material.xml | 23 + ...ound_cache_hint_selector_material_dark.xml | 20 + ...und_cache_hint_selector_material_light.xml | 20 + ...rimary_text_disable_only_material_dark.xml | 21 + ...imary_text_disable_only_material_light.xml | 21 + .../color/abc_primary_text_material_dark.xml | 21 + .../color/abc_primary_text_material_light.xml | 21 + .../23.0.1/res/color/abc_search_url_text.xml | 21 + .../abc_secondary_text_material_dark.xml | 21 + .../abc_secondary_text_material_light.xml | 21 + .../res/color/switch_thumb_material_dark.xml | 20 + .../res/color/switch_thumb_material_light.xml | 20 + .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 112 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 227 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 404 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 464 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 563 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 954 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 632 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 1105 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 1291 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 107 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 279 bytes .../drawable-hdpi/abc_ic_clear_mtrl_alpha.png | Bin 0 -> 324 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 171 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 118 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 203 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 404 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 134 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 226 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 222 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 406 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 610 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 325 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 78 bytes .../drawable-hdpi/abc_list_focused_holo.9.png | Bin 0 -> 106 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 93 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 90 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 90 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 108 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 109 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 768 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 1026 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 235 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 315 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 93 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 88 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 93 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 88 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 87 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 271 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 199 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 403 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 232 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 218 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 129 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 268 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 202 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 295 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 186 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 494 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 303 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 369 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 264 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 707 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 422 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 232 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 329 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 905 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 367 bytes .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 108 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 214 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 322 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 326 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 358 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 744 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 535 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 699 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 784 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 95 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 223 bytes .../drawable-mdpi/abc_ic_clear_mtrl_alpha.png | Bin 0 -> 279 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 184 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 108 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 134 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 264 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 112 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 157 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 141 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 274 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 407 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 235 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 78 bytes .../drawable-mdpi/abc_list_focused_holo.9.png | Bin 0 -> 97 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 92 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 89 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 89 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 94 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 94 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 525 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 680 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 203 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 238 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 89 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 84 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 90 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 84 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 85 bytes ...bc_action_bar_item_background_material.xml | 18 + .../drawable-v21/abc_btn_colored_material.xml | 50 + .../abc_control_background_material.xml | 19 + .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 117 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 281 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 432 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 651 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 785 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 1433 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 932 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 1601 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 1881 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 114 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 326 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 402 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 250 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 145 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 187 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 493 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 158 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 243 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 193 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 498 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 771 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 417 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 78 bytes .../abc_list_focused_holo.9.png | Bin 0 -> 111 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 94 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 91 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 91 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 115 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 115 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 1077 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 1470 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 303 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 419 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 97 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 90 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 93 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 91 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 92 bytes .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 129 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 308 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 593 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 984 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 1209 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 1683 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 891 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 2615 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 3305 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 123 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 413 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 499 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 259 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 145 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 266 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 711 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 215 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 350 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 262 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 724 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1339 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 587 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 78 bytes .../abc_list_focused_holo.9.png | Bin 0 -> 112 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 101 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 92 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 92 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 140 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 134 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 1764 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 2370 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 425 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 589 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 106 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 101 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 105 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 92 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 97 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 284 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 476 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 785 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 946 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 2625 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 2984 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 238 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 662 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 334 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 916 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 307 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 465 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 320 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 941 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 976 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 786 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 365 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 532 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 112 bytes .../drawable/abc_btn_borderless_material.xml | 23 + .../res/drawable/abc_btn_check_material.xml | 20 + .../res/drawable/abc_btn_colored_material.xml | 22 + .../drawable/abc_btn_default_mtrl_shape.xml | 33 + .../res/drawable/abc_btn_radio_material.xml | 20 + .../abc_cab_background_internal_bg.xml | 23 + .../abc_cab_background_top_material.xml | 21 + .../abc_dialog_material_background_dark.xml | 26 + .../abc_dialog_material_background_light.xml | 26 + .../res/drawable/abc_edit_text_material.xml | 30 + .../abc_item_background_holo_dark.xml | 27 + .../abc_item_background_holo_light.xml | 27 + ...lector_background_transition_holo_dark.xml | 21 + ...ector_background_transition_holo_light.xml | 21 + .../drawable/abc_list_selector_holo_dark.xml | 28 + .../drawable/abc_list_selector_holo_light.xml | 29 + .../drawable/abc_ratingbar_full_material.xml | 25 + ..._spinner_textfield_background_material.xml | 36 + .../drawable/abc_switch_thumb_material.xml | 20 + .../drawable/abc_tab_indicator_material.xml | 21 + .../res/drawable/abc_text_cursor_material.xml | 23 + .../abc_textfield_search_material.xml | 23 + .../res/layout/abc_action_bar_title_item.xml | 35 + .../layout/abc_action_bar_up_container.xml | 24 + .../abc_action_bar_view_list_nav_layout.xml | 23 + .../layout/abc_action_menu_item_layout.xml | 31 + .../res/layout/abc_action_menu_layout.xml | 25 + .../23.0.1/res/layout/abc_action_mode_bar.xml | 26 + .../abc_action_mode_close_item_material.xml | 26 + .../res/layout/abc_activity_chooser_view.xml | 72 + .../abc_activity_chooser_view_list_item.xml | 52 + .../res/layout/abc_alert_dialog_material.xml | 148 + .../res/layout/abc_dialog_title_material.xml | 47 + .../res/layout/abc_expanded_menu_layout.xml | 22 + .../layout/abc_list_menu_item_checkbox.xml | 27 + .../res/layout/abc_list_menu_item_icon.xml | 29 + .../res/layout/abc_list_menu_item_layout.xml | 61 + .../res/layout/abc_list_menu_item_radio.xml | 25 + .../res/layout/abc_popup_menu_item_layout.xml | 62 + .../res/layout/abc_screen_content_include.xml | 27 + .../23.0.1/res/layout/abc_screen_simple.xml | 35 + .../abc_screen_simple_overlay_action_mode.xml | 39 + .../23.0.1/res/layout/abc_screen_toolbar.xml | 54 + .../abc_search_dropdown_item_icons_2line.xml | 86 + .../23.0.1/res/layout/abc_search_view.xml | 142 + .../res/layout/abc_select_dialog_material.xml | 35 + .../res/layout/notification_media_action.xml | 25 + .../notification_media_cancel_action.xml | 28 + .../notification_template_big_media.xml | 61 + ...notification_template_big_media_narrow.xml | 69 + .../layout/notification_template_lines.xml | 108 + .../layout/notification_template_media.xml | 53 + ...notification_template_part_chronometer.xml | 29 + .../notification_template_part_time.xml | 29 + .../layout/select_dialog_item_material.xml | 34 + .../select_dialog_multichoice_material.xml | 30 + .../select_dialog_singlechoice_material.xml | 30 + .../support_simple_spinner_dropdown_item.xml | 25 + .../23.0.1/res/values-af/values-af.xml | 23 + .../23.0.1/res/values-am/values-am.xml | 23 + .../23.0.1/res/values-ar/values-ar.xml | 23 + .../res/values-az-rAZ/values-az-rAZ.xml | 22 + .../23.0.1/res/values-bg/values-bg.xml | 23 + .../res/values-bn-rBD/values-bn-rBD.xml | 23 + .../23.0.1/res/values-ca/values-ca.xml | 23 + .../23.0.1/res/values-cs/values-cs.xml | 23 + .../23.0.1/res/values-da/values-da.xml | 23 + .../23.0.1/res/values-de/values-de.xml | 23 + .../23.0.1/res/values-el/values-el.xml | 23 + .../res/values-en-rAU/values-en-rAU.xml | 23 + .../res/values-en-rGB/values-en-rGB.xml | 23 + .../res/values-en-rIN/values-en-rIN.xml | 23 + .../res/values-es-rUS/values-es-rUS.xml | 23 + .../23.0.1/res/values-es/values-es.xml | 23 + .../res/values-et-rEE/values-et-rEE.xml | 23 + .../res/values-eu-rES/values-eu-rES.xml | 23 + .../23.0.1/res/values-fa/values-fa.xml | 23 + .../23.0.1/res/values-fi/values-fi.xml | 23 + .../res/values-fr-rCA/values-fr-rCA.xml | 23 + .../23.0.1/res/values-fr/values-fr.xml | 23 + .../res/values-gl-rES/values-gl-rES.xml | 23 + .../res/values-gu-rIN/values-gu-rIN.xml | 23 + .../res/values-h720dp/values-h720dp.xml | 6 + .../23.0.1/res/values-hdpi/values-hdpi.xml | 10 + .../23.0.1/res/values-hi/values-hi.xml | 23 + .../23.0.1/res/values-hr/values-hr.xml | 23 + .../23.0.1/res/values-hu/values-hu.xml | 23 + .../res/values-hy-rAM/values-hy-rAM.xml | 23 + .../23.0.1/res/values-in/values-in.xml | 23 + .../res/values-is-rIS/values-is-rIS.xml | 23 + .../23.0.1/res/values-it/values-it.xml | 23 + .../23.0.1/res/values-iw/values-iw.xml | 23 + .../23.0.1/res/values-ja/values-ja.xml | 23 + .../res/values-ka-rGE/values-ka-rGE.xml | 23 + .../res/values-kk-rKZ/values-kk-rKZ.xml | 23 + .../res/values-km-rKH/values-km-rKH.xml | 23 + .../res/values-kn-rIN/values-kn-rIN.xml | 23 + .../23.0.1/res/values-ko/values-ko.xml | 23 + .../res/values-ky-rKG/values-ky-rKG.xml | 23 + .../23.0.1/res/values-land/values-land.xml | 19 + .../23.0.1/res/values-large/values-large.xml | 22 + .../res/values-lo-rLA/values-lo-rLA.xml | 23 + .../23.0.1/res/values-lt/values-lt.xml | 23 + .../23.0.1/res/values-lv/values-lv.xml | 23 + .../res/values-mk-rMK/values-mk-rMK.xml | 21 + .../res/values-ml-rIN/values-ml-rIN.xml | 23 + .../res/values-mn-rMN/values-mn-rMN.xml | 23 + .../res/values-mr-rIN/values-mr-rIN.xml | 23 + .../res/values-ms-rMY/values-ms-rMY.xml | 23 + .../res/values-my-rMM/values-my-rMM.xml | 23 + .../23.0.1/res/values-nb/values-nb.xml | 23 + .../res/values-ne-rNP/values-ne-rNP.xml | 23 + .../23.0.1/res/values-nl/values-nl.xml | 23 + .../res/values-pa-rIN/values-pa-rIN.xml | 23 + .../23.0.1/res/values-pl/values-pl.xml | 23 + .../23.0.1/res/values-port/values-port.xml | 6 + .../res/values-pt-rPT/values-pt-rPT.xml | 23 + .../23.0.1/res/values-pt/values-pt.xml | 23 + .../23.0.1/res/values-ro/values-ro.xml | 23 + .../23.0.1/res/values-ru/values-ru.xml | 23 + .../res/values-si-rLK/values-si-rLK.xml | 23 + .../23.0.1/res/values-sk/values-sk.xml | 23 + .../23.0.1/res/values-sl/values-sl.xml | 23 + .../res/values-sq-rAL/values-sq-rAL.xml | 23 + .../23.0.1/res/values-sr/values-sr.xml | 23 + .../23.0.1/res/values-sv/values-sv.xml | 23 + .../23.0.1/res/values-sw/values-sw.xml | 23 + .../res/values-sw600dp/values-sw600dp.xml | 17 + .../res/values-ta-rIN/values-ta-rIN.xml | 23 + .../res/values-te-rIN/values-te-rIN.xml | 23 + .../23.0.1/res/values-th/values-th.xml | 23 + .../23.0.1/res/values-tl/values-tl.xml | 23 + .../23.0.1/res/values-tr/values-tr.xml | 23 + .../23.0.1/res/values-uk/values-uk.xml | 23 + .../res/values-ur-rPK/values-ur-rPK.xml | 23 + .../res/values-uz-rUZ/values-uz-rUZ.xml | 22 + .../23.0.1/res/values-v11/values-v11.xml | 171 + .../23.0.1/res/values-v12/values-v12.xml | 13 + .../23.0.1/res/values-v14/values-v14.xml | 35 + .../23.0.1/res/values-v17/values-v17.xml | 49 + .../23.0.1/res/values-v18/values-v18.xml | 6 + .../23.0.1/res/values-v21/values-v21.xml | 268 + .../23.0.1/res/values-v22/values-v22.xml | 13 + .../23.0.1/res/values-v23/values-v23.xml | 25 + .../23.0.1/res/values-vi/values-vi.xml | 23 + .../res/values-w360dp/values-w360dp.xml | 6 + .../res/values-w480dp/values-w480dp.xml | 9 + .../res/values-w500dp/values-w500dp.xml | 6 + .../res/values-w600dp/values-w600dp.xml | 7 + .../res/values-w720dp/values-w720dp.xml | 6 + .../values-xlarge-land/values-xlarge-land.xml | 6 + .../res/values-xlarge/values-xlarge.xml | 14 + .../res/values-zh-rCN/values-zh-rCN.xml | 23 + .../res/values-zh-rHK/values-zh-rHK.xml | 23 + .../res/values-zh-rTW/values-zh-rTW.xml | 23 + .../23.0.1/res/values-zu/values-zu.xml | 23 + .../appcompat-v7/23.0.1/res/values/values.xml | 1534 ++++ .../23.0.1/AndroidManifest.xml | 22 + .../recyclerview-v7/23.0.1/R.txt | 12 + .../23.0.1/aapt/AndroidManifest.xml | 22 + .../recyclerview-v7/23.0.1/jars/classes.jar | Bin 0 -> 279574 bytes .../23.0.1/res/values/values.xml | 10 + .../support-v4/23.0.1/AndroidManifest.xml | 24 + .../23.0.1/aapt/AndroidManifest.xml | 24 + .../support/v4/media/MediaMetadataCompat.aidl | 18 + .../support/v4/media/RatingCompat.aidl | 18 + .../v4/media/session/MediaSessionCompat.aidl | 20 + .../media/session/ParcelableVolumeInfo.aidl | 18 + .../v4/media/session/PlaybackStateCompat.aidl | 18 + .../support-v4/23.0.1/annotations.zip | Bin 0 -> 3862 bytes .../support-v4/23.0.1/jars/classes.jar | Bin 0 -> 958726 bytes .../23.0.1/jars/libs/internal_impl-23.0.1.jar | Bin 0 -> 299727 bytes .../drawee/0.8.1/AndroidManifest.xml | 9 + .../com.facebook.fresco/drawee/0.8.1/R.txt | 58 + .../drawee/0.8.1/aapt/AndroidManifest.xml | 9 + .../drawee/0.8.1/jars/classes.jar | Bin 0 -> 95085 bytes .../drawee/0.8.1/res/values/values.xml | 4 + .../fbcore/0.8.1/AndroidManifest.xml | 9 + .../fbcore/0.8.1/aapt/AndroidManifest.xml | 9 + .../fbcore/0.8.1/jars/classes.jar | Bin 0 -> 104981 bytes .../fresco/0.8.1/AndroidManifest.xml | 9 + .../com.facebook.fresco/fresco/0.8.1/R.txt | 58 + .../fresco/0.8.1/aapt/AndroidManifest.xml | 9 + .../fresco/0.8.1/jars/classes.jar | Bin 0 -> 9332 bytes .../0.8.1/AndroidManifest.xml | 9 + .../0.8.1/aapt/AndroidManifest.xml | 9 + .../0.8.1/jars/classes.jar | Bin 0 -> 8715 bytes .../imagepipeline/0.8.1/AndroidManifest.xml | 9 + .../0.8.1/aapt/AndroidManifest.xml | 9 + .../imagepipeline/0.8.1/jars/classes.jar | Bin 0 -> 488690 bytes .../0.8.1/jni/arm64-v8a/libbitmaps.so | Bin 0 -> 5640 bytes .../0.8.1/jni/arm64-v8a/libgifimage.so | Bin 0 -> 481792 bytes .../0.8.1/jni/arm64-v8a/libimagepipeline.so | Bin 0 -> 931840 bytes .../0.8.1/jni/arm64-v8a/libmemchunk.so | Bin 0 -> 5736 bytes .../0.8.1/jni/arm64-v8a/libwebp.so | Bin 0 -> 226952 bytes .../0.8.1/jni/arm64-v8a/libwebpimage.so | Bin 0 -> 465408 bytes .../0.8.1/jni/armeabi-v7a/libbitmaps.so | Bin 0 -> 13588 bytes .../0.8.1/jni/armeabi-v7a/libgifimage.so | Bin 0 -> 87700 bytes .../0.8.1/jni/armeabi-v7a/libimagepipeline.so | Bin 0 -> 316828 bytes .../0.8.1/jni/armeabi-v7a/libmemchunk.so | Bin 0 -> 13636 bytes .../0.8.1/jni/armeabi-v7a/libwebp.so | Bin 0 -> 193896 bytes .../0.8.1/jni/armeabi-v7a/libwebpimage.so | Bin 0 -> 79508 bytes .../0.8.1/jni/armeabi/libbitmaps.so | Bin 0 -> 13576 bytes .../0.8.1/jni/armeabi/libgifimage.so | Bin 0 -> 91784 bytes .../0.8.1/jni/armeabi/libimagepipeline.so | Bin 0 -> 316812 bytes .../0.8.1/jni/armeabi/libmemchunk.so | Bin 0 -> 13624 bytes .../0.8.1/jni/armeabi/libwebp.so | Bin 0 -> 177496 bytes .../0.8.1/jni/armeabi/libwebpimage.so | Bin 0 -> 87688 bytes .../imagepipeline/0.8.1/jni/x86/libbitmaps.so | Bin 0 -> 5288 bytes .../0.8.1/jni/x86/libgifimage.so | Bin 0 -> 157356 bytes .../0.8.1/jni/x86/libimagepipeline.so | Bin 0 -> 562556 bytes .../0.8.1/jni/x86/libmemchunk.so | Bin 0 -> 5364 bytes .../imagepipeline/0.8.1/jni/x86/libwebp.so | Bin 0 -> 234752 bytes .../0.8.1/jni/x86/libwebpimage.so | Bin 0 -> 140972 bytes .../0.8.1/jni/x86_64/libbitmaps.so | Bin 0 -> 5856 bytes .../0.8.1/jni/x86_64/libgifimage.so | Bin 0 -> 498576 bytes .../0.8.1/jni/x86_64/libimagepipeline.so | Bin 0 -> 985424 bytes .../0.8.1/jni/x86_64/libmemchunk.so | Bin 0 -> 5984 bytes .../imagepipeline/0.8.1/jni/x86_64/libwebp.so | Bin 0 -> 259920 bytes .../0.8.1/jni/x86_64/libwebpimage.so | Bin 0 -> 482192 bytes .../react-native/0.20.1/AndroidManifest.xml | 15 + .../react-native/0.20.1/R.txt | 1297 ++++ .../0.20.1/aapt/AndroidManifest.xml | 15 + .../react-native/0.20.1/annotations.zip | Bin 0 -> 486 bytes .../react-native/0.20.1/jars/classes.jar | Bin 0 -> 843386 bytes .../jars/libs/infer-annotations-1.5.jar | Bin 0 -> 6259 bytes .../0.20.1/jni/armeabi-v7a/libfb.so | Bin 0 -> 13564 bytes .../0.20.1/jni/armeabi-v7a/libfbjni.so | Bin 0 -> 50492 bytes .../0.20.1/jni/armeabi-v7a/libfolly_json.so | Bin 0 -> 111980 bytes .../0.20.1/jni/armeabi-v7a/libglog.so | Bin 0 -> 79244 bytes .../jni/armeabi-v7a/libgnustl_shared.so | Bin 0 -> 661132 bytes .../jni/armeabi-v7a/libreactnativejni.so | Bin 0 -> 128364 bytes .../react-native/0.20.1/jni/x86/libfb.so | Bin 0 -> 5264 bytes .../react-native/0.20.1/jni/x86/libfbjni.so | Bin 0 -> 75052 bytes .../0.20.1/jni/x86/libfolly_json.so | Bin 0 -> 189764 bytes .../react-native/0.20.1/jni/x86/libglog.so | Bin 0 -> 99620 bytes .../0.20.1/jni/x86/libgnustl_shared.so | Bin 0 -> 988820 bytes .../0.20.1/jni/x86/libreactnativejni.so | Bin 0 -> 226644 bytes .../0.20.1/res/anim/catalyst_push_up_in.xml | 13 + .../0.20.1/res/anim/catalyst_push_up_out.xml | 13 + .../0.20.1/res/layout/fps_view.xml | 18 + .../0.20.1/res/layout/redbox_item_frame.xml | 26 + .../0.20.1/res/layout/redbox_item_title.xml | 10 + .../0.20.1/res/layout/redbox_view.xml | 21 + .../0.20.1/res/values-cs/values-cs.xml | 11 + .../0.20.1/res/values-da/values-da.xml | 11 + .../0.20.1/res/values-de/values-de.xml | 11 + .../0.20.1/res/values-el/values-el.xml | 11 + .../res/values-en-rGB/values-en-rGB.xml | 11 + .../res/values-es-rES/values-es-rES.xml | 11 + .../0.20.1/res/values-es/values-es.xml | 11 + .../res/values-fb-rLL/values-fb-rLL.xml | 11 + .../0.20.1/res/values-fb/values-fb.xml | 11 + .../0.20.1/res/values-fi/values-fi.xml | 11 + .../0.20.1/res/values-fr/values-fr.xml | 11 + .../0.20.1/res/values-hu/values-hu.xml | 11 + .../0.20.1/res/values-in/values-in.xml | 11 + .../0.20.1/res/values-it/values-it.xml | 11 + .../0.20.1/res/values-ja/values-ja.xml | 11 + .../0.20.1/res/values-ko/values-ko.xml | 11 + .../0.20.1/res/values-nb/values-nb.xml | 11 + .../0.20.1/res/values-nl/values-nl.xml | 11 + .../0.20.1/res/values-pl/values-pl.xml | 11 + .../res/values-pt-rPT/values-pt-rPT.xml | 11 + .../0.20.1/res/values-pt/values-pt.xml | 11 + .../0.20.1/res/values-ro/values-ro.xml | 11 + .../0.20.1/res/values-ru/values-ru.xml | 11 + .../0.20.1/res/values-sv/values-sv.xml | 11 + .../0.20.1/res/values-th/values-th.xml | 11 + .../0.20.1/res/values-tr/values-tr.xml | 11 + .../0.20.1/res/values-vi/values-vi.xml | 11 + .../res/values-zh-rCN/values-zh-rCN.xml | 11 + .../res/values-zh-rHK/values-zh-rHK.xml | 11 + .../res/values-zh-rTW/values-zh-rTW.xml | 11 + .../react-native/0.20.1/res/values/values.xml | 46 + .../0.20.1/res/xml/preferences.xml | 34 + .../android-jsc/r174650/AndroidManifest.xml | 3 + .../org.webkit/android-jsc/r174650/R.txt | 0 .../android-jsc/r174650/jars/classes.jar | Bin 0 -> 181 bytes .../r174650/jni/armeabi-v7a/libicu_common.so | Bin 0 -> 922976 bytes .../r174650/jni/armeabi-v7a/libjsc.so | Bin 0 -> 1910900 bytes .../r174650/jni/armeabi/libicu_common.so | Bin 0 -> 943444 bytes .../r174650/jni/x86/libicu_common.so | Bin 0 -> 1307892 bytes .../android-jsc/r174650/jni/x86/libjsc.so | Bin 0 -> 4614240 bytes .../aidl/androidTest/debug/dependency.store | Bin 0 -> 5 bytes .../incremental/aidl/debug/dependency.store | Bin 0 -> 5 bytes .../incremental/aidl/release/dependency.store | Bin 0 -> 5 bytes .../mergeAssets/androidTest/debug/merger.xml | 2 + .../incremental/mergeAssets/debug/merger.xml | 2 + .../mergeAssets/release/merger.xml | 2 + .../debug/merger.xml | 1339 ++++ .../mergeResourcesdebug/merger.xml | 1339 ++++ .../mergeResourcesrelease/merger.xml | 1339 ++++ .../packageResourcesdebug/merger.xml | 2 + .../packageResourcesrelease/merger.xml | 2 + .../androidTest/debug/AndroidManifest.xml | 33 + .../tmp/manifestMerger4804498521715117284.xml | 16 + .../androidTest/debug/anim/abc_fade_in.xml | 20 + .../androidTest/debug/anim/abc_fade_out.xml | 20 + .../anim/abc_grow_fade_in_from_bottom.xml | 30 + .../debug/anim/abc_popup_enter.xml | 21 + .../androidTest/debug/anim/abc_popup_exit.xml | 21 + .../anim/abc_shrink_fade_out_from_bottom.xml | 27 + .../debug/anim/abc_slide_in_bottom.xml | 20 + .../debug/anim/abc_slide_in_top.xml | 19 + .../debug/anim/abc_slide_out_bottom.xml | 19 + .../debug/anim/abc_slide_out_top.xml | 19 + .../debug/anim/catalyst_push_up_in.xml | 14 + .../debug/anim/catalyst_push_up_out.xml | 14 + ...ound_cache_hint_selector_material_dark.xml | 21 + ...und_cache_hint_selector_material_light.xml | 21 + .../abc_color_highlight_material.xml | 23 + ...ound_cache_hint_selector_material_dark.xml | 20 + ...und_cache_hint_selector_material_light.xml | 20 + ...rimary_text_disable_only_material_dark.xml | 21 + ...imary_text_disable_only_material_light.xml | 21 + .../color/abc_primary_text_material_dark.xml | 21 + .../color/abc_primary_text_material_light.xml | 21 + .../debug/color/abc_search_url_text.xml | 21 + .../abc_secondary_text_material_dark.xml | 21 + .../abc_secondary_text_material_light.xml | 21 + .../color/switch_thumb_material_dark.xml | 20 + .../color/switch_thumb_material_light.xml | 20 + .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 287 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 306 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 549 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 622 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 753 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 1619 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1078 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 1548 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 1748 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 229 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 416 bytes .../drawable-hdpi/abc_ic_clear_mtrl_alpha.png | Bin 0 -> 280 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 233 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 160 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 288 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 612 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 190 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 373 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 270 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 791 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1028 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 541 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 170 bytes .../drawable-hdpi/abc_list_focused_holo.9.png | Bin 0 -> 244 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 212 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 212 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 212 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 239 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 240 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 840 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 1290 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 392 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 534 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 199 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 192 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 202 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 182 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 182 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 384 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 289 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 610 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 391 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 325 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 174 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 381 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 351 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 428 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 237 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 729 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 503 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 475 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 361 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 991 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 630 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 246 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 418 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 1257 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 611 bytes .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 274 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 288 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 429 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 428 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 493 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 1348 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1005 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 1047 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 1124 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 225 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 351 bytes .../drawable-mdpi/abc_ic_clear_mtrl_alpha.png | Bin 0 -> 236 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 280 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 158 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 185 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 377 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 158 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 234 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 186 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 545 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 681 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 415 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 170 bytes .../drawable-mdpi/abc_list_focused_holo.9.png | Bin 0 -> 222 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 211 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 211 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 211 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 226 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 227 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 604 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 863 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 353 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 426 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 192 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 186 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 185 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 181 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 180 bytes ...bc_action_bar_item_background_material.xml | 18 + .../drawable-v21/abc_btn_colored_material.xml | 50 + .../abc_control_background_material.xml | 19 + .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 297 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 354 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 556 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 831 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 996 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 2215 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1547 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 2259 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 2606 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 234 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 485 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 365 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 344 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 188 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 237 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 723 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 218 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 371 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 238 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 919 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1131 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 730 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 170 bytes .../abc_list_focused_holo.9.png | Bin 0 -> 244 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 214 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 214 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 214 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 254 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 253 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 1141 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 1811 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 507 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 762 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 205 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 198 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 197 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 190 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 190 bytes .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 305 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 369 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 725 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 1249 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 1467 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 2401 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1032 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 3755 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 2804 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 246 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 570 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 395 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 306 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 176 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 363 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 988 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 284 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 521 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 337 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 1292 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1908 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 947 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 178 bytes .../abc_list_focused_holo.9.png | Bin 0 -> 245 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 221 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 221 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 221 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 307 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 305 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 1822 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 2774 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 632 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 1076 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 210 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 202 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 204 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 193 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 196 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 295 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 551 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 1014 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 1226 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 3524 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 3853 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 240 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 566 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 418 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 1253 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 378 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 680 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 390 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 1559 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1571 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 1291 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 617 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 1056 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 208 bytes .../drawable/abc_btn_borderless_material.xml | 23 + .../debug/drawable/abc_btn_check_material.xml | 20 + .../drawable/abc_btn_colored_material.xml | 22 + .../drawable/abc_btn_default_mtrl_shape.xml | 33 + .../debug/drawable/abc_btn_radio_material.xml | 20 + .../abc_cab_background_internal_bg.xml | 23 + .../abc_cab_background_top_material.xml | 21 + .../abc_dialog_material_background_dark.xml | 26 + .../abc_dialog_material_background_light.xml | 26 + .../debug/drawable/abc_edit_text_material.xml | 30 + .../abc_item_background_holo_dark.xml | 27 + .../abc_item_background_holo_light.xml | 27 + ...lector_background_transition_holo_dark.xml | 21 + ...ector_background_transition_holo_light.xml | 21 + .../drawable/abc_list_selector_holo_dark.xml | 28 + .../drawable/abc_list_selector_holo_light.xml | 29 + .../drawable/abc_ratingbar_full_material.xml | 25 + ..._spinner_textfield_background_material.xml | 36 + .../drawable/abc_switch_thumb_material.xml | 20 + .../drawable/abc_tab_indicator_material.xml | 21 + .../drawable/abc_text_cursor_material.xml | 23 + .../abc_textfield_search_material.xml | 23 + .../layout/abc_action_bar_title_item.xml | 35 + .../layout/abc_action_bar_up_container.xml | 24 + .../abc_action_bar_view_list_nav_layout.xml | 23 + .../layout/abc_action_menu_item_layout.xml | 31 + .../debug/layout/abc_action_menu_layout.xml | 25 + .../debug/layout/abc_action_mode_bar.xml | 26 + .../abc_action_mode_close_item_material.xml | 26 + .../layout/abc_activity_chooser_view.xml | 72 + .../abc_activity_chooser_view_list_item.xml | 52 + .../layout/abc_alert_dialog_material.xml | 148 + .../layout/abc_dialog_title_material.xml | 47 + .../debug/layout/abc_expanded_menu_layout.xml | 22 + .../layout/abc_list_menu_item_checkbox.xml | 27 + .../debug/layout/abc_list_menu_item_icon.xml | 29 + .../layout/abc_list_menu_item_layout.xml | 61 + .../debug/layout/abc_list_menu_item_radio.xml | 25 + .../layout/abc_popup_menu_item_layout.xml | 62 + .../layout/abc_screen_content_include.xml | 27 + .../debug/layout/abc_screen_simple.xml | 35 + .../abc_screen_simple_overlay_action_mode.xml | 39 + .../debug/layout/abc_screen_toolbar.xml | 54 + .../abc_search_dropdown_item_icons_2line.xml | 86 + .../debug/layout/abc_search_view.xml | 142 + .../layout/abc_select_dialog_material.xml | 35 + .../androidTest/debug/layout/fps_view.xml | 19 + .../layout/notification_media_action.xml | 25 + .../notification_media_cancel_action.xml | 28 + .../notification_template_big_media.xml | 61 + ...notification_template_big_media_narrow.xml | 69 + .../layout/notification_template_lines.xml | 108 + .../layout/notification_template_media.xml | 53 + ...notification_template_part_chronometer.xml | 29 + .../notification_template_part_time.xml | 29 + .../debug/layout/redbox_item_frame.xml | 27 + .../debug/layout/redbox_item_title.xml | 11 + .../androidTest/debug/layout/redbox_view.xml | 22 + .../layout/select_dialog_item_material.xml | 34 + .../select_dialog_multichoice_material.xml | 30 + .../select_dialog_singlechoice_material.xml | 30 + .../support_simple_spinner_dropdown_item.xml | 25 + .../androidTest/debug/values-af/values-af.xml | 23 + .../androidTest/debug/values-am/values-am.xml | 23 + .../androidTest/debug/values-ar/values-ar.xml | 23 + .../debug/values-az-rAZ/values-az-rAZ.xml | 22 + .../androidTest/debug/values-bg/values-bg.xml | 23 + .../debug/values-bn-rBD/values-bn-rBD.xml | 23 + .../androidTest/debug/values-ca/values-ca.xml | 23 + .../androidTest/debug/values-cs/values-cs.xml | 35 + .../androidTest/debug/values-da/values-da.xml | 35 + .../androidTest/debug/values-de/values-de.xml | 35 + .../androidTest/debug/values-el/values-el.xml | 35 + .../debug/values-en-rAU/values-en-rAU.xml | 23 + .../debug/values-en-rGB/values-en-rGB.xml | 35 + .../debug/values-en-rIN/values-en-rIN.xml | 23 + .../debug/values-es-rES/values-es-rES.xml | 13 + .../debug/values-es-rUS/values-es-rUS.xml | 23 + .../androidTest/debug/values-es/values-es.xml | 35 + .../debug/values-et-rEE/values-et-rEE.xml | 23 + .../debug/values-eu-rES/values-eu-rES.xml | 23 + .../androidTest/debug/values-fa/values-fa.xml | 23 + .../debug/values-fb-rLL/values-fb-rLL.xml | 13 + .../androidTest/debug/values-fb/values-fb.xml | 13 + .../androidTest/debug/values-fi/values-fi.xml | 35 + .../debug/values-fr-rCA/values-fr-rCA.xml | 23 + .../androidTest/debug/values-fr/values-fr.xml | 35 + .../debug/values-gl-rES/values-gl-rES.xml | 23 + .../debug/values-gu-rIN/values-gu-rIN.xml | 23 + .../debug/values-h720dp/values-h720dp.xml | 6 + .../debug/values-hdpi/values-hdpi.xml | 10 + .../androidTest/debug/values-hi/values-hi.xml | 23 + .../androidTest/debug/values-hr/values-hr.xml | 23 + .../androidTest/debug/values-hu/values-hu.xml | 35 + .../debug/values-hy-rAM/values-hy-rAM.xml | 23 + .../androidTest/debug/values-in/values-in.xml | 35 + .../debug/values-is-rIS/values-is-rIS.xml | 23 + .../androidTest/debug/values-it/values-it.xml | 35 + .../androidTest/debug/values-iw/values-iw.xml | 23 + .../androidTest/debug/values-ja/values-ja.xml | 35 + .../debug/values-ka-rGE/values-ka-rGE.xml | 23 + .../debug/values-kk-rKZ/values-kk-rKZ.xml | 23 + .../debug/values-km-rKH/values-km-rKH.xml | 23 + .../debug/values-kn-rIN/values-kn-rIN.xml | 23 + .../androidTest/debug/values-ko/values-ko.xml | 35 + .../debug/values-ky-rKG/values-ky-rKG.xml | 23 + .../debug/values-land/values-land.xml | 11 + .../debug/values-large/values-large.xml | 16 + .../debug/values-lo-rLA/values-lo-rLA.xml | 23 + .../androidTest/debug/values-lt/values-lt.xml | 23 + .../androidTest/debug/values-lv/values-lv.xml | 23 + .../debug/values-mk-rMK/values-mk-rMK.xml | 21 + .../debug/values-ml-rIN/values-ml-rIN.xml | 23 + .../debug/values-mn-rMN/values-mn-rMN.xml | 23 + .../debug/values-mr-rIN/values-mr-rIN.xml | 23 + .../debug/values-ms-rMY/values-ms-rMY.xml | 23 + .../debug/values-my-rMM/values-my-rMM.xml | 23 + .../androidTest/debug/values-nb/values-nb.xml | 35 + .../debug/values-ne-rNP/values-ne-rNP.xml | 23 + .../androidTest/debug/values-nl/values-nl.xml | 35 + .../debug/values-pa-rIN/values-pa-rIN.xml | 23 + .../androidTest/debug/values-pl/values-pl.xml | 35 + .../debug/values-port/values-port.xml | 6 + .../debug/values-pt-rPT/values-pt-rPT.xml | 35 + .../androidTest/debug/values-pt/values-pt.xml | 35 + .../androidTest/debug/values-ro/values-ro.xml | 35 + .../androidTest/debug/values-ru/values-ru.xml | 35 + .../debug/values-si-rLK/values-si-rLK.xml | 23 + .../androidTest/debug/values-sk/values-sk.xml | 23 + .../androidTest/debug/values-sl/values-sl.xml | 23 + .../debug/values-sq-rAL/values-sq-rAL.xml | 23 + .../androidTest/debug/values-sr/values-sr.xml | 23 + .../androidTest/debug/values-sv/values-sv.xml | 35 + .../androidTest/debug/values-sw/values-sw.xml | 23 + .../debug/values-sw600dp/values-sw600dp.xml | 13 + .../debug/values-ta-rIN/values-ta-rIN.xml | 23 + .../debug/values-te-rIN/values-te-rIN.xml | 23 + .../androidTest/debug/values-th/values-th.xml | 35 + .../androidTest/debug/values-tl/values-tl.xml | 23 + .../androidTest/debug/values-tr/values-tr.xml | 35 + .../androidTest/debug/values-uk/values-uk.xml | 23 + .../debug/values-ur-rPK/values-ur-rPK.xml | 23 + .../debug/values-uz-rUZ/values-uz-rUZ.xml | 22 + .../debug/values-v11/values-v11.xml | 163 + .../debug/values-v12/values-v12.xml | 13 + .../debug/values-v14/values-v14.xml | 31 + .../debug/values-v17/values-v17.xml | 49 + .../debug/values-v18/values-v18.xml | 6 + .../debug/values-v21/values-v21.xml | 244 + .../debug/values-v22/values-v22.xml | 13 + .../debug/values-v23/values-v23.xml | 21 + .../androidTest/debug/values-vi/values-vi.xml | 35 + .../debug/values-w360dp/values-w360dp.xml | 6 + .../debug/values-w480dp/values-w480dp.xml | 7 + .../debug/values-w500dp/values-w500dp.xml | 6 + .../debug/values-w600dp/values-w600dp.xml | 7 + .../debug/values-w720dp/values-w720dp.xml | 6 + .../values-xlarge-land/values-xlarge-land.xml | 6 + .../debug/values-xlarge/values-xlarge.xml | 12 + .../debug/values-zh-rCN/values-zh-rCN.xml | 35 + .../debug/values-zh-rHK/values-zh-rHK.xml | 35 + .../debug/values-zh-rTW/values-zh-rTW.xml | 35 + .../androidTest/debug/values-zu/values-zu.xml | 23 + .../androidTest/debug/values/values.xml | 1523 ++++ .../androidTest/debug/xml/preferences.xml | 35 + .../res/merged/debug/anim/abc_fade_in.xml | 20 + .../res/merged/debug/anim/abc_fade_out.xml | 20 + .../anim/abc_grow_fade_in_from_bottom.xml | 30 + .../res/merged/debug/anim/abc_popup_enter.xml | 21 + .../res/merged/debug/anim/abc_popup_exit.xml | 21 + .../anim/abc_shrink_fade_out_from_bottom.xml | 27 + .../merged/debug/anim/abc_slide_in_bottom.xml | 20 + .../merged/debug/anim/abc_slide_in_top.xml | 19 + .../debug/anim/abc_slide_out_bottom.xml | 19 + .../merged/debug/anim/abc_slide_out_top.xml | 19 + .../merged/debug/anim/catalyst_push_up_in.xml | 14 + .../debug/anim/catalyst_push_up_out.xml | 14 + ...ound_cache_hint_selector_material_dark.xml | 21 + ...und_cache_hint_selector_material_light.xml | 21 + .../abc_color_highlight_material.xml | 23 + ...ound_cache_hint_selector_material_dark.xml | 20 + ...und_cache_hint_selector_material_light.xml | 20 + ...rimary_text_disable_only_material_dark.xml | 21 + ...imary_text_disable_only_material_light.xml | 21 + .../color/abc_primary_text_material_dark.xml | 21 + .../color/abc_primary_text_material_light.xml | 21 + .../debug/color/abc_search_url_text.xml | 21 + .../abc_secondary_text_material_dark.xml | 21 + .../abc_secondary_text_material_light.xml | 21 + .../color/switch_thumb_material_dark.xml | 20 + .../color/switch_thumb_material_light.xml | 20 + .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 287 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 306 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 549 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 622 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 753 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 1619 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1078 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 1548 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 1748 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 229 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 416 bytes .../drawable-hdpi/abc_ic_clear_mtrl_alpha.png | Bin 0 -> 280 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 233 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 160 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 288 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 612 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 190 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 373 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 270 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 791 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1028 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 541 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 170 bytes .../drawable-hdpi/abc_list_focused_holo.9.png | Bin 0 -> 244 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 212 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 212 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 212 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 239 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 240 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 840 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 1290 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 392 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 534 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 199 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 192 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 202 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 182 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 182 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 384 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 289 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 610 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 391 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 325 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 174 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 381 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 351 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 428 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 237 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 729 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 503 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 475 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 361 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 991 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 630 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 246 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 418 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 1257 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 611 bytes .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 274 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 288 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 429 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 428 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 493 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 1348 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1005 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 1047 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 1124 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 225 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 351 bytes .../drawable-mdpi/abc_ic_clear_mtrl_alpha.png | Bin 0 -> 236 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 280 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 158 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 185 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 377 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 158 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 234 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 186 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 545 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 681 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 415 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 170 bytes .../drawable-mdpi/abc_list_focused_holo.9.png | Bin 0 -> 222 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 211 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 211 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 211 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 226 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 227 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 604 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 863 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 353 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 426 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 192 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 186 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 185 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 181 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 180 bytes ...bc_action_bar_item_background_material.xml | 18 + .../drawable-v21/abc_btn_colored_material.xml | 50 + .../abc_control_background_material.xml | 19 + .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 297 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 354 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 556 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 831 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 996 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 2215 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1547 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 2259 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 2606 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 234 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 485 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 365 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 344 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 188 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 237 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 723 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 218 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 371 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 238 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 919 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1131 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 730 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 170 bytes .../abc_list_focused_holo.9.png | Bin 0 -> 244 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 214 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 214 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 214 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 254 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 253 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 1141 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 1811 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 507 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 762 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 205 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 198 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 197 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 190 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 190 bytes .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 305 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 369 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 725 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 1249 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 1467 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 2401 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1032 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 3755 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 2804 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 246 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 570 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 395 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 306 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 176 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 363 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 988 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 284 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 521 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 337 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 1292 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1908 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 947 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 178 bytes .../abc_list_focused_holo.9.png | Bin 0 -> 245 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 221 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 221 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 221 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 307 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 305 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 1822 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 2774 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 632 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 1076 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 210 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 202 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 204 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 193 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 196 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 295 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 551 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 1014 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 1226 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 3524 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 3853 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 240 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 566 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 418 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 1253 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 378 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 680 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 390 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 1559 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1571 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 1291 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 617 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 1056 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 208 bytes .../drawable/abc_btn_borderless_material.xml | 23 + .../debug/drawable/abc_btn_check_material.xml | 20 + .../drawable/abc_btn_colored_material.xml | 22 + .../drawable/abc_btn_default_mtrl_shape.xml | 33 + .../debug/drawable/abc_btn_radio_material.xml | 20 + .../abc_cab_background_internal_bg.xml | 23 + .../abc_cab_background_top_material.xml | 21 + .../abc_dialog_material_background_dark.xml | 26 + .../abc_dialog_material_background_light.xml | 26 + .../debug/drawable/abc_edit_text_material.xml | 30 + .../abc_item_background_holo_dark.xml | 27 + .../abc_item_background_holo_light.xml | 27 + ...lector_background_transition_holo_dark.xml | 21 + ...ector_background_transition_holo_light.xml | 21 + .../drawable/abc_list_selector_holo_dark.xml | 28 + .../drawable/abc_list_selector_holo_light.xml | 29 + .../drawable/abc_ratingbar_full_material.xml | 25 + ..._spinner_textfield_background_material.xml | 36 + .../drawable/abc_switch_thumb_material.xml | 20 + .../drawable/abc_tab_indicator_material.xml | 21 + .../drawable/abc_text_cursor_material.xml | 23 + .../abc_textfield_search_material.xml | 23 + .../layout/abc_action_bar_title_item.xml | 35 + .../layout/abc_action_bar_up_container.xml | 24 + .../abc_action_bar_view_list_nav_layout.xml | 23 + .../layout/abc_action_menu_item_layout.xml | 31 + .../debug/layout/abc_action_menu_layout.xml | 25 + .../debug/layout/abc_action_mode_bar.xml | 26 + .../abc_action_mode_close_item_material.xml | 26 + .../layout/abc_activity_chooser_view.xml | 72 + .../abc_activity_chooser_view_list_item.xml | 52 + .../layout/abc_alert_dialog_material.xml | 148 + .../layout/abc_dialog_title_material.xml | 47 + .../debug/layout/abc_expanded_menu_layout.xml | 22 + .../layout/abc_list_menu_item_checkbox.xml | 27 + .../debug/layout/abc_list_menu_item_icon.xml | 29 + .../layout/abc_list_menu_item_layout.xml | 61 + .../debug/layout/abc_list_menu_item_radio.xml | 25 + .../layout/abc_popup_menu_item_layout.xml | 62 + .../layout/abc_screen_content_include.xml | 27 + .../merged/debug/layout/abc_screen_simple.xml | 35 + .../abc_screen_simple_overlay_action_mode.xml | 39 + .../debug/layout/abc_screen_toolbar.xml | 54 + .../abc_search_dropdown_item_icons_2line.xml | 86 + .../merged/debug/layout/abc_search_view.xml | 142 + .../layout/abc_select_dialog_material.xml | 35 + .../res/merged/debug/layout/fps_view.xml | 19 + .../layout/notification_media_action.xml | 25 + .../notification_media_cancel_action.xml | 28 + .../notification_template_big_media.xml | 61 + ...notification_template_big_media_narrow.xml | 69 + .../layout/notification_template_lines.xml | 108 + .../layout/notification_template_media.xml | 53 + ...notification_template_part_chronometer.xml | 29 + .../notification_template_part_time.xml | 29 + .../merged/debug/layout/redbox_item_frame.xml | 27 + .../merged/debug/layout/redbox_item_title.xml | 11 + .../res/merged/debug/layout/redbox_view.xml | 22 + .../layout/select_dialog_item_material.xml | 34 + .../select_dialog_multichoice_material.xml | 30 + .../select_dialog_singlechoice_material.xml | 30 + .../support_simple_spinner_dropdown_item.xml | 25 + .../res/merged/debug/values-af/values-af.xml | 23 + .../res/merged/debug/values-am/values-am.xml | 23 + .../res/merged/debug/values-ar/values-ar.xml | 23 + .../debug/values-az-rAZ/values-az-rAZ.xml | 22 + .../res/merged/debug/values-bg/values-bg.xml | 23 + .../debug/values-bn-rBD/values-bn-rBD.xml | 23 + .../res/merged/debug/values-ca/values-ca.xml | 23 + .../res/merged/debug/values-cs/values-cs.xml | 35 + .../res/merged/debug/values-da/values-da.xml | 35 + .../res/merged/debug/values-de/values-de.xml | 35 + .../res/merged/debug/values-el/values-el.xml | 35 + .../debug/values-en-rAU/values-en-rAU.xml | 23 + .../debug/values-en-rGB/values-en-rGB.xml | 35 + .../debug/values-en-rIN/values-en-rIN.xml | 23 + .../debug/values-es-rES/values-es-rES.xml | 13 + .../debug/values-es-rUS/values-es-rUS.xml | 23 + .../res/merged/debug/values-es/values-es.xml | 35 + .../debug/values-et-rEE/values-et-rEE.xml | 23 + .../debug/values-eu-rES/values-eu-rES.xml | 23 + .../res/merged/debug/values-fa/values-fa.xml | 23 + .../debug/values-fb-rLL/values-fb-rLL.xml | 13 + .../res/merged/debug/values-fb/values-fb.xml | 13 + .../res/merged/debug/values-fi/values-fi.xml | 35 + .../debug/values-fr-rCA/values-fr-rCA.xml | 23 + .../res/merged/debug/values-fr/values-fr.xml | 35 + .../debug/values-gl-rES/values-gl-rES.xml | 23 + .../debug/values-gu-rIN/values-gu-rIN.xml | 23 + .../debug/values-h720dp/values-h720dp.xml | 6 + .../merged/debug/values-hdpi/values-hdpi.xml | 10 + .../res/merged/debug/values-hi/values-hi.xml | 23 + .../res/merged/debug/values-hr/values-hr.xml | 23 + .../res/merged/debug/values-hu/values-hu.xml | 35 + .../debug/values-hy-rAM/values-hy-rAM.xml | 23 + .../res/merged/debug/values-in/values-in.xml | 35 + .../debug/values-is-rIS/values-is-rIS.xml | 23 + .../res/merged/debug/values-it/values-it.xml | 35 + .../res/merged/debug/values-iw/values-iw.xml | 23 + .../res/merged/debug/values-ja/values-ja.xml | 35 + .../debug/values-ka-rGE/values-ka-rGE.xml | 23 + .../debug/values-kk-rKZ/values-kk-rKZ.xml | 23 + .../debug/values-km-rKH/values-km-rKH.xml | 23 + .../debug/values-kn-rIN/values-kn-rIN.xml | 23 + .../res/merged/debug/values-ko/values-ko.xml | 35 + .../debug/values-ky-rKG/values-ky-rKG.xml | 23 + .../merged/debug/values-land/values-land.xml | 11 + .../debug/values-large/values-large.xml | 16 + .../debug/values-lo-rLA/values-lo-rLA.xml | 23 + .../res/merged/debug/values-lt/values-lt.xml | 23 + .../res/merged/debug/values-lv/values-lv.xml | 23 + .../debug/values-mk-rMK/values-mk-rMK.xml | 21 + .../debug/values-ml-rIN/values-ml-rIN.xml | 23 + .../debug/values-mn-rMN/values-mn-rMN.xml | 23 + .../debug/values-mr-rIN/values-mr-rIN.xml | 23 + .../debug/values-ms-rMY/values-ms-rMY.xml | 23 + .../debug/values-my-rMM/values-my-rMM.xml | 23 + .../res/merged/debug/values-nb/values-nb.xml | 35 + .../debug/values-ne-rNP/values-ne-rNP.xml | 23 + .../res/merged/debug/values-nl/values-nl.xml | 35 + .../debug/values-pa-rIN/values-pa-rIN.xml | 23 + .../res/merged/debug/values-pl/values-pl.xml | 35 + .../merged/debug/values-port/values-port.xml | 6 + .../debug/values-pt-rPT/values-pt-rPT.xml | 35 + .../res/merged/debug/values-pt/values-pt.xml | 35 + .../res/merged/debug/values-ro/values-ro.xml | 35 + .../res/merged/debug/values-ru/values-ru.xml | 35 + .../debug/values-si-rLK/values-si-rLK.xml | 23 + .../res/merged/debug/values-sk/values-sk.xml | 23 + .../res/merged/debug/values-sl/values-sl.xml | 23 + .../debug/values-sq-rAL/values-sq-rAL.xml | 23 + .../res/merged/debug/values-sr/values-sr.xml | 23 + .../res/merged/debug/values-sv/values-sv.xml | 35 + .../res/merged/debug/values-sw/values-sw.xml | 23 + .../debug/values-sw600dp/values-sw600dp.xml | 13 + .../debug/values-ta-rIN/values-ta-rIN.xml | 23 + .../debug/values-te-rIN/values-te-rIN.xml | 23 + .../res/merged/debug/values-th/values-th.xml | 35 + .../res/merged/debug/values-tl/values-tl.xml | 23 + .../res/merged/debug/values-tr/values-tr.xml | 35 + .../res/merged/debug/values-uk/values-uk.xml | 23 + .../debug/values-ur-rPK/values-ur-rPK.xml | 23 + .../debug/values-uz-rUZ/values-uz-rUZ.xml | 22 + .../merged/debug/values-v11/values-v11.xml | 163 + .../merged/debug/values-v12/values-v12.xml | 13 + .../merged/debug/values-v14/values-v14.xml | 31 + .../merged/debug/values-v17/values-v17.xml | 49 + .../merged/debug/values-v18/values-v18.xml | 6 + .../merged/debug/values-v21/values-v21.xml | 244 + .../merged/debug/values-v22/values-v22.xml | 13 + .../merged/debug/values-v23/values-v23.xml | 21 + .../res/merged/debug/values-vi/values-vi.xml | 35 + .../debug/values-w360dp/values-w360dp.xml | 6 + .../debug/values-w480dp/values-w480dp.xml | 7 + .../debug/values-w500dp/values-w500dp.xml | 6 + .../debug/values-w600dp/values-w600dp.xml | 7 + .../debug/values-w720dp/values-w720dp.xml | 6 + .../values-xlarge-land/values-xlarge-land.xml | 6 + .../debug/values-xlarge/values-xlarge.xml | 12 + .../debug/values-zh-rCN/values-zh-rCN.xml | 35 + .../debug/values-zh-rHK/values-zh-rHK.xml | 35 + .../debug/values-zh-rTW/values-zh-rTW.xml | 35 + .../res/merged/debug/values-zu/values-zu.xml | 23 + .../res/merged/debug/values/values.xml | 1523 ++++ .../res/merged/debug/xml/preferences.xml | 35 + .../res/merged/release/anim/abc_fade_in.xml | 20 + .../res/merged/release/anim/abc_fade_out.xml | 20 + .../anim/abc_grow_fade_in_from_bottom.xml | 30 + .../merged/release/anim/abc_popup_enter.xml | 21 + .../merged/release/anim/abc_popup_exit.xml | 21 + .../anim/abc_shrink_fade_out_from_bottom.xml | 27 + .../release/anim/abc_slide_in_bottom.xml | 20 + .../merged/release/anim/abc_slide_in_top.xml | 19 + .../release/anim/abc_slide_out_bottom.xml | 19 + .../merged/release/anim/abc_slide_out_top.xml | 19 + .../release/anim/catalyst_push_up_in.xml | 14 + .../release/anim/catalyst_push_up_out.xml | 14 + ...ound_cache_hint_selector_material_dark.xml | 21 + ...und_cache_hint_selector_material_light.xml | 21 + .../abc_color_highlight_material.xml | 23 + ...ound_cache_hint_selector_material_dark.xml | 20 + ...und_cache_hint_selector_material_light.xml | 20 + ...rimary_text_disable_only_material_dark.xml | 21 + ...imary_text_disable_only_material_light.xml | 21 + .../color/abc_primary_text_material_dark.xml | 21 + .../color/abc_primary_text_material_light.xml | 21 + .../release/color/abc_search_url_text.xml | 21 + .../abc_secondary_text_material_dark.xml | 21 + .../abc_secondary_text_material_light.xml | 21 + .../color/switch_thumb_material_dark.xml | 20 + .../color/switch_thumb_material_light.xml | 20 + .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 287 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 306 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 549 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 622 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 753 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 1619 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1078 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 1548 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 1748 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 229 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 416 bytes .../drawable-hdpi/abc_ic_clear_mtrl_alpha.png | Bin 0 -> 280 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 233 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 160 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 288 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 612 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 190 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 373 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 270 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 791 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1028 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 541 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 170 bytes .../drawable-hdpi/abc_list_focused_holo.9.png | Bin 0 -> 244 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 212 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 212 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 212 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 239 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 240 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 840 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 1290 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 392 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 534 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 199 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 192 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 202 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 182 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 182 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 384 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 289 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 610 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 391 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 325 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 174 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 381 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 351 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 428 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 237 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 729 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 503 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 475 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 361 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 991 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 630 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 246 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 418 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 1257 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 611 bytes .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 274 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 288 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 429 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 428 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 493 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 1348 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1005 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 1047 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 1124 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 225 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 351 bytes .../drawable-mdpi/abc_ic_clear_mtrl_alpha.png | Bin 0 -> 236 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 280 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 158 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 185 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 377 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 158 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 234 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 186 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 545 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 681 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 415 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 170 bytes .../drawable-mdpi/abc_list_focused_holo.9.png | Bin 0 -> 222 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 211 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 211 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 211 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 226 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 227 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 604 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 863 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 353 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 426 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 192 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 186 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 185 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 181 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 180 bytes ...bc_action_bar_item_background_material.xml | 18 + .../drawable-v21/abc_btn_colored_material.xml | 50 + .../abc_control_background_material.xml | 19 + .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 297 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 354 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 556 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 831 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 996 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 2215 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1547 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 2259 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 2606 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 234 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 485 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 365 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 344 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 188 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 237 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 723 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 218 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 371 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 238 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 919 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1131 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 730 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 170 bytes .../abc_list_focused_holo.9.png | Bin 0 -> 244 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 214 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 214 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 214 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 254 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 253 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 1141 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 1811 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 507 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 762 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 205 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 198 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 197 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 190 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 190 bytes .../abc_ab_share_pack_mtrl_alpha.9.png | Bin 0 -> 305 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 369 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 725 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 1249 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 1467 bytes .../abc_btn_rating_star_off_mtrl_alpha.png | Bin 0 -> 2401 bytes .../abc_btn_rating_star_on_mtrl_alpha.png | Bin 0 -> 1032 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 3755 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 2804 bytes .../abc_cab_background_top_mtrl_alpha.9.png | Bin 0 -> 246 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 570 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 395 bytes .../abc_ic_commit_search_api_mtrl_alpha.png | Bin 0 -> 306 bytes .../abc_ic_go_search_api_mtrl_alpha.png | Bin 0 -> 176 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 363 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 988 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 284 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 521 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 337 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 1292 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1908 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 947 bytes .../abc_list_divider_mtrl_alpha.9.png | Bin 0 -> 178 bytes .../abc_list_focused_holo.9.png | Bin 0 -> 245 bytes .../abc_list_longpressed_holo.9.png | Bin 0 -> 221 bytes .../abc_list_pressed_holo_dark.9.png | Bin 0 -> 221 bytes .../abc_list_pressed_holo_light.9.png | Bin 0 -> 221 bytes ...abc_list_selector_disabled_holo_dark.9.png | Bin 0 -> 307 bytes ...bc_list_selector_disabled_holo_light.9.png | Bin 0 -> 305 bytes .../abc_menu_hardkey_panel_mtrl_mult.9.png | Bin 0 -> 1822 bytes .../abc_popup_background_mtrl_mult.9.png | Bin 0 -> 2774 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 632 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 1076 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 210 bytes .../abc_textfield_activated_mtrl_alpha.9.png | Bin 0 -> 202 bytes .../abc_textfield_default_mtrl_alpha.9.png | Bin 0 -> 204 bytes ...extfield_search_activated_mtrl_alpha.9.png | Bin 0 -> 193 bytes ..._textfield_search_default_mtrl_alpha.9.png | Bin 0 -> 196 bytes .../abc_btn_check_to_on_mtrl_000.png | Bin 0 -> 295 bytes .../abc_btn_check_to_on_mtrl_015.png | Bin 0 -> 551 bytes .../abc_btn_radio_to_on_mtrl_000.png | Bin 0 -> 1014 bytes .../abc_btn_radio_to_on_mtrl_015.png | Bin 0 -> 1226 bytes .../abc_btn_switch_to_on_mtrl_00001.9.png | Bin 0 -> 3524 bytes .../abc_btn_switch_to_on_mtrl_00012.9.png | Bin 0 -> 3853 bytes .../abc_ic_ab_back_mtrl_am_alpha.png | Bin 0 -> 240 bytes .../abc_ic_clear_mtrl_alpha.png | Bin 0 -> 566 bytes .../abc_ic_menu_copy_mtrl_am_alpha.png | Bin 0 -> 418 bytes .../abc_ic_menu_cut_mtrl_alpha.png | Bin 0 -> 1253 bytes .../abc_ic_menu_moreoverflow_mtrl_alpha.png | Bin 0 -> 378 bytes .../abc_ic_menu_paste_mtrl_am_alpha.png | Bin 0 -> 680 bytes .../abc_ic_menu_selectall_mtrl_alpha.png | Bin 0 -> 390 bytes .../abc_ic_menu_share_mtrl_alpha.png | Bin 0 -> 1559 bytes .../abc_ic_search_api_mtrl_alpha.png | Bin 0 -> 1571 bytes .../abc_ic_voice_search_api_mtrl_alpha.png | Bin 0 -> 1291 bytes .../abc_spinner_mtrl_am_alpha.9.png | Bin 0 -> 617 bytes .../abc_switch_track_mtrl_alpha.9.png | Bin 0 -> 1056 bytes .../abc_tab_indicator_mtrl_alpha.9.png | Bin 0 -> 208 bytes .../drawable/abc_btn_borderless_material.xml | 23 + .../drawable/abc_btn_check_material.xml | 20 + .../drawable/abc_btn_colored_material.xml | 22 + .../drawable/abc_btn_default_mtrl_shape.xml | 33 + .../drawable/abc_btn_radio_material.xml | 20 + .../abc_cab_background_internal_bg.xml | 23 + .../abc_cab_background_top_material.xml | 21 + .../abc_dialog_material_background_dark.xml | 26 + .../abc_dialog_material_background_light.xml | 26 + .../drawable/abc_edit_text_material.xml | 30 + .../abc_item_background_holo_dark.xml | 27 + .../abc_item_background_holo_light.xml | 27 + ...lector_background_transition_holo_dark.xml | 21 + ...ector_background_transition_holo_light.xml | 21 + .../drawable/abc_list_selector_holo_dark.xml | 28 + .../drawable/abc_list_selector_holo_light.xml | 29 + .../drawable/abc_ratingbar_full_material.xml | 25 + ..._spinner_textfield_background_material.xml | 36 + .../drawable/abc_switch_thumb_material.xml | 20 + .../drawable/abc_tab_indicator_material.xml | 21 + .../drawable/abc_text_cursor_material.xml | 23 + .../abc_textfield_search_material.xml | 23 + .../layout/abc_action_bar_title_item.xml | 35 + .../layout/abc_action_bar_up_container.xml | 24 + .../abc_action_bar_view_list_nav_layout.xml | 23 + .../layout/abc_action_menu_item_layout.xml | 31 + .../release/layout/abc_action_menu_layout.xml | 25 + .../release/layout/abc_action_mode_bar.xml | 26 + .../abc_action_mode_close_item_material.xml | 26 + .../layout/abc_activity_chooser_view.xml | 72 + .../abc_activity_chooser_view_list_item.xml | 52 + .../layout/abc_alert_dialog_material.xml | 148 + .../layout/abc_dialog_title_material.xml | 47 + .../layout/abc_expanded_menu_layout.xml | 22 + .../layout/abc_list_menu_item_checkbox.xml | 27 + .../layout/abc_list_menu_item_icon.xml | 29 + .../layout/abc_list_menu_item_layout.xml | 61 + .../layout/abc_list_menu_item_radio.xml | 25 + .../layout/abc_popup_menu_item_layout.xml | 62 + .../layout/abc_screen_content_include.xml | 27 + .../release/layout/abc_screen_simple.xml | 35 + .../abc_screen_simple_overlay_action_mode.xml | 39 + .../release/layout/abc_screen_toolbar.xml | 54 + .../abc_search_dropdown_item_icons_2line.xml | 86 + .../merged/release/layout/abc_search_view.xml | 142 + .../layout/abc_select_dialog_material.xml | 35 + .../res/merged/release/layout/fps_view.xml | 19 + .../layout/notification_media_action.xml | 25 + .../notification_media_cancel_action.xml | 28 + .../notification_template_big_media.xml | 61 + ...notification_template_big_media_narrow.xml | 69 + .../layout/notification_template_lines.xml | 108 + .../layout/notification_template_media.xml | 53 + ...notification_template_part_chronometer.xml | 29 + .../notification_template_part_time.xml | 29 + .../release/layout/redbox_item_frame.xml | 27 + .../release/layout/redbox_item_title.xml | 11 + .../res/merged/release/layout/redbox_view.xml | 22 + .../layout/select_dialog_item_material.xml | 34 + .../select_dialog_multichoice_material.xml | 30 + .../select_dialog_singlechoice_material.xml | 30 + .../support_simple_spinner_dropdown_item.xml | 25 + .../merged/release/values-af/values-af.xml | 23 + .../merged/release/values-am/values-am.xml | 23 + .../merged/release/values-ar/values-ar.xml | 23 + .../release/values-az-rAZ/values-az-rAZ.xml | 22 + .../merged/release/values-bg/values-bg.xml | 23 + .../release/values-bn-rBD/values-bn-rBD.xml | 23 + .../merged/release/values-ca/values-ca.xml | 23 + .../merged/release/values-cs/values-cs.xml | 35 + .../merged/release/values-da/values-da.xml | 35 + .../merged/release/values-de/values-de.xml | 35 + .../merged/release/values-el/values-el.xml | 35 + .../release/values-en-rAU/values-en-rAU.xml | 23 + .../release/values-en-rGB/values-en-rGB.xml | 35 + .../release/values-en-rIN/values-en-rIN.xml | 23 + .../release/values-es-rES/values-es-rES.xml | 13 + .../release/values-es-rUS/values-es-rUS.xml | 23 + .../merged/release/values-es/values-es.xml | 35 + .../release/values-et-rEE/values-et-rEE.xml | 23 + .../release/values-eu-rES/values-eu-rES.xml | 23 + .../merged/release/values-fa/values-fa.xml | 23 + .../release/values-fb-rLL/values-fb-rLL.xml | 13 + .../merged/release/values-fb/values-fb.xml | 13 + .../merged/release/values-fi/values-fi.xml | 35 + .../release/values-fr-rCA/values-fr-rCA.xml | 23 + .../merged/release/values-fr/values-fr.xml | 35 + .../release/values-gl-rES/values-gl-rES.xml | 23 + .../release/values-gu-rIN/values-gu-rIN.xml | 23 + .../release/values-h720dp/values-h720dp.xml | 6 + .../release/values-hdpi/values-hdpi.xml | 10 + .../merged/release/values-hi/values-hi.xml | 23 + .../merged/release/values-hr/values-hr.xml | 23 + .../merged/release/values-hu/values-hu.xml | 35 + .../release/values-hy-rAM/values-hy-rAM.xml | 23 + .../merged/release/values-in/values-in.xml | 35 + .../release/values-is-rIS/values-is-rIS.xml | 23 + .../merged/release/values-it/values-it.xml | 35 + .../merged/release/values-iw/values-iw.xml | 23 + .../merged/release/values-ja/values-ja.xml | 35 + .../release/values-ka-rGE/values-ka-rGE.xml | 23 + .../release/values-kk-rKZ/values-kk-rKZ.xml | 23 + .../release/values-km-rKH/values-km-rKH.xml | 23 + .../release/values-kn-rIN/values-kn-rIN.xml | 23 + .../merged/release/values-ko/values-ko.xml | 35 + .../release/values-ky-rKG/values-ky-rKG.xml | 23 + .../release/values-land/values-land.xml | 11 + .../release/values-large/values-large.xml | 16 + .../release/values-lo-rLA/values-lo-rLA.xml | 23 + .../merged/release/values-lt/values-lt.xml | 23 + .../merged/release/values-lv/values-lv.xml | 23 + .../release/values-mk-rMK/values-mk-rMK.xml | 21 + .../release/values-ml-rIN/values-ml-rIN.xml | 23 + .../release/values-mn-rMN/values-mn-rMN.xml | 23 + .../release/values-mr-rIN/values-mr-rIN.xml | 23 + .../release/values-ms-rMY/values-ms-rMY.xml | 23 + .../release/values-my-rMM/values-my-rMM.xml | 23 + .../merged/release/values-nb/values-nb.xml | 35 + .../release/values-ne-rNP/values-ne-rNP.xml | 23 + .../merged/release/values-nl/values-nl.xml | 35 + .../release/values-pa-rIN/values-pa-rIN.xml | 23 + .../merged/release/values-pl/values-pl.xml | 35 + .../release/values-port/values-port.xml | 6 + .../release/values-pt-rPT/values-pt-rPT.xml | 35 + .../merged/release/values-pt/values-pt.xml | 35 + .../merged/release/values-ro/values-ro.xml | 35 + .../merged/release/values-ru/values-ru.xml | 35 + .../release/values-si-rLK/values-si-rLK.xml | 23 + .../merged/release/values-sk/values-sk.xml | 23 + .../merged/release/values-sl/values-sl.xml | 23 + .../release/values-sq-rAL/values-sq-rAL.xml | 23 + .../merged/release/values-sr/values-sr.xml | 23 + .../merged/release/values-sv/values-sv.xml | 35 + .../merged/release/values-sw/values-sw.xml | 23 + .../release/values-sw600dp/values-sw600dp.xml | 13 + .../release/values-ta-rIN/values-ta-rIN.xml | 23 + .../release/values-te-rIN/values-te-rIN.xml | 23 + .../merged/release/values-th/values-th.xml | 35 + .../merged/release/values-tl/values-tl.xml | 23 + .../merged/release/values-tr/values-tr.xml | 35 + .../merged/release/values-uk/values-uk.xml | 23 + .../release/values-ur-rPK/values-ur-rPK.xml | 23 + .../release/values-uz-rUZ/values-uz-rUZ.xml | 22 + .../merged/release/values-v11/values-v11.xml | 163 + .../merged/release/values-v12/values-v12.xml | 13 + .../merged/release/values-v14/values-v14.xml | 31 + .../merged/release/values-v17/values-v17.xml | 49 + .../merged/release/values-v18/values-v18.xml | 6 + .../merged/release/values-v21/values-v21.xml | 244 + .../merged/release/values-v22/values-v22.xml | 13 + .../merged/release/values-v23/values-v23.xml | 21 + .../merged/release/values-vi/values-vi.xml | 35 + .../release/values-w360dp/values-w360dp.xml | 6 + .../release/values-w480dp/values-w480dp.xml | 7 + .../release/values-w500dp/values-w500dp.xml | 6 + .../release/values-w600dp/values-w600dp.xml | 7 + .../release/values-w720dp/values-w720dp.xml | 6 + .../values-xlarge-land/values-xlarge-land.xml | 6 + .../release/values-xlarge/values-xlarge.xml | 12 + .../release/values-zh-rCN/values-zh-rCN.xml | 35 + .../release/values-zh-rHK/values-zh-rHK.xml | 35 + .../release/values-zh-rTW/values-zh-rTW.xml | 35 + .../merged/release/values-zu/values-zu.xml | 23 + .../res/merged/release/values/values.xml | 1523 ++++ .../res/merged/release/xml/preferences.xml | 35 + .../res/resources-debug-androidTest.ap_ | Bin 0 -> 409395 bytes .../symbols/androidTest/debug/R.txt | 1297 ++++ .../aar/react-native-image-picker-debug.aar | Bin 0 -> 24719 bytes .../aar/react-native-image-picker-release.aar | Bin 0 -> 24644 bytes android/build/tmp/packageDebugJar/MANIFEST.MF | 2 + .../build/tmp/packageReleaseJar/MANIFEST.MF | 2 + android/src/main/AndroidManifest.xml | 4 + .../idletimer/IdleTimerManager.java | 41 + .../idletimer/IdleTimerPackage.java | 30 + .../RNIdleTimer.xcodeproj/project.pbxproj | 261 + .../contents.xcworkspacedata | 7 + .../UserInterfaceState.xcuserstate | Bin 0 -> 13178 bytes .../xcschemes/RNIdleTimer.xcscheme | 80 + .../xcschemes/xcschememanagement.plist | 22 + .../RNIdleTimer}/IdleTimerManager.h | 0 .../RNIdleTimer}/IdleTimerManager.m | 0 1753 files changed, 65760 insertions(+) create mode 100644 LICENSE.md create mode 100644 android/build.gradle create mode 100644 android/build/generated/source/buildConfig/androidTest/debug/com/imagepicker/test/BuildConfig.java create mode 100644 android/build/generated/source/buildConfig/debug/com/imagepicker/BuildConfig.java create mode 100644 android/build/generated/source/buildConfig/release/com/imagepicker/BuildConfig.java create mode 100644 android/build/generated/source/r/androidTest/debug/android/support/v7/appcompat/R.java create mode 100644 android/build/generated/source/r/androidTest/debug/android/support/v7/recyclerview/R.java create mode 100644 android/build/generated/source/r/androidTest/debug/com/facebook/drawee/R.java create mode 100644 android/build/generated/source/r/androidTest/debug/com/facebook/drawee/backends/pipeline/R.java create mode 100644 android/build/generated/source/r/androidTest/debug/com/facebook/react/R.java create mode 100644 android/build/generated/source/r/androidTest/debug/com/imagepicker/R.java create mode 100644 android/build/generated/source/r/androidTest/debug/com/imagepicker/test/R.java create mode 100644 android/build/generated/source/r/androidTest/debug/org/webkit/android_jsc/R.java create mode 100644 android/build/generated/source/r/debug/com/imagepicker/R.java create mode 100644 android/build/generated/source/r/release/com/imagepicker/R.java create mode 100644 android/build/intermediates/bundles/debug/AndroidManifest.xml create mode 100644 android/build/intermediates/bundles/debug/R.txt create mode 100644 android/build/intermediates/bundles/debug/aapt/AndroidManifest.xml create mode 100644 android/build/intermediates/bundles/debug/classes.jar create mode 100644 android/build/intermediates/bundles/release/AndroidManifest.xml create mode 100644 android/build/intermediates/bundles/release/R.txt create mode 100644 android/build/intermediates/bundles/release/aapt/AndroidManifest.xml create mode 100644 android/build/intermediates/bundles/release/classes.jar create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/BuildConfig.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule$1.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule$2.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/ImagePickerPackage.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$anim.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$attr.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$bool.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$color.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$dimen.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$drawable.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$id.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$integer.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$layout.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$string.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$style.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$styleable.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R$xml.class create mode 100644 android/build/intermediates/classes/debug/com/imagepicker/R.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/BuildConfig.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule$1.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule$2.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/ImagePickerPackage.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$anim.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$attr.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$bool.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$color.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$dimen.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$drawable.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$id.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$integer.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$layout.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$string.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$style.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$styleable.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R$xml.class create mode 100644 android/build/intermediates/classes/release/com/imagepicker/R.class create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars/classes.jar create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_dialog_title_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_expanded_menu_layout.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_checkbox.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_icon.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_layout.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_radio.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_popup_menu_item_layout.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_content_include.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple_overlay_action_mode.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_toolbar.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_dropdown_item_icons_2line.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_view.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_select_dialog_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_action.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_cancel_action.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media_narrow.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_lines.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_media.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_chronometer.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_time.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_item_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_multichoice_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_singlechoice_material.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/support_simple_spinner_dropdown_item.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-h720dp/values-h720dp.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hdpi/values-hdpi.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-port/values-port.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v18/values-v18.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w360dp/values-w360dp.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w480dp/values-w480dp.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w500dp/values-w500dp.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w600dp/values-w600dp.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w720dp/values-w720dp.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge-land/values-xlarge-land.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/R.txt create mode 100644 android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/aapt/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/jars/classes.jar create mode 100644 android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/res/values/values.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aapt/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl create mode 100644 android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/RatingCompat.aidl create mode 100644 android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl create mode 100644 android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl create mode 100644 android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl create mode 100644 android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/annotations.zip create mode 100644 android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars/classes.jar create mode 100644 android/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars/libs/internal_impl-23.0.1.jar create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/R.txt create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/aapt/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/jars/classes.jar create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/res/values/values.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/aapt/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/jars/classes.jar create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/R.txt create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/aapt/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/jars/classes.jar create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/aapt/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/jars/classes.jar create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/aapt/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jars/classes.jar create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libbitmaps.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libgifimage.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libimagepipeline.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libmemchunk.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libwebp.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/arm64-v8a/libwebpimage.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libbitmaps.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libgifimage.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libimagepipeline.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libmemchunk.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libwebp.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi-v7a/libwebpimage.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libbitmaps.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libgifimage.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libimagepipeline.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libmemchunk.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libwebp.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/armeabi/libwebpimage.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libbitmaps.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libgifimage.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libimagepipeline.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libmemchunk.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libwebp.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86/libwebpimage.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libbitmaps.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libgifimage.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libimagepipeline.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libmemchunk.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libwebp.so create mode 100755 android/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jni/x86_64/libwebpimage.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/R.txt create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/aapt/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/annotations.zip create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jars/classes.jar create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jars/libs/infer-annotations-1.5.jar create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfb.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfbjni.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libfolly_json.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libglog.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libgnustl_shared.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/armeabi-v7a/libreactnativejni.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfb.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfbjni.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libfolly_json.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libglog.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libgnustl_shared.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jni/x86/libreactnativejni.so create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_in.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_out.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/fps_view.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_frame.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_title.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_view.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml create mode 100644 android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/xml/preferences.xml create mode 100644 android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/AndroidManifest.xml create mode 100644 android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/R.txt create mode 100644 android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jars/classes.jar create mode 100644 android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi-v7a/libicu_common.so create mode 100644 android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi-v7a/libjsc.so create mode 100644 android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/armeabi/libicu_common.so create mode 100644 android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/x86/libicu_common.so create mode 100644 android/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jni/x86/libjsc.so create mode 100644 android/build/intermediates/incremental/aidl/androidTest/debug/dependency.store create mode 100644 android/build/intermediates/incremental/aidl/debug/dependency.store create mode 100644 android/build/intermediates/incremental/aidl/release/dependency.store create mode 100644 android/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml create mode 100644 android/build/intermediates/incremental/mergeAssets/debug/merger.xml create mode 100644 android/build/intermediates/incremental/mergeAssets/release/merger.xml create mode 100644 android/build/intermediates/incremental/mergeResourcesandroidTest/debug/merger.xml create mode 100644 android/build/intermediates/incremental/mergeResourcesdebug/merger.xml create mode 100644 android/build/intermediates/incremental/mergeResourcesrelease/merger.xml create mode 100644 android/build/intermediates/incremental/packageResourcesdebug/merger.xml create mode 100644 android/build/intermediates/incremental/packageResourcesrelease/merger.xml create mode 100644 android/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml create mode 100644 android/build/intermediates/manifest/tmp/manifestMerger4804498521715117284.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/abc_fade_in.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/abc_fade_out.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/abc_grow_fade_in_from_bottom.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/abc_popup_enter.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/abc_popup_exit.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/abc_shrink_fade_out_from_bottom.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_in_bottom.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_in_top.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_out_bottom.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_out_top.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/catalyst_push_up_in.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/anim/catalyst_push_up_out.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color-v11/abc_background_cache_hint_selector_material_light.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color-v23/abc_color_highlight_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color/abc_background_cache_hint_selector_material_dark.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color/abc_background_cache_hint_selector_material_light.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_disable_only_material_dark.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_disable_only_material_light.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_material_dark.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_material_light.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color/abc_search_url_text.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color/abc_secondary_text_material_dark.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color/abc_secondary_text_material_light.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color/switch_thumb_material_dark.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/color/switch_thumb_material_light.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-v21/abc_action_bar_item_background_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-v21/abc_btn_colored_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-v23/abc_control_background_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_borderless_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_check_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_colored_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_default_mtrl_shape.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_radio_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_cab_background_internal_bg.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_cab_background_top_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_dialog_material_background_dark.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_dialog_material_background_light.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_edit_text_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_item_background_holo_dark.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_item_background_holo_light.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_background_transition_holo_dark.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_background_transition_holo_light.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_holo_dark.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_holo_light.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_ratingbar_full_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_spinner_textfield_background_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_switch_thumb_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_tab_indicator_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_text_cursor_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/drawable/abc_textfield_search_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_title_item.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_up_container.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_view_list_nav_layout.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_menu_item_layout.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_menu_layout.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_mode_bar.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_mode_close_item_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_activity_chooser_view.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_activity_chooser_view_list_item.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_alert_dialog_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_dialog_title_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_expanded_menu_layout.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_checkbox.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_icon.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_layout.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_radio.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_popup_menu_item_layout.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_content_include.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_simple.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_simple_overlay_action_mode.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_toolbar.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_search_dropdown_item_icons_2line.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_search_view.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/abc_select_dialog_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/fps_view.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/notification_media_action.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/notification_media_cancel_action.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_big_media.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_big_media_narrow.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_lines.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_media.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_part_chronometer.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_part_time.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/redbox_item_frame.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/redbox_item_title.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/redbox_view.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_item_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_multichoice_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_singlechoice_material.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/layout/support_simple_spinner_dropdown_item.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-af/values-af.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-am/values-am.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ar/values-ar.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-az-rAZ/values-az-rAZ.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-bg/values-bg.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-bn-rBD/values-bn-rBD.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ca/values-ca.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-cs/values-cs.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-da/values-da.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-de/values-de.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-el/values-el.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-en-rAU/values-en-rAU.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-en-rGB/values-en-rGB.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-en-rIN/values-en-rIN.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-es-rES/values-es-rES.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-es-rUS/values-es-rUS.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-es/values-es.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-et-rEE/values-et-rEE.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-eu-rES/values-eu-rES.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-fa/values-fa.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-fb-rLL/values-fb-rLL.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-fb/values-fb.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-fi/values-fi.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-fr-rCA/values-fr-rCA.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-fr/values-fr.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-gl-rES/values-gl-rES.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-gu-rIN/values-gu-rIN.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-h720dp/values-h720dp.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-hdpi/values-hdpi.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-hi/values-hi.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-hr/values-hr.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-hu/values-hu.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-hy-rAM/values-hy-rAM.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-in/values-in.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-is-rIS/values-is-rIS.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-it/values-it.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-iw/values-iw.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ja/values-ja.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ka-rGE/values-ka-rGE.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-kk-rKZ/values-kk-rKZ.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-km-rKH/values-km-rKH.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-kn-rIN/values-kn-rIN.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ko/values-ko.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ky-rKG/values-ky-rKG.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-land/values-land.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-large/values-large.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-lo-rLA/values-lo-rLA.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-lt/values-lt.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-lv/values-lv.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-mk-rMK/values-mk-rMK.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ml-rIN/values-ml-rIN.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-mn-rMN/values-mn-rMN.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-mr-rIN/values-mr-rIN.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ms-rMY/values-ms-rMY.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-my-rMM/values-my-rMM.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-nb/values-nb.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ne-rNP/values-ne-rNP.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-nl/values-nl.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-pa-rIN/values-pa-rIN.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-pl/values-pl.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-port/values-port.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-pt-rPT/values-pt-rPT.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-pt/values-pt.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ro/values-ro.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ru/values-ru.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-si-rLK/values-si-rLK.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-sk/values-sk.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-sl/values-sl.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-sq-rAL/values-sq-rAL.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-sr/values-sr.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-sv/values-sv.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-sw/values-sw.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-sw600dp/values-sw600dp.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ta-rIN/values-ta-rIN.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-te-rIN/values-te-rIN.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-th/values-th.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-tl/values-tl.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-tr/values-tr.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-uk/values-uk.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-ur-rPK/values-ur-rPK.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-uz-rUZ/values-uz-rUZ.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-v11/values-v11.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-v12/values-v12.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-v14/values-v14.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-v17/values-v17.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-v18/values-v18.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-v21/values-v21.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-v22/values-v22.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-v23/values-v23.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-vi/values-vi.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-w360dp/values-w360dp.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-w480dp/values-w480dp.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-w500dp/values-w500dp.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-w600dp/values-w600dp.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-w720dp/values-w720dp.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-xlarge-land/values-xlarge-land.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-xlarge/values-xlarge.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-zh-rCN/values-zh-rCN.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-zh-rHK/values-zh-rHK.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-zh-rTW/values-zh-rTW.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values-zu/values-zu.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/values/values.xml create mode 100644 android/build/intermediates/res/merged/androidTest/debug/xml/preferences.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/abc_fade_in.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/abc_fade_out.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/catalyst_push_up_in.xml create mode 100644 android/build/intermediates/res/merged/debug/anim/catalyst_push_up_out.xml create mode 100644 android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml create mode 100644 android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml create mode 100644 android/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml create mode 100644 android/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_dark.xml create mode 100644 android/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_light.xml create mode 100644 android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml create mode 100644 android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml create mode 100644 android/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml create mode 100644 android/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml create mode 100644 android/build/intermediates/res/merged/debug/color/abc_search_url_text.xml create mode 100644 android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml create mode 100644 android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml create mode 100644 android/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml create mode 100644 android/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-v21/abc_action_bar_item_background_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml create mode 100644 android/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_search_view.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/fps_view.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/notification_media_action.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/notification_template_lines.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/notification_template_media.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/redbox_item_frame.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/redbox_item_title.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/redbox_view.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml create mode 100644 android/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml create mode 100644 android/build/intermediates/res/merged/debug/values-af/values-af.xml create mode 100644 android/build/intermediates/res/merged/debug/values-am/values-am.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ar/values-ar.xml create mode 100644 android/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml create mode 100644 android/build/intermediates/res/merged/debug/values-bg/values-bg.xml create mode 100644 android/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ca/values-ca.xml create mode 100644 android/build/intermediates/res/merged/debug/values-cs/values-cs.xml create mode 100644 android/build/intermediates/res/merged/debug/values-da/values-da.xml create mode 100644 android/build/intermediates/res/merged/debug/values-de/values-de.xml create mode 100644 android/build/intermediates/res/merged/debug/values-el/values-el.xml create mode 100644 android/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml create mode 100644 android/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml create mode 100644 android/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml create mode 100644 android/build/intermediates/res/merged/debug/values-es-rES/values-es-rES.xml create mode 100644 android/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml create mode 100644 android/build/intermediates/res/merged/debug/values-es/values-es.xml create mode 100644 android/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml create mode 100644 android/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml create mode 100644 android/build/intermediates/res/merged/debug/values-fa/values-fa.xml create mode 100644 android/build/intermediates/res/merged/debug/values-fb-rLL/values-fb-rLL.xml create mode 100644 android/build/intermediates/res/merged/debug/values-fb/values-fb.xml create mode 100644 android/build/intermediates/res/merged/debug/values-fi/values-fi.xml create mode 100644 android/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml create mode 100644 android/build/intermediates/res/merged/debug/values-fr/values-fr.xml create mode 100644 android/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml create mode 100644 android/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml create mode 100644 android/build/intermediates/res/merged/debug/values-h720dp/values-h720dp.xml create mode 100644 android/build/intermediates/res/merged/debug/values-hdpi/values-hdpi.xml create mode 100644 android/build/intermediates/res/merged/debug/values-hi/values-hi.xml create mode 100644 android/build/intermediates/res/merged/debug/values-hr/values-hr.xml create mode 100644 android/build/intermediates/res/merged/debug/values-hu/values-hu.xml create mode 100644 android/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml create mode 100644 android/build/intermediates/res/merged/debug/values-in/values-in.xml create mode 100644 android/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml create mode 100644 android/build/intermediates/res/merged/debug/values-it/values-it.xml create mode 100644 android/build/intermediates/res/merged/debug/values-iw/values-iw.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ja/values-ja.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml create mode 100644 android/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml create mode 100644 android/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml create mode 100644 android/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ko/values-ko.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml create mode 100644 android/build/intermediates/res/merged/debug/values-land/values-land.xml create mode 100644 android/build/intermediates/res/merged/debug/values-large/values-large.xml create mode 100644 android/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml create mode 100644 android/build/intermediates/res/merged/debug/values-lt/values-lt.xml create mode 100644 android/build/intermediates/res/merged/debug/values-lv/values-lv.xml create mode 100644 android/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml create mode 100644 android/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml create mode 100644 android/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml create mode 100644 android/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml create mode 100644 android/build/intermediates/res/merged/debug/values-nb/values-nb.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml create mode 100644 android/build/intermediates/res/merged/debug/values-nl/values-nl.xml create mode 100644 android/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml create mode 100644 android/build/intermediates/res/merged/debug/values-pl/values-pl.xml create mode 100644 android/build/intermediates/res/merged/debug/values-port/values-port.xml create mode 100644 android/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml create mode 100644 android/build/intermediates/res/merged/debug/values-pt/values-pt.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ro/values-ro.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ru/values-ru.xml create mode 100644 android/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml create mode 100644 android/build/intermediates/res/merged/debug/values-sk/values-sk.xml create mode 100644 android/build/intermediates/res/merged/debug/values-sl/values-sl.xml create mode 100644 android/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml create mode 100644 android/build/intermediates/res/merged/debug/values-sr/values-sr.xml create mode 100644 android/build/intermediates/res/merged/debug/values-sv/values-sv.xml create mode 100644 android/build/intermediates/res/merged/debug/values-sw/values-sw.xml create mode 100644 android/build/intermediates/res/merged/debug/values-sw600dp/values-sw600dp.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml create mode 100644 android/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml create mode 100644 android/build/intermediates/res/merged/debug/values-th/values-th.xml create mode 100644 android/build/intermediates/res/merged/debug/values-tl/values-tl.xml create mode 100644 android/build/intermediates/res/merged/debug/values-tr/values-tr.xml create mode 100644 android/build/intermediates/res/merged/debug/values-uk/values-uk.xml create mode 100644 android/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml create mode 100644 android/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml create mode 100644 android/build/intermediates/res/merged/debug/values-v11/values-v11.xml create mode 100644 android/build/intermediates/res/merged/debug/values-v12/values-v12.xml create mode 100644 android/build/intermediates/res/merged/debug/values-v14/values-v14.xml create mode 100644 android/build/intermediates/res/merged/debug/values-v17/values-v17.xml create mode 100644 android/build/intermediates/res/merged/debug/values-v18/values-v18.xml create mode 100644 android/build/intermediates/res/merged/debug/values-v21/values-v21.xml create mode 100644 android/build/intermediates/res/merged/debug/values-v22/values-v22.xml create mode 100644 android/build/intermediates/res/merged/debug/values-v23/values-v23.xml create mode 100644 android/build/intermediates/res/merged/debug/values-vi/values-vi.xml create mode 100644 android/build/intermediates/res/merged/debug/values-w360dp/values-w360dp.xml create mode 100644 android/build/intermediates/res/merged/debug/values-w480dp/values-w480dp.xml create mode 100644 android/build/intermediates/res/merged/debug/values-w500dp/values-w500dp.xml create mode 100644 android/build/intermediates/res/merged/debug/values-w600dp/values-w600dp.xml create mode 100644 android/build/intermediates/res/merged/debug/values-w720dp/values-w720dp.xml create mode 100644 android/build/intermediates/res/merged/debug/values-xlarge-land/values-xlarge-land.xml create mode 100644 android/build/intermediates/res/merged/debug/values-xlarge/values-xlarge.xml create mode 100644 android/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml create mode 100644 android/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml create mode 100644 android/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml create mode 100644 android/build/intermediates/res/merged/debug/values-zu/values-zu.xml create mode 100644 android/build/intermediates/res/merged/debug/values/values.xml create mode 100644 android/build/intermediates/res/merged/debug/xml/preferences.xml create mode 100644 android/build/intermediates/res/merged/release/anim/abc_fade_in.xml create mode 100644 android/build/intermediates/res/merged/release/anim/abc_fade_out.xml create mode 100644 android/build/intermediates/res/merged/release/anim/abc_grow_fade_in_from_bottom.xml create mode 100644 android/build/intermediates/res/merged/release/anim/abc_popup_enter.xml create mode 100644 android/build/intermediates/res/merged/release/anim/abc_popup_exit.xml create mode 100644 android/build/intermediates/res/merged/release/anim/abc_shrink_fade_out_from_bottom.xml create mode 100644 android/build/intermediates/res/merged/release/anim/abc_slide_in_bottom.xml create mode 100644 android/build/intermediates/res/merged/release/anim/abc_slide_in_top.xml create mode 100644 android/build/intermediates/res/merged/release/anim/abc_slide_out_bottom.xml create mode 100644 android/build/intermediates/res/merged/release/anim/abc_slide_out_top.xml create mode 100644 android/build/intermediates/res/merged/release/anim/catalyst_push_up_in.xml create mode 100644 android/build/intermediates/res/merged/release/anim/catalyst_push_up_out.xml create mode 100644 android/build/intermediates/res/merged/release/color-v11/abc_background_cache_hint_selector_material_dark.xml create mode 100644 android/build/intermediates/res/merged/release/color-v11/abc_background_cache_hint_selector_material_light.xml create mode 100644 android/build/intermediates/res/merged/release/color-v23/abc_color_highlight_material.xml create mode 100644 android/build/intermediates/res/merged/release/color/abc_background_cache_hint_selector_material_dark.xml create mode 100644 android/build/intermediates/res/merged/release/color/abc_background_cache_hint_selector_material_light.xml create mode 100644 android/build/intermediates/res/merged/release/color/abc_primary_text_disable_only_material_dark.xml create mode 100644 android/build/intermediates/res/merged/release/color/abc_primary_text_disable_only_material_light.xml create mode 100644 android/build/intermediates/res/merged/release/color/abc_primary_text_material_dark.xml create mode 100644 android/build/intermediates/res/merged/release/color/abc_primary_text_material_light.xml create mode 100644 android/build/intermediates/res/merged/release/color/abc_search_url_text.xml create mode 100644 android/build/intermediates/res/merged/release/color/abc_secondary_text_material_dark.xml create mode 100644 android/build/intermediates/res/merged/release/color/abc_secondary_text_material_light.xml create mode 100644 android/build/intermediates/res/merged/release/color/switch_thumb_material_dark.xml create mode 100644 android/build/intermediates/res/merged/release/color/switch_thumb_material_light.xml create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-v21/abc_action_bar_item_background_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable-v21/abc_btn_colored_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable-v23/abc_control_background_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_focused_holo.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_longpressed_holo.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_pressed_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_btn_borderless_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_btn_check_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_btn_colored_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_btn_default_mtrl_shape.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_btn_radio_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_cab_background_internal_bg.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_cab_background_top_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_dialog_material_background_dark.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_dialog_material_background_light.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_edit_text_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_item_background_holo_dark.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_item_background_holo_light.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_list_selector_background_transition_holo_dark.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_list_selector_background_transition_holo_light.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_list_selector_holo_dark.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_list_selector_holo_light.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_ratingbar_full_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_spinner_textfield_background_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_switch_thumb_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_tab_indicator_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_text_cursor_material.xml create mode 100644 android/build/intermediates/res/merged/release/drawable/abc_textfield_search_material.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_action_bar_title_item.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_action_bar_up_container.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_action_bar_view_list_nav_layout.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_action_menu_item_layout.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_action_menu_layout.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_action_mode_bar.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_action_mode_close_item_material.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_activity_chooser_view.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_activity_chooser_view_list_item.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_alert_dialog_material.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_dialog_title_material.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_expanded_menu_layout.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_list_menu_item_checkbox.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_list_menu_item_icon.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_list_menu_item_layout.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_list_menu_item_radio.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_popup_menu_item_layout.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_screen_content_include.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_screen_simple.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_screen_simple_overlay_action_mode.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_screen_toolbar.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_search_dropdown_item_icons_2line.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_search_view.xml create mode 100644 android/build/intermediates/res/merged/release/layout/abc_select_dialog_material.xml create mode 100644 android/build/intermediates/res/merged/release/layout/fps_view.xml create mode 100644 android/build/intermediates/res/merged/release/layout/notification_media_action.xml create mode 100644 android/build/intermediates/res/merged/release/layout/notification_media_cancel_action.xml create mode 100644 android/build/intermediates/res/merged/release/layout/notification_template_big_media.xml create mode 100644 android/build/intermediates/res/merged/release/layout/notification_template_big_media_narrow.xml create mode 100644 android/build/intermediates/res/merged/release/layout/notification_template_lines.xml create mode 100644 android/build/intermediates/res/merged/release/layout/notification_template_media.xml create mode 100644 android/build/intermediates/res/merged/release/layout/notification_template_part_chronometer.xml create mode 100644 android/build/intermediates/res/merged/release/layout/notification_template_part_time.xml create mode 100644 android/build/intermediates/res/merged/release/layout/redbox_item_frame.xml create mode 100644 android/build/intermediates/res/merged/release/layout/redbox_item_title.xml create mode 100644 android/build/intermediates/res/merged/release/layout/redbox_view.xml create mode 100644 android/build/intermediates/res/merged/release/layout/select_dialog_item_material.xml create mode 100644 android/build/intermediates/res/merged/release/layout/select_dialog_multichoice_material.xml create mode 100644 android/build/intermediates/res/merged/release/layout/select_dialog_singlechoice_material.xml create mode 100644 android/build/intermediates/res/merged/release/layout/support_simple_spinner_dropdown_item.xml create mode 100644 android/build/intermediates/res/merged/release/values-af/values-af.xml create mode 100644 android/build/intermediates/res/merged/release/values-am/values-am.xml create mode 100644 android/build/intermediates/res/merged/release/values-ar/values-ar.xml create mode 100644 android/build/intermediates/res/merged/release/values-az-rAZ/values-az-rAZ.xml create mode 100644 android/build/intermediates/res/merged/release/values-bg/values-bg.xml create mode 100644 android/build/intermediates/res/merged/release/values-bn-rBD/values-bn-rBD.xml create mode 100644 android/build/intermediates/res/merged/release/values-ca/values-ca.xml create mode 100644 android/build/intermediates/res/merged/release/values-cs/values-cs.xml create mode 100644 android/build/intermediates/res/merged/release/values-da/values-da.xml create mode 100644 android/build/intermediates/res/merged/release/values-de/values-de.xml create mode 100644 android/build/intermediates/res/merged/release/values-el/values-el.xml create mode 100644 android/build/intermediates/res/merged/release/values-en-rAU/values-en-rAU.xml create mode 100644 android/build/intermediates/res/merged/release/values-en-rGB/values-en-rGB.xml create mode 100644 android/build/intermediates/res/merged/release/values-en-rIN/values-en-rIN.xml create mode 100644 android/build/intermediates/res/merged/release/values-es-rES/values-es-rES.xml create mode 100644 android/build/intermediates/res/merged/release/values-es-rUS/values-es-rUS.xml create mode 100644 android/build/intermediates/res/merged/release/values-es/values-es.xml create mode 100644 android/build/intermediates/res/merged/release/values-et-rEE/values-et-rEE.xml create mode 100644 android/build/intermediates/res/merged/release/values-eu-rES/values-eu-rES.xml create mode 100644 android/build/intermediates/res/merged/release/values-fa/values-fa.xml create mode 100644 android/build/intermediates/res/merged/release/values-fb-rLL/values-fb-rLL.xml create mode 100644 android/build/intermediates/res/merged/release/values-fb/values-fb.xml create mode 100644 android/build/intermediates/res/merged/release/values-fi/values-fi.xml create mode 100644 android/build/intermediates/res/merged/release/values-fr-rCA/values-fr-rCA.xml create mode 100644 android/build/intermediates/res/merged/release/values-fr/values-fr.xml create mode 100644 android/build/intermediates/res/merged/release/values-gl-rES/values-gl-rES.xml create mode 100644 android/build/intermediates/res/merged/release/values-gu-rIN/values-gu-rIN.xml create mode 100644 android/build/intermediates/res/merged/release/values-h720dp/values-h720dp.xml create mode 100644 android/build/intermediates/res/merged/release/values-hdpi/values-hdpi.xml create mode 100644 android/build/intermediates/res/merged/release/values-hi/values-hi.xml create mode 100644 android/build/intermediates/res/merged/release/values-hr/values-hr.xml create mode 100644 android/build/intermediates/res/merged/release/values-hu/values-hu.xml create mode 100644 android/build/intermediates/res/merged/release/values-hy-rAM/values-hy-rAM.xml create mode 100644 android/build/intermediates/res/merged/release/values-in/values-in.xml create mode 100644 android/build/intermediates/res/merged/release/values-is-rIS/values-is-rIS.xml create mode 100644 android/build/intermediates/res/merged/release/values-it/values-it.xml create mode 100644 android/build/intermediates/res/merged/release/values-iw/values-iw.xml create mode 100644 android/build/intermediates/res/merged/release/values-ja/values-ja.xml create mode 100644 android/build/intermediates/res/merged/release/values-ka-rGE/values-ka-rGE.xml create mode 100644 android/build/intermediates/res/merged/release/values-kk-rKZ/values-kk-rKZ.xml create mode 100644 android/build/intermediates/res/merged/release/values-km-rKH/values-km-rKH.xml create mode 100644 android/build/intermediates/res/merged/release/values-kn-rIN/values-kn-rIN.xml create mode 100644 android/build/intermediates/res/merged/release/values-ko/values-ko.xml create mode 100644 android/build/intermediates/res/merged/release/values-ky-rKG/values-ky-rKG.xml create mode 100644 android/build/intermediates/res/merged/release/values-land/values-land.xml create mode 100644 android/build/intermediates/res/merged/release/values-large/values-large.xml create mode 100644 android/build/intermediates/res/merged/release/values-lo-rLA/values-lo-rLA.xml create mode 100644 android/build/intermediates/res/merged/release/values-lt/values-lt.xml create mode 100644 android/build/intermediates/res/merged/release/values-lv/values-lv.xml create mode 100644 android/build/intermediates/res/merged/release/values-mk-rMK/values-mk-rMK.xml create mode 100644 android/build/intermediates/res/merged/release/values-ml-rIN/values-ml-rIN.xml create mode 100644 android/build/intermediates/res/merged/release/values-mn-rMN/values-mn-rMN.xml create mode 100644 android/build/intermediates/res/merged/release/values-mr-rIN/values-mr-rIN.xml create mode 100644 android/build/intermediates/res/merged/release/values-ms-rMY/values-ms-rMY.xml create mode 100644 android/build/intermediates/res/merged/release/values-my-rMM/values-my-rMM.xml create mode 100644 android/build/intermediates/res/merged/release/values-nb/values-nb.xml create mode 100644 android/build/intermediates/res/merged/release/values-ne-rNP/values-ne-rNP.xml create mode 100644 android/build/intermediates/res/merged/release/values-nl/values-nl.xml create mode 100644 android/build/intermediates/res/merged/release/values-pa-rIN/values-pa-rIN.xml create mode 100644 android/build/intermediates/res/merged/release/values-pl/values-pl.xml create mode 100644 android/build/intermediates/res/merged/release/values-port/values-port.xml create mode 100644 android/build/intermediates/res/merged/release/values-pt-rPT/values-pt-rPT.xml create mode 100644 android/build/intermediates/res/merged/release/values-pt/values-pt.xml create mode 100644 android/build/intermediates/res/merged/release/values-ro/values-ro.xml create mode 100644 android/build/intermediates/res/merged/release/values-ru/values-ru.xml create mode 100644 android/build/intermediates/res/merged/release/values-si-rLK/values-si-rLK.xml create mode 100644 android/build/intermediates/res/merged/release/values-sk/values-sk.xml create mode 100644 android/build/intermediates/res/merged/release/values-sl/values-sl.xml create mode 100644 android/build/intermediates/res/merged/release/values-sq-rAL/values-sq-rAL.xml create mode 100644 android/build/intermediates/res/merged/release/values-sr/values-sr.xml create mode 100644 android/build/intermediates/res/merged/release/values-sv/values-sv.xml create mode 100644 android/build/intermediates/res/merged/release/values-sw/values-sw.xml create mode 100644 android/build/intermediates/res/merged/release/values-sw600dp/values-sw600dp.xml create mode 100644 android/build/intermediates/res/merged/release/values-ta-rIN/values-ta-rIN.xml create mode 100644 android/build/intermediates/res/merged/release/values-te-rIN/values-te-rIN.xml create mode 100644 android/build/intermediates/res/merged/release/values-th/values-th.xml create mode 100644 android/build/intermediates/res/merged/release/values-tl/values-tl.xml create mode 100644 android/build/intermediates/res/merged/release/values-tr/values-tr.xml create mode 100644 android/build/intermediates/res/merged/release/values-uk/values-uk.xml create mode 100644 android/build/intermediates/res/merged/release/values-ur-rPK/values-ur-rPK.xml create mode 100644 android/build/intermediates/res/merged/release/values-uz-rUZ/values-uz-rUZ.xml create mode 100644 android/build/intermediates/res/merged/release/values-v11/values-v11.xml create mode 100644 android/build/intermediates/res/merged/release/values-v12/values-v12.xml create mode 100644 android/build/intermediates/res/merged/release/values-v14/values-v14.xml create mode 100644 android/build/intermediates/res/merged/release/values-v17/values-v17.xml create mode 100644 android/build/intermediates/res/merged/release/values-v18/values-v18.xml create mode 100644 android/build/intermediates/res/merged/release/values-v21/values-v21.xml create mode 100644 android/build/intermediates/res/merged/release/values-v22/values-v22.xml create mode 100644 android/build/intermediates/res/merged/release/values-v23/values-v23.xml create mode 100644 android/build/intermediates/res/merged/release/values-vi/values-vi.xml create mode 100644 android/build/intermediates/res/merged/release/values-w360dp/values-w360dp.xml create mode 100644 android/build/intermediates/res/merged/release/values-w480dp/values-w480dp.xml create mode 100644 android/build/intermediates/res/merged/release/values-w500dp/values-w500dp.xml create mode 100644 android/build/intermediates/res/merged/release/values-w600dp/values-w600dp.xml create mode 100644 android/build/intermediates/res/merged/release/values-w720dp/values-w720dp.xml create mode 100644 android/build/intermediates/res/merged/release/values-xlarge-land/values-xlarge-land.xml create mode 100644 android/build/intermediates/res/merged/release/values-xlarge/values-xlarge.xml create mode 100644 android/build/intermediates/res/merged/release/values-zh-rCN/values-zh-rCN.xml create mode 100644 android/build/intermediates/res/merged/release/values-zh-rHK/values-zh-rHK.xml create mode 100644 android/build/intermediates/res/merged/release/values-zh-rTW/values-zh-rTW.xml create mode 100644 android/build/intermediates/res/merged/release/values-zu/values-zu.xml create mode 100644 android/build/intermediates/res/merged/release/values/values.xml create mode 100644 android/build/intermediates/res/merged/release/xml/preferences.xml create mode 100644 android/build/intermediates/res/resources-debug-androidTest.ap_ create mode 100644 android/build/intermediates/symbols/androidTest/debug/R.txt create mode 100644 android/build/outputs/aar/react-native-image-picker-debug.aar create mode 100644 android/build/outputs/aar/react-native-image-picker-release.aar create mode 100644 android/build/tmp/packageDebugJar/MANIFEST.MF create mode 100644 android/build/tmp/packageReleaseJar/MANIFEST.MF create mode 100644 android/src/main/AndroidManifest.xml create mode 100644 android/src/main/java/com/marcshilling/idletimer/IdleTimerManager.java create mode 100644 android/src/main/java/com/marcshilling/idletimer/IdleTimerPackage.java create mode 100644 ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.pbxproj create mode 100644 ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 ios/RNIdleTimer/RNIdleTimer.xcodeproj/project.xcworkspace/xcuserdata/marcshilling.xcuserdatad/UserInterfaceState.xcuserstate create mode 100644 ios/RNIdleTimer/RNIdleTimer.xcodeproj/xcuserdata/marcshilling.xcuserdatad/xcschemes/RNIdleTimer.xcscheme create mode 100644 ios/RNIdleTimer/RNIdleTimer.xcodeproj/xcuserdata/marcshilling.xcuserdatad/xcschemes/xcschememanagement.plist rename {IdleTimerManager => ios/RNIdleTimer/RNIdleTimer}/IdleTimerManager.h (100%) rename {IdleTimerManager => ios/RNIdleTimer/RNIdleTimer}/IdleTimerManager.m (100%) diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..0da3bb0 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Marc Shilling + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/android/build.gradle b/android/build.gradle new file mode 100644 index 0000000..4685c2d --- /dev/null +++ b/android/build.gradle @@ -0,0 +1,43 @@ +import groovy.json.JsonSlurper + +def computeVersionName() { + // dynamically retrieve version from package.json + def slurper = new JsonSlurper() + def json = slurper.parse(file('../package.json'), "utf-8") + return json.version +} + +buildscript { + repositories { + jcenter() + } + + dependencies { + classpath 'com.android.tools.build:gradle:1.1.3' + } +} + +apply plugin: 'com.android.library' + +android { + compileSdkVersion 23 + buildToolsVersion "23.0.1" + + defaultConfig { + minSdkVersion 16 + targetSdkVersion 22 + versionCode 1 + versionName computeVersionName() + } + lintOptions { + abortOnError false + } +} + +repositories { + mavenCentral() +} + +dependencies { + compile 'com.facebook.react:react-native:0.20.+' +} diff --git a/android/build/generated/source/buildConfig/androidTest/debug/com/imagepicker/test/BuildConfig.java b/android/build/generated/source/buildConfig/androidTest/debug/com/imagepicker/test/BuildConfig.java new file mode 100644 index 0000000..a8bd6cd --- /dev/null +++ b/android/build/generated/source/buildConfig/androidTest/debug/com/imagepicker/test/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.imagepicker.test; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.imagepicker.test"; + public static final String BUILD_TYPE = "debug"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "0.18.1"; +} diff --git a/android/build/generated/source/buildConfig/debug/com/imagepicker/BuildConfig.java b/android/build/generated/source/buildConfig/debug/com/imagepicker/BuildConfig.java new file mode 100644 index 0000000..966a0e6 --- /dev/null +++ b/android/build/generated/source/buildConfig/debug/com/imagepicker/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.imagepicker; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.imagepicker"; + public static final String BUILD_TYPE = "debug"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "0.18.1"; +} diff --git a/android/build/generated/source/buildConfig/release/com/imagepicker/BuildConfig.java b/android/build/generated/source/buildConfig/release/com/imagepicker/BuildConfig.java new file mode 100644 index 0000000..6c7c332 --- /dev/null +++ b/android/build/generated/source/buildConfig/release/com/imagepicker/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.imagepicker; + +public final class BuildConfig { + public static final boolean DEBUG = false; + public static final String APPLICATION_ID = "com.imagepicker"; + public static final String BUILD_TYPE = "release"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "0.18.1"; +} diff --git a/android/build/generated/source/r/androidTest/debug/android/support/v7/appcompat/R.java b/android/build/generated/source/r/androidTest/debug/android/support/v7/appcompat/R.java new file mode 100644 index 0000000..b391c35 --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/android/support/v7/appcompat/R.java @@ -0,0 +1,1222 @@ +/* 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 android.support.v7.appcompat; + +public final class R { + public static final class anim { + public static final int abc_fade_in = 0x7f040000; + public static final int abc_fade_out = 0x7f040001; + public static final int abc_grow_fade_in_from_bottom = 0x7f040002; + public static final int abc_popup_enter = 0x7f040003; + public static final int abc_popup_exit = 0x7f040004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f040005; + public static final int abc_slide_in_bottom = 0x7f040006; + public static final int abc_slide_in_top = 0x7f040007; + public static final int abc_slide_out_bottom = 0x7f040008; + public static final int abc_slide_out_top = 0x7f040009; + } + public static final class attr { + public static final int actionBarDivider = 0x7f01007e; + public static final int actionBarItemBackground = 0x7f01007f; + public static final int actionBarPopupTheme = 0x7f010078; + public static final int actionBarSize = 0x7f01007d; + public static final int actionBarSplitStyle = 0x7f01007a; + public static final int actionBarStyle = 0x7f010079; + public static final int actionBarTabBarStyle = 0x7f010074; + public static final int actionBarTabStyle = 0x7f010073; + public static final int actionBarTabTextStyle = 0x7f010075; + public static final int actionBarTheme = 0x7f01007b; + public static final int actionBarWidgetTheme = 0x7f01007c; + public static final int actionButtonStyle = 0x7f010098; + public static final int actionDropDownStyle = 0x7f010094; + public static final int actionLayout = 0x7f01004b; + public static final int actionMenuTextAppearance = 0x7f010080; + public static final int actionMenuTextColor = 0x7f010081; + public static final int actionModeBackground = 0x7f010084; + public static final int actionModeCloseButtonStyle = 0x7f010083; + public static final int actionModeCloseDrawable = 0x7f010086; + public static final int actionModeCopyDrawable = 0x7f010088; + public static final int actionModeCutDrawable = 0x7f010087; + public static final int actionModeFindDrawable = 0x7f01008c; + public static final int actionModePasteDrawable = 0x7f010089; + public static final int actionModePopupWindowStyle = 0x7f01008e; + public static final int actionModeSelectAllDrawable = 0x7f01008a; + public static final int actionModeShareDrawable = 0x7f01008b; + public static final int actionModeSplitBackground = 0x7f010085; + public static final int actionModeStyle = 0x7f010082; + public static final int actionModeWebSearchDrawable = 0x7f01008d; + public static final int actionOverflowButtonStyle = 0x7f010076; + public static final int actionOverflowMenuStyle = 0x7f010077; + public static final int actionProviderClass = 0x7f01004d; + public static final int actionViewClass = 0x7f01004c; + public static final int activityChooserViewStyle = 0x7f0100a0; + public static final int alertDialogButtonGroupStyle = 0x7f0100c2; + public static final int alertDialogCenterButtons = 0x7f0100c3; + public static final int alertDialogStyle = 0x7f0100c1; + public static final int alertDialogTheme = 0x7f0100c4; + public static final int arrowHeadLength = 0x7f01002b; + public static final int arrowShaftLength = 0x7f01002c; + public static final int autoCompleteTextViewStyle = 0x7f0100c9; + public static final int background = 0x7f01000c; + public static final int backgroundSplit = 0x7f01000e; + public static final int backgroundStacked = 0x7f01000d; + public static final int backgroundTint = 0x7f0100e5; + public static final int backgroundTintMode = 0x7f0100e6; + public static final int barLength = 0x7f01002d; + public static final int borderlessButtonStyle = 0x7f01009d; + public static final int buttonBarButtonStyle = 0x7f01009a; + public static final int buttonBarNegativeButtonStyle = 0x7f0100c7; + public static final int buttonBarNeutralButtonStyle = 0x7f0100c8; + public static final int buttonBarPositiveButtonStyle = 0x7f0100c6; + public static final int buttonBarStyle = 0x7f010099; + public static final int buttonPanelSideLayout = 0x7f01001f; + public static final int buttonStyle = 0x7f0100ca; + public static final int buttonStyleSmall = 0x7f0100cb; + public static final int buttonTint = 0x7f010025; + public static final int buttonTintMode = 0x7f010026; + public static final int checkboxStyle = 0x7f0100cc; + public static final int checkedTextViewStyle = 0x7f0100cd; + public static final int closeIcon = 0x7f010059; + public static final int closeItemLayout = 0x7f01001c; + public static final int collapseContentDescription = 0x7f0100dc; + public static final int collapseIcon = 0x7f0100db; + public static final int color = 0x7f010027; + public static final int colorAccent = 0x7f0100ba; + public static final int colorButtonNormal = 0x7f0100be; + public static final int colorControlActivated = 0x7f0100bc; + public static final int colorControlHighlight = 0x7f0100bd; + public static final int colorControlNormal = 0x7f0100bb; + public static final int colorPrimary = 0x7f0100b8; + public static final int colorPrimaryDark = 0x7f0100b9; + public static final int colorSwitchThumbNormal = 0x7f0100bf; + public static final int commitIcon = 0x7f01005e; + public static final int contentInsetEnd = 0x7f010017; + public static final int contentInsetLeft = 0x7f010018; + public static final int contentInsetRight = 0x7f010019; + public static final int contentInsetStart = 0x7f010016; + public static final int controlBackground = 0x7f0100c0; + public static final int customNavigationLayout = 0x7f01000f; + public static final int defaultQueryHint = 0x7f010058; + public static final int dialogPreferredPadding = 0x7f010092; + public static final int dialogTheme = 0x7f010091; + public static final int displayOptions = 0x7f010005; + public static final int divider = 0x7f01000b; + public static final int dividerHorizontal = 0x7f01009f; + public static final int dividerPadding = 0x7f010049; + public static final int dividerVertical = 0x7f01009e; + public static final int drawableSize = 0x7f010029; + public static final int drawerArrowStyle = 0x7f010000; + public static final int dropDownListViewStyle = 0x7f0100b0; + public static final int dropdownListPreferredItemHeight = 0x7f010095; + public static final int editTextBackground = 0x7f0100a6; + public static final int editTextColor = 0x7f0100a5; + public static final int editTextStyle = 0x7f0100ce; + public static final int elevation = 0x7f01001a; + public static final int expandActivityOverflowButtonDrawable = 0x7f01001e; + public static final int gapBetweenBars = 0x7f01002a; + public static final int goIcon = 0x7f01005a; + public static final int height = 0x7f010001; + public static final int hideOnContentScroll = 0x7f010015; + public static final int homeAsUpIndicator = 0x7f010097; + public static final int homeLayout = 0x7f010010; + public static final int icon = 0x7f010009; + public static final int iconifiedByDefault = 0x7f010056; + public static final int indeterminateProgressStyle = 0x7f010012; + public static final int initialActivityCount = 0x7f01001d; + public static final int isLightTheme = 0x7f010002; + public static final int itemPadding = 0x7f010014; + public static final int layout = 0x7f010055; + public static final int listChoiceBackgroundIndicator = 0x7f0100b7; + public static final int listDividerAlertDialog = 0x7f010093; + public static final int listItemLayout = 0x7f010023; + public static final int listLayout = 0x7f010020; + public static final int listPopupWindowStyle = 0x7f0100b1; + public static final int listPreferredItemHeight = 0x7f0100ab; + public static final int listPreferredItemHeightLarge = 0x7f0100ad; + public static final int listPreferredItemHeightSmall = 0x7f0100ac; + public static final int listPreferredItemPaddingLeft = 0x7f0100ae; + public static final int listPreferredItemPaddingRight = 0x7f0100af; + public static final int logo = 0x7f01000a; + public static final int logoDescription = 0x7f0100df; + public static final int maxButtonHeight = 0x7f0100da; + public static final int measureWithLargestChild = 0x7f010047; + public static final int multiChoiceItemLayout = 0x7f010021; + public static final int navigationContentDescription = 0x7f0100de; + public static final int navigationIcon = 0x7f0100dd; + public static final int navigationMode = 0x7f010004; + public static final int overlapAnchor = 0x7f01004f; + public static final int paddingEnd = 0x7f0100e3; + public static final int paddingStart = 0x7f0100e2; + public static final int panelBackground = 0x7f0100b4; + public static final int panelMenuListTheme = 0x7f0100b6; + public static final int panelMenuListWidth = 0x7f0100b5; + public static final int popupMenuStyle = 0x7f0100a3; + public static final int popupTheme = 0x7f01001b; + public static final int popupWindowStyle = 0x7f0100a4; + public static final int preserveIconSpacing = 0x7f01004e; + public static final int progressBarPadding = 0x7f010013; + public static final int progressBarStyle = 0x7f010011; + public static final int queryBackground = 0x7f010060; + public static final int queryHint = 0x7f010057; + public static final int radioButtonStyle = 0x7f0100cf; + public static final int ratingBarStyle = 0x7f0100d0; + public static final int searchHintIcon = 0x7f01005c; + public static final int searchIcon = 0x7f01005b; + public static final int searchViewStyle = 0x7f0100aa; + public static final int selectableItemBackground = 0x7f01009b; + public static final int selectableItemBackgroundBorderless = 0x7f01009c; + public static final int showAsAction = 0x7f01004a; + public static final int showDividers = 0x7f010048; + public static final int showText = 0x7f010068; + public static final int singleChoiceItemLayout = 0x7f010022; + public static final int spinBars = 0x7f010028; + public static final int spinnerDropDownItemStyle = 0x7f010096; + public static final int spinnerStyle = 0x7f0100d1; + public static final int splitTrack = 0x7f010067; + public static final int state_above_anchor = 0x7f010050; + public static final int submitBackground = 0x7f010061; + public static final int subtitle = 0x7f010006; + public static final int subtitleTextAppearance = 0x7f0100d4; + public static final int subtitleTextColor = 0x7f0100e1; + public static final int subtitleTextStyle = 0x7f010008; + public static final int suggestionRowLayout = 0x7f01005f; + public static final int switchMinWidth = 0x7f010065; + public static final int switchPadding = 0x7f010066; + public static final int switchStyle = 0x7f0100d2; + public static final int switchTextAppearance = 0x7f010064; + public static final int textAllCaps = 0x7f010024; + public static final int textAppearanceLargePopupMenu = 0x7f01008f; + public static final int textAppearanceListItem = 0x7f0100b2; + public static final int textAppearanceListItemSmall = 0x7f0100b3; + public static final int textAppearanceSearchResultSubtitle = 0x7f0100a8; + public static final int textAppearanceSearchResultTitle = 0x7f0100a7; + public static final int textAppearanceSmallPopupMenu = 0x7f010090; + public static final int textColorAlertDialogListItem = 0x7f0100c5; + public static final int textColorSearchUrl = 0x7f0100a9; + public static final int theme = 0x7f0100e4; + public static final int thickness = 0x7f01002e; + public static final int thumbTextPadding = 0x7f010063; + public static final int title = 0x7f010003; + public static final int titleMarginBottom = 0x7f0100d9; + public static final int titleMarginEnd = 0x7f0100d7; + public static final int titleMarginStart = 0x7f0100d6; + public static final int titleMarginTop = 0x7f0100d8; + public static final int titleMargins = 0x7f0100d5; + public static final int titleTextAppearance = 0x7f0100d3; + public static final int titleTextColor = 0x7f0100e0; + public static final int titleTextStyle = 0x7f010007; + public static final int toolbarNavigationButtonStyle = 0x7f0100a2; + public static final int toolbarStyle = 0x7f0100a1; + public static final int track = 0x7f010062; + public static final int voiceIcon = 0x7f01005d; + public static final int windowActionBar = 0x7f010069; + public static final int windowActionBarOverlay = 0x7f01006b; + public static final int windowActionModeOverlay = 0x7f01006c; + public static final int windowFixedHeightMajor = 0x7f010070; + public static final int windowFixedHeightMinor = 0x7f01006e; + public static final int windowFixedWidthMajor = 0x7f01006d; + public static final int windowFixedWidthMinor = 0x7f01006f; + public static final int windowMinWidthMajor = 0x7f010071; + public static final int windowMinWidthMinor = 0x7f010072; + public static final int windowNoTitle = 0x7f01006a; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs = 0x7f090002; + public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f090000; + public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f090003; + public static final int abc_config_actionMenuItemAllCaps = 0x7f090004; + public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f090005; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark = 0x7f0b003b; + public static final int abc_background_cache_hint_selector_material_light = 0x7f0b003c; + public static final int abc_color_highlight_material = 0x7f0b003d; + public static final int abc_input_method_navigation_guard = 0x7f0b0000; + public static final int abc_primary_text_disable_only_material_dark = 0x7f0b003e; + public static final int abc_primary_text_disable_only_material_light = 0x7f0b003f; + public static final int abc_primary_text_material_dark = 0x7f0b0040; + public static final int abc_primary_text_material_light = 0x7f0b0041; + public static final int abc_search_url_text = 0x7f0b0042; + public static final int abc_search_url_text_normal = 0x7f0b0001; + public static final int abc_search_url_text_pressed = 0x7f0b0002; + public static final int abc_search_url_text_selected = 0x7f0b0003; + public static final int abc_secondary_text_material_dark = 0x7f0b0043; + public static final int abc_secondary_text_material_light = 0x7f0b0044; + public static final int accent_material_dark = 0x7f0b0004; + public static final int accent_material_light = 0x7f0b0005; + public static final int background_floating_material_dark = 0x7f0b0006; + public static final int background_floating_material_light = 0x7f0b0007; + public static final int background_material_dark = 0x7f0b0008; + public static final int background_material_light = 0x7f0b0009; + public static final int bright_foreground_disabled_material_dark = 0x7f0b000a; + public static final int bright_foreground_disabled_material_light = 0x7f0b000b; + public static final int bright_foreground_inverse_material_dark = 0x7f0b000c; + public static final int bright_foreground_inverse_material_light = 0x7f0b000d; + public static final int bright_foreground_material_dark = 0x7f0b000e; + public static final int bright_foreground_material_light = 0x7f0b000f; + public static final int button_material_dark = 0x7f0b0010; + public static final int button_material_light = 0x7f0b0011; + public static final int dim_foreground_disabled_material_dark = 0x7f0b0013; + public static final int dim_foreground_disabled_material_light = 0x7f0b0014; + public static final int dim_foreground_material_dark = 0x7f0b0015; + public static final int dim_foreground_material_light = 0x7f0b0016; + public static final int foreground_material_dark = 0x7f0b0017; + public static final int foreground_material_light = 0x7f0b0018; + public static final int highlighted_text_material_dark = 0x7f0b0019; + public static final int highlighted_text_material_light = 0x7f0b001a; + public static final int hint_foreground_material_dark = 0x7f0b001b; + public static final int hint_foreground_material_light = 0x7f0b001c; + public static final int material_blue_grey_800 = 0x7f0b001d; + public static final int material_blue_grey_900 = 0x7f0b001e; + public static final int material_blue_grey_950 = 0x7f0b001f; + public static final int material_deep_teal_200 = 0x7f0b0020; + public static final int material_deep_teal_500 = 0x7f0b0021; + public static final int material_grey_100 = 0x7f0b0022; + public static final int material_grey_300 = 0x7f0b0023; + public static final int material_grey_50 = 0x7f0b0024; + public static final int material_grey_600 = 0x7f0b0025; + public static final int material_grey_800 = 0x7f0b0026; + public static final int material_grey_850 = 0x7f0b0027; + public static final int material_grey_900 = 0x7f0b0028; + public static final int primary_dark_material_dark = 0x7f0b0029; + public static final int primary_dark_material_light = 0x7f0b002a; + public static final int primary_material_dark = 0x7f0b002b; + public static final int primary_material_light = 0x7f0b002c; + public static final int primary_text_default_material_dark = 0x7f0b002d; + public static final int primary_text_default_material_light = 0x7f0b002e; + public static final int primary_text_disabled_material_dark = 0x7f0b002f; + public static final int primary_text_disabled_material_light = 0x7f0b0030; + public static final int ripple_material_dark = 0x7f0b0031; + public static final int ripple_material_light = 0x7f0b0032; + public static final int secondary_text_default_material_dark = 0x7f0b0033; + public static final int secondary_text_default_material_light = 0x7f0b0034; + public static final int secondary_text_disabled_material_dark = 0x7f0b0035; + public static final int secondary_text_disabled_material_light = 0x7f0b0036; + public static final int switch_thumb_disabled_material_dark = 0x7f0b0037; + public static final int switch_thumb_disabled_material_light = 0x7f0b0038; + public static final int switch_thumb_material_dark = 0x7f0b0045; + public static final int switch_thumb_material_light = 0x7f0b0046; + public static final int switch_thumb_normal_material_dark = 0x7f0b0039; + public static final int switch_thumb_normal_material_light = 0x7f0b003a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material = 0x7f07000b; + public static final int abc_action_bar_default_height_material = 0x7f070001; + public static final int abc_action_bar_default_padding_end_material = 0x7f07000c; + public static final int abc_action_bar_default_padding_start_material = 0x7f07000d; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f07000f; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f070010; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f070011; + public static final int abc_action_bar_progress_bar_size = 0x7f070002; + public static final int abc_action_bar_stacked_max_height = 0x7f070012; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f070013; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f070015; + public static final int abc_action_button_min_height_material = 0x7f070016; + public static final int abc_action_button_min_width_material = 0x7f070017; + public static final int abc_action_button_min_width_overflow_material = 0x7f070018; + public static final int abc_alert_dialog_button_bar_height = 0x7f070000; + public static final int abc_button_inset_horizontal_material = 0x7f070019; + public static final int abc_button_inset_vertical_material = 0x7f07001a; + public static final int abc_button_padding_horizontal_material = 0x7f07001b; + public static final int abc_button_padding_vertical_material = 0x7f07001c; + public static final int abc_config_prefDialogWidth = 0x7f070005; + public static final int abc_control_corner_material = 0x7f07001d; + public static final int abc_control_inset_material = 0x7f07001e; + public static final int abc_control_padding_material = 0x7f07001f; + public static final int abc_dialog_list_padding_vertical_material = 0x7f070020; + public static final int abc_dialog_min_width_major = 0x7f070021; + public static final int abc_dialog_min_width_minor = 0x7f070022; + public static final int abc_dialog_padding_material = 0x7f070023; + public static final int abc_dialog_padding_top_material = 0x7f070024; + public static final int abc_disabled_alpha_material_dark = 0x7f070025; + public static final int abc_disabled_alpha_material_light = 0x7f070026; + public static final int abc_dropdownitem_icon_width = 0x7f070027; + public static final int abc_dropdownitem_text_padding_left = 0x7f070028; + public static final int abc_dropdownitem_text_padding_right = 0x7f070029; + public static final int abc_edit_text_inset_bottom_material = 0x7f07002a; + public static final int abc_edit_text_inset_horizontal_material = 0x7f07002b; + public static final int abc_edit_text_inset_top_material = 0x7f07002c; + public static final int abc_floating_window_z = 0x7f07002d; + public static final int abc_list_item_padding_horizontal_material = 0x7f07002e; + public static final int abc_panel_menu_list_width = 0x7f07002f; + public static final int abc_search_view_preferred_width = 0x7f070030; + public static final int abc_search_view_text_min_width = 0x7f070006; + public static final int abc_switch_padding = 0x7f07000e; + public static final int abc_text_size_body_1_material = 0x7f070031; + public static final int abc_text_size_body_2_material = 0x7f070032; + public static final int abc_text_size_button_material = 0x7f070033; + public static final int abc_text_size_caption_material = 0x7f070034; + public static final int abc_text_size_display_1_material = 0x7f070035; + public static final int abc_text_size_display_2_material = 0x7f070036; + public static final int abc_text_size_display_3_material = 0x7f070037; + public static final int abc_text_size_display_4_material = 0x7f070038; + public static final int abc_text_size_headline_material = 0x7f070039; + public static final int abc_text_size_large_material = 0x7f07003a; + public static final int abc_text_size_medium_material = 0x7f07003b; + public static final int abc_text_size_menu_material = 0x7f07003c; + public static final int abc_text_size_small_material = 0x7f07003d; + public static final int abc_text_size_subhead_material = 0x7f07003e; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f070003; + public static final int abc_text_size_title_material = 0x7f07003f; + public static final int abc_text_size_title_material_toolbar = 0x7f070004; + public static final int dialog_fixed_height_major = 0x7f070007; + public static final int dialog_fixed_height_minor = 0x7f070008; + public static final int dialog_fixed_width_major = 0x7f070009; + public static final int dialog_fixed_width_minor = 0x7f07000a; + public static final int disabled_alpha_material_dark = 0x7f070040; + public static final int disabled_alpha_material_light = 0x7f070041; + public static final int highlight_alpha_material_colored = 0x7f070042; + public static final int highlight_alpha_material_dark = 0x7f070043; + public static final int highlight_alpha_material_light = 0x7f070044; + public static final int notification_large_icon_height = 0x7f070046; + public static final int notification_large_icon_width = 0x7f070047; + public static final int notification_subtext_size = 0x7f070048; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000; + public static final int abc_action_bar_item_background_material = 0x7f020001; + public static final int abc_btn_borderless_material = 0x7f020002; + public static final int abc_btn_check_material = 0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005; + public static final int abc_btn_colored_material = 0x7f020006; + public static final int abc_btn_default_mtrl_shape = 0x7f020007; + public static final int abc_btn_radio_material = 0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a; + public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b; + public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e; + public static final int abc_cab_background_internal_bg = 0x7f02000f; + public static final int abc_cab_background_top_material = 0x7f020010; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011; + public static final int abc_control_background_material = 0x7f020012; + public static final int abc_dialog_material_background_dark = 0x7f020013; + public static final int abc_dialog_material_background_light = 0x7f020014; + public static final int abc_edit_text_material = 0x7f020015; + public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016; + public static final int abc_ic_clear_mtrl_alpha = 0x7f020017; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018; + public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f; + public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020; + public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021; + public static final int abc_item_background_holo_dark = 0x7f020022; + public static final int abc_item_background_holo_light = 0x7f020023; + public static final int abc_list_divider_mtrl_alpha = 0x7f020024; + public static final int abc_list_focused_holo = 0x7f020025; + public static final int abc_list_longpressed_holo = 0x7f020026; + public static final int abc_list_pressed_holo_dark = 0x7f020027; + public static final int abc_list_pressed_holo_light = 0x7f020028; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029; + public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a; + public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b; + public static final int abc_list_selector_disabled_holo_light = 0x7f02002c; + public static final int abc_list_selector_holo_dark = 0x7f02002d; + public static final int abc_list_selector_holo_light = 0x7f02002e; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f; + public static final int abc_popup_background_mtrl_mult = 0x7f020030; + public static final int abc_ratingbar_full_material = 0x7f020031; + public static final int abc_spinner_mtrl_am_alpha = 0x7f020032; + public static final int abc_spinner_textfield_background_material = 0x7f020033; + public static final int abc_switch_thumb_material = 0x7f020034; + public static final int abc_switch_track_mtrl_alpha = 0x7f020035; + public static final int abc_tab_indicator_material = 0x7f020036; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037; + public static final int abc_text_cursor_material = 0x7f020038; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039; + public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c; + public static final int abc_textfield_search_material = 0x7f02003d; + public static final int notification_template_icon_bg = 0x7f02003e; + } + public static final class id { + public static final int action0 = 0x7f0c0057; + public static final int action_bar = 0x7f0c0047; + public static final int action_bar_activity_content = 0x7f0c0000; + public static final int action_bar_container = 0x7f0c0046; + public static final int action_bar_root = 0x7f0c0042; + public static final int action_bar_spinner = 0x7f0c0001; + public static final int action_bar_subtitle = 0x7f0c002b; + public static final int action_bar_title = 0x7f0c002a; + public static final int action_context_bar = 0x7f0c0048; + public static final int action_divider = 0x7f0c005b; + public static final int action_menu_divider = 0x7f0c0002; + public static final int action_menu_presenter = 0x7f0c0003; + public static final int action_mode_bar = 0x7f0c0044; + public static final int action_mode_bar_stub = 0x7f0c0043; + public static final int action_mode_close_button = 0x7f0c002c; + public static final int activity_chooser_view_content = 0x7f0c002d; + public static final int alertTitle = 0x7f0c0037; + public static final int always = 0x7f0c0024; + public static final int beginning = 0x7f0c0021; + public static final int buttonPanel = 0x7f0c003d; + public static final int cancel_action = 0x7f0c0058; + public static final int checkbox = 0x7f0c003f; + public static final int chronometer = 0x7f0c005e; + public static final int collapseActionView = 0x7f0c0025; + public static final int contentPanel = 0x7f0c0038; + public static final int custom = 0x7f0c003c; + public static final int customPanel = 0x7f0c003b; + public static final int decor_content_parent = 0x7f0c0045; + public static final int default_activity_button = 0x7f0c0030; + public static final int disableHome = 0x7f0c000d; + public static final int edit_query = 0x7f0c0049; + public static final int end = 0x7f0c0022; + public static final int end_padder = 0x7f0c0063; + public static final int expand_activities_button = 0x7f0c002e; + public static final int expanded_menu = 0x7f0c003e; + public static final int home = 0x7f0c0004; + public static final int homeAsUp = 0x7f0c000e; + public static final int icon = 0x7f0c0032; + public static final int ifRoom = 0x7f0c0026; + public static final int image = 0x7f0c002f; + public static final int info = 0x7f0c0062; + public static final int line1 = 0x7f0c005c; + public static final int line3 = 0x7f0c0060; + public static final int listMode = 0x7f0c000a; + public static final int list_item = 0x7f0c0031; + public static final int media_actions = 0x7f0c005a; + public static final int middle = 0x7f0c0023; + public static final int multiply = 0x7f0c0014; + public static final int never = 0x7f0c0027; + public static final int none = 0x7f0c000f; + public static final int normal = 0x7f0c000b; + public static final int parentPanel = 0x7f0c0034; + public static final int progress_circular = 0x7f0c0006; + public static final int progress_horizontal = 0x7f0c0007; + public static final int radio = 0x7f0c0041; + public static final int screen = 0x7f0c0015; + public static final int scrollView = 0x7f0c0039; + public static final int search_badge = 0x7f0c004b; + public static final int search_bar = 0x7f0c004a; + public static final int search_button = 0x7f0c004c; + public static final int search_close_btn = 0x7f0c0051; + public static final int search_edit_frame = 0x7f0c004d; + public static final int search_go_btn = 0x7f0c0053; + public static final int search_mag_icon = 0x7f0c004e; + public static final int search_plate = 0x7f0c004f; + public static final int search_src_text = 0x7f0c0050; + public static final int search_voice_btn = 0x7f0c0054; + public static final int select_dialog_listview = 0x7f0c0055; + public static final int shortcut = 0x7f0c0040; + public static final int showCustom = 0x7f0c0010; + public static final int showHome = 0x7f0c0011; + public static final int showTitle = 0x7f0c0012; + public static final int split_action_bar = 0x7f0c0008; + public static final int src_atop = 0x7f0c0016; + public static final int src_in = 0x7f0c0017; + public static final int src_over = 0x7f0c0018; + public static final int status_bar_latest_event_content = 0x7f0c0059; + public static final int submit_area = 0x7f0c0052; + public static final int tabMode = 0x7f0c000c; + public static final int text = 0x7f0c0061; + public static final int text2 = 0x7f0c005f; + public static final int textSpacerNoButtons = 0x7f0c003a; + public static final int time = 0x7f0c005d; + public static final int title = 0x7f0c0033; + public static final int title_template = 0x7f0c0036; + public static final int topPanel = 0x7f0c0035; + public static final int up = 0x7f0c0009; + public static final int useLogo = 0x7f0c0013; + public static final int withText = 0x7f0c0028; + public static final int wrap_content = 0x7f0c0029; + } + public static final class integer { + public static final int abc_config_activityDefaultDur = 0x7f0a0001; + public static final int abc_config_activityShortDur = 0x7f0a0002; + public static final int abc_max_action_buttons = 0x7f0a0000; + public static final int cancel_button_image_alpha = 0x7f0a0003; + public static final int status_bar_notification_info_maxnum = 0x7f0a0004; + } + public static final class layout { + public static final int abc_action_bar_title_item = 0x7f030000; + public static final int abc_action_bar_up_container = 0x7f030001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f030002; + public static final int abc_action_menu_item_layout = 0x7f030003; + public static final int abc_action_menu_layout = 0x7f030004; + public static final int abc_action_mode_bar = 0x7f030005; + public static final int abc_action_mode_close_item_material = 0x7f030006; + public static final int abc_activity_chooser_view = 0x7f030007; + public static final int abc_activity_chooser_view_list_item = 0x7f030008; + public static final int abc_alert_dialog_material = 0x7f030009; + public static final int abc_dialog_title_material = 0x7f03000a; + public static final int abc_expanded_menu_layout = 0x7f03000b; + public static final int abc_list_menu_item_checkbox = 0x7f03000c; + public static final int abc_list_menu_item_icon = 0x7f03000d; + public static final int abc_list_menu_item_layout = 0x7f03000e; + public static final int abc_list_menu_item_radio = 0x7f03000f; + public static final int abc_popup_menu_item_layout = 0x7f030010; + public static final int abc_screen_content_include = 0x7f030011; + public static final int abc_screen_simple = 0x7f030012; + public static final int abc_screen_simple_overlay_action_mode = 0x7f030013; + public static final int abc_screen_toolbar = 0x7f030014; + public static final int abc_search_dropdown_item_icons_2line = 0x7f030015; + public static final int abc_search_view = 0x7f030016; + public static final int abc_select_dialog_material = 0x7f030017; + public static final int notification_media_action = 0x7f030019; + public static final int notification_media_cancel_action = 0x7f03001a; + public static final int notification_template_big_media = 0x7f03001b; + public static final int notification_template_big_media_narrow = 0x7f03001c; + public static final int notification_template_lines = 0x7f03001d; + public static final int notification_template_media = 0x7f03001e; + public static final int notification_template_part_chronometer = 0x7f03001f; + public static final int notification_template_part_time = 0x7f030020; + public static final int select_dialog_item_material = 0x7f030024; + public static final int select_dialog_multichoice_material = 0x7f030025; + public static final int select_dialog_singlechoice_material = 0x7f030026; + public static final int support_simple_spinner_dropdown_item = 0x7f030027; + } + public static final class string { + public static final int abc_action_bar_home_description = 0x7f060000; + public static final int abc_action_bar_home_description_format = 0x7f060001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f060002; + public static final int abc_action_bar_up_description = 0x7f060003; + public static final int abc_action_menu_overflow_description = 0x7f060004; + public static final int abc_action_mode_done = 0x7f060005; + public static final int abc_activity_chooser_view_see_all = 0x7f060006; + public static final int abc_activitychooserview_choose_application = 0x7f060007; + public static final int abc_search_hint = 0x7f060008; + public static final int abc_searchview_description_clear = 0x7f060009; + public static final int abc_searchview_description_query = 0x7f06000a; + public static final int abc_searchview_description_search = 0x7f06000b; + public static final int abc_searchview_description_submit = 0x7f06000c; + public static final int abc_searchview_description_voice = 0x7f06000d; + public static final int abc_shareactionprovider_share_with = 0x7f06000e; + public static final int abc_shareactionprovider_share_with_application = 0x7f06000f; + public static final int abc_toolbar_collapse_description = 0x7f060010; + public static final int status_bar_notification_info_overflow = 0x7f060011; + } + public static final class style { + public static final int AlertDialog_AppCompat = 0x7f08007a; + public static final int AlertDialog_AppCompat_Light = 0x7f08007b; + public static final int Animation_AppCompat_Dialog = 0x7f08007c; + public static final int Animation_AppCompat_DropDownUp = 0x7f08007d; + public static final int Base_AlertDialog_AppCompat = 0x7f08007f; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f080080; + public static final int Base_Animation_AppCompat_Dialog = 0x7f080081; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f080082; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f080083; + public static final int Base_TextAppearance_AppCompat = 0x7f08002d; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f080018; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f080030; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f080031; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f080032; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f080033; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f080034; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f080035; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f080003; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f080036; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f080039; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f08003a; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f08003d; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f08003f; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f080090; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f080094; + public static final int Base_Theme_AppCompat = 0x7f08004e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f080088; + public static final int Base_Theme_AppCompat_Dialog = 0x7f080009; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b; + public static final int Base_Theme_AppCompat_Light = 0x7f08004f; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f080015; + public static final int Base_V21_Theme_AppCompat = 0x7f080050; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f080051; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f080052; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053; + public static final int Base_V22_Theme_AppCompat = 0x7f080074; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f080075; + public static final int Base_V23_Theme_AppCompat = 0x7f080077; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f080078; + public static final int Base_V7_Theme_AppCompat = 0x7f080095; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f080096; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f080097; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f08009a; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f08009b; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f080056; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f08009e; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016; + public static final int Base_Widget_AppCompat_Button = 0x7f080059; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f08005d; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f080079; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f08005c; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060; + public static final int Base_Widget_AppCompat_EditText = 0x7f080017; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066; + public static final int Base_Widget_AppCompat_ListView = 0x7f080067; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f080069; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f08006a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f08000d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f08006c; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0800a8; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9; + public static final int Base_Widget_AppCompat_Spinner = 0x7f08006d; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0800aa; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070; + public static final int Platform_AppCompat = 0x7f08000f; + public static final int Platform_AppCompat_Light = 0x7f080010; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f080071; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073; + public static final int Platform_V11_AppCompat = 0x7f080011; + public static final int Platform_V11_AppCompat_Light = 0x7f080012; + public static final int Platform_V14_AppCompat = 0x7f080019; + public static final int Platform_V14_AppCompat_Light = 0x7f08001a; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f080013; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021; + public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b; + public static final int TextAppearance_AppCompat = 0x7f0800ab; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0800ac; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0800ad; + public static final int TextAppearance_AppCompat_Button = 0x7f0800ae; + public static final int TextAppearance_AppCompat_Caption = 0x7f0800af; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0800b0; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0800b1; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0800b2; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0800b3; + public static final int TextAppearance_AppCompat_Headline = 0x7f0800b4; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0800b5; + public static final int TextAppearance_AppCompat_Large = 0x7f0800b6; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0800b7; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800b8; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800b9; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800ba; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800bb; + public static final int TextAppearance_AppCompat_Medium = 0x7f0800bc; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800bd; + public static final int TextAppearance_AppCompat_Menu = 0x7f0800be; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800bf; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c0; + public static final int TextAppearance_AppCompat_Small = 0x7f0800c1; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c2; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0800c3; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c4; + public static final int TextAppearance_AppCompat_Title = 0x7f0800c5; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0800c6; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800c7; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800c8; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800c9; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800cb; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800cc; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800cd; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800ce; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800cf; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0800d0; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d1; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d2; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d3; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d4; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0800d5; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800d6; + public static final int TextAppearance_StatusBar_EventContent = 0x7f08001b; + public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c; + public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d; + public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e; + public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800d7; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800d8; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800d9; + public static final int ThemeOverlay_AppCompat = 0x7f0800ed; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0800ee; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0800ef; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f0; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0800f1; + public static final int Theme_AppCompat = 0x7f0800db; + public static final int Theme_AppCompat_CompactMenu = 0x7f0800dc; + public static final int Theme_AppCompat_Dialog = 0x7f0800dd; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0800e0; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0800de; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0800df; + public static final int Theme_AppCompat_Light = 0x7f0800e1; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e2; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0800e3; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800e6; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800e4; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800e5; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0800e7; + public static final int Theme_AppCompat_NoActionBar = 0x7f0800e8; + public static final int Widget_AppCompat_ActionBar = 0x7f0800f2; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0800f3; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f4; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0800f5; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0800f6; + public static final int Widget_AppCompat_ActionButton = 0x7f0800f7; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800f8; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0800f9; + public static final int Widget_AppCompat_ActionMode = 0x7f0800fa; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0800fb; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0800fc; + public static final int Widget_AppCompat_Button = 0x7f0800fd; + public static final int Widget_AppCompat_ButtonBar = 0x7f080103; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080104; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0800fe; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0800ff; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080100; + public static final int Widget_AppCompat_Button_Colored = 0x7f080101; + public static final int Widget_AppCompat_Button_Small = 0x7f080102; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f080105; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f080106; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f080107; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f080108; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f080109; + public static final int Widget_AppCompat_EditText = 0x7f08010a; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f08010b; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f08010c; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f08010d; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f08010e; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f08010f; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080110; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080111; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080112; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080113; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f080114; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f080115; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f080116; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080117; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f080118; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080119; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011a; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f08011b; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f08011c; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f08011d; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f08011e; + public static final int Widget_AppCompat_Light_SearchView = 0x7f08011f; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080120; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f080121; + public static final int Widget_AppCompat_ListView = 0x7f080122; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f080123; + public static final int Widget_AppCompat_ListView_Menu = 0x7f080124; + public static final int Widget_AppCompat_PopupMenu = 0x7f080125; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f080126; + public static final int Widget_AppCompat_PopupWindow = 0x7f080127; + public static final int Widget_AppCompat_ProgressBar = 0x7f080128; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080129; + public static final int Widget_AppCompat_RatingBar = 0x7f08012a; + public static final int Widget_AppCompat_SearchView = 0x7f08012b; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f08012c; + public static final int Widget_AppCompat_Spinner = 0x7f08012d; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f08012e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f08012f; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f080130; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f080131; + public static final int Widget_AppCompat_Toolbar = 0x7f080132; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080133; + } + public static final class styleable { + public static final int[] 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, 0x7f010097 }; + public static final int[] ActionBarLayout = { 0x010100b3 }; + 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 = { 0x0101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMenuView = { }; + public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }; + 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 = { 0x7f01001d, 0x7f01001e }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + public static final int ActivityChooserView_initialActivityCount = 0; + public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }; + 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[] AppCompatTextView = { 0x01010034, 0x7f010024 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_textAllCaps = 1; + public static final int[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 }; + 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 = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }; + 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 = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }; + public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; + 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 = { 0x010102ac, 0x010102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; + 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 = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }; + 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 = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e }; + 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 = { 0x01010176, 0x7f01004f }; + public static final int[] PopupWindowBackgroundState = { 0x7f010050 }; + 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 = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }; + 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 = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }; + public static final int Spinner_android_dropDownWidth = 2; + public static final int Spinner_android_popupBackground = 0; + public static final int Spinner_android_prompt = 1; + public static final int Spinner_popupTheme = 3; + public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }; + 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 = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }; + 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 = 4; + public static final int[] Theme = { 0x01010057, 0x010100ae, 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, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }; + public static final int Theme_actionBarDivider = 23; + public static final int Theme_actionBarItemBackground = 24; + public static final int Theme_actionBarPopupTheme = 17; + public static final int Theme_actionBarSize = 22; + public static final int Theme_actionBarSplitStyle = 19; + public static final int Theme_actionBarStyle = 18; + public static final int Theme_actionBarTabBarStyle = 13; + public static final int Theme_actionBarTabStyle = 12; + public static final int Theme_actionBarTabTextStyle = 14; + public static final int Theme_actionBarTheme = 20; + public static final int Theme_actionBarWidgetTheme = 21; + public static final int Theme_actionButtonStyle = 49; + public static final int Theme_actionDropDownStyle = 45; + public static final int Theme_actionMenuTextAppearance = 25; + public static final int Theme_actionMenuTextColor = 26; + public static final int Theme_actionModeBackground = 29; + public static final int Theme_actionModeCloseButtonStyle = 28; + public static final int Theme_actionModeCloseDrawable = 31; + public static final int Theme_actionModeCopyDrawable = 33; + public static final int Theme_actionModeCutDrawable = 32; + public static final int Theme_actionModeFindDrawable = 37; + public static final int Theme_actionModePasteDrawable = 34; + public static final int Theme_actionModePopupWindowStyle = 39; + public static final int Theme_actionModeSelectAllDrawable = 35; + public static final int Theme_actionModeShareDrawable = 36; + public static final int Theme_actionModeSplitBackground = 30; + public static final int Theme_actionModeStyle = 27; + public static final int Theme_actionModeWebSearchDrawable = 38; + public static final int Theme_actionOverflowButtonStyle = 15; + public static final int Theme_actionOverflowMenuStyle = 16; + public static final int Theme_activityChooserViewStyle = 57; + public static final int Theme_alertDialogButtonGroupStyle = 91; + public static final int Theme_alertDialogCenterButtons = 92; + public static final int Theme_alertDialogStyle = 90; + public static final int Theme_alertDialogTheme = 93; + public static final int Theme_android_windowAnimationStyle = 1; + public static final int Theme_android_windowIsFloating = 0; + public static final int Theme_autoCompleteTextViewStyle = 98; + public static final int Theme_borderlessButtonStyle = 54; + public static final int Theme_buttonBarButtonStyle = 51; + public static final int Theme_buttonBarNegativeButtonStyle = 96; + public static final int Theme_buttonBarNeutralButtonStyle = 97; + public static final int Theme_buttonBarPositiveButtonStyle = 95; + public static final int Theme_buttonBarStyle = 50; + public static final int Theme_buttonStyle = 99; + public static final int Theme_buttonStyleSmall = 100; + public static final int Theme_checkboxStyle = 101; + public static final int Theme_checkedTextViewStyle = 102; + public static final int Theme_colorAccent = 83; + public static final int Theme_colorButtonNormal = 87; + public static final int Theme_colorControlActivated = 85; + public static final int Theme_colorControlHighlight = 86; + public static final int Theme_colorControlNormal = 84; + public static final int Theme_colorPrimary = 81; + public static final int Theme_colorPrimaryDark = 82; + public static final int Theme_colorSwitchThumbNormal = 88; + public static final int Theme_controlBackground = 89; + public static final int Theme_dialogPreferredPadding = 43; + public static final int Theme_dialogTheme = 42; + public static final int Theme_dividerHorizontal = 56; + public static final int Theme_dividerVertical = 55; + public static final int Theme_dropDownListViewStyle = 73; + public static final int Theme_dropdownListPreferredItemHeight = 46; + public static final int Theme_editTextBackground = 63; + public static final int Theme_editTextColor = 62; + public static final int Theme_editTextStyle = 103; + public static final int Theme_homeAsUpIndicator = 48; + public static final int Theme_listChoiceBackgroundIndicator = 80; + public static final int Theme_listDividerAlertDialog = 44; + public static final int Theme_listPopupWindowStyle = 74; + public static final int Theme_listPreferredItemHeight = 68; + public static final int Theme_listPreferredItemHeightLarge = 70; + public static final int Theme_listPreferredItemHeightSmall = 69; + public static final int Theme_listPreferredItemPaddingLeft = 71; + public static final int Theme_listPreferredItemPaddingRight = 72; + public static final int Theme_panelBackground = 77; + public static final int Theme_panelMenuListTheme = 79; + public static final int Theme_panelMenuListWidth = 78; + public static final int Theme_popupMenuStyle = 60; + public static final int Theme_popupWindowStyle = 61; + public static final int Theme_radioButtonStyle = 104; + public static final int Theme_ratingBarStyle = 105; + public static final int Theme_searchViewStyle = 67; + public static final int Theme_selectableItemBackground = 52; + public static final int Theme_selectableItemBackgroundBorderless = 53; + public static final int Theme_spinnerDropDownItemStyle = 47; + public static final int Theme_spinnerStyle = 106; + public static final int Theme_switchStyle = 107; + public static final int Theme_textAppearanceLargePopupMenu = 40; + public static final int Theme_textAppearanceListItem = 75; + public static final int Theme_textAppearanceListItemSmall = 76; + public static final int Theme_textAppearanceSearchResultSubtitle = 65; + public static final int Theme_textAppearanceSearchResultTitle = 64; + public static final int Theme_textAppearanceSmallPopupMenu = 41; + public static final int Theme_textColorAlertDialogListItem = 94; + public static final int Theme_textColorSearchUrl = 66; + public static final int Theme_toolbarNavigationButtonStyle = 59; + public static final int Theme_toolbarStyle = 58; + public static final int Theme_windowActionBar = 2; + public static final int Theme_windowActionBarOverlay = 4; + public static final int Theme_windowActionModeOverlay = 5; + public static final int Theme_windowFixedHeightMajor = 9; + public static final int Theme_windowFixedHeightMinor = 7; + public static final int Theme_windowFixedWidthMajor = 6; + public static final int Theme_windowFixedWidthMinor = 8; + public static final int Theme_windowMinWidthMajor = 10; + public static final int Theme_windowMinWidthMinor = 11; + public static final int Theme_windowNoTitle = 3; + public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }; + 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 = { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }; + public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }; + 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 = { 0x010100d0, 0x010100f2, 0x010100f3 }; + 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; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/android/support/v7/recyclerview/R.java b/android/build/generated/source/r/androidTest/debug/android/support/v7/recyclerview/R.java new file mode 100644 index 0000000..f48806e --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/android/support/v7/recyclerview/R.java @@ -0,0 +1,30 @@ +/* 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 android.support.v7.recyclerview; + +public final class R { + public static final class attr { + public static final int layoutManager = 0x7f010051; + public static final int reverseLayout = 0x7f010053; + public static final int spanCount = 0x7f010052; + public static final int stackFromEnd = 0x7f010054; + } + public static final class dimen { + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045; + } + public static final class id { + public static final int item_touch_helper_previous_elevation = 0x7f0c0005; + } + public static final class styleable { + public static final int[] RecyclerView = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }; + 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; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/R.java b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/R.java new file mode 100644 index 0000000..fb88b73 --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/R.java @@ -0,0 +1,74 @@ +/* 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.facebook.drawee; + +public final class R { + public static final class attr { + public static final int actualImageScaleType = 0x7f01003a; + public static final int backgroundImage = 0x7f01003b; + public static final int fadeDuration = 0x7f01002f; + public static final int failureImage = 0x7f010035; + public static final int failureImageScaleType = 0x7f010036; + public static final int overlayImage = 0x7f01003c; + public static final int placeholderImage = 0x7f010031; + public static final int placeholderImageScaleType = 0x7f010032; + public static final int pressedStateOverlayImage = 0x7f01003d; + public static final int progressBarAutoRotateInterval = 0x7f010039; + public static final int progressBarImage = 0x7f010037; + public static final int progressBarImageScaleType = 0x7f010038; + public static final int retryImage = 0x7f010033; + public static final int retryImageScaleType = 0x7f010034; + public static final int roundAsCircle = 0x7f01003e; + public static final int roundBottomLeft = 0x7f010043; + public static final int roundBottomRight = 0x7f010042; + public static final int roundTopLeft = 0x7f010040; + public static final int roundTopRight = 0x7f010041; + public static final int roundWithOverlayColor = 0x7f010044; + public static final int roundedCornerRadius = 0x7f01003f; + public static final int roundingBorderColor = 0x7f010046; + public static final int roundingBorderWidth = 0x7f010045; + public static final int viewAspectRatio = 0x7f010030; + } + public static final class id { + public static final int center = 0x7f0c0019; + public static final int centerCrop = 0x7f0c001a; + public static final int centerInside = 0x7f0c001b; + public static final int fitCenter = 0x7f0c001c; + public static final int fitEnd = 0x7f0c001d; + public static final int fitStart = 0x7f0c001e; + public static final int fitXY = 0x7f0c001f; + public static final int focusCrop = 0x7f0c0020; + public static final int none = 0x7f0c000f; + } + public static final class styleable { + public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static final int GenericDraweeView_actualImageScaleType = 11; + public static final int GenericDraweeView_backgroundImage = 12; + public static final int GenericDraweeView_fadeDuration = 0; + public static final int GenericDraweeView_failureImage = 6; + public static final int GenericDraweeView_failureImageScaleType = 7; + public static final int GenericDraweeView_overlayImage = 13; + public static final int GenericDraweeView_placeholderImage = 2; + public static final int GenericDraweeView_placeholderImageScaleType = 3; + public static final int GenericDraweeView_pressedStateOverlayImage = 14; + public static final int GenericDraweeView_progressBarAutoRotateInterval = 10; + public static final int GenericDraweeView_progressBarImage = 8; + public static final int GenericDraweeView_progressBarImageScaleType = 9; + public static final int GenericDraweeView_retryImage = 4; + public static final int GenericDraweeView_retryImageScaleType = 5; + public static final int GenericDraweeView_roundAsCircle = 15; + public static final int GenericDraweeView_roundBottomLeft = 20; + public static final int GenericDraweeView_roundBottomRight = 19; + public static final int GenericDraweeView_roundTopLeft = 17; + public static final int GenericDraweeView_roundTopRight = 18; + public static final int GenericDraweeView_roundWithOverlayColor = 21; + public static final int GenericDraweeView_roundedCornerRadius = 16; + public static final int GenericDraweeView_roundingBorderColor = 23; + public static final int GenericDraweeView_roundingBorderWidth = 22; + public static final int GenericDraweeView_viewAspectRatio = 1; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/backends/pipeline/R.java b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/backends/pipeline/R.java new file mode 100644 index 0000000..1dcf7d4 --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/backends/pipeline/R.java @@ -0,0 +1,74 @@ +/* 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.facebook.drawee.backends.pipeline; + +public final class R { + public static final class attr { + public static final int actualImageScaleType = 0x7f01003a; + public static final int backgroundImage = 0x7f01003b; + public static final int fadeDuration = 0x7f01002f; + public static final int failureImage = 0x7f010035; + public static final int failureImageScaleType = 0x7f010036; + public static final int overlayImage = 0x7f01003c; + public static final int placeholderImage = 0x7f010031; + public static final int placeholderImageScaleType = 0x7f010032; + public static final int pressedStateOverlayImage = 0x7f01003d; + public static final int progressBarAutoRotateInterval = 0x7f010039; + public static final int progressBarImage = 0x7f010037; + public static final int progressBarImageScaleType = 0x7f010038; + public static final int retryImage = 0x7f010033; + public static final int retryImageScaleType = 0x7f010034; + public static final int roundAsCircle = 0x7f01003e; + public static final int roundBottomLeft = 0x7f010043; + public static final int roundBottomRight = 0x7f010042; + public static final int roundTopLeft = 0x7f010040; + public static final int roundTopRight = 0x7f010041; + public static final int roundWithOverlayColor = 0x7f010044; + public static final int roundedCornerRadius = 0x7f01003f; + public static final int roundingBorderColor = 0x7f010046; + public static final int roundingBorderWidth = 0x7f010045; + public static final int viewAspectRatio = 0x7f010030; + } + public static final class id { + public static final int center = 0x7f0c0019; + public static final int centerCrop = 0x7f0c001a; + public static final int centerInside = 0x7f0c001b; + public static final int fitCenter = 0x7f0c001c; + public static final int fitEnd = 0x7f0c001d; + public static final int fitStart = 0x7f0c001e; + public static final int fitXY = 0x7f0c001f; + public static final int focusCrop = 0x7f0c0020; + public static final int none = 0x7f0c000f; + } + public static final class styleable { + public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static final int GenericDraweeView_actualImageScaleType = 11; + public static final int GenericDraweeView_backgroundImage = 12; + public static final int GenericDraweeView_fadeDuration = 0; + public static final int GenericDraweeView_failureImage = 6; + public static final int GenericDraweeView_failureImageScaleType = 7; + public static final int GenericDraweeView_overlayImage = 13; + public static final int GenericDraweeView_placeholderImage = 2; + public static final int GenericDraweeView_placeholderImageScaleType = 3; + public static final int GenericDraweeView_pressedStateOverlayImage = 14; + public static final int GenericDraweeView_progressBarAutoRotateInterval = 10; + public static final int GenericDraweeView_progressBarImage = 8; + public static final int GenericDraweeView_progressBarImageScaleType = 9; + public static final int GenericDraweeView_retryImage = 4; + public static final int GenericDraweeView_retryImageScaleType = 5; + public static final int GenericDraweeView_roundAsCircle = 15; + public static final int GenericDraweeView_roundBottomLeft = 20; + public static final int GenericDraweeView_roundBottomRight = 19; + public static final int GenericDraweeView_roundTopLeft = 17; + public static final int GenericDraweeView_roundTopRight = 18; + public static final int GenericDraweeView_roundWithOverlayColor = 21; + public static final int GenericDraweeView_roundedCornerRadius = 16; + public static final int GenericDraweeView_roundingBorderColor = 23; + public static final int GenericDraweeView_roundingBorderWidth = 22; + public static final int GenericDraweeView_viewAspectRatio = 1; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/com/facebook/react/R.java b/android/build/generated/source/r/androidTest/debug/com/facebook/react/R.java new file mode 100644 index 0000000..770f032 --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/com/facebook/react/R.java @@ -0,0 +1,1333 @@ +/* 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.facebook.react; + +public final class R { + public static final class anim { + public static final int abc_fade_in = 0x7f040000; + public static final int abc_fade_out = 0x7f040001; + public static final int abc_grow_fade_in_from_bottom = 0x7f040002; + public static final int abc_popup_enter = 0x7f040003; + public static final int abc_popup_exit = 0x7f040004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f040005; + public static final int abc_slide_in_bottom = 0x7f040006; + public static final int abc_slide_in_top = 0x7f040007; + public static final int abc_slide_out_bottom = 0x7f040008; + public static final int abc_slide_out_top = 0x7f040009; + public static final int catalyst_push_up_in = 0x7f04000a; + public static final int catalyst_push_up_out = 0x7f04000b; + } + public static final class attr { + public static final int actionBarDivider = 0x7f01007e; + public static final int actionBarItemBackground = 0x7f01007f; + public static final int actionBarPopupTheme = 0x7f010078; + public static final int actionBarSize = 0x7f01007d; + public static final int actionBarSplitStyle = 0x7f01007a; + public static final int actionBarStyle = 0x7f010079; + public static final int actionBarTabBarStyle = 0x7f010074; + public static final int actionBarTabStyle = 0x7f010073; + public static final int actionBarTabTextStyle = 0x7f010075; + public static final int actionBarTheme = 0x7f01007b; + public static final int actionBarWidgetTheme = 0x7f01007c; + public static final int actionButtonStyle = 0x7f010098; + public static final int actionDropDownStyle = 0x7f010094; + public static final int actionLayout = 0x7f01004b; + public static final int actionMenuTextAppearance = 0x7f010080; + public static final int actionMenuTextColor = 0x7f010081; + public static final int actionModeBackground = 0x7f010084; + public static final int actionModeCloseButtonStyle = 0x7f010083; + public static final int actionModeCloseDrawable = 0x7f010086; + public static final int actionModeCopyDrawable = 0x7f010088; + public static final int actionModeCutDrawable = 0x7f010087; + public static final int actionModeFindDrawable = 0x7f01008c; + public static final int actionModePasteDrawable = 0x7f010089; + public static final int actionModePopupWindowStyle = 0x7f01008e; + public static final int actionModeSelectAllDrawable = 0x7f01008a; + public static final int actionModeShareDrawable = 0x7f01008b; + public static final int actionModeSplitBackground = 0x7f010085; + public static final int actionModeStyle = 0x7f010082; + public static final int actionModeWebSearchDrawable = 0x7f01008d; + public static final int actionOverflowButtonStyle = 0x7f010076; + public static final int actionOverflowMenuStyle = 0x7f010077; + public static final int actionProviderClass = 0x7f01004d; + public static final int actionViewClass = 0x7f01004c; + public static final int activityChooserViewStyle = 0x7f0100a0; + public static final int actualImageScaleType = 0x7f01003a; + public static final int alertDialogButtonGroupStyle = 0x7f0100c2; + public static final int alertDialogCenterButtons = 0x7f0100c3; + public static final int alertDialogStyle = 0x7f0100c1; + public static final int alertDialogTheme = 0x7f0100c4; + public static final int arrowHeadLength = 0x7f01002b; + public static final int arrowShaftLength = 0x7f01002c; + public static final int autoCompleteTextViewStyle = 0x7f0100c9; + public static final int background = 0x7f01000c; + public static final int backgroundImage = 0x7f01003b; + public static final int backgroundSplit = 0x7f01000e; + public static final int backgroundStacked = 0x7f01000d; + public static final int backgroundTint = 0x7f0100e5; + public static final int backgroundTintMode = 0x7f0100e6; + public static final int barLength = 0x7f01002d; + public static final int borderlessButtonStyle = 0x7f01009d; + public static final int buttonBarButtonStyle = 0x7f01009a; + public static final int buttonBarNegativeButtonStyle = 0x7f0100c7; + public static final int buttonBarNeutralButtonStyle = 0x7f0100c8; + public static final int buttonBarPositiveButtonStyle = 0x7f0100c6; + public static final int buttonBarStyle = 0x7f010099; + public static final int buttonPanelSideLayout = 0x7f01001f; + public static final int buttonStyle = 0x7f0100ca; + public static final int buttonStyleSmall = 0x7f0100cb; + public static final int buttonTint = 0x7f010025; + public static final int buttonTintMode = 0x7f010026; + public static final int checkboxStyle = 0x7f0100cc; + public static final int checkedTextViewStyle = 0x7f0100cd; + public static final int closeIcon = 0x7f010059; + public static final int closeItemLayout = 0x7f01001c; + public static final int collapseContentDescription = 0x7f0100dc; + public static final int collapseIcon = 0x7f0100db; + public static final int color = 0x7f010027; + public static final int colorAccent = 0x7f0100ba; + public static final int colorButtonNormal = 0x7f0100be; + public static final int colorControlActivated = 0x7f0100bc; + public static final int colorControlHighlight = 0x7f0100bd; + public static final int colorControlNormal = 0x7f0100bb; + public static final int colorPrimary = 0x7f0100b8; + public static final int colorPrimaryDark = 0x7f0100b9; + public static final int colorSwitchThumbNormal = 0x7f0100bf; + public static final int commitIcon = 0x7f01005e; + public static final int contentInsetEnd = 0x7f010017; + public static final int contentInsetLeft = 0x7f010018; + public static final int contentInsetRight = 0x7f010019; + public static final int contentInsetStart = 0x7f010016; + public static final int controlBackground = 0x7f0100c0; + public static final int customNavigationLayout = 0x7f01000f; + public static final int defaultQueryHint = 0x7f010058; + public static final int dialogPreferredPadding = 0x7f010092; + public static final int dialogTheme = 0x7f010091; + public static final int displayOptions = 0x7f010005; + public static final int divider = 0x7f01000b; + public static final int dividerHorizontal = 0x7f01009f; + public static final int dividerPadding = 0x7f010049; + public static final int dividerVertical = 0x7f01009e; + public static final int drawableSize = 0x7f010029; + public static final int drawerArrowStyle = 0x7f010000; + public static final int dropDownListViewStyle = 0x7f0100b0; + public static final int dropdownListPreferredItemHeight = 0x7f010095; + public static final int editTextBackground = 0x7f0100a6; + public static final int editTextColor = 0x7f0100a5; + public static final int editTextStyle = 0x7f0100ce; + public static final int elevation = 0x7f01001a; + public static final int expandActivityOverflowButtonDrawable = 0x7f01001e; + public static final int fadeDuration = 0x7f01002f; + public static final int failureImage = 0x7f010035; + public static final int failureImageScaleType = 0x7f010036; + public static final int gapBetweenBars = 0x7f01002a; + public static final int goIcon = 0x7f01005a; + public static final int height = 0x7f010001; + public static final int hideOnContentScroll = 0x7f010015; + public static final int homeAsUpIndicator = 0x7f010097; + public static final int homeLayout = 0x7f010010; + public static final int icon = 0x7f010009; + public static final int iconifiedByDefault = 0x7f010056; + public static final int indeterminateProgressStyle = 0x7f010012; + public static final int initialActivityCount = 0x7f01001d; + public static final int isLightTheme = 0x7f010002; + public static final int itemPadding = 0x7f010014; + public static final int layout = 0x7f010055; + public static final int layoutManager = 0x7f010051; + public static final int listChoiceBackgroundIndicator = 0x7f0100b7; + public static final int listDividerAlertDialog = 0x7f010093; + public static final int listItemLayout = 0x7f010023; + public static final int listLayout = 0x7f010020; + public static final int listPopupWindowStyle = 0x7f0100b1; + public static final int listPreferredItemHeight = 0x7f0100ab; + public static final int listPreferredItemHeightLarge = 0x7f0100ad; + public static final int listPreferredItemHeightSmall = 0x7f0100ac; + public static final int listPreferredItemPaddingLeft = 0x7f0100ae; + public static final int listPreferredItemPaddingRight = 0x7f0100af; + public static final int logo = 0x7f01000a; + public static final int logoDescription = 0x7f0100df; + public static final int maxButtonHeight = 0x7f0100da; + public static final int measureWithLargestChild = 0x7f010047; + public static final int multiChoiceItemLayout = 0x7f010021; + public static final int navigationContentDescription = 0x7f0100de; + public static final int navigationIcon = 0x7f0100dd; + public static final int navigationMode = 0x7f010004; + public static final int overlapAnchor = 0x7f01004f; + public static final int overlayImage = 0x7f01003c; + public static final int paddingEnd = 0x7f0100e3; + public static final int paddingStart = 0x7f0100e2; + public static final int panelBackground = 0x7f0100b4; + public static final int panelMenuListTheme = 0x7f0100b6; + public static final int panelMenuListWidth = 0x7f0100b5; + public static final int placeholderImage = 0x7f010031; + public static final int placeholderImageScaleType = 0x7f010032; + public static final int popupMenuStyle = 0x7f0100a3; + public static final int popupTheme = 0x7f01001b; + public static final int popupWindowStyle = 0x7f0100a4; + public static final int preserveIconSpacing = 0x7f01004e; + public static final int pressedStateOverlayImage = 0x7f01003d; + public static final int progressBarAutoRotateInterval = 0x7f010039; + public static final int progressBarImage = 0x7f010037; + public static final int progressBarImageScaleType = 0x7f010038; + public static final int progressBarPadding = 0x7f010013; + public static final int progressBarStyle = 0x7f010011; + public static final int queryBackground = 0x7f010060; + public static final int queryHint = 0x7f010057; + public static final int radioButtonStyle = 0x7f0100cf; + public static final int ratingBarStyle = 0x7f0100d0; + public static final int retryImage = 0x7f010033; + public static final int retryImageScaleType = 0x7f010034; + public static final int reverseLayout = 0x7f010053; + public static final int roundAsCircle = 0x7f01003e; + public static final int roundBottomLeft = 0x7f010043; + public static final int roundBottomRight = 0x7f010042; + public static final int roundTopLeft = 0x7f010040; + public static final int roundTopRight = 0x7f010041; + public static final int roundWithOverlayColor = 0x7f010044; + public static final int roundedCornerRadius = 0x7f01003f; + public static final int roundingBorderColor = 0x7f010046; + public static final int roundingBorderWidth = 0x7f010045; + public static final int searchHintIcon = 0x7f01005c; + public static final int searchIcon = 0x7f01005b; + public static final int searchViewStyle = 0x7f0100aa; + public static final int selectableItemBackground = 0x7f01009b; + public static final int selectableItemBackgroundBorderless = 0x7f01009c; + public static final int showAsAction = 0x7f01004a; + public static final int showDividers = 0x7f010048; + public static final int showText = 0x7f010068; + public static final int singleChoiceItemLayout = 0x7f010022; + public static final int spanCount = 0x7f010052; + public static final int spinBars = 0x7f010028; + public static final int spinnerDropDownItemStyle = 0x7f010096; + public static final int spinnerStyle = 0x7f0100d1; + public static final int splitTrack = 0x7f010067; + public static final int stackFromEnd = 0x7f010054; + public static final int state_above_anchor = 0x7f010050; + public static final int submitBackground = 0x7f010061; + public static final int subtitle = 0x7f010006; + public static final int subtitleTextAppearance = 0x7f0100d4; + public static final int subtitleTextColor = 0x7f0100e1; + public static final int subtitleTextStyle = 0x7f010008; + public static final int suggestionRowLayout = 0x7f01005f; + public static final int switchMinWidth = 0x7f010065; + public static final int switchPadding = 0x7f010066; + public static final int switchStyle = 0x7f0100d2; + public static final int switchTextAppearance = 0x7f010064; + public static final int textAllCaps = 0x7f010024; + public static final int textAppearanceLargePopupMenu = 0x7f01008f; + public static final int textAppearanceListItem = 0x7f0100b2; + public static final int textAppearanceListItemSmall = 0x7f0100b3; + public static final int textAppearanceSearchResultSubtitle = 0x7f0100a8; + public static final int textAppearanceSearchResultTitle = 0x7f0100a7; + public static final int textAppearanceSmallPopupMenu = 0x7f010090; + public static final int textColorAlertDialogListItem = 0x7f0100c5; + public static final int textColorSearchUrl = 0x7f0100a9; + public static final int theme = 0x7f0100e4; + public static final int thickness = 0x7f01002e; + public static final int thumbTextPadding = 0x7f010063; + public static final int title = 0x7f010003; + public static final int titleMarginBottom = 0x7f0100d9; + public static final int titleMarginEnd = 0x7f0100d7; + public static final int titleMarginStart = 0x7f0100d6; + public static final int titleMarginTop = 0x7f0100d8; + public static final int titleMargins = 0x7f0100d5; + public static final int titleTextAppearance = 0x7f0100d3; + public static final int titleTextColor = 0x7f0100e0; + public static final int titleTextStyle = 0x7f010007; + public static final int toolbarNavigationButtonStyle = 0x7f0100a2; + public static final int toolbarStyle = 0x7f0100a1; + public static final int track = 0x7f010062; + public static final int viewAspectRatio = 0x7f010030; + public static final int voiceIcon = 0x7f01005d; + public static final int windowActionBar = 0x7f010069; + public static final int windowActionBarOverlay = 0x7f01006b; + public static final int windowActionModeOverlay = 0x7f01006c; + public static final int windowFixedHeightMajor = 0x7f010070; + public static final int windowFixedHeightMinor = 0x7f01006e; + public static final int windowFixedWidthMajor = 0x7f01006d; + public static final int windowFixedWidthMinor = 0x7f01006f; + public static final int windowMinWidthMajor = 0x7f010071; + public static final int windowMinWidthMinor = 0x7f010072; + public static final int windowNoTitle = 0x7f01006a; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs = 0x7f090002; + public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f090000; + public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f090003; + public static final int abc_config_actionMenuItemAllCaps = 0x7f090004; + public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f090005; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark = 0x7f0b003b; + public static final int abc_background_cache_hint_selector_material_light = 0x7f0b003c; + public static final int abc_color_highlight_material = 0x7f0b003d; + public static final int abc_input_method_navigation_guard = 0x7f0b0000; + public static final int abc_primary_text_disable_only_material_dark = 0x7f0b003e; + public static final int abc_primary_text_disable_only_material_light = 0x7f0b003f; + public static final int abc_primary_text_material_dark = 0x7f0b0040; + public static final int abc_primary_text_material_light = 0x7f0b0041; + public static final int abc_search_url_text = 0x7f0b0042; + public static final int abc_search_url_text_normal = 0x7f0b0001; + public static final int abc_search_url_text_pressed = 0x7f0b0002; + public static final int abc_search_url_text_selected = 0x7f0b0003; + public static final int abc_secondary_text_material_dark = 0x7f0b0043; + public static final int abc_secondary_text_material_light = 0x7f0b0044; + public static final int accent_material_dark = 0x7f0b0004; + public static final int accent_material_light = 0x7f0b0005; + public static final int background_floating_material_dark = 0x7f0b0006; + public static final int background_floating_material_light = 0x7f0b0007; + public static final int background_material_dark = 0x7f0b0008; + public static final int background_material_light = 0x7f0b0009; + public static final int bright_foreground_disabled_material_dark = 0x7f0b000a; + public static final int bright_foreground_disabled_material_light = 0x7f0b000b; + public static final int bright_foreground_inverse_material_dark = 0x7f0b000c; + public static final int bright_foreground_inverse_material_light = 0x7f0b000d; + public static final int bright_foreground_material_dark = 0x7f0b000e; + public static final int bright_foreground_material_light = 0x7f0b000f; + public static final int button_material_dark = 0x7f0b0010; + public static final int button_material_light = 0x7f0b0011; + public static final int catalyst_redbox_background = 0x7f0b0012; + public static final int dim_foreground_disabled_material_dark = 0x7f0b0013; + public static final int dim_foreground_disabled_material_light = 0x7f0b0014; + public static final int dim_foreground_material_dark = 0x7f0b0015; + public static final int dim_foreground_material_light = 0x7f0b0016; + public static final int foreground_material_dark = 0x7f0b0017; + public static final int foreground_material_light = 0x7f0b0018; + public static final int highlighted_text_material_dark = 0x7f0b0019; + public static final int highlighted_text_material_light = 0x7f0b001a; + public static final int hint_foreground_material_dark = 0x7f0b001b; + public static final int hint_foreground_material_light = 0x7f0b001c; + public static final int material_blue_grey_800 = 0x7f0b001d; + public static final int material_blue_grey_900 = 0x7f0b001e; + public static final int material_blue_grey_950 = 0x7f0b001f; + public static final int material_deep_teal_200 = 0x7f0b0020; + public static final int material_deep_teal_500 = 0x7f0b0021; + public static final int material_grey_100 = 0x7f0b0022; + public static final int material_grey_300 = 0x7f0b0023; + public static final int material_grey_50 = 0x7f0b0024; + public static final int material_grey_600 = 0x7f0b0025; + public static final int material_grey_800 = 0x7f0b0026; + public static final int material_grey_850 = 0x7f0b0027; + public static final int material_grey_900 = 0x7f0b0028; + public static final int primary_dark_material_dark = 0x7f0b0029; + public static final int primary_dark_material_light = 0x7f0b002a; + public static final int primary_material_dark = 0x7f0b002b; + public static final int primary_material_light = 0x7f0b002c; + public static final int primary_text_default_material_dark = 0x7f0b002d; + public static final int primary_text_default_material_light = 0x7f0b002e; + public static final int primary_text_disabled_material_dark = 0x7f0b002f; + public static final int primary_text_disabled_material_light = 0x7f0b0030; + public static final int ripple_material_dark = 0x7f0b0031; + public static final int ripple_material_light = 0x7f0b0032; + public static final int secondary_text_default_material_dark = 0x7f0b0033; + public static final int secondary_text_default_material_light = 0x7f0b0034; + public static final int secondary_text_disabled_material_dark = 0x7f0b0035; + public static final int secondary_text_disabled_material_light = 0x7f0b0036; + public static final int switch_thumb_disabled_material_dark = 0x7f0b0037; + public static final int switch_thumb_disabled_material_light = 0x7f0b0038; + public static final int switch_thumb_material_dark = 0x7f0b0045; + public static final int switch_thumb_material_light = 0x7f0b0046; + public static final int switch_thumb_normal_material_dark = 0x7f0b0039; + public static final int switch_thumb_normal_material_light = 0x7f0b003a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material = 0x7f07000b; + public static final int abc_action_bar_default_height_material = 0x7f070001; + public static final int abc_action_bar_default_padding_end_material = 0x7f07000c; + public static final int abc_action_bar_default_padding_start_material = 0x7f07000d; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f07000f; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f070010; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f070011; + public static final int abc_action_bar_progress_bar_size = 0x7f070002; + public static final int abc_action_bar_stacked_max_height = 0x7f070012; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f070013; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f070015; + public static final int abc_action_button_min_height_material = 0x7f070016; + public static final int abc_action_button_min_width_material = 0x7f070017; + public static final int abc_action_button_min_width_overflow_material = 0x7f070018; + public static final int abc_alert_dialog_button_bar_height = 0x7f070000; + public static final int abc_button_inset_horizontal_material = 0x7f070019; + public static final int abc_button_inset_vertical_material = 0x7f07001a; + public static final int abc_button_padding_horizontal_material = 0x7f07001b; + public static final int abc_button_padding_vertical_material = 0x7f07001c; + public static final int abc_config_prefDialogWidth = 0x7f070005; + public static final int abc_control_corner_material = 0x7f07001d; + public static final int abc_control_inset_material = 0x7f07001e; + public static final int abc_control_padding_material = 0x7f07001f; + public static final int abc_dialog_list_padding_vertical_material = 0x7f070020; + public static final int abc_dialog_min_width_major = 0x7f070021; + public static final int abc_dialog_min_width_minor = 0x7f070022; + public static final int abc_dialog_padding_material = 0x7f070023; + public static final int abc_dialog_padding_top_material = 0x7f070024; + public static final int abc_disabled_alpha_material_dark = 0x7f070025; + public static final int abc_disabled_alpha_material_light = 0x7f070026; + public static final int abc_dropdownitem_icon_width = 0x7f070027; + public static final int abc_dropdownitem_text_padding_left = 0x7f070028; + public static final int abc_dropdownitem_text_padding_right = 0x7f070029; + public static final int abc_edit_text_inset_bottom_material = 0x7f07002a; + public static final int abc_edit_text_inset_horizontal_material = 0x7f07002b; + public static final int abc_edit_text_inset_top_material = 0x7f07002c; + public static final int abc_floating_window_z = 0x7f07002d; + public static final int abc_list_item_padding_horizontal_material = 0x7f07002e; + public static final int abc_panel_menu_list_width = 0x7f07002f; + public static final int abc_search_view_preferred_width = 0x7f070030; + public static final int abc_search_view_text_min_width = 0x7f070006; + public static final int abc_switch_padding = 0x7f07000e; + public static final int abc_text_size_body_1_material = 0x7f070031; + public static final int abc_text_size_body_2_material = 0x7f070032; + public static final int abc_text_size_button_material = 0x7f070033; + public static final int abc_text_size_caption_material = 0x7f070034; + public static final int abc_text_size_display_1_material = 0x7f070035; + public static final int abc_text_size_display_2_material = 0x7f070036; + public static final int abc_text_size_display_3_material = 0x7f070037; + public static final int abc_text_size_display_4_material = 0x7f070038; + public static final int abc_text_size_headline_material = 0x7f070039; + public static final int abc_text_size_large_material = 0x7f07003a; + public static final int abc_text_size_medium_material = 0x7f07003b; + public static final int abc_text_size_menu_material = 0x7f07003c; + public static final int abc_text_size_small_material = 0x7f07003d; + public static final int abc_text_size_subhead_material = 0x7f07003e; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f070003; + public static final int abc_text_size_title_material = 0x7f07003f; + public static final int abc_text_size_title_material_toolbar = 0x7f070004; + public static final int dialog_fixed_height_major = 0x7f070007; + public static final int dialog_fixed_height_minor = 0x7f070008; + public static final int dialog_fixed_width_major = 0x7f070009; + public static final int dialog_fixed_width_minor = 0x7f07000a; + public static final int disabled_alpha_material_dark = 0x7f070040; + public static final int disabled_alpha_material_light = 0x7f070041; + public static final int highlight_alpha_material_colored = 0x7f070042; + public static final int highlight_alpha_material_dark = 0x7f070043; + public static final int highlight_alpha_material_light = 0x7f070044; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045; + public static final int notification_large_icon_height = 0x7f070046; + public static final int notification_large_icon_width = 0x7f070047; + public static final int notification_subtext_size = 0x7f070048; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000; + public static final int abc_action_bar_item_background_material = 0x7f020001; + public static final int abc_btn_borderless_material = 0x7f020002; + public static final int abc_btn_check_material = 0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005; + public static final int abc_btn_colored_material = 0x7f020006; + public static final int abc_btn_default_mtrl_shape = 0x7f020007; + public static final int abc_btn_radio_material = 0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a; + public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b; + public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e; + public static final int abc_cab_background_internal_bg = 0x7f02000f; + public static final int abc_cab_background_top_material = 0x7f020010; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011; + public static final int abc_control_background_material = 0x7f020012; + public static final int abc_dialog_material_background_dark = 0x7f020013; + public static final int abc_dialog_material_background_light = 0x7f020014; + public static final int abc_edit_text_material = 0x7f020015; + public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016; + public static final int abc_ic_clear_mtrl_alpha = 0x7f020017; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018; + public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f; + public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020; + public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021; + public static final int abc_item_background_holo_dark = 0x7f020022; + public static final int abc_item_background_holo_light = 0x7f020023; + public static final int abc_list_divider_mtrl_alpha = 0x7f020024; + public static final int abc_list_focused_holo = 0x7f020025; + public static final int abc_list_longpressed_holo = 0x7f020026; + public static final int abc_list_pressed_holo_dark = 0x7f020027; + public static final int abc_list_pressed_holo_light = 0x7f020028; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029; + public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a; + public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b; + public static final int abc_list_selector_disabled_holo_light = 0x7f02002c; + public static final int abc_list_selector_holo_dark = 0x7f02002d; + public static final int abc_list_selector_holo_light = 0x7f02002e; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f; + public static final int abc_popup_background_mtrl_mult = 0x7f020030; + public static final int abc_ratingbar_full_material = 0x7f020031; + public static final int abc_spinner_mtrl_am_alpha = 0x7f020032; + public static final int abc_spinner_textfield_background_material = 0x7f020033; + public static final int abc_switch_thumb_material = 0x7f020034; + public static final int abc_switch_track_mtrl_alpha = 0x7f020035; + public static final int abc_tab_indicator_material = 0x7f020036; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037; + public static final int abc_text_cursor_material = 0x7f020038; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039; + public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c; + public static final int abc_textfield_search_material = 0x7f02003d; + public static final int notification_template_icon_bg = 0x7f02003e; + } + public static final class id { + public static final int action0 = 0x7f0c0057; + public static final int action_bar = 0x7f0c0047; + public static final int action_bar_activity_content = 0x7f0c0000; + public static final int action_bar_container = 0x7f0c0046; + public static final int action_bar_root = 0x7f0c0042; + public static final int action_bar_spinner = 0x7f0c0001; + public static final int action_bar_subtitle = 0x7f0c002b; + public static final int action_bar_title = 0x7f0c002a; + public static final int action_context_bar = 0x7f0c0048; + public static final int action_divider = 0x7f0c005b; + public static final int action_menu_divider = 0x7f0c0002; + public static final int action_menu_presenter = 0x7f0c0003; + public static final int action_mode_bar = 0x7f0c0044; + public static final int action_mode_bar_stub = 0x7f0c0043; + public static final int action_mode_close_button = 0x7f0c002c; + public static final int activity_chooser_view_content = 0x7f0c002d; + public static final int alertTitle = 0x7f0c0037; + public static final int always = 0x7f0c0024; + public static final int beginning = 0x7f0c0021; + public static final int buttonPanel = 0x7f0c003d; + public static final int cancel_action = 0x7f0c0058; + public static final int catalyst_redbox_title = 0x7f0c0066; + public static final int center = 0x7f0c0019; + public static final int centerCrop = 0x7f0c001a; + public static final int centerInside = 0x7f0c001b; + public static final int checkbox = 0x7f0c003f; + public static final int chronometer = 0x7f0c005e; + public static final int collapseActionView = 0x7f0c0025; + public static final int contentPanel = 0x7f0c0038; + public static final int custom = 0x7f0c003c; + public static final int customPanel = 0x7f0c003b; + public static final int decor_content_parent = 0x7f0c0045; + public static final int default_activity_button = 0x7f0c0030; + public static final int disableHome = 0x7f0c000d; + public static final int edit_query = 0x7f0c0049; + public static final int end = 0x7f0c0022; + public static final int end_padder = 0x7f0c0063; + public static final int expand_activities_button = 0x7f0c002e; + public static final int expanded_menu = 0x7f0c003e; + public static final int fitCenter = 0x7f0c001c; + public static final int fitEnd = 0x7f0c001d; + public static final int fitStart = 0x7f0c001e; + public static final int fitXY = 0x7f0c001f; + public static final int focusCrop = 0x7f0c0020; + public static final int fps_text = 0x7f0c0056; + public static final int home = 0x7f0c0004; + public static final int homeAsUp = 0x7f0c000e; + public static final int icon = 0x7f0c0032; + public static final int ifRoom = 0x7f0c0026; + public static final int image = 0x7f0c002f; + public static final int info = 0x7f0c0062; + public static final int item_touch_helper_previous_elevation = 0x7f0c0005; + public static final int line1 = 0x7f0c005c; + public static final int line3 = 0x7f0c0060; + public static final int listMode = 0x7f0c000a; + public static final int list_item = 0x7f0c0031; + public static final int media_actions = 0x7f0c005a; + public static final int middle = 0x7f0c0023; + public static final int multiply = 0x7f0c0014; + public static final int never = 0x7f0c0027; + public static final int none = 0x7f0c000f; + public static final int normal = 0x7f0c000b; + public static final int parentPanel = 0x7f0c0034; + public static final int progress_circular = 0x7f0c0006; + public static final int progress_horizontal = 0x7f0c0007; + public static final int radio = 0x7f0c0041; + public static final int rn_frame_file = 0x7f0c0065; + public static final int rn_frame_method = 0x7f0c0064; + public static final int rn_redbox_reloadjs = 0x7f0c0068; + public static final int rn_redbox_stack = 0x7f0c0067; + public static final int screen = 0x7f0c0015; + public static final int scrollView = 0x7f0c0039; + public static final int search_badge = 0x7f0c004b; + public static final int search_bar = 0x7f0c004a; + public static final int search_button = 0x7f0c004c; + public static final int search_close_btn = 0x7f0c0051; + public static final int search_edit_frame = 0x7f0c004d; + public static final int search_go_btn = 0x7f0c0053; + public static final int search_mag_icon = 0x7f0c004e; + public static final int search_plate = 0x7f0c004f; + public static final int search_src_text = 0x7f0c0050; + public static final int search_voice_btn = 0x7f0c0054; + public static final int select_dialog_listview = 0x7f0c0055; + public static final int shortcut = 0x7f0c0040; + public static final int showCustom = 0x7f0c0010; + public static final int showHome = 0x7f0c0011; + public static final int showTitle = 0x7f0c0012; + public static final int split_action_bar = 0x7f0c0008; + public static final int src_atop = 0x7f0c0016; + public static final int src_in = 0x7f0c0017; + public static final int src_over = 0x7f0c0018; + public static final int status_bar_latest_event_content = 0x7f0c0059; + public static final int submit_area = 0x7f0c0052; + public static final int tabMode = 0x7f0c000c; + public static final int text = 0x7f0c0061; + public static final int text2 = 0x7f0c005f; + public static final int textSpacerNoButtons = 0x7f0c003a; + public static final int time = 0x7f0c005d; + public static final int title = 0x7f0c0033; + public static final int title_template = 0x7f0c0036; + public static final int topPanel = 0x7f0c0035; + public static final int up = 0x7f0c0009; + public static final int useLogo = 0x7f0c0013; + public static final int withText = 0x7f0c0028; + public static final int wrap_content = 0x7f0c0029; + } + public static final class integer { + public static final int abc_config_activityDefaultDur = 0x7f0a0001; + public static final int abc_config_activityShortDur = 0x7f0a0002; + public static final int abc_max_action_buttons = 0x7f0a0000; + public static final int cancel_button_image_alpha = 0x7f0a0003; + public static final int status_bar_notification_info_maxnum = 0x7f0a0004; + } + public static final class layout { + public static final int abc_action_bar_title_item = 0x7f030000; + public static final int abc_action_bar_up_container = 0x7f030001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f030002; + public static final int abc_action_menu_item_layout = 0x7f030003; + public static final int abc_action_menu_layout = 0x7f030004; + public static final int abc_action_mode_bar = 0x7f030005; + public static final int abc_action_mode_close_item_material = 0x7f030006; + public static final int abc_activity_chooser_view = 0x7f030007; + public static final int abc_activity_chooser_view_list_item = 0x7f030008; + public static final int abc_alert_dialog_material = 0x7f030009; + public static final int abc_dialog_title_material = 0x7f03000a; + public static final int abc_expanded_menu_layout = 0x7f03000b; + public static final int abc_list_menu_item_checkbox = 0x7f03000c; + public static final int abc_list_menu_item_icon = 0x7f03000d; + public static final int abc_list_menu_item_layout = 0x7f03000e; + public static final int abc_list_menu_item_radio = 0x7f03000f; + public static final int abc_popup_menu_item_layout = 0x7f030010; + public static final int abc_screen_content_include = 0x7f030011; + public static final int abc_screen_simple = 0x7f030012; + public static final int abc_screen_simple_overlay_action_mode = 0x7f030013; + public static final int abc_screen_toolbar = 0x7f030014; + public static final int abc_search_dropdown_item_icons_2line = 0x7f030015; + public static final int abc_search_view = 0x7f030016; + public static final int abc_select_dialog_material = 0x7f030017; + public static final int fps_view = 0x7f030018; + public static final int notification_media_action = 0x7f030019; + public static final int notification_media_cancel_action = 0x7f03001a; + public static final int notification_template_big_media = 0x7f03001b; + public static final int notification_template_big_media_narrow = 0x7f03001c; + public static final int notification_template_lines = 0x7f03001d; + public static final int notification_template_media = 0x7f03001e; + public static final int notification_template_part_chronometer = 0x7f03001f; + public static final int notification_template_part_time = 0x7f030020; + public static final int redbox_item_frame = 0x7f030021; + public static final int redbox_item_title = 0x7f030022; + public static final int redbox_view = 0x7f030023; + public static final int select_dialog_item_material = 0x7f030024; + public static final int select_dialog_multichoice_material = 0x7f030025; + public static final int select_dialog_singlechoice_material = 0x7f030026; + public static final int support_simple_spinner_dropdown_item = 0x7f030027; + } + public static final class string { + public static final int abc_action_bar_home_description = 0x7f060000; + public static final int abc_action_bar_home_description_format = 0x7f060001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f060002; + public static final int abc_action_bar_up_description = 0x7f060003; + public static final int abc_action_menu_overflow_description = 0x7f060004; + public static final int abc_action_mode_done = 0x7f060005; + public static final int abc_activity_chooser_view_see_all = 0x7f060006; + public static final int abc_activitychooserview_choose_application = 0x7f060007; + public static final int abc_search_hint = 0x7f060008; + public static final int abc_searchview_description_clear = 0x7f060009; + public static final int abc_searchview_description_query = 0x7f06000a; + public static final int abc_searchview_description_search = 0x7f06000b; + public static final int abc_searchview_description_submit = 0x7f06000c; + public static final int abc_searchview_description_voice = 0x7f06000d; + public static final int abc_shareactionprovider_share_with = 0x7f06000e; + public static final int abc_shareactionprovider_share_with_application = 0x7f06000f; + public static final int abc_toolbar_collapse_description = 0x7f060010; + public static final int catalyst_debugjs = 0x7f060012; + public static final int catalyst_debugjs_off = 0x7f06001a; + public static final int catalyst_element_inspector = 0x7f060013; + public static final int catalyst_element_inspector_off = 0x7f06001b; + public static final int catalyst_hot_module_replacement = 0x7f06001c; + public static final int catalyst_hot_module_replacement_off = 0x7f06001d; + public static final int catalyst_jsload_error = 0x7f060014; + public static final int catalyst_jsload_message = 0x7f060015; + public static final int catalyst_jsload_title = 0x7f060016; + public static final int catalyst_live_reload = 0x7f06001e; + public static final int catalyst_live_reload_off = 0x7f06001f; + public static final int catalyst_perf_monitor = 0x7f060020; + public static final int catalyst_perf_monitor_off = 0x7f060021; + public static final int catalyst_reloadjs = 0x7f060017; + public static final int catalyst_remotedbg_error = 0x7f060022; + public static final int catalyst_remotedbg_message = 0x7f060023; + public static final int catalyst_settings = 0x7f060018; + public static final int catalyst_settings_title = 0x7f060019; + public static final int catalyst_start_profile = 0x7f060024; + public static final int catalyst_stop_profile = 0x7f060025; + public static final int status_bar_notification_info_overflow = 0x7f060011; + } + public static final class style { + public static final int AlertDialog_AppCompat = 0x7f08007a; + public static final int AlertDialog_AppCompat_Light = 0x7f08007b; + public static final int Animation_AppCompat_Dialog = 0x7f08007c; + public static final int Animation_AppCompat_DropDownUp = 0x7f08007d; + public static final int Animation_Catalyst_RedBox = 0x7f08007e; + public static final int Base_AlertDialog_AppCompat = 0x7f08007f; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f080080; + public static final int Base_Animation_AppCompat_Dialog = 0x7f080081; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f080082; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f080083; + public static final int Base_TextAppearance_AppCompat = 0x7f08002d; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f080018; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f080030; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f080031; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f080032; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f080033; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f080034; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f080035; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f080003; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f080036; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f080039; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f08003a; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f08003d; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f08003f; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f080090; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f080094; + public static final int Base_Theme_AppCompat = 0x7f08004e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f080088; + public static final int Base_Theme_AppCompat_Dialog = 0x7f080009; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b; + public static final int Base_Theme_AppCompat_Light = 0x7f08004f; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f080015; + public static final int Base_V21_Theme_AppCompat = 0x7f080050; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f080051; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f080052; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053; + public static final int Base_V22_Theme_AppCompat = 0x7f080074; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f080075; + public static final int Base_V23_Theme_AppCompat = 0x7f080077; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f080078; + public static final int Base_V7_Theme_AppCompat = 0x7f080095; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f080096; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f080097; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f08009a; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f08009b; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f080056; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f08009e; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016; + public static final int Base_Widget_AppCompat_Button = 0x7f080059; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f08005d; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f080079; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f08005c; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060; + public static final int Base_Widget_AppCompat_EditText = 0x7f080017; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066; + public static final int Base_Widget_AppCompat_ListView = 0x7f080067; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f080069; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f08006a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f08000d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f08006c; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0800a8; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9; + public static final int Base_Widget_AppCompat_Spinner = 0x7f08006d; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0800aa; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070; + public static final int Platform_AppCompat = 0x7f08000f; + public static final int Platform_AppCompat_Light = 0x7f080010; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f080071; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073; + public static final int Platform_V11_AppCompat = 0x7f080011; + public static final int Platform_V11_AppCompat_Light = 0x7f080012; + public static final int Platform_V14_AppCompat = 0x7f080019; + public static final int Platform_V14_AppCompat_Light = 0x7f08001a; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f080013; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021; + public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b; + public static final int TextAppearance_AppCompat = 0x7f0800ab; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0800ac; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0800ad; + public static final int TextAppearance_AppCompat_Button = 0x7f0800ae; + public static final int TextAppearance_AppCompat_Caption = 0x7f0800af; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0800b0; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0800b1; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0800b2; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0800b3; + public static final int TextAppearance_AppCompat_Headline = 0x7f0800b4; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0800b5; + public static final int TextAppearance_AppCompat_Large = 0x7f0800b6; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0800b7; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800b8; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800b9; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800ba; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800bb; + public static final int TextAppearance_AppCompat_Medium = 0x7f0800bc; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800bd; + public static final int TextAppearance_AppCompat_Menu = 0x7f0800be; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800bf; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c0; + public static final int TextAppearance_AppCompat_Small = 0x7f0800c1; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c2; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0800c3; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c4; + public static final int TextAppearance_AppCompat_Title = 0x7f0800c5; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0800c6; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800c7; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800c8; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800c9; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800cb; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800cc; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800cd; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800ce; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800cf; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0800d0; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d1; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d2; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d3; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d4; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0800d5; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800d6; + public static final int TextAppearance_StatusBar_EventContent = 0x7f08001b; + public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c; + public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d; + public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e; + public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800d7; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800d8; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800d9; + public static final int Theme = 0x7f0800da; + public static final int ThemeOverlay_AppCompat = 0x7f0800ed; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0800ee; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0800ef; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f0; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0800f1; + public static final int Theme_AppCompat = 0x7f0800db; + public static final int Theme_AppCompat_CompactMenu = 0x7f0800dc; + public static final int Theme_AppCompat_Dialog = 0x7f0800dd; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0800e0; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0800de; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0800df; + public static final int Theme_AppCompat_Light = 0x7f0800e1; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e2; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0800e3; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800e6; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800e4; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800e5; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0800e7; + public static final int Theme_AppCompat_NoActionBar = 0x7f0800e8; + public static final int Theme_Catalyst = 0x7f0800e9; + public static final int Theme_Catalyst_RedBox = 0x7f0800ea; + public static final int Theme_ReactNative_AppCompat_Light = 0x7f0800eb; + public static final int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen = 0x7f0800ec; + public static final int Widget_AppCompat_ActionBar = 0x7f0800f2; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0800f3; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f4; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0800f5; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0800f6; + public static final int Widget_AppCompat_ActionButton = 0x7f0800f7; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800f8; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0800f9; + public static final int Widget_AppCompat_ActionMode = 0x7f0800fa; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0800fb; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0800fc; + public static final int Widget_AppCompat_Button = 0x7f0800fd; + public static final int Widget_AppCompat_ButtonBar = 0x7f080103; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080104; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0800fe; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0800ff; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080100; + public static final int Widget_AppCompat_Button_Colored = 0x7f080101; + public static final int Widget_AppCompat_Button_Small = 0x7f080102; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f080105; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f080106; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f080107; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f080108; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f080109; + public static final int Widget_AppCompat_EditText = 0x7f08010a; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f08010b; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f08010c; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f08010d; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f08010e; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f08010f; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080110; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080111; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080112; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080113; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f080114; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f080115; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f080116; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080117; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f080118; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080119; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011a; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f08011b; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f08011c; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f08011d; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f08011e; + public static final int Widget_AppCompat_Light_SearchView = 0x7f08011f; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080120; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f080121; + public static final int Widget_AppCompat_ListView = 0x7f080122; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f080123; + public static final int Widget_AppCompat_ListView_Menu = 0x7f080124; + public static final int Widget_AppCompat_PopupMenu = 0x7f080125; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f080126; + public static final int Widget_AppCompat_PopupWindow = 0x7f080127; + public static final int Widget_AppCompat_ProgressBar = 0x7f080128; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080129; + public static final int Widget_AppCompat_RatingBar = 0x7f08012a; + public static final int Widget_AppCompat_SearchView = 0x7f08012b; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f08012c; + public static final int Widget_AppCompat_Spinner = 0x7f08012d; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f08012e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f08012f; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f080130; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f080131; + public static final int Widget_AppCompat_Toolbar = 0x7f080132; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080133; + } + public static final class styleable { + public static final int[] 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, 0x7f010097 }; + public static final int[] ActionBarLayout = { 0x010100b3 }; + 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 = { 0x0101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMenuView = { }; + public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }; + 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 = { 0x7f01001d, 0x7f01001e }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + public static final int ActivityChooserView_initialActivityCount = 0; + public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }; + 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[] AppCompatTextView = { 0x01010034, 0x7f010024 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_textAllCaps = 1; + public static final int[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 }; + 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 = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }; + 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[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static final int GenericDraweeView_actualImageScaleType = 11; + public static final int GenericDraweeView_backgroundImage = 12; + public static final int GenericDraweeView_fadeDuration = 0; + public static final int GenericDraweeView_failureImage = 6; + public static final int GenericDraweeView_failureImageScaleType = 7; + public static final int GenericDraweeView_overlayImage = 13; + public static final int GenericDraweeView_placeholderImage = 2; + public static final int GenericDraweeView_placeholderImageScaleType = 3; + public static final int GenericDraweeView_pressedStateOverlayImage = 14; + public static final int GenericDraweeView_progressBarAutoRotateInterval = 10; + public static final int GenericDraweeView_progressBarImage = 8; + public static final int GenericDraweeView_progressBarImageScaleType = 9; + public static final int GenericDraweeView_retryImage = 4; + public static final int GenericDraweeView_retryImageScaleType = 5; + public static final int GenericDraweeView_roundAsCircle = 15; + public static final int GenericDraweeView_roundBottomLeft = 20; + public static final int GenericDraweeView_roundBottomRight = 19; + public static final int GenericDraweeView_roundTopLeft = 17; + public static final int GenericDraweeView_roundTopRight = 18; + public static final int GenericDraweeView_roundWithOverlayColor = 21; + public static final int GenericDraweeView_roundedCornerRadius = 16; + public static final int GenericDraweeView_roundingBorderColor = 23; + public static final int GenericDraweeView_roundingBorderWidth = 22; + public static final int GenericDraweeView_viewAspectRatio = 1; + public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }; + public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; + 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 = { 0x010102ac, 0x010102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; + 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 = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }; + 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 = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e }; + 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 = { 0x01010176, 0x7f01004f }; + public static final int[] PopupWindowBackgroundState = { 0x7f010050 }; + 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 = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }; + 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[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }; + 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 = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }; + public static final int Spinner_android_dropDownWidth = 2; + public static final int Spinner_android_popupBackground = 0; + public static final int Spinner_android_prompt = 1; + public static final int Spinner_popupTheme = 3; + public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }; + 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 = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }; + 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 = 4; + public static final int[] Theme = { 0x01010057, 0x010100ae, 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, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }; + public static final int Theme_actionBarDivider = 23; + public static final int Theme_actionBarItemBackground = 24; + public static final int Theme_actionBarPopupTheme = 17; + public static final int Theme_actionBarSize = 22; + public static final int Theme_actionBarSplitStyle = 19; + public static final int Theme_actionBarStyle = 18; + public static final int Theme_actionBarTabBarStyle = 13; + public static final int Theme_actionBarTabStyle = 12; + public static final int Theme_actionBarTabTextStyle = 14; + public static final int Theme_actionBarTheme = 20; + public static final int Theme_actionBarWidgetTheme = 21; + public static final int Theme_actionButtonStyle = 49; + public static final int Theme_actionDropDownStyle = 45; + public static final int Theme_actionMenuTextAppearance = 25; + public static final int Theme_actionMenuTextColor = 26; + public static final int Theme_actionModeBackground = 29; + public static final int Theme_actionModeCloseButtonStyle = 28; + public static final int Theme_actionModeCloseDrawable = 31; + public static final int Theme_actionModeCopyDrawable = 33; + public static final int Theme_actionModeCutDrawable = 32; + public static final int Theme_actionModeFindDrawable = 37; + public static final int Theme_actionModePasteDrawable = 34; + public static final int Theme_actionModePopupWindowStyle = 39; + public static final int Theme_actionModeSelectAllDrawable = 35; + public static final int Theme_actionModeShareDrawable = 36; + public static final int Theme_actionModeSplitBackground = 30; + public static final int Theme_actionModeStyle = 27; + public static final int Theme_actionModeWebSearchDrawable = 38; + public static final int Theme_actionOverflowButtonStyle = 15; + public static final int Theme_actionOverflowMenuStyle = 16; + public static final int Theme_activityChooserViewStyle = 57; + public static final int Theme_alertDialogButtonGroupStyle = 91; + public static final int Theme_alertDialogCenterButtons = 92; + public static final int Theme_alertDialogStyle = 90; + public static final int Theme_alertDialogTheme = 93; + public static final int Theme_android_windowAnimationStyle = 1; + public static final int Theme_android_windowIsFloating = 0; + public static final int Theme_autoCompleteTextViewStyle = 98; + public static final int Theme_borderlessButtonStyle = 54; + public static final int Theme_buttonBarButtonStyle = 51; + public static final int Theme_buttonBarNegativeButtonStyle = 96; + public static final int Theme_buttonBarNeutralButtonStyle = 97; + public static final int Theme_buttonBarPositiveButtonStyle = 95; + public static final int Theme_buttonBarStyle = 50; + public static final int Theme_buttonStyle = 99; + public static final int Theme_buttonStyleSmall = 100; + public static final int Theme_checkboxStyle = 101; + public static final int Theme_checkedTextViewStyle = 102; + public static final int Theme_colorAccent = 83; + public static final int Theme_colorButtonNormal = 87; + public static final int Theme_colorControlActivated = 85; + public static final int Theme_colorControlHighlight = 86; + public static final int Theme_colorControlNormal = 84; + public static final int Theme_colorPrimary = 81; + public static final int Theme_colorPrimaryDark = 82; + public static final int Theme_colorSwitchThumbNormal = 88; + public static final int Theme_controlBackground = 89; + public static final int Theme_dialogPreferredPadding = 43; + public static final int Theme_dialogTheme = 42; + public static final int Theme_dividerHorizontal = 56; + public static final int Theme_dividerVertical = 55; + public static final int Theme_dropDownListViewStyle = 73; + public static final int Theme_dropdownListPreferredItemHeight = 46; + public static final int Theme_editTextBackground = 63; + public static final int Theme_editTextColor = 62; + public static final int Theme_editTextStyle = 103; + public static final int Theme_homeAsUpIndicator = 48; + public static final int Theme_listChoiceBackgroundIndicator = 80; + public static final int Theme_listDividerAlertDialog = 44; + public static final int Theme_listPopupWindowStyle = 74; + public static final int Theme_listPreferredItemHeight = 68; + public static final int Theme_listPreferredItemHeightLarge = 70; + public static final int Theme_listPreferredItemHeightSmall = 69; + public static final int Theme_listPreferredItemPaddingLeft = 71; + public static final int Theme_listPreferredItemPaddingRight = 72; + public static final int Theme_panelBackground = 77; + public static final int Theme_panelMenuListTheme = 79; + public static final int Theme_panelMenuListWidth = 78; + public static final int Theme_popupMenuStyle = 60; + public static final int Theme_popupWindowStyle = 61; + public static final int Theme_radioButtonStyle = 104; + public static final int Theme_ratingBarStyle = 105; + public static final int Theme_searchViewStyle = 67; + public static final int Theme_selectableItemBackground = 52; + public static final int Theme_selectableItemBackgroundBorderless = 53; + public static final int Theme_spinnerDropDownItemStyle = 47; + public static final int Theme_spinnerStyle = 106; + public static final int Theme_switchStyle = 107; + public static final int Theme_textAppearanceLargePopupMenu = 40; + public static final int Theme_textAppearanceListItem = 75; + public static final int Theme_textAppearanceListItemSmall = 76; + public static final int Theme_textAppearanceSearchResultSubtitle = 65; + public static final int Theme_textAppearanceSearchResultTitle = 64; + public static final int Theme_textAppearanceSmallPopupMenu = 41; + public static final int Theme_textColorAlertDialogListItem = 94; + public static final int Theme_textColorSearchUrl = 66; + public static final int Theme_toolbarNavigationButtonStyle = 59; + public static final int Theme_toolbarStyle = 58; + public static final int Theme_windowActionBar = 2; + public static final int Theme_windowActionBarOverlay = 4; + public static final int Theme_windowActionModeOverlay = 5; + public static final int Theme_windowFixedHeightMajor = 9; + public static final int Theme_windowFixedHeightMinor = 7; + public static final int Theme_windowFixedWidthMajor = 6; + public static final int Theme_windowFixedWidthMinor = 8; + public static final int Theme_windowMinWidthMajor = 10; + public static final int Theme_windowMinWidthMinor = 11; + public static final int Theme_windowNoTitle = 3; + public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }; + 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 = { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }; + public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }; + 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 = { 0x010100d0, 0x010100f2, 0x010100f3 }; + 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 static final class xml { + public static final int preferences = 0x7f050000; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/com/imagepicker/R.java b/android/build/generated/source/r/androidTest/debug/com/imagepicker/R.java new file mode 100644 index 0000000..41ad738 --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/com/imagepicker/R.java @@ -0,0 +1,1333 @@ +/* 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.imagepicker; + +public final class R { + public static final class anim { + public static final int abc_fade_in = 0x7f040000; + public static final int abc_fade_out = 0x7f040001; + public static final int abc_grow_fade_in_from_bottom = 0x7f040002; + public static final int abc_popup_enter = 0x7f040003; + public static final int abc_popup_exit = 0x7f040004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f040005; + public static final int abc_slide_in_bottom = 0x7f040006; + public static final int abc_slide_in_top = 0x7f040007; + public static final int abc_slide_out_bottom = 0x7f040008; + public static final int abc_slide_out_top = 0x7f040009; + public static final int catalyst_push_up_in = 0x7f04000a; + public static final int catalyst_push_up_out = 0x7f04000b; + } + public static final class attr { + public static final int actionBarDivider = 0x7f01007e; + public static final int actionBarItemBackground = 0x7f01007f; + public static final int actionBarPopupTheme = 0x7f010078; + public static final int actionBarSize = 0x7f01007d; + public static final int actionBarSplitStyle = 0x7f01007a; + public static final int actionBarStyle = 0x7f010079; + public static final int actionBarTabBarStyle = 0x7f010074; + public static final int actionBarTabStyle = 0x7f010073; + public static final int actionBarTabTextStyle = 0x7f010075; + public static final int actionBarTheme = 0x7f01007b; + public static final int actionBarWidgetTheme = 0x7f01007c; + public static final int actionButtonStyle = 0x7f010098; + public static final int actionDropDownStyle = 0x7f010094; + public static final int actionLayout = 0x7f01004b; + public static final int actionMenuTextAppearance = 0x7f010080; + public static final int actionMenuTextColor = 0x7f010081; + public static final int actionModeBackground = 0x7f010084; + public static final int actionModeCloseButtonStyle = 0x7f010083; + public static final int actionModeCloseDrawable = 0x7f010086; + public static final int actionModeCopyDrawable = 0x7f010088; + public static final int actionModeCutDrawable = 0x7f010087; + public static final int actionModeFindDrawable = 0x7f01008c; + public static final int actionModePasteDrawable = 0x7f010089; + public static final int actionModePopupWindowStyle = 0x7f01008e; + public static final int actionModeSelectAllDrawable = 0x7f01008a; + public static final int actionModeShareDrawable = 0x7f01008b; + public static final int actionModeSplitBackground = 0x7f010085; + public static final int actionModeStyle = 0x7f010082; + public static final int actionModeWebSearchDrawable = 0x7f01008d; + public static final int actionOverflowButtonStyle = 0x7f010076; + public static final int actionOverflowMenuStyle = 0x7f010077; + public static final int actionProviderClass = 0x7f01004d; + public static final int actionViewClass = 0x7f01004c; + public static final int activityChooserViewStyle = 0x7f0100a0; + public static final int actualImageScaleType = 0x7f01003a; + public static final int alertDialogButtonGroupStyle = 0x7f0100c2; + public static final int alertDialogCenterButtons = 0x7f0100c3; + public static final int alertDialogStyle = 0x7f0100c1; + public static final int alertDialogTheme = 0x7f0100c4; + public static final int arrowHeadLength = 0x7f01002b; + public static final int arrowShaftLength = 0x7f01002c; + public static final int autoCompleteTextViewStyle = 0x7f0100c9; + public static final int background = 0x7f01000c; + public static final int backgroundImage = 0x7f01003b; + public static final int backgroundSplit = 0x7f01000e; + public static final int backgroundStacked = 0x7f01000d; + public static final int backgroundTint = 0x7f0100e5; + public static final int backgroundTintMode = 0x7f0100e6; + public static final int barLength = 0x7f01002d; + public static final int borderlessButtonStyle = 0x7f01009d; + public static final int buttonBarButtonStyle = 0x7f01009a; + public static final int buttonBarNegativeButtonStyle = 0x7f0100c7; + public static final int buttonBarNeutralButtonStyle = 0x7f0100c8; + public static final int buttonBarPositiveButtonStyle = 0x7f0100c6; + public static final int buttonBarStyle = 0x7f010099; + public static final int buttonPanelSideLayout = 0x7f01001f; + public static final int buttonStyle = 0x7f0100ca; + public static final int buttonStyleSmall = 0x7f0100cb; + public static final int buttonTint = 0x7f010025; + public static final int buttonTintMode = 0x7f010026; + public static final int checkboxStyle = 0x7f0100cc; + public static final int checkedTextViewStyle = 0x7f0100cd; + public static final int closeIcon = 0x7f010059; + public static final int closeItemLayout = 0x7f01001c; + public static final int collapseContentDescription = 0x7f0100dc; + public static final int collapseIcon = 0x7f0100db; + public static final int color = 0x7f010027; + public static final int colorAccent = 0x7f0100ba; + public static final int colorButtonNormal = 0x7f0100be; + public static final int colorControlActivated = 0x7f0100bc; + public static final int colorControlHighlight = 0x7f0100bd; + public static final int colorControlNormal = 0x7f0100bb; + public static final int colorPrimary = 0x7f0100b8; + public static final int colorPrimaryDark = 0x7f0100b9; + public static final int colorSwitchThumbNormal = 0x7f0100bf; + public static final int commitIcon = 0x7f01005e; + public static final int contentInsetEnd = 0x7f010017; + public static final int contentInsetLeft = 0x7f010018; + public static final int contentInsetRight = 0x7f010019; + public static final int contentInsetStart = 0x7f010016; + public static final int controlBackground = 0x7f0100c0; + public static final int customNavigationLayout = 0x7f01000f; + public static final int defaultQueryHint = 0x7f010058; + public static final int dialogPreferredPadding = 0x7f010092; + public static final int dialogTheme = 0x7f010091; + public static final int displayOptions = 0x7f010005; + public static final int divider = 0x7f01000b; + public static final int dividerHorizontal = 0x7f01009f; + public static final int dividerPadding = 0x7f010049; + public static final int dividerVertical = 0x7f01009e; + public static final int drawableSize = 0x7f010029; + public static final int drawerArrowStyle = 0x7f010000; + public static final int dropDownListViewStyle = 0x7f0100b0; + public static final int dropdownListPreferredItemHeight = 0x7f010095; + public static final int editTextBackground = 0x7f0100a6; + public static final int editTextColor = 0x7f0100a5; + public static final int editTextStyle = 0x7f0100ce; + public static final int elevation = 0x7f01001a; + public static final int expandActivityOverflowButtonDrawable = 0x7f01001e; + public static final int fadeDuration = 0x7f01002f; + public static final int failureImage = 0x7f010035; + public static final int failureImageScaleType = 0x7f010036; + public static final int gapBetweenBars = 0x7f01002a; + public static final int goIcon = 0x7f01005a; + public static final int height = 0x7f010001; + public static final int hideOnContentScroll = 0x7f010015; + public static final int homeAsUpIndicator = 0x7f010097; + public static final int homeLayout = 0x7f010010; + public static final int icon = 0x7f010009; + public static final int iconifiedByDefault = 0x7f010056; + public static final int indeterminateProgressStyle = 0x7f010012; + public static final int initialActivityCount = 0x7f01001d; + public static final int isLightTheme = 0x7f010002; + public static final int itemPadding = 0x7f010014; + public static final int layout = 0x7f010055; + public static final int layoutManager = 0x7f010051; + public static final int listChoiceBackgroundIndicator = 0x7f0100b7; + public static final int listDividerAlertDialog = 0x7f010093; + public static final int listItemLayout = 0x7f010023; + public static final int listLayout = 0x7f010020; + public static final int listPopupWindowStyle = 0x7f0100b1; + public static final int listPreferredItemHeight = 0x7f0100ab; + public static final int listPreferredItemHeightLarge = 0x7f0100ad; + public static final int listPreferredItemHeightSmall = 0x7f0100ac; + public static final int listPreferredItemPaddingLeft = 0x7f0100ae; + public static final int listPreferredItemPaddingRight = 0x7f0100af; + public static final int logo = 0x7f01000a; + public static final int logoDescription = 0x7f0100df; + public static final int maxButtonHeight = 0x7f0100da; + public static final int measureWithLargestChild = 0x7f010047; + public static final int multiChoiceItemLayout = 0x7f010021; + public static final int navigationContentDescription = 0x7f0100de; + public static final int navigationIcon = 0x7f0100dd; + public static final int navigationMode = 0x7f010004; + public static final int overlapAnchor = 0x7f01004f; + public static final int overlayImage = 0x7f01003c; + public static final int paddingEnd = 0x7f0100e3; + public static final int paddingStart = 0x7f0100e2; + public static final int panelBackground = 0x7f0100b4; + public static final int panelMenuListTheme = 0x7f0100b6; + public static final int panelMenuListWidth = 0x7f0100b5; + public static final int placeholderImage = 0x7f010031; + public static final int placeholderImageScaleType = 0x7f010032; + public static final int popupMenuStyle = 0x7f0100a3; + public static final int popupTheme = 0x7f01001b; + public static final int popupWindowStyle = 0x7f0100a4; + public static final int preserveIconSpacing = 0x7f01004e; + public static final int pressedStateOverlayImage = 0x7f01003d; + public static final int progressBarAutoRotateInterval = 0x7f010039; + public static final int progressBarImage = 0x7f010037; + public static final int progressBarImageScaleType = 0x7f010038; + public static final int progressBarPadding = 0x7f010013; + public static final int progressBarStyle = 0x7f010011; + public static final int queryBackground = 0x7f010060; + public static final int queryHint = 0x7f010057; + public static final int radioButtonStyle = 0x7f0100cf; + public static final int ratingBarStyle = 0x7f0100d0; + public static final int retryImage = 0x7f010033; + public static final int retryImageScaleType = 0x7f010034; + public static final int reverseLayout = 0x7f010053; + public static final int roundAsCircle = 0x7f01003e; + public static final int roundBottomLeft = 0x7f010043; + public static final int roundBottomRight = 0x7f010042; + public static final int roundTopLeft = 0x7f010040; + public static final int roundTopRight = 0x7f010041; + public static final int roundWithOverlayColor = 0x7f010044; + public static final int roundedCornerRadius = 0x7f01003f; + public static final int roundingBorderColor = 0x7f010046; + public static final int roundingBorderWidth = 0x7f010045; + public static final int searchHintIcon = 0x7f01005c; + public static final int searchIcon = 0x7f01005b; + public static final int searchViewStyle = 0x7f0100aa; + public static final int selectableItemBackground = 0x7f01009b; + public static final int selectableItemBackgroundBorderless = 0x7f01009c; + public static final int showAsAction = 0x7f01004a; + public static final int showDividers = 0x7f010048; + public static final int showText = 0x7f010068; + public static final int singleChoiceItemLayout = 0x7f010022; + public static final int spanCount = 0x7f010052; + public static final int spinBars = 0x7f010028; + public static final int spinnerDropDownItemStyle = 0x7f010096; + public static final int spinnerStyle = 0x7f0100d1; + public static final int splitTrack = 0x7f010067; + public static final int stackFromEnd = 0x7f010054; + public static final int state_above_anchor = 0x7f010050; + public static final int submitBackground = 0x7f010061; + public static final int subtitle = 0x7f010006; + public static final int subtitleTextAppearance = 0x7f0100d4; + public static final int subtitleTextColor = 0x7f0100e1; + public static final int subtitleTextStyle = 0x7f010008; + public static final int suggestionRowLayout = 0x7f01005f; + public static final int switchMinWidth = 0x7f010065; + public static final int switchPadding = 0x7f010066; + public static final int switchStyle = 0x7f0100d2; + public static final int switchTextAppearance = 0x7f010064; + public static final int textAllCaps = 0x7f010024; + public static final int textAppearanceLargePopupMenu = 0x7f01008f; + public static final int textAppearanceListItem = 0x7f0100b2; + public static final int textAppearanceListItemSmall = 0x7f0100b3; + public static final int textAppearanceSearchResultSubtitle = 0x7f0100a8; + public static final int textAppearanceSearchResultTitle = 0x7f0100a7; + public static final int textAppearanceSmallPopupMenu = 0x7f010090; + public static final int textColorAlertDialogListItem = 0x7f0100c5; + public static final int textColorSearchUrl = 0x7f0100a9; + public static final int theme = 0x7f0100e4; + public static final int thickness = 0x7f01002e; + public static final int thumbTextPadding = 0x7f010063; + public static final int title = 0x7f010003; + public static final int titleMarginBottom = 0x7f0100d9; + public static final int titleMarginEnd = 0x7f0100d7; + public static final int titleMarginStart = 0x7f0100d6; + public static final int titleMarginTop = 0x7f0100d8; + public static final int titleMargins = 0x7f0100d5; + public static final int titleTextAppearance = 0x7f0100d3; + public static final int titleTextColor = 0x7f0100e0; + public static final int titleTextStyle = 0x7f010007; + public static final int toolbarNavigationButtonStyle = 0x7f0100a2; + public static final int toolbarStyle = 0x7f0100a1; + public static final int track = 0x7f010062; + public static final int viewAspectRatio = 0x7f010030; + public static final int voiceIcon = 0x7f01005d; + public static final int windowActionBar = 0x7f010069; + public static final int windowActionBarOverlay = 0x7f01006b; + public static final int windowActionModeOverlay = 0x7f01006c; + public static final int windowFixedHeightMajor = 0x7f010070; + public static final int windowFixedHeightMinor = 0x7f01006e; + public static final int windowFixedWidthMajor = 0x7f01006d; + public static final int windowFixedWidthMinor = 0x7f01006f; + public static final int windowMinWidthMajor = 0x7f010071; + public static final int windowMinWidthMinor = 0x7f010072; + public static final int windowNoTitle = 0x7f01006a; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs = 0x7f090002; + public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f090000; + public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f090003; + public static final int abc_config_actionMenuItemAllCaps = 0x7f090004; + public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f090005; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark = 0x7f0b003b; + public static final int abc_background_cache_hint_selector_material_light = 0x7f0b003c; + public static final int abc_color_highlight_material = 0x7f0b003d; + public static final int abc_input_method_navigation_guard = 0x7f0b0000; + public static final int abc_primary_text_disable_only_material_dark = 0x7f0b003e; + public static final int abc_primary_text_disable_only_material_light = 0x7f0b003f; + public static final int abc_primary_text_material_dark = 0x7f0b0040; + public static final int abc_primary_text_material_light = 0x7f0b0041; + public static final int abc_search_url_text = 0x7f0b0042; + public static final int abc_search_url_text_normal = 0x7f0b0001; + public static final int abc_search_url_text_pressed = 0x7f0b0002; + public static final int abc_search_url_text_selected = 0x7f0b0003; + public static final int abc_secondary_text_material_dark = 0x7f0b0043; + public static final int abc_secondary_text_material_light = 0x7f0b0044; + public static final int accent_material_dark = 0x7f0b0004; + public static final int accent_material_light = 0x7f0b0005; + public static final int background_floating_material_dark = 0x7f0b0006; + public static final int background_floating_material_light = 0x7f0b0007; + public static final int background_material_dark = 0x7f0b0008; + public static final int background_material_light = 0x7f0b0009; + public static final int bright_foreground_disabled_material_dark = 0x7f0b000a; + public static final int bright_foreground_disabled_material_light = 0x7f0b000b; + public static final int bright_foreground_inverse_material_dark = 0x7f0b000c; + public static final int bright_foreground_inverse_material_light = 0x7f0b000d; + public static final int bright_foreground_material_dark = 0x7f0b000e; + public static final int bright_foreground_material_light = 0x7f0b000f; + public static final int button_material_dark = 0x7f0b0010; + public static final int button_material_light = 0x7f0b0011; + public static final int catalyst_redbox_background = 0x7f0b0012; + public static final int dim_foreground_disabled_material_dark = 0x7f0b0013; + public static final int dim_foreground_disabled_material_light = 0x7f0b0014; + public static final int dim_foreground_material_dark = 0x7f0b0015; + public static final int dim_foreground_material_light = 0x7f0b0016; + public static final int foreground_material_dark = 0x7f0b0017; + public static final int foreground_material_light = 0x7f0b0018; + public static final int highlighted_text_material_dark = 0x7f0b0019; + public static final int highlighted_text_material_light = 0x7f0b001a; + public static final int hint_foreground_material_dark = 0x7f0b001b; + public static final int hint_foreground_material_light = 0x7f0b001c; + public static final int material_blue_grey_800 = 0x7f0b001d; + public static final int material_blue_grey_900 = 0x7f0b001e; + public static final int material_blue_grey_950 = 0x7f0b001f; + public static final int material_deep_teal_200 = 0x7f0b0020; + public static final int material_deep_teal_500 = 0x7f0b0021; + public static final int material_grey_100 = 0x7f0b0022; + public static final int material_grey_300 = 0x7f0b0023; + public static final int material_grey_50 = 0x7f0b0024; + public static final int material_grey_600 = 0x7f0b0025; + public static final int material_grey_800 = 0x7f0b0026; + public static final int material_grey_850 = 0x7f0b0027; + public static final int material_grey_900 = 0x7f0b0028; + public static final int primary_dark_material_dark = 0x7f0b0029; + public static final int primary_dark_material_light = 0x7f0b002a; + public static final int primary_material_dark = 0x7f0b002b; + public static final int primary_material_light = 0x7f0b002c; + public static final int primary_text_default_material_dark = 0x7f0b002d; + public static final int primary_text_default_material_light = 0x7f0b002e; + public static final int primary_text_disabled_material_dark = 0x7f0b002f; + public static final int primary_text_disabled_material_light = 0x7f0b0030; + public static final int ripple_material_dark = 0x7f0b0031; + public static final int ripple_material_light = 0x7f0b0032; + public static final int secondary_text_default_material_dark = 0x7f0b0033; + public static final int secondary_text_default_material_light = 0x7f0b0034; + public static final int secondary_text_disabled_material_dark = 0x7f0b0035; + public static final int secondary_text_disabled_material_light = 0x7f0b0036; + public static final int switch_thumb_disabled_material_dark = 0x7f0b0037; + public static final int switch_thumb_disabled_material_light = 0x7f0b0038; + public static final int switch_thumb_material_dark = 0x7f0b0045; + public static final int switch_thumb_material_light = 0x7f0b0046; + public static final int switch_thumb_normal_material_dark = 0x7f0b0039; + public static final int switch_thumb_normal_material_light = 0x7f0b003a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material = 0x7f07000b; + public static final int abc_action_bar_default_height_material = 0x7f070001; + public static final int abc_action_bar_default_padding_end_material = 0x7f07000c; + public static final int abc_action_bar_default_padding_start_material = 0x7f07000d; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f07000f; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f070010; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f070011; + public static final int abc_action_bar_progress_bar_size = 0x7f070002; + public static final int abc_action_bar_stacked_max_height = 0x7f070012; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f070013; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f070015; + public static final int abc_action_button_min_height_material = 0x7f070016; + public static final int abc_action_button_min_width_material = 0x7f070017; + public static final int abc_action_button_min_width_overflow_material = 0x7f070018; + public static final int abc_alert_dialog_button_bar_height = 0x7f070000; + public static final int abc_button_inset_horizontal_material = 0x7f070019; + public static final int abc_button_inset_vertical_material = 0x7f07001a; + public static final int abc_button_padding_horizontal_material = 0x7f07001b; + public static final int abc_button_padding_vertical_material = 0x7f07001c; + public static final int abc_config_prefDialogWidth = 0x7f070005; + public static final int abc_control_corner_material = 0x7f07001d; + public static final int abc_control_inset_material = 0x7f07001e; + public static final int abc_control_padding_material = 0x7f07001f; + public static final int abc_dialog_list_padding_vertical_material = 0x7f070020; + public static final int abc_dialog_min_width_major = 0x7f070021; + public static final int abc_dialog_min_width_minor = 0x7f070022; + public static final int abc_dialog_padding_material = 0x7f070023; + public static final int abc_dialog_padding_top_material = 0x7f070024; + public static final int abc_disabled_alpha_material_dark = 0x7f070025; + public static final int abc_disabled_alpha_material_light = 0x7f070026; + public static final int abc_dropdownitem_icon_width = 0x7f070027; + public static final int abc_dropdownitem_text_padding_left = 0x7f070028; + public static final int abc_dropdownitem_text_padding_right = 0x7f070029; + public static final int abc_edit_text_inset_bottom_material = 0x7f07002a; + public static final int abc_edit_text_inset_horizontal_material = 0x7f07002b; + public static final int abc_edit_text_inset_top_material = 0x7f07002c; + public static final int abc_floating_window_z = 0x7f07002d; + public static final int abc_list_item_padding_horizontal_material = 0x7f07002e; + public static final int abc_panel_menu_list_width = 0x7f07002f; + public static final int abc_search_view_preferred_width = 0x7f070030; + public static final int abc_search_view_text_min_width = 0x7f070006; + public static final int abc_switch_padding = 0x7f07000e; + public static final int abc_text_size_body_1_material = 0x7f070031; + public static final int abc_text_size_body_2_material = 0x7f070032; + public static final int abc_text_size_button_material = 0x7f070033; + public static final int abc_text_size_caption_material = 0x7f070034; + public static final int abc_text_size_display_1_material = 0x7f070035; + public static final int abc_text_size_display_2_material = 0x7f070036; + public static final int abc_text_size_display_3_material = 0x7f070037; + public static final int abc_text_size_display_4_material = 0x7f070038; + public static final int abc_text_size_headline_material = 0x7f070039; + public static final int abc_text_size_large_material = 0x7f07003a; + public static final int abc_text_size_medium_material = 0x7f07003b; + public static final int abc_text_size_menu_material = 0x7f07003c; + public static final int abc_text_size_small_material = 0x7f07003d; + public static final int abc_text_size_subhead_material = 0x7f07003e; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f070003; + public static final int abc_text_size_title_material = 0x7f07003f; + public static final int abc_text_size_title_material_toolbar = 0x7f070004; + public static final int dialog_fixed_height_major = 0x7f070007; + public static final int dialog_fixed_height_minor = 0x7f070008; + public static final int dialog_fixed_width_major = 0x7f070009; + public static final int dialog_fixed_width_minor = 0x7f07000a; + public static final int disabled_alpha_material_dark = 0x7f070040; + public static final int disabled_alpha_material_light = 0x7f070041; + public static final int highlight_alpha_material_colored = 0x7f070042; + public static final int highlight_alpha_material_dark = 0x7f070043; + public static final int highlight_alpha_material_light = 0x7f070044; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045; + public static final int notification_large_icon_height = 0x7f070046; + public static final int notification_large_icon_width = 0x7f070047; + public static final int notification_subtext_size = 0x7f070048; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000; + public static final int abc_action_bar_item_background_material = 0x7f020001; + public static final int abc_btn_borderless_material = 0x7f020002; + public static final int abc_btn_check_material = 0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005; + public static final int abc_btn_colored_material = 0x7f020006; + public static final int abc_btn_default_mtrl_shape = 0x7f020007; + public static final int abc_btn_radio_material = 0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a; + public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b; + public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e; + public static final int abc_cab_background_internal_bg = 0x7f02000f; + public static final int abc_cab_background_top_material = 0x7f020010; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011; + public static final int abc_control_background_material = 0x7f020012; + public static final int abc_dialog_material_background_dark = 0x7f020013; + public static final int abc_dialog_material_background_light = 0x7f020014; + public static final int abc_edit_text_material = 0x7f020015; + public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016; + public static final int abc_ic_clear_mtrl_alpha = 0x7f020017; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018; + public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f; + public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020; + public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021; + public static final int abc_item_background_holo_dark = 0x7f020022; + public static final int abc_item_background_holo_light = 0x7f020023; + public static final int abc_list_divider_mtrl_alpha = 0x7f020024; + public static final int abc_list_focused_holo = 0x7f020025; + public static final int abc_list_longpressed_holo = 0x7f020026; + public static final int abc_list_pressed_holo_dark = 0x7f020027; + public static final int abc_list_pressed_holo_light = 0x7f020028; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029; + public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a; + public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b; + public static final int abc_list_selector_disabled_holo_light = 0x7f02002c; + public static final int abc_list_selector_holo_dark = 0x7f02002d; + public static final int abc_list_selector_holo_light = 0x7f02002e; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f; + public static final int abc_popup_background_mtrl_mult = 0x7f020030; + public static final int abc_ratingbar_full_material = 0x7f020031; + public static final int abc_spinner_mtrl_am_alpha = 0x7f020032; + public static final int abc_spinner_textfield_background_material = 0x7f020033; + public static final int abc_switch_thumb_material = 0x7f020034; + public static final int abc_switch_track_mtrl_alpha = 0x7f020035; + public static final int abc_tab_indicator_material = 0x7f020036; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037; + public static final int abc_text_cursor_material = 0x7f020038; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039; + public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c; + public static final int abc_textfield_search_material = 0x7f02003d; + public static final int notification_template_icon_bg = 0x7f02003e; + } + public static final class id { + public static final int action0 = 0x7f0c0057; + public static final int action_bar = 0x7f0c0047; + public static final int action_bar_activity_content = 0x7f0c0000; + public static final int action_bar_container = 0x7f0c0046; + public static final int action_bar_root = 0x7f0c0042; + public static final int action_bar_spinner = 0x7f0c0001; + public static final int action_bar_subtitle = 0x7f0c002b; + public static final int action_bar_title = 0x7f0c002a; + public static final int action_context_bar = 0x7f0c0048; + public static final int action_divider = 0x7f0c005b; + public static final int action_menu_divider = 0x7f0c0002; + public static final int action_menu_presenter = 0x7f0c0003; + public static final int action_mode_bar = 0x7f0c0044; + public static final int action_mode_bar_stub = 0x7f0c0043; + public static final int action_mode_close_button = 0x7f0c002c; + public static final int activity_chooser_view_content = 0x7f0c002d; + public static final int alertTitle = 0x7f0c0037; + public static final int always = 0x7f0c0024; + public static final int beginning = 0x7f0c0021; + public static final int buttonPanel = 0x7f0c003d; + public static final int cancel_action = 0x7f0c0058; + public static final int catalyst_redbox_title = 0x7f0c0066; + public static final int center = 0x7f0c0019; + public static final int centerCrop = 0x7f0c001a; + public static final int centerInside = 0x7f0c001b; + public static final int checkbox = 0x7f0c003f; + public static final int chronometer = 0x7f0c005e; + public static final int collapseActionView = 0x7f0c0025; + public static final int contentPanel = 0x7f0c0038; + public static final int custom = 0x7f0c003c; + public static final int customPanel = 0x7f0c003b; + public static final int decor_content_parent = 0x7f0c0045; + public static final int default_activity_button = 0x7f0c0030; + public static final int disableHome = 0x7f0c000d; + public static final int edit_query = 0x7f0c0049; + public static final int end = 0x7f0c0022; + public static final int end_padder = 0x7f0c0063; + public static final int expand_activities_button = 0x7f0c002e; + public static final int expanded_menu = 0x7f0c003e; + public static final int fitCenter = 0x7f0c001c; + public static final int fitEnd = 0x7f0c001d; + public static final int fitStart = 0x7f0c001e; + public static final int fitXY = 0x7f0c001f; + public static final int focusCrop = 0x7f0c0020; + public static final int fps_text = 0x7f0c0056; + public static final int home = 0x7f0c0004; + public static final int homeAsUp = 0x7f0c000e; + public static final int icon = 0x7f0c0032; + public static final int ifRoom = 0x7f0c0026; + public static final int image = 0x7f0c002f; + public static final int info = 0x7f0c0062; + public static final int item_touch_helper_previous_elevation = 0x7f0c0005; + public static final int line1 = 0x7f0c005c; + public static final int line3 = 0x7f0c0060; + public static final int listMode = 0x7f0c000a; + public static final int list_item = 0x7f0c0031; + public static final int media_actions = 0x7f0c005a; + public static final int middle = 0x7f0c0023; + public static final int multiply = 0x7f0c0014; + public static final int never = 0x7f0c0027; + public static final int none = 0x7f0c000f; + public static final int normal = 0x7f0c000b; + public static final int parentPanel = 0x7f0c0034; + public static final int progress_circular = 0x7f0c0006; + public static final int progress_horizontal = 0x7f0c0007; + public static final int radio = 0x7f0c0041; + public static final int rn_frame_file = 0x7f0c0065; + public static final int rn_frame_method = 0x7f0c0064; + public static final int rn_redbox_reloadjs = 0x7f0c0068; + public static final int rn_redbox_stack = 0x7f0c0067; + public static final int screen = 0x7f0c0015; + public static final int scrollView = 0x7f0c0039; + public static final int search_badge = 0x7f0c004b; + public static final int search_bar = 0x7f0c004a; + public static final int search_button = 0x7f0c004c; + public static final int search_close_btn = 0x7f0c0051; + public static final int search_edit_frame = 0x7f0c004d; + public static final int search_go_btn = 0x7f0c0053; + public static final int search_mag_icon = 0x7f0c004e; + public static final int search_plate = 0x7f0c004f; + public static final int search_src_text = 0x7f0c0050; + public static final int search_voice_btn = 0x7f0c0054; + public static final int select_dialog_listview = 0x7f0c0055; + public static final int shortcut = 0x7f0c0040; + public static final int showCustom = 0x7f0c0010; + public static final int showHome = 0x7f0c0011; + public static final int showTitle = 0x7f0c0012; + public static final int split_action_bar = 0x7f0c0008; + public static final int src_atop = 0x7f0c0016; + public static final int src_in = 0x7f0c0017; + public static final int src_over = 0x7f0c0018; + public static final int status_bar_latest_event_content = 0x7f0c0059; + public static final int submit_area = 0x7f0c0052; + public static final int tabMode = 0x7f0c000c; + public static final int text = 0x7f0c0061; + public static final int text2 = 0x7f0c005f; + public static final int textSpacerNoButtons = 0x7f0c003a; + public static final int time = 0x7f0c005d; + public static final int title = 0x7f0c0033; + public static final int title_template = 0x7f0c0036; + public static final int topPanel = 0x7f0c0035; + public static final int up = 0x7f0c0009; + public static final int useLogo = 0x7f0c0013; + public static final int withText = 0x7f0c0028; + public static final int wrap_content = 0x7f0c0029; + } + public static final class integer { + public static final int abc_config_activityDefaultDur = 0x7f0a0001; + public static final int abc_config_activityShortDur = 0x7f0a0002; + public static final int abc_max_action_buttons = 0x7f0a0000; + public static final int cancel_button_image_alpha = 0x7f0a0003; + public static final int status_bar_notification_info_maxnum = 0x7f0a0004; + } + public static final class layout { + public static final int abc_action_bar_title_item = 0x7f030000; + public static final int abc_action_bar_up_container = 0x7f030001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f030002; + public static final int abc_action_menu_item_layout = 0x7f030003; + public static final int abc_action_menu_layout = 0x7f030004; + public static final int abc_action_mode_bar = 0x7f030005; + public static final int abc_action_mode_close_item_material = 0x7f030006; + public static final int abc_activity_chooser_view = 0x7f030007; + public static final int abc_activity_chooser_view_list_item = 0x7f030008; + public static final int abc_alert_dialog_material = 0x7f030009; + public static final int abc_dialog_title_material = 0x7f03000a; + public static final int abc_expanded_menu_layout = 0x7f03000b; + public static final int abc_list_menu_item_checkbox = 0x7f03000c; + public static final int abc_list_menu_item_icon = 0x7f03000d; + public static final int abc_list_menu_item_layout = 0x7f03000e; + public static final int abc_list_menu_item_radio = 0x7f03000f; + public static final int abc_popup_menu_item_layout = 0x7f030010; + public static final int abc_screen_content_include = 0x7f030011; + public static final int abc_screen_simple = 0x7f030012; + public static final int abc_screen_simple_overlay_action_mode = 0x7f030013; + public static final int abc_screen_toolbar = 0x7f030014; + public static final int abc_search_dropdown_item_icons_2line = 0x7f030015; + public static final int abc_search_view = 0x7f030016; + public static final int abc_select_dialog_material = 0x7f030017; + public static final int fps_view = 0x7f030018; + public static final int notification_media_action = 0x7f030019; + public static final int notification_media_cancel_action = 0x7f03001a; + public static final int notification_template_big_media = 0x7f03001b; + public static final int notification_template_big_media_narrow = 0x7f03001c; + public static final int notification_template_lines = 0x7f03001d; + public static final int notification_template_media = 0x7f03001e; + public static final int notification_template_part_chronometer = 0x7f03001f; + public static final int notification_template_part_time = 0x7f030020; + public static final int redbox_item_frame = 0x7f030021; + public static final int redbox_item_title = 0x7f030022; + public static final int redbox_view = 0x7f030023; + public static final int select_dialog_item_material = 0x7f030024; + public static final int select_dialog_multichoice_material = 0x7f030025; + public static final int select_dialog_singlechoice_material = 0x7f030026; + public static final int support_simple_spinner_dropdown_item = 0x7f030027; + } + public static final class string { + public static final int abc_action_bar_home_description = 0x7f060000; + public static final int abc_action_bar_home_description_format = 0x7f060001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f060002; + public static final int abc_action_bar_up_description = 0x7f060003; + public static final int abc_action_menu_overflow_description = 0x7f060004; + public static final int abc_action_mode_done = 0x7f060005; + public static final int abc_activity_chooser_view_see_all = 0x7f060006; + public static final int abc_activitychooserview_choose_application = 0x7f060007; + public static final int abc_search_hint = 0x7f060008; + public static final int abc_searchview_description_clear = 0x7f060009; + public static final int abc_searchview_description_query = 0x7f06000a; + public static final int abc_searchview_description_search = 0x7f06000b; + public static final int abc_searchview_description_submit = 0x7f06000c; + public static final int abc_searchview_description_voice = 0x7f06000d; + public static final int abc_shareactionprovider_share_with = 0x7f06000e; + public static final int abc_shareactionprovider_share_with_application = 0x7f06000f; + public static final int abc_toolbar_collapse_description = 0x7f060010; + public static final int catalyst_debugjs = 0x7f060012; + public static final int catalyst_debugjs_off = 0x7f06001a; + public static final int catalyst_element_inspector = 0x7f060013; + public static final int catalyst_element_inspector_off = 0x7f06001b; + public static final int catalyst_hot_module_replacement = 0x7f06001c; + public static final int catalyst_hot_module_replacement_off = 0x7f06001d; + public static final int catalyst_jsload_error = 0x7f060014; + public static final int catalyst_jsload_message = 0x7f060015; + public static final int catalyst_jsload_title = 0x7f060016; + public static final int catalyst_live_reload = 0x7f06001e; + public static final int catalyst_live_reload_off = 0x7f06001f; + public static final int catalyst_perf_monitor = 0x7f060020; + public static final int catalyst_perf_monitor_off = 0x7f060021; + public static final int catalyst_reloadjs = 0x7f060017; + public static final int catalyst_remotedbg_error = 0x7f060022; + public static final int catalyst_remotedbg_message = 0x7f060023; + public static final int catalyst_settings = 0x7f060018; + public static final int catalyst_settings_title = 0x7f060019; + public static final int catalyst_start_profile = 0x7f060024; + public static final int catalyst_stop_profile = 0x7f060025; + public static final int status_bar_notification_info_overflow = 0x7f060011; + } + public static final class style { + public static final int AlertDialog_AppCompat = 0x7f08007a; + public static final int AlertDialog_AppCompat_Light = 0x7f08007b; + public static final int Animation_AppCompat_Dialog = 0x7f08007c; + public static final int Animation_AppCompat_DropDownUp = 0x7f08007d; + public static final int Animation_Catalyst_RedBox = 0x7f08007e; + public static final int Base_AlertDialog_AppCompat = 0x7f08007f; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f080080; + public static final int Base_Animation_AppCompat_Dialog = 0x7f080081; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f080082; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f080083; + public static final int Base_TextAppearance_AppCompat = 0x7f08002d; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f080018; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f080030; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f080031; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f080032; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f080033; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f080034; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f080035; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f080003; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f080036; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f080039; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f08003a; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f08003d; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f08003f; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f080090; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f080094; + public static final int Base_Theme_AppCompat = 0x7f08004e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f080088; + public static final int Base_Theme_AppCompat_Dialog = 0x7f080009; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b; + public static final int Base_Theme_AppCompat_Light = 0x7f08004f; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f080015; + public static final int Base_V21_Theme_AppCompat = 0x7f080050; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f080051; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f080052; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053; + public static final int Base_V22_Theme_AppCompat = 0x7f080074; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f080075; + public static final int Base_V23_Theme_AppCompat = 0x7f080077; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f080078; + public static final int Base_V7_Theme_AppCompat = 0x7f080095; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f080096; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f080097; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f08009a; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f08009b; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f080056; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f08009e; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016; + public static final int Base_Widget_AppCompat_Button = 0x7f080059; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f08005d; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f080079; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f08005c; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060; + public static final int Base_Widget_AppCompat_EditText = 0x7f080017; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066; + public static final int Base_Widget_AppCompat_ListView = 0x7f080067; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f080069; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f08006a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f08000d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f08006c; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0800a8; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9; + public static final int Base_Widget_AppCompat_Spinner = 0x7f08006d; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0800aa; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070; + public static final int Platform_AppCompat = 0x7f08000f; + public static final int Platform_AppCompat_Light = 0x7f080010; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f080071; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073; + public static final int Platform_V11_AppCompat = 0x7f080011; + public static final int Platform_V11_AppCompat_Light = 0x7f080012; + public static final int Platform_V14_AppCompat = 0x7f080019; + public static final int Platform_V14_AppCompat_Light = 0x7f08001a; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f080013; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021; + public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b; + public static final int TextAppearance_AppCompat = 0x7f0800ab; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0800ac; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0800ad; + public static final int TextAppearance_AppCompat_Button = 0x7f0800ae; + public static final int TextAppearance_AppCompat_Caption = 0x7f0800af; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0800b0; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0800b1; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0800b2; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0800b3; + public static final int TextAppearance_AppCompat_Headline = 0x7f0800b4; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0800b5; + public static final int TextAppearance_AppCompat_Large = 0x7f0800b6; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0800b7; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800b8; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800b9; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800ba; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800bb; + public static final int TextAppearance_AppCompat_Medium = 0x7f0800bc; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800bd; + public static final int TextAppearance_AppCompat_Menu = 0x7f0800be; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800bf; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c0; + public static final int TextAppearance_AppCompat_Small = 0x7f0800c1; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c2; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0800c3; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c4; + public static final int TextAppearance_AppCompat_Title = 0x7f0800c5; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0800c6; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800c7; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800c8; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800c9; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800cb; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800cc; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800cd; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800ce; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800cf; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0800d0; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d1; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d2; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d3; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d4; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0800d5; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800d6; + public static final int TextAppearance_StatusBar_EventContent = 0x7f08001b; + public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c; + public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d; + public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e; + public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800d7; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800d8; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800d9; + public static final int Theme = 0x7f0800da; + public static final int ThemeOverlay_AppCompat = 0x7f0800ed; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0800ee; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0800ef; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f0; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0800f1; + public static final int Theme_AppCompat = 0x7f0800db; + public static final int Theme_AppCompat_CompactMenu = 0x7f0800dc; + public static final int Theme_AppCompat_Dialog = 0x7f0800dd; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0800e0; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0800de; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0800df; + public static final int Theme_AppCompat_Light = 0x7f0800e1; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e2; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0800e3; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800e6; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800e4; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800e5; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0800e7; + public static final int Theme_AppCompat_NoActionBar = 0x7f0800e8; + public static final int Theme_Catalyst = 0x7f0800e9; + public static final int Theme_Catalyst_RedBox = 0x7f0800ea; + public static final int Theme_ReactNative_AppCompat_Light = 0x7f0800eb; + public static final int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen = 0x7f0800ec; + public static final int Widget_AppCompat_ActionBar = 0x7f0800f2; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0800f3; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f4; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0800f5; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0800f6; + public static final int Widget_AppCompat_ActionButton = 0x7f0800f7; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800f8; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0800f9; + public static final int Widget_AppCompat_ActionMode = 0x7f0800fa; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0800fb; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0800fc; + public static final int Widget_AppCompat_Button = 0x7f0800fd; + public static final int Widget_AppCompat_ButtonBar = 0x7f080103; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080104; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0800fe; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0800ff; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080100; + public static final int Widget_AppCompat_Button_Colored = 0x7f080101; + public static final int Widget_AppCompat_Button_Small = 0x7f080102; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f080105; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f080106; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f080107; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f080108; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f080109; + public static final int Widget_AppCompat_EditText = 0x7f08010a; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f08010b; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f08010c; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f08010d; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f08010e; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f08010f; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080110; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080111; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080112; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080113; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f080114; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f080115; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f080116; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080117; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f080118; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080119; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011a; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f08011b; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f08011c; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f08011d; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f08011e; + public static final int Widget_AppCompat_Light_SearchView = 0x7f08011f; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080120; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f080121; + public static final int Widget_AppCompat_ListView = 0x7f080122; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f080123; + public static final int Widget_AppCompat_ListView_Menu = 0x7f080124; + public static final int Widget_AppCompat_PopupMenu = 0x7f080125; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f080126; + public static final int Widget_AppCompat_PopupWindow = 0x7f080127; + public static final int Widget_AppCompat_ProgressBar = 0x7f080128; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080129; + public static final int Widget_AppCompat_RatingBar = 0x7f08012a; + public static final int Widget_AppCompat_SearchView = 0x7f08012b; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f08012c; + public static final int Widget_AppCompat_Spinner = 0x7f08012d; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f08012e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f08012f; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f080130; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f080131; + public static final int Widget_AppCompat_Toolbar = 0x7f080132; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080133; + } + public static final class styleable { + public static final int[] 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, 0x7f010097 }; + public static final int[] ActionBarLayout = { 0x010100b3 }; + 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 = { 0x0101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMenuView = { }; + public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }; + 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 = { 0x7f01001d, 0x7f01001e }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + public static final int ActivityChooserView_initialActivityCount = 0; + public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }; + 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[] AppCompatTextView = { 0x01010034, 0x7f010024 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_textAllCaps = 1; + public static final int[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 }; + 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 = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }; + 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[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static final int GenericDraweeView_actualImageScaleType = 11; + public static final int GenericDraweeView_backgroundImage = 12; + public static final int GenericDraweeView_fadeDuration = 0; + public static final int GenericDraweeView_failureImage = 6; + public static final int GenericDraweeView_failureImageScaleType = 7; + public static final int GenericDraweeView_overlayImage = 13; + public static final int GenericDraweeView_placeholderImage = 2; + public static final int GenericDraweeView_placeholderImageScaleType = 3; + public static final int GenericDraweeView_pressedStateOverlayImage = 14; + public static final int GenericDraweeView_progressBarAutoRotateInterval = 10; + public static final int GenericDraweeView_progressBarImage = 8; + public static final int GenericDraweeView_progressBarImageScaleType = 9; + public static final int GenericDraweeView_retryImage = 4; + public static final int GenericDraweeView_retryImageScaleType = 5; + public static final int GenericDraweeView_roundAsCircle = 15; + public static final int GenericDraweeView_roundBottomLeft = 20; + public static final int GenericDraweeView_roundBottomRight = 19; + public static final int GenericDraweeView_roundTopLeft = 17; + public static final int GenericDraweeView_roundTopRight = 18; + public static final int GenericDraweeView_roundWithOverlayColor = 21; + public static final int GenericDraweeView_roundedCornerRadius = 16; + public static final int GenericDraweeView_roundingBorderColor = 23; + public static final int GenericDraweeView_roundingBorderWidth = 22; + public static final int GenericDraweeView_viewAspectRatio = 1; + public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }; + public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; + 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 = { 0x010102ac, 0x010102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; + 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 = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }; + 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 = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e }; + 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 = { 0x01010176, 0x7f01004f }; + public static final int[] PopupWindowBackgroundState = { 0x7f010050 }; + 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 = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }; + 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[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }; + 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 = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }; + public static final int Spinner_android_dropDownWidth = 2; + public static final int Spinner_android_popupBackground = 0; + public static final int Spinner_android_prompt = 1; + public static final int Spinner_popupTheme = 3; + public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }; + 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 = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }; + 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 = 4; + public static final int[] Theme = { 0x01010057, 0x010100ae, 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, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }; + public static final int Theme_actionBarDivider = 23; + public static final int Theme_actionBarItemBackground = 24; + public static final int Theme_actionBarPopupTheme = 17; + public static final int Theme_actionBarSize = 22; + public static final int Theme_actionBarSplitStyle = 19; + public static final int Theme_actionBarStyle = 18; + public static final int Theme_actionBarTabBarStyle = 13; + public static final int Theme_actionBarTabStyle = 12; + public static final int Theme_actionBarTabTextStyle = 14; + public static final int Theme_actionBarTheme = 20; + public static final int Theme_actionBarWidgetTheme = 21; + public static final int Theme_actionButtonStyle = 49; + public static final int Theme_actionDropDownStyle = 45; + public static final int Theme_actionMenuTextAppearance = 25; + public static final int Theme_actionMenuTextColor = 26; + public static final int Theme_actionModeBackground = 29; + public static final int Theme_actionModeCloseButtonStyle = 28; + public static final int Theme_actionModeCloseDrawable = 31; + public static final int Theme_actionModeCopyDrawable = 33; + public static final int Theme_actionModeCutDrawable = 32; + public static final int Theme_actionModeFindDrawable = 37; + public static final int Theme_actionModePasteDrawable = 34; + public static final int Theme_actionModePopupWindowStyle = 39; + public static final int Theme_actionModeSelectAllDrawable = 35; + public static final int Theme_actionModeShareDrawable = 36; + public static final int Theme_actionModeSplitBackground = 30; + public static final int Theme_actionModeStyle = 27; + public static final int Theme_actionModeWebSearchDrawable = 38; + public static final int Theme_actionOverflowButtonStyle = 15; + public static final int Theme_actionOverflowMenuStyle = 16; + public static final int Theme_activityChooserViewStyle = 57; + public static final int Theme_alertDialogButtonGroupStyle = 91; + public static final int Theme_alertDialogCenterButtons = 92; + public static final int Theme_alertDialogStyle = 90; + public static final int Theme_alertDialogTheme = 93; + public static final int Theme_android_windowAnimationStyle = 1; + public static final int Theme_android_windowIsFloating = 0; + public static final int Theme_autoCompleteTextViewStyle = 98; + public static final int Theme_borderlessButtonStyle = 54; + public static final int Theme_buttonBarButtonStyle = 51; + public static final int Theme_buttonBarNegativeButtonStyle = 96; + public static final int Theme_buttonBarNeutralButtonStyle = 97; + public static final int Theme_buttonBarPositiveButtonStyle = 95; + public static final int Theme_buttonBarStyle = 50; + public static final int Theme_buttonStyle = 99; + public static final int Theme_buttonStyleSmall = 100; + public static final int Theme_checkboxStyle = 101; + public static final int Theme_checkedTextViewStyle = 102; + public static final int Theme_colorAccent = 83; + public static final int Theme_colorButtonNormal = 87; + public static final int Theme_colorControlActivated = 85; + public static final int Theme_colorControlHighlight = 86; + public static final int Theme_colorControlNormal = 84; + public static final int Theme_colorPrimary = 81; + public static final int Theme_colorPrimaryDark = 82; + public static final int Theme_colorSwitchThumbNormal = 88; + public static final int Theme_controlBackground = 89; + public static final int Theme_dialogPreferredPadding = 43; + public static final int Theme_dialogTheme = 42; + public static final int Theme_dividerHorizontal = 56; + public static final int Theme_dividerVertical = 55; + public static final int Theme_dropDownListViewStyle = 73; + public static final int Theme_dropdownListPreferredItemHeight = 46; + public static final int Theme_editTextBackground = 63; + public static final int Theme_editTextColor = 62; + public static final int Theme_editTextStyle = 103; + public static final int Theme_homeAsUpIndicator = 48; + public static final int Theme_listChoiceBackgroundIndicator = 80; + public static final int Theme_listDividerAlertDialog = 44; + public static final int Theme_listPopupWindowStyle = 74; + public static final int Theme_listPreferredItemHeight = 68; + public static final int Theme_listPreferredItemHeightLarge = 70; + public static final int Theme_listPreferredItemHeightSmall = 69; + public static final int Theme_listPreferredItemPaddingLeft = 71; + public static final int Theme_listPreferredItemPaddingRight = 72; + public static final int Theme_panelBackground = 77; + public static final int Theme_panelMenuListTheme = 79; + public static final int Theme_panelMenuListWidth = 78; + public static final int Theme_popupMenuStyle = 60; + public static final int Theme_popupWindowStyle = 61; + public static final int Theme_radioButtonStyle = 104; + public static final int Theme_ratingBarStyle = 105; + public static final int Theme_searchViewStyle = 67; + public static final int Theme_selectableItemBackground = 52; + public static final int Theme_selectableItemBackgroundBorderless = 53; + public static final int Theme_spinnerDropDownItemStyle = 47; + public static final int Theme_spinnerStyle = 106; + public static final int Theme_switchStyle = 107; + public static final int Theme_textAppearanceLargePopupMenu = 40; + public static final int Theme_textAppearanceListItem = 75; + public static final int Theme_textAppearanceListItemSmall = 76; + public static final int Theme_textAppearanceSearchResultSubtitle = 65; + public static final int Theme_textAppearanceSearchResultTitle = 64; + public static final int Theme_textAppearanceSmallPopupMenu = 41; + public static final int Theme_textColorAlertDialogListItem = 94; + public static final int Theme_textColorSearchUrl = 66; + public static final int Theme_toolbarNavigationButtonStyle = 59; + public static final int Theme_toolbarStyle = 58; + public static final int Theme_windowActionBar = 2; + public static final int Theme_windowActionBarOverlay = 4; + public static final int Theme_windowActionModeOverlay = 5; + public static final int Theme_windowFixedHeightMajor = 9; + public static final int Theme_windowFixedHeightMinor = 7; + public static final int Theme_windowFixedWidthMajor = 6; + public static final int Theme_windowFixedWidthMinor = 8; + public static final int Theme_windowMinWidthMajor = 10; + public static final int Theme_windowMinWidthMinor = 11; + public static final int Theme_windowNoTitle = 3; + public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }; + 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 = { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }; + public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }; + 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 = { 0x010100d0, 0x010100f2, 0x010100f3 }; + 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 static final class xml { + public static final int preferences = 0x7f050000; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/com/imagepicker/test/R.java b/android/build/generated/source/r/androidTest/debug/com/imagepicker/test/R.java new file mode 100644 index 0000000..1d5427d --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/com/imagepicker/test/R.java @@ -0,0 +1,6891 @@ +/* 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.imagepicker.test; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f040000; + public static final int abc_fade_out=0x7f040001; + public static final int abc_grow_fade_in_from_bottom=0x7f040002; + public static final int abc_popup_enter=0x7f040003; + public static final int abc_popup_exit=0x7f040004; + public static final int abc_shrink_fade_out_from_bottom=0x7f040005; + public static final int abc_slide_in_bottom=0x7f040006; + public static final int abc_slide_in_top=0x7f040007; + public static final int abc_slide_out_bottom=0x7f040008; + public static final int abc_slide_out_top=0x7f040009; + public static final int catalyst_push_up_in=0x7f04000a; + public static final int catalyst_push_up_out=0x7f04000b; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarDivider=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarItemBackground=0x7f01007f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarPopupTheme=0x7f010078; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static final int actionBarSize=0x7f01007d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarSplitStyle=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarStyle=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabBarStyle=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabStyle=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabTextStyle=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTheme=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarWidgetTheme=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionButtonStyle=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionDropDownStyle=0x7f010094; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionLayout=0x7f01004b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionMenuTextAppearance=0x7f010080; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int actionMenuTextColor=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeBackground=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseButtonStyle=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseDrawable=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCopyDrawable=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCutDrawable=0x7f010087; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeFindDrawable=0x7f01008c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePasteDrawable=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePopupWindowStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSelectAllDrawable=0x7f01008a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeShareDrawable=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSplitBackground=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeWebSearchDrawable=0x7f01008d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionOverflowButtonStyle=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionOverflowMenuStyle=0x7f010077; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionProviderClass=0x7f01004d; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionViewClass=0x7f01004c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int activityChooserViewStyle=0x7f0100a0; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static final int actualImageScaleType=0x7f01003a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogButtonGroupStyle=0x7f0100c2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int alertDialogCenterButtons=0x7f0100c3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogTheme=0x7f0100c4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int arrowHeadLength=0x7f01002b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int arrowShaftLength=0x7f01002c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int autoCompleteTextViewStyle=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int background=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int backgroundImage=0x7f01003b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundSplit=0x7f01000e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundStacked=0x7f01000d; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int backgroundTint=0x7f0100e5; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static final int backgroundTintMode=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int barLength=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int borderlessButtonStyle=0x7f01009d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarButtonStyle=0x7f01009a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarNegativeButtonStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarNeutralButtonStyle=0x7f0100c8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarPositiveButtonStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonPanelSideLayout=0x7f01001f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonStyle=0x7f0100ca; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonStyleSmall=0x7f0100cb; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int buttonTint=0x7f010025; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static final int buttonTintMode=0x7f010026; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int checkboxStyle=0x7f0100cc; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int checkedTextViewStyle=0x7f0100cd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int closeIcon=0x7f010059; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int closeItemLayout=0x7f01001c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int collapseContentDescription=0x7f0100dc; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int collapseIcon=0x7f0100db; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int color=0x7f010027; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorAccent=0x7f0100ba; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorButtonNormal=0x7f0100be; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlActivated=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlHighlight=0x7f0100bd; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlNormal=0x7f0100bb; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorPrimary=0x7f0100b8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorPrimaryDark=0x7f0100b9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorSwitchThumbNormal=0x7f0100bf; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int commitIcon=0x7f01005e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetEnd=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetLeft=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetRight=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetStart=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int controlBackground=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int customNavigationLayout=0x7f01000f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int defaultQueryHint=0x7f010058; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dialogPreferredPadding=0x7f010092; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dialogTheme=0x7f010091; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static final int displayOptions=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int divider=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerHorizontal=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dividerPadding=0x7f010049; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerVertical=0x7f01009e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int drawableSize=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int drawerArrowStyle=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dropDownListViewStyle=0x7f0100b0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dropdownListPreferredItemHeight=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int editTextBackground=0x7f0100a6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int editTextColor=0x7f0100a5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int editTextStyle=0x7f0100ce; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int elevation=0x7f01001a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int expandActivityOverflowButtonDrawable=0x7f01001e; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fadeDuration=0x7f01002f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int failureImage=0x7f010035; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static final int failureImageScaleType=0x7f010036; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int gapBetweenBars=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int goIcon=0x7f01005a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int height=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int hideOnContentScroll=0x7f010015; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeAsUpIndicator=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeLayout=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int icon=0x7f010009; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int iconifiedByDefault=0x7f010056; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int indeterminateProgressStyle=0x7f010012; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int initialActivityCount=0x7f01001d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int isLightTheme=0x7f010002; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int itemPadding=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int layout=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int layoutManager=0x7f010051; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listChoiceBackgroundIndicator=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listDividerAlertDialog=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listItemLayout=0x7f010023; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listLayout=0x7f010020; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listPopupWindowStyle=0x7f0100b1; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeight=0x7f0100ab; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightLarge=0x7f0100ad; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightSmall=0x7f0100ac; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingLeft=0x7f0100ae; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingRight=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int logo=0x7f01000a; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int logoDescription=0x7f0100df; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int maxButtonHeight=0x7f0100da; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int measureWithLargestChild=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int multiChoiceItemLayout=0x7f010021; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int navigationContentDescription=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int navigationIcon=0x7f0100dd; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static final int navigationMode=0x7f010004; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int overlapAnchor=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int overlayImage=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingEnd=0x7f0100e3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingStart=0x7f0100e2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int panelBackground=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int panelMenuListTheme=0x7f0100b6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int panelMenuListWidth=0x7f0100b5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int placeholderImage=0x7f010031; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static final int placeholderImageScaleType=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupMenuStyle=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupTheme=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupWindowStyle=0x7f0100a4; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int preserveIconSpacing=0x7f01004e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int pressedStateOverlayImage=0x7f01003d; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int progressBarAutoRotateInterval=0x7f010039; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int progressBarImage=0x7f010037; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static final int progressBarImageScaleType=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int progressBarPadding=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int progressBarStyle=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int queryBackground=0x7f010060; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int queryHint=0x7f010057; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int radioButtonStyle=0x7f0100cf; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int ratingBarStyle=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int retryImage=0x7f010033; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static final int retryImageScaleType=0x7f010034; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int reverseLayout=0x7f010053; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundAsCircle=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundBottomLeft=0x7f010043; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundBottomRight=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundTopLeft=0x7f010040; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundTopRight=0x7f010041; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundWithOverlayColor=0x7f010044; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundedCornerRadius=0x7f01003f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundingBorderColor=0x7f010046; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundingBorderWidth=0x7f010045; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchHintIcon=0x7f01005c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchIcon=0x7f01005b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewStyle=0x7f0100aa; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int selectableItemBackground=0x7f01009b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int selectableItemBackgroundBorderless=0x7f01009c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static final int showAsAction=0x7f01004a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static final int showDividers=0x7f010048; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int showText=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int singleChoiceItemLayout=0x7f010022; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int spanCount=0x7f010052; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int spinBars=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerDropDownItemStyle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerStyle=0x7f0100d1; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int splitTrack=0x7f010067; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int stackFromEnd=0x7f010054; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int state_above_anchor=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int submitBackground=0x7f010061; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int subtitle=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subtitleTextAppearance=0x7f0100d4; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int subtitleTextColor=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subtitleTextStyle=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int suggestionRowLayout=0x7f01005f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int switchMinWidth=0x7f010065; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int switchPadding=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int switchStyle=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int switchTextAppearance=0x7f010064; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static final int textAllCaps=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceLargePopupMenu=0x7f01008f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItem=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItemSmall=0x7f0100b3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultSubtitle=0x7f0100a8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultTitle=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSmallPopupMenu=0x7f010090; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorAlertDialogListItem=0x7f0100c5; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorSearchUrl=0x7f0100a9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int theme=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thickness=0x7f01002e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thumbTextPadding=0x7f010063; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int title=0x7f010003; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginBottom=0x7f0100d9; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginEnd=0x7f0100d7; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginStart=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginTop=0x7f0100d8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMargins=0x7f0100d5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int titleTextAppearance=0x7f0100d3; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleTextColor=0x7f0100e0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int titleTextStyle=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarNavigationButtonStyle=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarStyle=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int track=0x7f010062; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int viewAspectRatio=0x7f010030; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int voiceIcon=0x7f01005d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBar=0x7f010069; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBarOverlay=0x7f01006b; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionModeOverlay=0x7f01006c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMajor=0x7f010070; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMinor=0x7f01006e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMajor=0x7f01006d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMinor=0x7f01006f; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowMinWidthMajor=0x7f010071; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowMinWidthMinor=0x7f010072; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowNoTitle=0x7f01006a; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f090002; + public static final int abc_action_bar_embed_tabs_pre_jb=0x7f090000; + public static final int abc_action_bar_expanded_action_views_exclusive=0x7f090003; + public static final int abc_config_actionMenuItemAllCaps=0x7f090004; + public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f090001; + public static final int abc_config_closeDialogWhenTouchOutside=0x7f090005; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f090006; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark=0x7f0b003b; + public static final int abc_background_cache_hint_selector_material_light=0x7f0b003c; + public static final int abc_color_highlight_material=0x7f0b003d; + public static final int abc_input_method_navigation_guard=0x7f0b0000; + public static final int abc_primary_text_disable_only_material_dark=0x7f0b003e; + public static final int abc_primary_text_disable_only_material_light=0x7f0b003f; + public static final int abc_primary_text_material_dark=0x7f0b0040; + public static final int abc_primary_text_material_light=0x7f0b0041; + public static final int abc_search_url_text=0x7f0b0042; + public static final int abc_search_url_text_normal=0x7f0b0001; + public static final int abc_search_url_text_pressed=0x7f0b0002; + public static final int abc_search_url_text_selected=0x7f0b0003; + public static final int abc_secondary_text_material_dark=0x7f0b0043; + public static final int abc_secondary_text_material_light=0x7f0b0044; + public static final int accent_material_dark=0x7f0b0004; + public static final int accent_material_light=0x7f0b0005; + public static final int background_floating_material_dark=0x7f0b0006; + public static final int background_floating_material_light=0x7f0b0007; + public static final int background_material_dark=0x7f0b0008; + public static final int background_material_light=0x7f0b0009; + public static final int bright_foreground_disabled_material_dark=0x7f0b000a; + public static final int bright_foreground_disabled_material_light=0x7f0b000b; + public static final int bright_foreground_inverse_material_dark=0x7f0b000c; + public static final int bright_foreground_inverse_material_light=0x7f0b000d; + public static final int bright_foreground_material_dark=0x7f0b000e; + public static final int bright_foreground_material_light=0x7f0b000f; + public static final int button_material_dark=0x7f0b0010; + public static final int button_material_light=0x7f0b0011; + public static final int catalyst_redbox_background=0x7f0b0012; + public static final int dim_foreground_disabled_material_dark=0x7f0b0013; + public static final int dim_foreground_disabled_material_light=0x7f0b0014; + public static final int dim_foreground_material_dark=0x7f0b0015; + public static final int dim_foreground_material_light=0x7f0b0016; + public static final int foreground_material_dark=0x7f0b0017; + public static final int foreground_material_light=0x7f0b0018; + public static final int highlighted_text_material_dark=0x7f0b0019; + public static final int highlighted_text_material_light=0x7f0b001a; + public static final int hint_foreground_material_dark=0x7f0b001b; + public static final int hint_foreground_material_light=0x7f0b001c; + public static final int material_blue_grey_800=0x7f0b001d; + public static final int material_blue_grey_900=0x7f0b001e; + public static final int material_blue_grey_950=0x7f0b001f; + public static final int material_deep_teal_200=0x7f0b0020; + public static final int material_deep_teal_500=0x7f0b0021; + public static final int material_grey_100=0x7f0b0022; + public static final int material_grey_300=0x7f0b0023; + public static final int material_grey_50=0x7f0b0024; + public static final int material_grey_600=0x7f0b0025; + public static final int material_grey_800=0x7f0b0026; + public static final int material_grey_850=0x7f0b0027; + public static final int material_grey_900=0x7f0b0028; + public static final int primary_dark_material_dark=0x7f0b0029; + public static final int primary_dark_material_light=0x7f0b002a; + public static final int primary_material_dark=0x7f0b002b; + public static final int primary_material_light=0x7f0b002c; + public static final int primary_text_default_material_dark=0x7f0b002d; + public static final int primary_text_default_material_light=0x7f0b002e; + public static final int primary_text_disabled_material_dark=0x7f0b002f; + public static final int primary_text_disabled_material_light=0x7f0b0030; + public static final int ripple_material_dark=0x7f0b0031; + public static final int ripple_material_light=0x7f0b0032; + public static final int secondary_text_default_material_dark=0x7f0b0033; + public static final int secondary_text_default_material_light=0x7f0b0034; + public static final int secondary_text_disabled_material_dark=0x7f0b0035; + public static final int secondary_text_disabled_material_light=0x7f0b0036; + public static final int switch_thumb_disabled_material_dark=0x7f0b0037; + public static final int switch_thumb_disabled_material_light=0x7f0b0038; + public static final int switch_thumb_material_dark=0x7f0b0045; + public static final int switch_thumb_material_light=0x7f0b0046; + public static final int switch_thumb_normal_material_dark=0x7f0b0039; + public static final int switch_thumb_normal_material_light=0x7f0b003a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f07000b; + public static final int abc_action_bar_default_height_material=0x7f070001; + public static final int abc_action_bar_default_padding_end_material=0x7f07000c; + public static final int abc_action_bar_default_padding_start_material=0x7f07000d; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f07000f; + public static final int abc_action_bar_overflow_padding_end_material=0x7f070010; + public static final int abc_action_bar_overflow_padding_start_material=0x7f070011; + public static final int abc_action_bar_progress_bar_size=0x7f070002; + public static final int abc_action_bar_stacked_max_height=0x7f070012; + public static final int abc_action_bar_stacked_tab_max_width=0x7f070013; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f070014; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f070015; + public static final int abc_action_button_min_height_material=0x7f070016; + public static final int abc_action_button_min_width_material=0x7f070017; + public static final int abc_action_button_min_width_overflow_material=0x7f070018; + public static final int abc_alert_dialog_button_bar_height=0x7f070000; + public static final int abc_button_inset_horizontal_material=0x7f070019; + public static final int abc_button_inset_vertical_material=0x7f07001a; + public static final int abc_button_padding_horizontal_material=0x7f07001b; + public static final int abc_button_padding_vertical_material=0x7f07001c; + public static final int abc_config_prefDialogWidth=0x7f070005; + public static final int abc_control_corner_material=0x7f07001d; + public static final int abc_control_inset_material=0x7f07001e; + public static final int abc_control_padding_material=0x7f07001f; + public static final int abc_dialog_list_padding_vertical_material=0x7f070020; + public static final int abc_dialog_min_width_major=0x7f070021; + public static final int abc_dialog_min_width_minor=0x7f070022; + public static final int abc_dialog_padding_material=0x7f070023; + public static final int abc_dialog_padding_top_material=0x7f070024; + public static final int abc_disabled_alpha_material_dark=0x7f070025; + public static final int abc_disabled_alpha_material_light=0x7f070026; + public static final int abc_dropdownitem_icon_width=0x7f070027; + public static final int abc_dropdownitem_text_padding_left=0x7f070028; + public static final int abc_dropdownitem_text_padding_right=0x7f070029; + public static final int abc_edit_text_inset_bottom_material=0x7f07002a; + public static final int abc_edit_text_inset_horizontal_material=0x7f07002b; + public static final int abc_edit_text_inset_top_material=0x7f07002c; + public static final int abc_floating_window_z=0x7f07002d; + public static final int abc_list_item_padding_horizontal_material=0x7f07002e; + public static final int abc_panel_menu_list_width=0x7f07002f; + public static final int abc_search_view_preferred_width=0x7f070030; + public static final int abc_search_view_text_min_width=0x7f070006; + public static final int abc_switch_padding=0x7f07000e; + public static final int abc_text_size_body_1_material=0x7f070031; + public static final int abc_text_size_body_2_material=0x7f070032; + public static final int abc_text_size_button_material=0x7f070033; + public static final int abc_text_size_caption_material=0x7f070034; + public static final int abc_text_size_display_1_material=0x7f070035; + public static final int abc_text_size_display_2_material=0x7f070036; + public static final int abc_text_size_display_3_material=0x7f070037; + public static final int abc_text_size_display_4_material=0x7f070038; + public static final int abc_text_size_headline_material=0x7f070039; + public static final int abc_text_size_large_material=0x7f07003a; + public static final int abc_text_size_medium_material=0x7f07003b; + public static final int abc_text_size_menu_material=0x7f07003c; + public static final int abc_text_size_small_material=0x7f07003d; + public static final int abc_text_size_subhead_material=0x7f07003e; + public static final int abc_text_size_subtitle_material_toolbar=0x7f070003; + public static final int abc_text_size_title_material=0x7f07003f; + public static final int abc_text_size_title_material_toolbar=0x7f070004; + public static final int dialog_fixed_height_major=0x7f070007; + public static final int dialog_fixed_height_minor=0x7f070008; + public static final int dialog_fixed_width_major=0x7f070009; + public static final int dialog_fixed_width_minor=0x7f07000a; + public static final int disabled_alpha_material_dark=0x7f070040; + public static final int disabled_alpha_material_light=0x7f070041; + public static final int highlight_alpha_material_colored=0x7f070042; + public static final int highlight_alpha_material_dark=0x7f070043; + public static final int highlight_alpha_material_light=0x7f070044; + public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f070045; + public static final int notification_large_icon_height=0x7f070046; + public static final int notification_large_icon_width=0x7f070047; + public static final int notification_subtext_size=0x7f070048; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static final int abc_action_bar_item_background_material=0x7f020001; + public static final int abc_btn_borderless_material=0x7f020002; + public static final int abc_btn_check_material=0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static final int abc_btn_colored_material=0x7f020006; + public static final int abc_btn_default_mtrl_shape=0x7f020007; + public static final int abc_btn_radio_material=0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b; + public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000d; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000e; + public static final int abc_cab_background_internal_bg=0x7f02000f; + public static final int abc_cab_background_top_material=0x7f020010; + public static final int abc_cab_background_top_mtrl_alpha=0x7f020011; + public static final int abc_control_background_material=0x7f020012; + public static final int abc_dialog_material_background_dark=0x7f020013; + public static final int abc_dialog_material_background_light=0x7f020014; + public static final int abc_edit_text_material=0x7f020015; + public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020016; + public static final int abc_ic_clear_mtrl_alpha=0x7f020017; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020018; + public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020019; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f02001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001f; + public static final int abc_ic_search_api_mtrl_alpha=0x7f020020; + public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f020021; + public static final int abc_item_background_holo_dark=0x7f020022; + public static final int abc_item_background_holo_light=0x7f020023; + public static final int abc_list_divider_mtrl_alpha=0x7f020024; + public static final int abc_list_focused_holo=0x7f020025; + public static final int abc_list_longpressed_holo=0x7f020026; + public static final int abc_list_pressed_holo_dark=0x7f020027; + public static final int abc_list_pressed_holo_light=0x7f020028; + public static final int abc_list_selector_background_transition_holo_dark=0x7f020029; + public static final int abc_list_selector_background_transition_holo_light=0x7f02002a; + public static final int abc_list_selector_disabled_holo_dark=0x7f02002b; + public static final int abc_list_selector_disabled_holo_light=0x7f02002c; + public static final int abc_list_selector_holo_dark=0x7f02002d; + public static final int abc_list_selector_holo_light=0x7f02002e; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f02002f; + public static final int abc_popup_background_mtrl_mult=0x7f020030; + public static final int abc_ratingbar_full_material=0x7f020031; + public static final int abc_spinner_mtrl_am_alpha=0x7f020032; + public static final int abc_spinner_textfield_background_material=0x7f020033; + public static final int abc_switch_thumb_material=0x7f020034; + public static final int abc_switch_track_mtrl_alpha=0x7f020035; + public static final int abc_tab_indicator_material=0x7f020036; + public static final int abc_tab_indicator_mtrl_alpha=0x7f020037; + public static final int abc_text_cursor_material=0x7f020038; + public static final int abc_textfield_activated_mtrl_alpha=0x7f020039; + public static final int abc_textfield_default_mtrl_alpha=0x7f02003a; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f02003b; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f02003c; + public static final int abc_textfield_search_material=0x7f02003d; + public static final int notification_template_icon_bg=0x7f02003e; + } + public static final class id { + public static final int action0=0x7f0c0057; + public static final int action_bar=0x7f0c0047; + public static final int action_bar_activity_content=0x7f0c0000; + public static final int action_bar_container=0x7f0c0046; + public static final int action_bar_root=0x7f0c0042; + public static final int action_bar_spinner=0x7f0c0001; + public static final int action_bar_subtitle=0x7f0c002b; + public static final int action_bar_title=0x7f0c002a; + public static final int action_context_bar=0x7f0c0048; + public static final int action_divider=0x7f0c005b; + public static final int action_menu_divider=0x7f0c0002; + public static final int action_menu_presenter=0x7f0c0003; + public static final int action_mode_bar=0x7f0c0044; + public static final int action_mode_bar_stub=0x7f0c0043; + public static final int action_mode_close_button=0x7f0c002c; + public static final int activity_chooser_view_content=0x7f0c002d; + public static final int alertTitle=0x7f0c0037; + public static final int always=0x7f0c0024; + public static final int beginning=0x7f0c0021; + public static final int buttonPanel=0x7f0c003d; + public static final int cancel_action=0x7f0c0058; + public static final int catalyst_redbox_title=0x7f0c0066; + public static final int center=0x7f0c0019; + public static final int centerCrop=0x7f0c001a; + public static final int centerInside=0x7f0c001b; + public static final int checkbox=0x7f0c003f; + public static final int chronometer=0x7f0c005e; + public static final int collapseActionView=0x7f0c0025; + public static final int contentPanel=0x7f0c0038; + public static final int custom=0x7f0c003c; + public static final int customPanel=0x7f0c003b; + public static final int decor_content_parent=0x7f0c0045; + public static final int default_activity_button=0x7f0c0030; + public static final int disableHome=0x7f0c000d; + public static final int edit_query=0x7f0c0049; + public static final int end=0x7f0c0022; + public static final int end_padder=0x7f0c0063; + public static final int expand_activities_button=0x7f0c002e; + public static final int expanded_menu=0x7f0c003e; + public static final int fitCenter=0x7f0c001c; + public static final int fitEnd=0x7f0c001d; + public static final int fitStart=0x7f0c001e; + public static final int fitXY=0x7f0c001f; + public static final int focusCrop=0x7f0c0020; + public static final int fps_text=0x7f0c0056; + public static final int home=0x7f0c0004; + public static final int homeAsUp=0x7f0c000e; + public static final int icon=0x7f0c0032; + public static final int ifRoom=0x7f0c0026; + public static final int image=0x7f0c002f; + public static final int info=0x7f0c0062; + public static final int item_touch_helper_previous_elevation=0x7f0c0005; + public static final int line1=0x7f0c005c; + public static final int line3=0x7f0c0060; + public static final int listMode=0x7f0c000a; + public static final int list_item=0x7f0c0031; + public static final int media_actions=0x7f0c005a; + public static final int middle=0x7f0c0023; + public static final int multiply=0x7f0c0014; + public static final int never=0x7f0c0027; + public static final int none=0x7f0c000f; + public static final int normal=0x7f0c000b; + public static final int parentPanel=0x7f0c0034; + public static final int progress_circular=0x7f0c0006; + public static final int progress_horizontal=0x7f0c0007; + public static final int radio=0x7f0c0041; + public static final int rn_frame_file=0x7f0c0065; + public static final int rn_frame_method=0x7f0c0064; + public static final int rn_redbox_reloadjs=0x7f0c0068; + public static final int rn_redbox_stack=0x7f0c0067; + public static final int screen=0x7f0c0015; + public static final int scrollView=0x7f0c0039; + public static final int search_badge=0x7f0c004b; + public static final int search_bar=0x7f0c004a; + public static final int search_button=0x7f0c004c; + public static final int search_close_btn=0x7f0c0051; + public static final int search_edit_frame=0x7f0c004d; + public static final int search_go_btn=0x7f0c0053; + public static final int search_mag_icon=0x7f0c004e; + public static final int search_plate=0x7f0c004f; + public static final int search_src_text=0x7f0c0050; + public static final int search_voice_btn=0x7f0c0054; + public static final int select_dialog_listview=0x7f0c0055; + public static final int shortcut=0x7f0c0040; + public static final int showCustom=0x7f0c0010; + public static final int showHome=0x7f0c0011; + public static final int showTitle=0x7f0c0012; + public static final int split_action_bar=0x7f0c0008; + public static final int src_atop=0x7f0c0016; + public static final int src_in=0x7f0c0017; + public static final int src_over=0x7f0c0018; + public static final int status_bar_latest_event_content=0x7f0c0059; + public static final int submit_area=0x7f0c0052; + public static final int tabMode=0x7f0c000c; + public static final int text=0x7f0c0061; + public static final int text2=0x7f0c005f; + public static final int textSpacerNoButtons=0x7f0c003a; + public static final int time=0x7f0c005d; + public static final int title=0x7f0c0033; + public static final int title_template=0x7f0c0036; + public static final int topPanel=0x7f0c0035; + public static final int up=0x7f0c0009; + public static final int useLogo=0x7f0c0013; + public static final int withText=0x7f0c0028; + public static final int wrap_content=0x7f0c0029; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f0a0001; + public static final int abc_config_activityShortDur=0x7f0a0002; + public static final int abc_max_action_buttons=0x7f0a0000; + public static final int cancel_button_image_alpha=0x7f0a0003; + public static final int status_bar_notification_info_maxnum=0x7f0a0004; + } + public static final class layout { + public static final int abc_action_bar_title_item=0x7f030000; + public static final int abc_action_bar_up_container=0x7f030001; + public static final int abc_action_bar_view_list_nav_layout=0x7f030002; + public static final int abc_action_menu_item_layout=0x7f030003; + public static final int abc_action_menu_layout=0x7f030004; + public static final int abc_action_mode_bar=0x7f030005; + public static final int abc_action_mode_close_item_material=0x7f030006; + public static final int abc_activity_chooser_view=0x7f030007; + public static final int abc_activity_chooser_view_list_item=0x7f030008; + public static final int abc_alert_dialog_material=0x7f030009; + public static final int abc_dialog_title_material=0x7f03000a; + public static final int abc_expanded_menu_layout=0x7f03000b; + public static final int abc_list_menu_item_checkbox=0x7f03000c; + public static final int abc_list_menu_item_icon=0x7f03000d; + public static final int abc_list_menu_item_layout=0x7f03000e; + public static final int abc_list_menu_item_radio=0x7f03000f; + public static final int abc_popup_menu_item_layout=0x7f030010; + public static final int abc_screen_content_include=0x7f030011; + public static final int abc_screen_simple=0x7f030012; + public static final int abc_screen_simple_overlay_action_mode=0x7f030013; + public static final int abc_screen_toolbar=0x7f030014; + public static final int abc_search_dropdown_item_icons_2line=0x7f030015; + public static final int abc_search_view=0x7f030016; + public static final int abc_select_dialog_material=0x7f030017; + public static final int fps_view=0x7f030018; + public static final int notification_media_action=0x7f030019; + public static final int notification_media_cancel_action=0x7f03001a; + public static final int notification_template_big_media=0x7f03001b; + public static final int notification_template_big_media_narrow=0x7f03001c; + public static final int notification_template_lines=0x7f03001d; + public static final int notification_template_media=0x7f03001e; + public static final int notification_template_part_chronometer=0x7f03001f; + public static final int notification_template_part_time=0x7f030020; + public static final int redbox_item_frame=0x7f030021; + public static final int redbox_item_title=0x7f030022; + public static final int redbox_view=0x7f030023; + public static final int select_dialog_item_material=0x7f030024; + public static final int select_dialog_multichoice_material=0x7f030025; + public static final int select_dialog_singlechoice_material=0x7f030026; + public static final int support_simple_spinner_dropdown_item=0x7f030027; + } + public static final class string { + public static final int abc_action_bar_home_description=0x7f060000; + public static final int abc_action_bar_home_description_format=0x7f060001; + public static final int abc_action_bar_home_subtitle_description_format=0x7f060002; + public static final int abc_action_bar_up_description=0x7f060003; + public static final int abc_action_menu_overflow_description=0x7f060004; + public static final int abc_action_mode_done=0x7f060005; + public static final int abc_activity_chooser_view_see_all=0x7f060006; + public static final int abc_activitychooserview_choose_application=0x7f060007; + public static final int abc_search_hint=0x7f060008; + public static final int abc_searchview_description_clear=0x7f060009; + public static final int abc_searchview_description_query=0x7f06000a; + public static final int abc_searchview_description_search=0x7f06000b; + public static final int abc_searchview_description_submit=0x7f06000c; + public static final int abc_searchview_description_voice=0x7f06000d; + public static final int abc_shareactionprovider_share_with=0x7f06000e; + public static final int abc_shareactionprovider_share_with_application=0x7f06000f; + public static final int abc_toolbar_collapse_description=0x7f060010; + public static final int catalyst_debugjs=0x7f060012; + public static final int catalyst_debugjs_off=0x7f06001a; + public static final int catalyst_element_inspector=0x7f060013; + public static final int catalyst_element_inspector_off=0x7f06001b; + public static final int catalyst_hot_module_replacement=0x7f06001c; + public static final int catalyst_hot_module_replacement_off=0x7f06001d; + public static final int catalyst_jsload_error=0x7f060014; + public static final int catalyst_jsload_message=0x7f060015; + public static final int catalyst_jsload_title=0x7f060016; + public static final int catalyst_live_reload=0x7f06001e; + public static final int catalyst_live_reload_off=0x7f06001f; + public static final int catalyst_perf_monitor=0x7f060020; + public static final int catalyst_perf_monitor_off=0x7f060021; + public static final int catalyst_reloadjs=0x7f060017; + public static final int catalyst_remotedbg_error=0x7f060022; + public static final int catalyst_remotedbg_message=0x7f060023; + public static final int catalyst_settings=0x7f060018; + public static final int catalyst_settings_title=0x7f060019; + public static final int catalyst_start_profile=0x7f060024; + public static final int catalyst_stop_profile=0x7f060025; + public static final int status_bar_notification_info_overflow=0x7f060011; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f08007a; + public static final int AlertDialog_AppCompat_Light=0x7f08007b; + public static final int Animation_AppCompat_Dialog=0x7f08007c; + public static final int Animation_AppCompat_DropDownUp=0x7f08007d; + public static final int Animation_Catalyst_RedBox=0x7f08007e; + public static final int Base_AlertDialog_AppCompat=0x7f08007f; + public static final int Base_AlertDialog_AppCompat_Light=0x7f080080; + public static final int Base_Animation_AppCompat_Dialog=0x7f080081; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f080082; + public static final int Base_DialogWindowTitle_AppCompat=0x7f080083; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f080084; + public static final int Base_TextAppearance_AppCompat=0x7f08002d; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f08002e; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f08002f; + public static final int Base_TextAppearance_AppCompat_Button=0x7f080018; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f080030; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f080031; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f080032; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f080033; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f080034; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f080035; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f080003; + public static final int Base_TextAppearance_AppCompat_Large=0x7f080036; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f080004; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f080037; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f080038; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f080039; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f080005; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f08003a; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f080085; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f08003b; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f08003c; + public static final int Base_TextAppearance_AppCompat_Small=0x7f08003d; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f080006; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f08003e; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f080007; + public static final int Base_TextAppearance_AppCompat_Title=0x7f08003f; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f080008; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f080040; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f080041; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f080042; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f080043; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f080044; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f080045; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f080046; + public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f080047; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f080076; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f080086; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f080048; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f080049; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f08004a; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f08004b; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f080087; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f08004c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f08004d; + public static final int Base_Theme_AppCompat=0x7f08004e; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f080088; + public static final int Base_Theme_AppCompat_Dialog=0x7f080009; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f080089; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f08008a; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f08008b; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f080001; + public static final int Base_Theme_AppCompat_Light=0x7f08004f; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f08008c; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f08000a; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f08008d; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f08008e; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f08008f; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f080002; + public static final int Base_ThemeOverlay_AppCompat=0x7f080090; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f080091; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f080092; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f080093; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f080094; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f08000b; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f08000c; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f080014; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f080015; + public static final int Base_V21_Theme_AppCompat=0x7f080050; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f080051; + public static final int Base_V21_Theme_AppCompat_Light=0x7f080052; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f080053; + public static final int Base_V22_Theme_AppCompat=0x7f080074; + public static final int Base_V22_Theme_AppCompat_Light=0x7f080075; + public static final int Base_V23_Theme_AppCompat=0x7f080077; + public static final int Base_V23_Theme_AppCompat_Light=0x7f080078; + public static final int Base_V7_Theme_AppCompat=0x7f080095; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f080096; + public static final int Base_V7_Theme_AppCompat_Light=0x7f080097; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f080098; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f080099; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f08009a; + public static final int Base_Widget_AppCompat_ActionBar=0x7f08009b; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f08009c; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f08009d; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f080054; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f080055; + public static final int Base_Widget_AppCompat_ActionButton=0x7f080056; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f080057; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f080058; + public static final int Base_Widget_AppCompat_ActionMode=0x7f08009e; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f08009f; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f080016; + public static final int Base_Widget_AppCompat_Button=0x7f080059; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f08005a; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f08005b; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0800a0; + public static final int Base_Widget_AppCompat_Button_Colored=0x7f080079; + public static final int Base_Widget_AppCompat_Button_Small=0x7f08005c; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f08005d; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0800a1; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f08005e; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f08005f; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0800a2; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f080000; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0800a3; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f080060; + public static final int Base_Widget_AppCompat_EditText=0x7f080017; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0800a4; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0800a5; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0800a6; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f080061; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080062; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f080063; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f080064; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f080065; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f080066; + public static final int Base_Widget_AppCompat_ListView=0x7f080067; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f080068; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f080069; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f08006a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f08006b; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0800a7; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f08000d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f08000e; + public static final int Base_Widget_AppCompat_RatingBar=0x7f08006c; + public static final int Base_Widget_AppCompat_SearchView=0x7f0800a8; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0800a9; + public static final int Base_Widget_AppCompat_Spinner=0x7f08006d; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f08006e; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f08006f; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0800aa; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f080070; + public static final int Platform_AppCompat=0x7f08000f; + public static final int Platform_AppCompat_Light=0x7f080010; + public static final int Platform_ThemeOverlay_AppCompat=0x7f080071; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f080072; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f080073; + public static final int Platform_V11_AppCompat=0x7f080011; + public static final int Platform_V11_AppCompat_Light=0x7f080012; + public static final int Platform_V14_AppCompat=0x7f080019; + public static final int Platform_V14_AppCompat_Light=0x7f08001a; + public static final int Platform_Widget_AppCompat_Spinner=0x7f080013; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f080020; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f080021; + public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f080022; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f080023; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f080024; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f080025; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f080026; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f080027; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f080028; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f080029; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f08002a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f08002b; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f08002c; + public static final int TextAppearance_AppCompat=0x7f0800ab; + public static final int TextAppearance_AppCompat_Body1=0x7f0800ac; + public static final int TextAppearance_AppCompat_Body2=0x7f0800ad; + public static final int TextAppearance_AppCompat_Button=0x7f0800ae; + public static final int TextAppearance_AppCompat_Caption=0x7f0800af; + public static final int TextAppearance_AppCompat_Display1=0x7f0800b0; + public static final int TextAppearance_AppCompat_Display2=0x7f0800b1; + public static final int TextAppearance_AppCompat_Display3=0x7f0800b2; + public static final int TextAppearance_AppCompat_Display4=0x7f0800b3; + public static final int TextAppearance_AppCompat_Headline=0x7f0800b4; + public static final int TextAppearance_AppCompat_Inverse=0x7f0800b5; + public static final int TextAppearance_AppCompat_Large=0x7f0800b6; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0800b7; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0800b8; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0800b9; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0800ba; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0800bb; + public static final int TextAppearance_AppCompat_Medium=0x7f0800bc; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0800bd; + public static final int TextAppearance_AppCompat_Menu=0x7f0800be; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0800bf; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0800c0; + public static final int TextAppearance_AppCompat_Small=0x7f0800c1; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0800c2; + public static final int TextAppearance_AppCompat_Subhead=0x7f0800c3; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0800c4; + public static final int TextAppearance_AppCompat_Title=0x7f0800c5; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0800c6; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0800c7; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0800c8; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0800c9; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0800ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0800cb; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0800cc; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0800cd; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0800ce; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0800cf; + public static final int TextAppearance_AppCompat_Widget_Button=0x7f0800d0; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0800d1; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0800d2; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0800d3; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0800d4; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0800d5; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0800d6; + public static final int TextAppearance_StatusBar_EventContent=0x7f08001b; + public static final int TextAppearance_StatusBar_EventContent_Info=0x7f08001c; + public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f08001d; + public static final int TextAppearance_StatusBar_EventContent_Time=0x7f08001e; + public static final int TextAppearance_StatusBar_EventContent_Title=0x7f08001f; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0800d7; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0800d8; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0800d9; + public static final int Theme=0x7f0800da; + public static final int Theme_AppCompat=0x7f0800db; + public static final int Theme_AppCompat_CompactMenu=0x7f0800dc; + public static final int Theme_AppCompat_Dialog=0x7f0800dd; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0800de; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0800df; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0800e0; + public static final int Theme_AppCompat_Light=0x7f0800e1; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0800e2; + public static final int Theme_AppCompat_Light_Dialog=0x7f0800e3; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0800e4; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0800e5; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0800e6; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0800e7; + public static final int Theme_AppCompat_NoActionBar=0x7f0800e8; + public static final int Theme_Catalyst=0x7f0800e9; + public static final int Theme_Catalyst_RedBox=0x7f0800ea; + public static final int Theme_ReactNative_AppCompat_Light=0x7f0800eb; + public static final int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen=0x7f0800ec; + public static final int ThemeOverlay_AppCompat=0x7f0800ed; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0800ee; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0800ef; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0800f0; + public static final int ThemeOverlay_AppCompat_Light=0x7f0800f1; + public static final int Widget_AppCompat_ActionBar=0x7f0800f2; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0800f3; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0800f4; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0800f5; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0800f6; + public static final int Widget_AppCompat_ActionButton=0x7f0800f7; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0800f8; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0800f9; + public static final int Widget_AppCompat_ActionMode=0x7f0800fa; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0800fb; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0800fc; + public static final int Widget_AppCompat_Button=0x7f0800fd; + public static final int Widget_AppCompat_Button_Borderless=0x7f0800fe; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0800ff; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f080100; + public static final int Widget_AppCompat_Button_Colored=0x7f080101; + public static final int Widget_AppCompat_Button_Small=0x7f080102; + public static final int Widget_AppCompat_ButtonBar=0x7f080103; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f080104; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f080105; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f080106; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f080107; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f080108; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f080109; + public static final int Widget_AppCompat_EditText=0x7f08010a; + public static final int Widget_AppCompat_Light_ActionBar=0x7f08010b; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f08010c; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f08010d; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f08010e; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f08010f; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f080110; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080111; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f080112; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f080113; + public static final int Widget_AppCompat_Light_ActionButton=0x7f080114; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f080115; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f080116; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f080117; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f080118; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f080119; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f08011a; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f08011b; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f08011c; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f08011d; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f08011e; + public static final int Widget_AppCompat_Light_SearchView=0x7f08011f; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f080120; + public static final int Widget_AppCompat_ListPopupWindow=0x7f080121; + public static final int Widget_AppCompat_ListView=0x7f080122; + public static final int Widget_AppCompat_ListView_DropDown=0x7f080123; + public static final int Widget_AppCompat_ListView_Menu=0x7f080124; + public static final int Widget_AppCompat_PopupMenu=0x7f080125; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f080126; + public static final int Widget_AppCompat_PopupWindow=0x7f080127; + public static final int Widget_AppCompat_ProgressBar=0x7f080128; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f080129; + public static final int Widget_AppCompat_RatingBar=0x7f08012a; + public static final int Widget_AppCompat_SearchView=0x7f08012b; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f08012c; + public static final int Widget_AppCompat_Spinner=0x7f08012d; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f08012e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f08012f; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f080130; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f080131; + public static final int Widget_AppCompat_Toolbar=0x7f080132; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f080133; + } + public static final class xml { + public static final int preferences=0x7f050000; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background com.imagepicker.test:background}
{@link #ActionBar_backgroundSplit com.imagepicker.test:backgroundSplit}
{@link #ActionBar_backgroundStacked com.imagepicker.test:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.imagepicker.test:contentInsetEnd}
{@link #ActionBar_contentInsetLeft com.imagepicker.test:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.imagepicker.test:contentInsetRight}
{@link #ActionBar_contentInsetStart com.imagepicker.test:contentInsetStart}
{@link #ActionBar_customNavigationLayout com.imagepicker.test:customNavigationLayout}
{@link #ActionBar_displayOptions com.imagepicker.test:displayOptions}
{@link #ActionBar_divider com.imagepicker.test:divider}
{@link #ActionBar_elevation com.imagepicker.test:elevation}
{@link #ActionBar_height com.imagepicker.test:height}
{@link #ActionBar_hideOnContentScroll com.imagepicker.test:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.imagepicker.test:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.imagepicker.test:homeLayout}
{@link #ActionBar_icon com.imagepicker.test:icon}
{@link #ActionBar_indeterminateProgressStyle com.imagepicker.test:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.imagepicker.test:itemPadding}
{@link #ActionBar_logo com.imagepicker.test:logo}
{@link #ActionBar_navigationMode com.imagepicker.test:navigationMode}
{@link #ActionBar_popupTheme com.imagepicker.test:popupTheme}
{@link #ActionBar_progressBarPadding com.imagepicker.test:progressBarPadding}
{@link #ActionBar_progressBarStyle com.imagepicker.test:progressBarStyle}
{@link #ActionBar_subtitle com.imagepicker.test:subtitle}
{@link #ActionBar_subtitleTextStyle com.imagepicker.test:subtitleTextStyle}
{@link #ActionBar_title com.imagepicker.test:title}
{@link #ActionBar_titleTextStyle com.imagepicker.test:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] 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, 0x7f010097 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:background + */ + public static final int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker.test:backgroundSplit + */ + public static final int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker.test:backgroundStacked + */ + public static final int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:contentInsetRight + */ + public static final int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:contentInsetStart + */ + public static final int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name com.imagepicker.test:displayOptions + */ + public static final int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:divider + */ + public static final int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:elevation + */ + public static final int ActionBar_elevation = 24; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:height + */ + public static final int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator = 26; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:homeLayout + */ + public static final int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:icon + */ + public static final int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:itemPadding + */ + public static final int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:logo + */ + public static final int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name com.imagepicker.test:navigationMode + */ + public static final int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:popupTheme + */ + public static final int ActionBar_popupTheme = 25; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:progressBarPadding + */ + public static final int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:progressBarStyle + */ + public static final int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:subtitle + */ + public static final int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:title + */ + public static final int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:titleTextStyle + */ + public static final int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background com.imagepicker.test:background}
{@link #ActionMode_backgroundSplit com.imagepicker.test:backgroundSplit}
{@link #ActionMode_closeItemLayout com.imagepicker.test:closeItemLayout}
{@link #ActionMode_height com.imagepicker.test:height}
{@link #ActionMode_subtitleTextStyle com.imagepicker.test:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.imagepicker.test:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, + 0x7f01000e, 0x7f01001c + }; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:background + */ + public static final int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker.test:backgroundSplit + */ + public static final int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:closeItemLayout + */ + public static final int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:height + */ + public static final int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:titleTextStyle + */ + public static final int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.imagepicker.test:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.imagepicker.test:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f01001d, 0x7f01001e + }; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.imagepicker.test:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.imagepicker.test:listItemLayout}
{@link #AlertDialog_listLayout com.imagepicker.test:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.imagepicker.test:multiChoiceItemLayout}
{@link #AlertDialog_singleChoiceItemLayout com.imagepicker.test:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, + 0x7f010022, 0x7f010023 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static final int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:buttonPanelSideLayout + */ + public static final int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:listItemLayout + */ + public static final int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:listLayout + */ + public static final int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:multiChoiceItemLayout + */ + public static final int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:singleChoiceItemLayout + */ + public static final int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_textAllCaps com.imagepicker.test:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f010024 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static final int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.imagepicker.test:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.imagepicker.test:buttonTint}
{@link #CompoundButton_buttonTintMode com.imagepicker.test:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f010025, 0x7f010026 + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static final int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:buttonTint + */ + public static final int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.imagepicker.test:buttonTintMode + */ + public static final int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.imagepicker.test:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.imagepicker.test:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.imagepicker.test:barLength}
{@link #DrawerArrowToggle_color com.imagepicker.test:color}
{@link #DrawerArrowToggle_drawableSize com.imagepicker.test:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.imagepicker.test:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.imagepicker.test:spinBars}
{@link #DrawerArrowToggle_thickness com.imagepicker.test:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, + 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e + }; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:arrowHeadLength + */ + public static final int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:arrowShaftLength + */ + public static final int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:barLength + */ + public static final int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:color + */ + public static final int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:spinBars + */ + public static final int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:thickness + */ + public static final int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a GenericDraweeView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #GenericDraweeView_actualImageScaleType com.imagepicker.test:actualImageScaleType}
{@link #GenericDraweeView_backgroundImage com.imagepicker.test:backgroundImage}
{@link #GenericDraweeView_fadeDuration com.imagepicker.test:fadeDuration}
{@link #GenericDraweeView_failureImage com.imagepicker.test:failureImage}
{@link #GenericDraweeView_failureImageScaleType com.imagepicker.test:failureImageScaleType}
{@link #GenericDraweeView_overlayImage com.imagepicker.test:overlayImage}
{@link #GenericDraweeView_placeholderImage com.imagepicker.test:placeholderImage}
{@link #GenericDraweeView_placeholderImageScaleType com.imagepicker.test:placeholderImageScaleType}
{@link #GenericDraweeView_pressedStateOverlayImage com.imagepicker.test:pressedStateOverlayImage}
{@link #GenericDraweeView_progressBarAutoRotateInterval com.imagepicker.test:progressBarAutoRotateInterval}
{@link #GenericDraweeView_progressBarImage com.imagepicker.test:progressBarImage}
{@link #GenericDraweeView_progressBarImageScaleType com.imagepicker.test:progressBarImageScaleType}
{@link #GenericDraweeView_retryImage com.imagepicker.test:retryImage}
{@link #GenericDraweeView_retryImageScaleType com.imagepicker.test:retryImageScaleType}
{@link #GenericDraweeView_roundAsCircle com.imagepicker.test:roundAsCircle}
{@link #GenericDraweeView_roundBottomLeft com.imagepicker.test:roundBottomLeft}
{@link #GenericDraweeView_roundBottomRight com.imagepicker.test:roundBottomRight}
{@link #GenericDraweeView_roundTopLeft com.imagepicker.test:roundTopLeft}
{@link #GenericDraweeView_roundTopRight com.imagepicker.test:roundTopRight}
{@link #GenericDraweeView_roundWithOverlayColor com.imagepicker.test:roundWithOverlayColor}
{@link #GenericDraweeView_roundedCornerRadius com.imagepicker.test:roundedCornerRadius}
{@link #GenericDraweeView_roundingBorderColor com.imagepicker.test:roundingBorderColor}
{@link #GenericDraweeView_roundingBorderWidth com.imagepicker.test:roundingBorderWidth}
{@link #GenericDraweeView_viewAspectRatio com.imagepicker.test:viewAspectRatio}
+ @see #GenericDraweeView_actualImageScaleType + @see #GenericDraweeView_backgroundImage + @see #GenericDraweeView_fadeDuration + @see #GenericDraweeView_failureImage + @see #GenericDraweeView_failureImageScaleType + @see #GenericDraweeView_overlayImage + @see #GenericDraweeView_placeholderImage + @see #GenericDraweeView_placeholderImageScaleType + @see #GenericDraweeView_pressedStateOverlayImage + @see #GenericDraweeView_progressBarAutoRotateInterval + @see #GenericDraweeView_progressBarImage + @see #GenericDraweeView_progressBarImageScaleType + @see #GenericDraweeView_retryImage + @see #GenericDraweeView_retryImageScaleType + @see #GenericDraweeView_roundAsCircle + @see #GenericDraweeView_roundBottomLeft + @see #GenericDraweeView_roundBottomRight + @see #GenericDraweeView_roundTopLeft + @see #GenericDraweeView_roundTopRight + @see #GenericDraweeView_roundWithOverlayColor + @see #GenericDraweeView_roundedCornerRadius + @see #GenericDraweeView_roundingBorderColor + @see #GenericDraweeView_roundingBorderWidth + @see #GenericDraweeView_viewAspectRatio + */ + public static final int[] GenericDraweeView = { + 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, + 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, + 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, + 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, + 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actualImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker.test:actualImageScaleType + */ + public static final int GenericDraweeView_actualImageScaleType = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#backgroundImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:backgroundImage + */ + public static final int GenericDraweeView_backgroundImage = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#fadeDuration} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:fadeDuration + */ + public static final int GenericDraweeView_fadeDuration = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#failureImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:failureImage + */ + public static final int GenericDraweeView_failureImage = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#failureImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker.test:failureImageScaleType + */ + public static final int GenericDraweeView_failureImageScaleType = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#overlayImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:overlayImage + */ + public static final int GenericDraweeView_overlayImage = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#placeholderImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:placeholderImage + */ + public static final int GenericDraweeView_placeholderImage = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#placeholderImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker.test:placeholderImageScaleType + */ + public static final int GenericDraweeView_placeholderImageScaleType = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#pressedStateOverlayImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:pressedStateOverlayImage + */ + public static final int GenericDraweeView_pressedStateOverlayImage = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#progressBarAutoRotateInterval} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:progressBarAutoRotateInterval + */ + public static final int GenericDraweeView_progressBarAutoRotateInterval = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#progressBarImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:progressBarImage + */ + public static final int GenericDraweeView_progressBarImage = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#progressBarImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker.test:progressBarImageScaleType + */ + public static final int GenericDraweeView_progressBarImageScaleType = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#retryImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:retryImage + */ + public static final int GenericDraweeView_retryImage = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#retryImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker.test:retryImageScaleType + */ + public static final int GenericDraweeView_retryImageScaleType = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundAsCircle} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:roundAsCircle + */ + public static final int GenericDraweeView_roundAsCircle = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundBottomLeft} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:roundBottomLeft + */ + public static final int GenericDraweeView_roundBottomLeft = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundBottomRight} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:roundBottomRight + */ + public static final int GenericDraweeView_roundBottomRight = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundTopLeft} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:roundTopLeft + */ + public static final int GenericDraweeView_roundTopLeft = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundTopRight} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:roundTopRight + */ + public static final int GenericDraweeView_roundTopRight = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundWithOverlayColor} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:roundWithOverlayColor + */ + public static final int GenericDraweeView_roundWithOverlayColor = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundedCornerRadius} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:roundedCornerRadius + */ + public static final int GenericDraweeView_roundedCornerRadius = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundingBorderColor} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:roundingBorderColor + */ + public static final int GenericDraweeView_roundingBorderColor = 23; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#roundingBorderWidth} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:roundingBorderWidth + */ + public static final int GenericDraweeView_roundingBorderWidth = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#viewAspectRatio} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:viewAspectRatio + */ + public static final int GenericDraweeView_viewAspectRatio = 1; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.imagepicker.test:divider}
{@link #LinearLayoutCompat_dividerPadding com.imagepicker.test:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.imagepicker.test:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.imagepicker.test:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, + 0x7f010049 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static final int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static final int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static final int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static final int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:divider + */ + public static final int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name com.imagepicker.test:showDividers + */ + public static final int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static final int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static final int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static final int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static final int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static final int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static final int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout com.imagepicker.test:actionLayout}
{@link #MenuItem_actionProviderClass com.imagepicker.test:actionProviderClass}
{@link #MenuItem_actionViewClass com.imagepicker.test:actionViewClass}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_showAsAction com.imagepicker.test:showAsAction}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_showAsAction + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, + 0x7f01004d + }; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionLayout + */ + public static final int MenuItem_actionLayout = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:actionProviderClass + */ + public static final int MenuItem_actionProviderClass = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:actionViewClass + */ + public static final int MenuItem_actionViewClass = 15; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static final int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static final int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static final int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static final int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static final int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static final int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static final int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static final int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static final int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static final int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static final int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static final int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static final int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name com.imagepicker.test:showAsAction + */ + public static final int MenuItem_showAsAction = 13; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing com.imagepicker.test:preserveIconSpacing}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static final int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static final int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static final int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static final int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static final int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static final int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static final int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing = 7; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor com.imagepicker.test:overlapAnchor}
+ @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x7f01004f + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static final int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor = 1; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.imagepicker.test:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f010050 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_layoutManager com.imagepicker.test:layoutManager}
{@link #RecyclerView_reverseLayout com.imagepicker.test:reverseLayout}
{@link #RecyclerView_spanCount com.imagepicker.test:spanCount}
{@link #RecyclerView_stackFromEnd com.imagepicker.test:stackFromEnd}
+ @see #RecyclerView_android_orientation + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, + 0x7f010054 + }; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static final int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:layoutManager + */ + public static final int RecyclerView_layoutManager = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:reverseLayout + */ + public static final int RecyclerView_reverseLayout = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:spanCount + */ + public static final int RecyclerView_spanCount = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:stackFromEnd + */ + public static final int RecyclerView_stackFromEnd = 4; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon com.imagepicker.test:closeIcon}
{@link #SearchView_commitIcon com.imagepicker.test:commitIcon}
{@link #SearchView_defaultQueryHint com.imagepicker.test:defaultQueryHint}
{@link #SearchView_goIcon com.imagepicker.test:goIcon}
{@link #SearchView_iconifiedByDefault com.imagepicker.test:iconifiedByDefault}
{@link #SearchView_layout com.imagepicker.test:layout}
{@link #SearchView_queryBackground com.imagepicker.test:queryBackground}
{@link #SearchView_queryHint com.imagepicker.test:queryHint}
{@link #SearchView_searchHintIcon com.imagepicker.test:searchHintIcon}
{@link #SearchView_searchIcon com.imagepicker.test:searchIcon}
{@link #SearchView_submitBackground com.imagepicker.test:submitBackground}
{@link #SearchView_suggestionRowLayout com.imagepicker.test:suggestionRowLayout}
{@link #SearchView_voiceIcon com.imagepicker.test:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, + 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, + 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, + 0x7f010061 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static final int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static final int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static final int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:closeIcon + */ + public static final int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:commitIcon + */ + public static final int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:goIcon + */ + public static final int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:layout + */ + public static final int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:queryBackground + */ + public static final int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:queryHint + */ + public static final int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:searchHintIcon + */ + public static final int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:searchIcon + */ + public static final int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:submitBackground + */ + public static final int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:suggestionRowLayout + */ + public static final int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:voiceIcon + */ + public static final int SearchView_voiceIcon = 12; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme com.imagepicker.test:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth = 2; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static final int Spinner_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static final int Spinner_android_prompt = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:popupTheme + */ + public static final int Spinner_popupTheme = 3; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.imagepicker.test:showText}
{@link #SwitchCompat_splitTrack com.imagepicker.test:splitTrack}
{@link #SwitchCompat_switchMinWidth com.imagepicker.test:switchMinWidth}
{@link #SwitchCompat_switchPadding com.imagepicker.test:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.imagepicker.test:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.imagepicker.test:thumbTextPadding}
{@link #SwitchCompat_track com.imagepicker.test:track}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_track + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f010062, + 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, + 0x7f010067, 0x7f010068 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static final int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static final int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static final int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:showText + */ + public static final int SwitchCompat_showText = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:splitTrack + */ + public static final int SwitchCompat_splitTrack = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:switchPadding + */ + public static final int SwitchCompat_switchPadding = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:switchTextAppearance + */ + public static final int SwitchCompat_switchTextAppearance = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:track + */ + public static final int SwitchCompat_track = 3; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_textAllCaps com.imagepicker.test:textAllCaps}
+ @see #TextAppearance_android_textColor + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x7f010024 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static final int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static final int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static final int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static final int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.imagepicker.test:textAllCaps + */ + public static final int TextAppearance_textAllCaps = 4; + /** Attributes that can be used with a Theme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Theme_actionBarDivider com.imagepicker.test:actionBarDivider}
{@link #Theme_actionBarItemBackground com.imagepicker.test:actionBarItemBackground}
{@link #Theme_actionBarPopupTheme com.imagepicker.test:actionBarPopupTheme}
{@link #Theme_actionBarSize com.imagepicker.test:actionBarSize}
{@link #Theme_actionBarSplitStyle com.imagepicker.test:actionBarSplitStyle}
{@link #Theme_actionBarStyle com.imagepicker.test:actionBarStyle}
{@link #Theme_actionBarTabBarStyle com.imagepicker.test:actionBarTabBarStyle}
{@link #Theme_actionBarTabStyle com.imagepicker.test:actionBarTabStyle}
{@link #Theme_actionBarTabTextStyle com.imagepicker.test:actionBarTabTextStyle}
{@link #Theme_actionBarTheme com.imagepicker.test:actionBarTheme}
{@link #Theme_actionBarWidgetTheme com.imagepicker.test:actionBarWidgetTheme}
{@link #Theme_actionButtonStyle com.imagepicker.test:actionButtonStyle}
{@link #Theme_actionDropDownStyle com.imagepicker.test:actionDropDownStyle}
{@link #Theme_actionMenuTextAppearance com.imagepicker.test:actionMenuTextAppearance}
{@link #Theme_actionMenuTextColor com.imagepicker.test:actionMenuTextColor}
{@link #Theme_actionModeBackground com.imagepicker.test:actionModeBackground}
{@link #Theme_actionModeCloseButtonStyle com.imagepicker.test:actionModeCloseButtonStyle}
{@link #Theme_actionModeCloseDrawable com.imagepicker.test:actionModeCloseDrawable}
{@link #Theme_actionModeCopyDrawable com.imagepicker.test:actionModeCopyDrawable}
{@link #Theme_actionModeCutDrawable com.imagepicker.test:actionModeCutDrawable}
{@link #Theme_actionModeFindDrawable com.imagepicker.test:actionModeFindDrawable}
{@link #Theme_actionModePasteDrawable com.imagepicker.test:actionModePasteDrawable}
{@link #Theme_actionModePopupWindowStyle com.imagepicker.test:actionModePopupWindowStyle}
{@link #Theme_actionModeSelectAllDrawable com.imagepicker.test:actionModeSelectAllDrawable}
{@link #Theme_actionModeShareDrawable com.imagepicker.test:actionModeShareDrawable}
{@link #Theme_actionModeSplitBackground com.imagepicker.test:actionModeSplitBackground}
{@link #Theme_actionModeStyle com.imagepicker.test:actionModeStyle}
{@link #Theme_actionModeWebSearchDrawable com.imagepicker.test:actionModeWebSearchDrawable}
{@link #Theme_actionOverflowButtonStyle com.imagepicker.test:actionOverflowButtonStyle}
{@link #Theme_actionOverflowMenuStyle com.imagepicker.test:actionOverflowMenuStyle}
{@link #Theme_activityChooserViewStyle com.imagepicker.test:activityChooserViewStyle}
{@link #Theme_alertDialogButtonGroupStyle com.imagepicker.test:alertDialogButtonGroupStyle}
{@link #Theme_alertDialogCenterButtons com.imagepicker.test:alertDialogCenterButtons}
{@link #Theme_alertDialogStyle com.imagepicker.test:alertDialogStyle}
{@link #Theme_alertDialogTheme com.imagepicker.test:alertDialogTheme}
{@link #Theme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #Theme_android_windowIsFloating android:windowIsFloating}
{@link #Theme_autoCompleteTextViewStyle com.imagepicker.test:autoCompleteTextViewStyle}
{@link #Theme_borderlessButtonStyle com.imagepicker.test:borderlessButtonStyle}
{@link #Theme_buttonBarButtonStyle com.imagepicker.test:buttonBarButtonStyle}
{@link #Theme_buttonBarNegativeButtonStyle com.imagepicker.test:buttonBarNegativeButtonStyle}
{@link #Theme_buttonBarNeutralButtonStyle com.imagepicker.test:buttonBarNeutralButtonStyle}
{@link #Theme_buttonBarPositiveButtonStyle com.imagepicker.test:buttonBarPositiveButtonStyle}
{@link #Theme_buttonBarStyle com.imagepicker.test:buttonBarStyle}
{@link #Theme_buttonStyle com.imagepicker.test:buttonStyle}
{@link #Theme_buttonStyleSmall com.imagepicker.test:buttonStyleSmall}
{@link #Theme_checkboxStyle com.imagepicker.test:checkboxStyle}
{@link #Theme_checkedTextViewStyle com.imagepicker.test:checkedTextViewStyle}
{@link #Theme_colorAccent com.imagepicker.test:colorAccent}
{@link #Theme_colorButtonNormal com.imagepicker.test:colorButtonNormal}
{@link #Theme_colorControlActivated com.imagepicker.test:colorControlActivated}
{@link #Theme_colorControlHighlight com.imagepicker.test:colorControlHighlight}
{@link #Theme_colorControlNormal com.imagepicker.test:colorControlNormal}
{@link #Theme_colorPrimary com.imagepicker.test:colorPrimary}
{@link #Theme_colorPrimaryDark com.imagepicker.test:colorPrimaryDark}
{@link #Theme_colorSwitchThumbNormal com.imagepicker.test:colorSwitchThumbNormal}
{@link #Theme_controlBackground com.imagepicker.test:controlBackground}
{@link #Theme_dialogPreferredPadding com.imagepicker.test:dialogPreferredPadding}
{@link #Theme_dialogTheme com.imagepicker.test:dialogTheme}
{@link #Theme_dividerHorizontal com.imagepicker.test:dividerHorizontal}
{@link #Theme_dividerVertical com.imagepicker.test:dividerVertical}
{@link #Theme_dropDownListViewStyle com.imagepicker.test:dropDownListViewStyle}
{@link #Theme_dropdownListPreferredItemHeight com.imagepicker.test:dropdownListPreferredItemHeight}
{@link #Theme_editTextBackground com.imagepicker.test:editTextBackground}
{@link #Theme_editTextColor com.imagepicker.test:editTextColor}
{@link #Theme_editTextStyle com.imagepicker.test:editTextStyle}
{@link #Theme_homeAsUpIndicator com.imagepicker.test:homeAsUpIndicator}
{@link #Theme_listChoiceBackgroundIndicator com.imagepicker.test:listChoiceBackgroundIndicator}
{@link #Theme_listDividerAlertDialog com.imagepicker.test:listDividerAlertDialog}
{@link #Theme_listPopupWindowStyle com.imagepicker.test:listPopupWindowStyle}
{@link #Theme_listPreferredItemHeight com.imagepicker.test:listPreferredItemHeight}
{@link #Theme_listPreferredItemHeightLarge com.imagepicker.test:listPreferredItemHeightLarge}
{@link #Theme_listPreferredItemHeightSmall com.imagepicker.test:listPreferredItemHeightSmall}
{@link #Theme_listPreferredItemPaddingLeft com.imagepicker.test:listPreferredItemPaddingLeft}
{@link #Theme_listPreferredItemPaddingRight com.imagepicker.test:listPreferredItemPaddingRight}
{@link #Theme_panelBackground com.imagepicker.test:panelBackground}
{@link #Theme_panelMenuListTheme com.imagepicker.test:panelMenuListTheme}
{@link #Theme_panelMenuListWidth com.imagepicker.test:panelMenuListWidth}
{@link #Theme_popupMenuStyle com.imagepicker.test:popupMenuStyle}
{@link #Theme_popupWindowStyle com.imagepicker.test:popupWindowStyle}
{@link #Theme_radioButtonStyle com.imagepicker.test:radioButtonStyle}
{@link #Theme_ratingBarStyle com.imagepicker.test:ratingBarStyle}
{@link #Theme_searchViewStyle com.imagepicker.test:searchViewStyle}
{@link #Theme_selectableItemBackground com.imagepicker.test:selectableItemBackground}
{@link #Theme_selectableItemBackgroundBorderless com.imagepicker.test:selectableItemBackgroundBorderless}
{@link #Theme_spinnerDropDownItemStyle com.imagepicker.test:spinnerDropDownItemStyle}
{@link #Theme_spinnerStyle com.imagepicker.test:spinnerStyle}
{@link #Theme_switchStyle com.imagepicker.test:switchStyle}
{@link #Theme_textAppearanceLargePopupMenu com.imagepicker.test:textAppearanceLargePopupMenu}
{@link #Theme_textAppearanceListItem com.imagepicker.test:textAppearanceListItem}
{@link #Theme_textAppearanceListItemSmall com.imagepicker.test:textAppearanceListItemSmall}
{@link #Theme_textAppearanceSearchResultSubtitle com.imagepicker.test:textAppearanceSearchResultSubtitle}
{@link #Theme_textAppearanceSearchResultTitle com.imagepicker.test:textAppearanceSearchResultTitle}
{@link #Theme_textAppearanceSmallPopupMenu com.imagepicker.test:textAppearanceSmallPopupMenu}
{@link #Theme_textColorAlertDialogListItem com.imagepicker.test:textColorAlertDialogListItem}
{@link #Theme_textColorSearchUrl com.imagepicker.test:textColorSearchUrl}
{@link #Theme_toolbarNavigationButtonStyle com.imagepicker.test:toolbarNavigationButtonStyle}
{@link #Theme_toolbarStyle com.imagepicker.test:toolbarStyle}
{@link #Theme_windowActionBar com.imagepicker.test:windowActionBar}
{@link #Theme_windowActionBarOverlay com.imagepicker.test:windowActionBarOverlay}
{@link #Theme_windowActionModeOverlay com.imagepicker.test:windowActionModeOverlay}
{@link #Theme_windowFixedHeightMajor com.imagepicker.test:windowFixedHeightMajor}
{@link #Theme_windowFixedHeightMinor com.imagepicker.test:windowFixedHeightMinor}
{@link #Theme_windowFixedWidthMajor com.imagepicker.test:windowFixedWidthMajor}
{@link #Theme_windowFixedWidthMinor com.imagepicker.test:windowFixedWidthMinor}
{@link #Theme_windowMinWidthMajor com.imagepicker.test:windowMinWidthMajor}
{@link #Theme_windowMinWidthMinor com.imagepicker.test:windowMinWidthMinor}
{@link #Theme_windowNoTitle com.imagepicker.test:windowNoTitle}
+ @see #Theme_actionBarDivider + @see #Theme_actionBarItemBackground + @see #Theme_actionBarPopupTheme + @see #Theme_actionBarSize + @see #Theme_actionBarSplitStyle + @see #Theme_actionBarStyle + @see #Theme_actionBarTabBarStyle + @see #Theme_actionBarTabStyle + @see #Theme_actionBarTabTextStyle + @see #Theme_actionBarTheme + @see #Theme_actionBarWidgetTheme + @see #Theme_actionButtonStyle + @see #Theme_actionDropDownStyle + @see #Theme_actionMenuTextAppearance + @see #Theme_actionMenuTextColor + @see #Theme_actionModeBackground + @see #Theme_actionModeCloseButtonStyle + @see #Theme_actionModeCloseDrawable + @see #Theme_actionModeCopyDrawable + @see #Theme_actionModeCutDrawable + @see #Theme_actionModeFindDrawable + @see #Theme_actionModePasteDrawable + @see #Theme_actionModePopupWindowStyle + @see #Theme_actionModeSelectAllDrawable + @see #Theme_actionModeShareDrawable + @see #Theme_actionModeSplitBackground + @see #Theme_actionModeStyle + @see #Theme_actionModeWebSearchDrawable + @see #Theme_actionOverflowButtonStyle + @see #Theme_actionOverflowMenuStyle + @see #Theme_activityChooserViewStyle + @see #Theme_alertDialogButtonGroupStyle + @see #Theme_alertDialogCenterButtons + @see #Theme_alertDialogStyle + @see #Theme_alertDialogTheme + @see #Theme_android_windowAnimationStyle + @see #Theme_android_windowIsFloating + @see #Theme_autoCompleteTextViewStyle + @see #Theme_borderlessButtonStyle + @see #Theme_buttonBarButtonStyle + @see #Theme_buttonBarNegativeButtonStyle + @see #Theme_buttonBarNeutralButtonStyle + @see #Theme_buttonBarPositiveButtonStyle + @see #Theme_buttonBarStyle + @see #Theme_buttonStyle + @see #Theme_buttonStyleSmall + @see #Theme_checkboxStyle + @see #Theme_checkedTextViewStyle + @see #Theme_colorAccent + @see #Theme_colorButtonNormal + @see #Theme_colorControlActivated + @see #Theme_colorControlHighlight + @see #Theme_colorControlNormal + @see #Theme_colorPrimary + @see #Theme_colorPrimaryDark + @see #Theme_colorSwitchThumbNormal + @see #Theme_controlBackground + @see #Theme_dialogPreferredPadding + @see #Theme_dialogTheme + @see #Theme_dividerHorizontal + @see #Theme_dividerVertical + @see #Theme_dropDownListViewStyle + @see #Theme_dropdownListPreferredItemHeight + @see #Theme_editTextBackground + @see #Theme_editTextColor + @see #Theme_editTextStyle + @see #Theme_homeAsUpIndicator + @see #Theme_listChoiceBackgroundIndicator + @see #Theme_listDividerAlertDialog + @see #Theme_listPopupWindowStyle + @see #Theme_listPreferredItemHeight + @see #Theme_listPreferredItemHeightLarge + @see #Theme_listPreferredItemHeightSmall + @see #Theme_listPreferredItemPaddingLeft + @see #Theme_listPreferredItemPaddingRight + @see #Theme_panelBackground + @see #Theme_panelMenuListTheme + @see #Theme_panelMenuListWidth + @see #Theme_popupMenuStyle + @see #Theme_popupWindowStyle + @see #Theme_radioButtonStyle + @see #Theme_ratingBarStyle + @see #Theme_searchViewStyle + @see #Theme_selectableItemBackground + @see #Theme_selectableItemBackgroundBorderless + @see #Theme_spinnerDropDownItemStyle + @see #Theme_spinnerStyle + @see #Theme_switchStyle + @see #Theme_textAppearanceLargePopupMenu + @see #Theme_textAppearanceListItem + @see #Theme_textAppearanceListItemSmall + @see #Theme_textAppearanceSearchResultSubtitle + @see #Theme_textAppearanceSearchResultTitle + @see #Theme_textAppearanceSmallPopupMenu + @see #Theme_textColorAlertDialogListItem + @see #Theme_textColorSearchUrl + @see #Theme_toolbarNavigationButtonStyle + @see #Theme_toolbarStyle + @see #Theme_windowActionBar + @see #Theme_windowActionBarOverlay + @see #Theme_windowActionModeOverlay + @see #Theme_windowFixedHeightMajor + @see #Theme_windowFixedHeightMinor + @see #Theme_windowFixedWidthMajor + @see #Theme_windowFixedWidthMinor + @see #Theme_windowMinWidthMajor + @see #Theme_windowMinWidthMinor + @see #Theme_windowNoTitle + */ + public static final int[] Theme = { + 0x01010057, 0x010100ae, 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, 0x7f010094, 0x7f010095, 0x7f010096, + 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, + 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, + 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, + 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, + 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, + 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, + 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, + 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, + 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, + 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, + 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, + 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, + 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, + 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionBarDivider} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionBarDivider + */ + public static final int Theme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionBarItemBackground + */ + public static final int Theme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionBarPopupTheme + */ + public static final int Theme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionBarSize} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name com.imagepicker.test:actionBarSize + */ + public static final int Theme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionBarSplitStyle + */ + public static final int Theme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionBarStyle + */ + public static final int Theme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionBarTabBarStyle + */ + public static final int Theme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionBarTabStyle + */ + public static final int Theme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionBarTabTextStyle + */ + public static final int Theme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionBarTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionBarTheme + */ + public static final int Theme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionBarWidgetTheme + */ + public static final int Theme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionButtonStyle + */ + public static final int Theme_actionButtonStyle = 49; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionDropDownStyle + */ + public static final int Theme_actionDropDownStyle = 45; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionMenuTextAppearance + */ + public static final int Theme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker.test:actionMenuTextColor + */ + public static final int Theme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModeBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModeBackground + */ + public static final int Theme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModeCloseButtonStyle + */ + public static final int Theme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModeCloseDrawable + */ + public static final int Theme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModeCopyDrawable + */ + public static final int Theme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModeCutDrawable + */ + public static final int Theme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModeFindDrawable + */ + public static final int Theme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModePasteDrawable + */ + public static final int Theme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModePopupWindowStyle + */ + public static final int Theme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModeSelectAllDrawable + */ + public static final int Theme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModeShareDrawable + */ + public static final int Theme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModeSplitBackground + */ + public static final int Theme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModeStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModeStyle + */ + public static final int Theme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionModeWebSearchDrawable + */ + public static final int Theme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionOverflowButtonStyle + */ + public static final int Theme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:actionOverflowMenuStyle + */ + public static final int Theme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:activityChooserViewStyle + */ + public static final int Theme_activityChooserViewStyle = 57; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:alertDialogButtonGroupStyle + */ + public static final int Theme_alertDialogButtonGroupStyle = 91; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:alertDialogCenterButtons + */ + public static final int Theme_alertDialogCenterButtons = 92; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:alertDialogStyle + */ + public static final int Theme_alertDialogStyle = 90; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:alertDialogTheme + */ + public static final int Theme_alertDialogTheme = 93; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #Theme} array. + @attr name android:windowAnimationStyle + */ + public static final int Theme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #Theme} array. + @attr name android:windowIsFloating + */ + public static final int Theme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:autoCompleteTextViewStyle + */ + public static final int Theme_autoCompleteTextViewStyle = 98; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:borderlessButtonStyle + */ + public static final int Theme_borderlessButtonStyle = 54; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:buttonBarButtonStyle + */ + public static final int Theme_buttonBarButtonStyle = 51; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:buttonBarNegativeButtonStyle + */ + public static final int Theme_buttonBarNegativeButtonStyle = 96; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:buttonBarNeutralButtonStyle + */ + public static final int Theme_buttonBarNeutralButtonStyle = 97; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:buttonBarPositiveButtonStyle + */ + public static final int Theme_buttonBarPositiveButtonStyle = 95; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:buttonBarStyle + */ + public static final int Theme_buttonBarStyle = 50; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:buttonStyle + */ + public static final int Theme_buttonStyle = 99; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:buttonStyleSmall + */ + public static final int Theme_buttonStyleSmall = 100; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#checkboxStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:checkboxStyle + */ + public static final int Theme_checkboxStyle = 101; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:checkedTextViewStyle + */ + public static final int Theme_checkedTextViewStyle = 102; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#colorAccent} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:colorAccent + */ + public static final int Theme_colorAccent = 83; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:colorButtonNormal + */ + public static final int Theme_colorButtonNormal = 87; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#colorControlActivated} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:colorControlActivated + */ + public static final int Theme_colorControlActivated = 85; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:colorControlHighlight + */ + public static final int Theme_colorControlHighlight = 86; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#colorControlNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:colorControlNormal + */ + public static final int Theme_colorControlNormal = 84; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#colorPrimary} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:colorPrimary + */ + public static final int Theme_colorPrimary = 81; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:colorPrimaryDark + */ + public static final int Theme_colorPrimaryDark = 82; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:colorSwitchThumbNormal + */ + public static final int Theme_colorSwitchThumbNormal = 88; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#controlBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:controlBackground + */ + public static final int Theme_controlBackground = 89; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:dialogPreferredPadding + */ + public static final int Theme_dialogPreferredPadding = 43; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#dialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:dialogTheme + */ + public static final int Theme_dialogTheme = 42; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:dividerHorizontal + */ + public static final int Theme_dividerHorizontal = 56; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#dividerVertical} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:dividerVertical + */ + public static final int Theme_dividerVertical = 55; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:dropDownListViewStyle + */ + public static final int Theme_dropDownListViewStyle = 73; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:dropdownListPreferredItemHeight + */ + public static final int Theme_dropdownListPreferredItemHeight = 46; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#editTextBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:editTextBackground + */ + public static final int Theme_editTextBackground = 63; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#editTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker.test:editTextColor + */ + public static final int Theme_editTextColor = 62; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#editTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:editTextStyle + */ + public static final int Theme_editTextStyle = 103; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:homeAsUpIndicator + */ + public static final int Theme_homeAsUpIndicator = 48; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:listChoiceBackgroundIndicator + */ + public static final int Theme_listChoiceBackgroundIndicator = 80; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:listDividerAlertDialog + */ + public static final int Theme_listDividerAlertDialog = 44; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:listPopupWindowStyle + */ + public static final int Theme_listPopupWindowStyle = 74; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:listPreferredItemHeight + */ + public static final int Theme_listPreferredItemHeight = 68; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:listPreferredItemHeightLarge + */ + public static final int Theme_listPreferredItemHeightLarge = 70; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:listPreferredItemHeightSmall + */ + public static final int Theme_listPreferredItemHeightSmall = 69; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:listPreferredItemPaddingLeft + */ + public static final int Theme_listPreferredItemPaddingLeft = 71; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:listPreferredItemPaddingRight + */ + public static final int Theme_listPreferredItemPaddingRight = 72; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#panelBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:panelBackground + */ + public static final int Theme_panelBackground = 77; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:panelMenuListTheme + */ + public static final int Theme_panelMenuListTheme = 79; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:panelMenuListWidth + */ + public static final int Theme_panelMenuListWidth = 78; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:popupMenuStyle + */ + public static final int Theme_popupMenuStyle = 60; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:popupWindowStyle + */ + public static final int Theme_popupWindowStyle = 61; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:radioButtonStyle + */ + public static final int Theme_radioButtonStyle = 104; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:ratingBarStyle + */ + public static final int Theme_ratingBarStyle = 105; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#searchViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:searchViewStyle + */ + public static final int Theme_searchViewStyle = 67; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:selectableItemBackground + */ + public static final int Theme_selectableItemBackground = 52; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:selectableItemBackgroundBorderless + */ + public static final int Theme_selectableItemBackgroundBorderless = 53; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:spinnerDropDownItemStyle + */ + public static final int Theme_spinnerDropDownItemStyle = 47; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#spinnerStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:spinnerStyle + */ + public static final int Theme_spinnerStyle = 106; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#switchStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:switchStyle + */ + public static final int Theme_switchStyle = 107; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:textAppearanceLargePopupMenu + */ + public static final int Theme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:textAppearanceListItem + */ + public static final int Theme_textAppearanceListItem = 75; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:textAppearanceListItemSmall + */ + public static final int Theme_textAppearanceListItemSmall = 76; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:textAppearanceSearchResultSubtitle + */ + public static final int Theme_textAppearanceSearchResultSubtitle = 65; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:textAppearanceSearchResultTitle + */ + public static final int Theme_textAppearanceSearchResultTitle = 64; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:textAppearanceSmallPopupMenu + */ + public static final int Theme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker.test:textColorAlertDialogListItem + */ + public static final int Theme_textColorAlertDialogListItem = 94; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker.test:textColorSearchUrl + */ + public static final int Theme_textColorSearchUrl = 66; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:toolbarNavigationButtonStyle + */ + public static final int Theme_toolbarNavigationButtonStyle = 59; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#toolbarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:toolbarStyle + */ + public static final int Theme_toolbarStyle = 58; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#windowActionBar} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:windowActionBar + */ + public static final int Theme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:windowActionBarOverlay + */ + public static final int Theme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:windowActionModeOverlay + */ + public static final int Theme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:windowFixedHeightMajor + */ + public static final int Theme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:windowFixedHeightMinor + */ + public static final int Theme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:windowFixedWidthMajor + */ + public static final int Theme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:windowFixedWidthMinor + */ + public static final int Theme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:windowMinWidthMajor + */ + public static final int Theme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:windowMinWidthMinor + */ + public static final int Theme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#windowNoTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:windowNoTitle + */ + public static final int Theme_windowNoTitle = 3; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_collapseContentDescription com.imagepicker.test:collapseContentDescription}
{@link #Toolbar_collapseIcon com.imagepicker.test:collapseIcon}
{@link #Toolbar_contentInsetEnd com.imagepicker.test:contentInsetEnd}
{@link #Toolbar_contentInsetLeft com.imagepicker.test:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.imagepicker.test:contentInsetRight}
{@link #Toolbar_contentInsetStart com.imagepicker.test:contentInsetStart}
{@link #Toolbar_logo com.imagepicker.test:logo}
{@link #Toolbar_logoDescription com.imagepicker.test:logoDescription}
{@link #Toolbar_maxButtonHeight com.imagepicker.test:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.imagepicker.test:navigationContentDescription}
{@link #Toolbar_navigationIcon com.imagepicker.test:navigationIcon}
{@link #Toolbar_popupTheme com.imagepicker.test:popupTheme}
{@link #Toolbar_subtitle com.imagepicker.test:subtitle}
{@link #Toolbar_subtitleTextAppearance com.imagepicker.test:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.imagepicker.test:subtitleTextColor}
{@link #Toolbar_title com.imagepicker.test:title}
{@link #Toolbar_titleMarginBottom com.imagepicker.test:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.imagepicker.test:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.imagepicker.test:titleMarginStart}
{@link #Toolbar_titleMarginTop com.imagepicker.test:titleMarginTop}
{@link #Toolbar_titleMargins com.imagepicker.test:titleMargins}
{@link #Toolbar_titleTextAppearance com.imagepicker.test:titleTextAppearance}
{@link #Toolbar_titleTextColor com.imagepicker.test:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, + 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, + 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static final int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static final int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:collapseIcon + */ + public static final int Toolbar_collapseIcon = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:contentInsetRight + */ + public static final int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:contentInsetStart + */ + public static final int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:logo + */ + public static final int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:logoDescription + */ + public static final int Toolbar_logoDescription = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:navigationIcon + */ + public static final int Toolbar_navigationIcon = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:popupTheme + */ + public static final int Toolbar_popupTheme = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:subtitle + */ + public static final int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:subtitleTextColor + */ + public static final int Toolbar_subtitleTextColor = 24; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:title + */ + public static final int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:titleMarginStart + */ + public static final int Toolbar_titleMarginStart = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:titleMarginTop + */ + public static final int Toolbar_titleMarginTop = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:titleMargins + */ + public static final int Toolbar_titleMargins = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:titleTextColor + */ + public static final int Toolbar_titleTextColor = 23; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd com.imagepicker.test:paddingEnd}
{@link #View_paddingStart com.imagepicker.test:paddingStart}
{@link #View_theme com.imagepicker.test:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, + 0x7f0100e4 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static final int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static final int View_android_theme = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:paddingEnd + */ + public static final int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:paddingStart + */ + public static final int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker.test:theme + */ + public static final int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.imagepicker.test:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.imagepicker.test:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f0100e5, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static final int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker.test:backgroundTint + */ + public static final int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.test.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.imagepicker.test:backgroundTintMode + */ + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static final int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static final int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static final int ViewStubCompat_android_layout = 1; + }; +} diff --git a/android/build/generated/source/r/androidTest/debug/org/webkit/android_jsc/R.java b/android/build/generated/source/r/androidTest/debug/org/webkit/android_jsc/R.java new file mode 100644 index 0000000..2a9140d --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/org/webkit/android_jsc/R.java @@ -0,0 +1,10 @@ +/* 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 org.webkit.android_jsc; + +public final class R { +} diff --git a/android/build/generated/source/r/debug/com/imagepicker/R.java b/android/build/generated/source/r/debug/com/imagepicker/R.java new file mode 100644 index 0000000..1fae2b5 --- /dev/null +++ b/android/build/generated/source/r/debug/com/imagepicker/R.java @@ -0,0 +1,6891 @@ +/* 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.imagepicker; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f040000; + public static int abc_fade_out=0x7f040001; + public static int abc_grow_fade_in_from_bottom=0x7f040002; + public static int abc_popup_enter=0x7f040003; + public static int abc_popup_exit=0x7f040004; + public static int abc_shrink_fade_out_from_bottom=0x7f040005; + public static int abc_slide_in_bottom=0x7f040006; + public static int abc_slide_in_top=0x7f040007; + public static int abc_slide_out_bottom=0x7f040008; + public static int abc_slide_out_top=0x7f040009; + public static int catalyst_push_up_in=0x7f04000a; + public static int catalyst_push_up_out=0x7f04000b; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01007f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010078; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01007d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010094; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f01004b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f010080; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010087; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f01008c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f01008a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01008d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010077; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f01004d; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f01004c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f0100a0; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int actualImageScaleType=0x7f01003a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100c2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100c3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100c4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f01002b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f01002c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int backgroundImage=0x7f01003b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f01000e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01000d; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f0100e5; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int backgroundTintMode=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01009d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f01009a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100c8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f01001f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100ca; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100cb; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f010025; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int buttonTintMode=0x7f010026; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100cc; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100cd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f010059; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f01001c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f0100dc; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f0100db; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f010027; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100ba; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100be; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100bd; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100bb; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100b8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100b9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100bf; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f01005e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f01000f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f010058; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010092; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f010091; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f010049; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01009e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f0100b0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f0100a6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f0100a5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100ce; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01001a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f01001e; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fadeDuration=0x7f01002f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int failureImage=0x7f010035; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int failureImageScaleType=0x7f010036; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f01005a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010015; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f010009; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f010056; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010012; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f01001d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010002; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010051; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010023; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010020; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100b1; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f0100ab; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f0100ad; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f0100ac; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f0100ae; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01000a; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f0100df; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f0100da; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010021; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f0100dd; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010004; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int overlayImage=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f0100e3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f0100e2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100b6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100b5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int placeholderImage=0x7f010031; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int placeholderImageScaleType=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f0100a4; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f01004e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int pressedStateOverlayImage=0x7f01003d; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarAutoRotateInterval=0x7f010039; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarImage=0x7f010037; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int progressBarImageScaleType=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f010060; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f010057; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100cf; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int retryImage=0x7f010033; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int retryImageScaleType=0x7f010034; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010053; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundAsCircle=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundBottomLeft=0x7f010043; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundBottomRight=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundTopLeft=0x7f010040; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundTopRight=0x7f010041; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundWithOverlayColor=0x7f010044; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundedCornerRadius=0x7f01003f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundingBorderColor=0x7f010046; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundingBorderWidth=0x7f010045; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f01005c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f01005b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f0100aa; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f01009b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01009c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f01004a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f010048; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010022; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010052; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100d1; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010067; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010054; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f010061; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f0100d4; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f01005f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f010065; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f010064; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01008f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100b3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f0100a8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f010090; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100c5; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f0100a9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f01002e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f010063; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010003; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f0100d9; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f0100d7; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f0100d8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f0100d5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f0100d3; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f0100e0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f010062; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int viewAspectRatio=0x7f010030; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f01005d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010069; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f01006b; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f01006c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f010070; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01006e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01006d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01006f; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f010071; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f010072; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f01006a; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f090002; + public static int abc_action_bar_embed_tabs_pre_jb=0x7f090000; + public static int abc_action_bar_expanded_action_views_exclusive=0x7f090003; + public static int abc_config_actionMenuItemAllCaps=0x7f090004; + public static int abc_config_allowActionMenuItemTextWithIcon=0x7f090001; + public static int abc_config_closeDialogWhenTouchOutside=0x7f090005; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f090006; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0b003b; + public static int abc_background_cache_hint_selector_material_light=0x7f0b003c; + public static int abc_color_highlight_material=0x7f0b003d; + public static int abc_input_method_navigation_guard=0x7f0b0000; + public static int abc_primary_text_disable_only_material_dark=0x7f0b003e; + public static int abc_primary_text_disable_only_material_light=0x7f0b003f; + public static int abc_primary_text_material_dark=0x7f0b0040; + public static int abc_primary_text_material_light=0x7f0b0041; + public static int abc_search_url_text=0x7f0b0042; + public static int abc_search_url_text_normal=0x7f0b0001; + public static int abc_search_url_text_pressed=0x7f0b0002; + public static int abc_search_url_text_selected=0x7f0b0003; + public static int abc_secondary_text_material_dark=0x7f0b0043; + public static int abc_secondary_text_material_light=0x7f0b0044; + public static int accent_material_dark=0x7f0b0004; + public static int accent_material_light=0x7f0b0005; + public static int background_floating_material_dark=0x7f0b0006; + public static int background_floating_material_light=0x7f0b0007; + public static int background_material_dark=0x7f0b0008; + public static int background_material_light=0x7f0b0009; + public static int bright_foreground_disabled_material_dark=0x7f0b000a; + public static int bright_foreground_disabled_material_light=0x7f0b000b; + public static int bright_foreground_inverse_material_dark=0x7f0b000c; + public static int bright_foreground_inverse_material_light=0x7f0b000d; + public static int bright_foreground_material_dark=0x7f0b000e; + public static int bright_foreground_material_light=0x7f0b000f; + public static int button_material_dark=0x7f0b0010; + public static int button_material_light=0x7f0b0011; + public static int catalyst_redbox_background=0x7f0b0012; + public static int dim_foreground_disabled_material_dark=0x7f0b0013; + public static int dim_foreground_disabled_material_light=0x7f0b0014; + public static int dim_foreground_material_dark=0x7f0b0015; + public static int dim_foreground_material_light=0x7f0b0016; + public static int foreground_material_dark=0x7f0b0017; + public static int foreground_material_light=0x7f0b0018; + public static int highlighted_text_material_dark=0x7f0b0019; + public static int highlighted_text_material_light=0x7f0b001a; + public static int hint_foreground_material_dark=0x7f0b001b; + public static int hint_foreground_material_light=0x7f0b001c; + public static int material_blue_grey_800=0x7f0b001d; + public static int material_blue_grey_900=0x7f0b001e; + public static int material_blue_grey_950=0x7f0b001f; + public static int material_deep_teal_200=0x7f0b0020; + public static int material_deep_teal_500=0x7f0b0021; + public static int material_grey_100=0x7f0b0022; + public static int material_grey_300=0x7f0b0023; + public static int material_grey_50=0x7f0b0024; + public static int material_grey_600=0x7f0b0025; + public static int material_grey_800=0x7f0b0026; + public static int material_grey_850=0x7f0b0027; + public static int material_grey_900=0x7f0b0028; + public static int primary_dark_material_dark=0x7f0b0029; + public static int primary_dark_material_light=0x7f0b002a; + public static int primary_material_dark=0x7f0b002b; + public static int primary_material_light=0x7f0b002c; + public static int primary_text_default_material_dark=0x7f0b002d; + public static int primary_text_default_material_light=0x7f0b002e; + public static int primary_text_disabled_material_dark=0x7f0b002f; + public static int primary_text_disabled_material_light=0x7f0b0030; + public static int ripple_material_dark=0x7f0b0031; + public static int ripple_material_light=0x7f0b0032; + public static int secondary_text_default_material_dark=0x7f0b0033; + public static int secondary_text_default_material_light=0x7f0b0034; + public static int secondary_text_disabled_material_dark=0x7f0b0035; + public static int secondary_text_disabled_material_light=0x7f0b0036; + public static int switch_thumb_disabled_material_dark=0x7f0b0037; + public static int switch_thumb_disabled_material_light=0x7f0b0038; + public static int switch_thumb_material_dark=0x7f0b0045; + public static int switch_thumb_material_light=0x7f0b0046; + public static int switch_thumb_normal_material_dark=0x7f0b0039; + public static int switch_thumb_normal_material_light=0x7f0b003a; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f07000b; + public static int abc_action_bar_default_height_material=0x7f070001; + public static int abc_action_bar_default_padding_end_material=0x7f07000c; + public static int abc_action_bar_default_padding_start_material=0x7f07000d; + public static int abc_action_bar_icon_vertical_padding_material=0x7f07000f; + public static int abc_action_bar_overflow_padding_end_material=0x7f070010; + public static int abc_action_bar_overflow_padding_start_material=0x7f070011; + public static int abc_action_bar_progress_bar_size=0x7f070002; + public static int abc_action_bar_stacked_max_height=0x7f070012; + public static int abc_action_bar_stacked_tab_max_width=0x7f070013; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f070014; + public static int abc_action_bar_subtitle_top_margin_material=0x7f070015; + public static int abc_action_button_min_height_material=0x7f070016; + public static int abc_action_button_min_width_material=0x7f070017; + public static int abc_action_button_min_width_overflow_material=0x7f070018; + public static int abc_alert_dialog_button_bar_height=0x7f070000; + public static int abc_button_inset_horizontal_material=0x7f070019; + public static int abc_button_inset_vertical_material=0x7f07001a; + public static int abc_button_padding_horizontal_material=0x7f07001b; + public static int abc_button_padding_vertical_material=0x7f07001c; + public static int abc_config_prefDialogWidth=0x7f070005; + public static int abc_control_corner_material=0x7f07001d; + public static int abc_control_inset_material=0x7f07001e; + public static int abc_control_padding_material=0x7f07001f; + public static int abc_dialog_list_padding_vertical_material=0x7f070020; + public static int abc_dialog_min_width_major=0x7f070021; + public static int abc_dialog_min_width_minor=0x7f070022; + public static int abc_dialog_padding_material=0x7f070023; + public static int abc_dialog_padding_top_material=0x7f070024; + public static int abc_disabled_alpha_material_dark=0x7f070025; + public static int abc_disabled_alpha_material_light=0x7f070026; + public static int abc_dropdownitem_icon_width=0x7f070027; + public static int abc_dropdownitem_text_padding_left=0x7f070028; + public static int abc_dropdownitem_text_padding_right=0x7f070029; + public static int abc_edit_text_inset_bottom_material=0x7f07002a; + public static int abc_edit_text_inset_horizontal_material=0x7f07002b; + public static int abc_edit_text_inset_top_material=0x7f07002c; + public static int abc_floating_window_z=0x7f07002d; + public static int abc_list_item_padding_horizontal_material=0x7f07002e; + public static int abc_panel_menu_list_width=0x7f07002f; + public static int abc_search_view_preferred_width=0x7f070030; + public static int abc_search_view_text_min_width=0x7f070006; + public static int abc_switch_padding=0x7f07000e; + public static int abc_text_size_body_1_material=0x7f070031; + public static int abc_text_size_body_2_material=0x7f070032; + public static int abc_text_size_button_material=0x7f070033; + public static int abc_text_size_caption_material=0x7f070034; + public static int abc_text_size_display_1_material=0x7f070035; + public static int abc_text_size_display_2_material=0x7f070036; + public static int abc_text_size_display_3_material=0x7f070037; + public static int abc_text_size_display_4_material=0x7f070038; + public static int abc_text_size_headline_material=0x7f070039; + public static int abc_text_size_large_material=0x7f07003a; + public static int abc_text_size_medium_material=0x7f07003b; + public static int abc_text_size_menu_material=0x7f07003c; + public static int abc_text_size_small_material=0x7f07003d; + public static int abc_text_size_subhead_material=0x7f07003e; + public static int abc_text_size_subtitle_material_toolbar=0x7f070003; + public static int abc_text_size_title_material=0x7f07003f; + public static int abc_text_size_title_material_toolbar=0x7f070004; + public static int dialog_fixed_height_major=0x7f070007; + public static int dialog_fixed_height_minor=0x7f070008; + public static int dialog_fixed_width_major=0x7f070009; + public static int dialog_fixed_width_minor=0x7f07000a; + public static int disabled_alpha_material_dark=0x7f070040; + public static int disabled_alpha_material_light=0x7f070041; + public static int highlight_alpha_material_colored=0x7f070042; + public static int highlight_alpha_material_dark=0x7f070043; + public static int highlight_alpha_material_light=0x7f070044; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f070045; + public static int notification_large_icon_height=0x7f070046; + public static int notification_large_icon_width=0x7f070047; + public static int notification_subtext_size=0x7f070048; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b; + public static int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000d; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000e; + public static int abc_cab_background_internal_bg=0x7f02000f; + public static int abc_cab_background_top_material=0x7f020010; + public static int abc_cab_background_top_mtrl_alpha=0x7f020011; + public static int abc_control_background_material=0x7f020012; + public static int abc_dialog_material_background_dark=0x7f020013; + public static int abc_dialog_material_background_light=0x7f020014; + public static int abc_edit_text_material=0x7f020015; + public static int abc_ic_ab_back_mtrl_am_alpha=0x7f020016; + public static int abc_ic_clear_mtrl_alpha=0x7f020017; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020018; + public static int abc_ic_go_search_api_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f02001b; + public static int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001f; + public static int abc_ic_search_api_mtrl_alpha=0x7f020020; + public static int abc_ic_voice_search_api_mtrl_alpha=0x7f020021; + public static int abc_item_background_holo_dark=0x7f020022; + public static int abc_item_background_holo_light=0x7f020023; + public static int abc_list_divider_mtrl_alpha=0x7f020024; + public static int abc_list_focused_holo=0x7f020025; + public static int abc_list_longpressed_holo=0x7f020026; + public static int abc_list_pressed_holo_dark=0x7f020027; + public static int abc_list_pressed_holo_light=0x7f020028; + public static int abc_list_selector_background_transition_holo_dark=0x7f020029; + public static int abc_list_selector_background_transition_holo_light=0x7f02002a; + public static int abc_list_selector_disabled_holo_dark=0x7f02002b; + public static int abc_list_selector_disabled_holo_light=0x7f02002c; + public static int abc_list_selector_holo_dark=0x7f02002d; + public static int abc_list_selector_holo_light=0x7f02002e; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f02002f; + public static int abc_popup_background_mtrl_mult=0x7f020030; + public static int abc_ratingbar_full_material=0x7f020031; + public static int abc_spinner_mtrl_am_alpha=0x7f020032; + public static int abc_spinner_textfield_background_material=0x7f020033; + public static int abc_switch_thumb_material=0x7f020034; + public static int abc_switch_track_mtrl_alpha=0x7f020035; + public static int abc_tab_indicator_material=0x7f020036; + public static int abc_tab_indicator_mtrl_alpha=0x7f020037; + public static int abc_text_cursor_material=0x7f020038; + public static int abc_textfield_activated_mtrl_alpha=0x7f020039; + public static int abc_textfield_default_mtrl_alpha=0x7f02003a; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02003b; + public static int abc_textfield_search_default_mtrl_alpha=0x7f02003c; + public static int abc_textfield_search_material=0x7f02003d; + public static int notification_template_icon_bg=0x7f02003e; + } + public static final class id { + public static int action0=0x7f0c0057; + public static int action_bar=0x7f0c0047; + public static int action_bar_activity_content=0x7f0c0000; + public static int action_bar_container=0x7f0c0046; + public static int action_bar_root=0x7f0c0042; + public static int action_bar_spinner=0x7f0c0001; + public static int action_bar_subtitle=0x7f0c002b; + public static int action_bar_title=0x7f0c002a; + public static int action_context_bar=0x7f0c0048; + public static int action_divider=0x7f0c005b; + public static int action_menu_divider=0x7f0c0002; + public static int action_menu_presenter=0x7f0c0003; + public static int action_mode_bar=0x7f0c0044; + public static int action_mode_bar_stub=0x7f0c0043; + public static int action_mode_close_button=0x7f0c002c; + public static int activity_chooser_view_content=0x7f0c002d; + public static int alertTitle=0x7f0c0037; + public static int always=0x7f0c0024; + public static int beginning=0x7f0c0021; + public static int buttonPanel=0x7f0c003d; + public static int cancel_action=0x7f0c0058; + public static int catalyst_redbox_title=0x7f0c0066; + public static int center=0x7f0c0019; + public static int centerCrop=0x7f0c001a; + public static int centerInside=0x7f0c001b; + public static int checkbox=0x7f0c003f; + public static int chronometer=0x7f0c005e; + public static int collapseActionView=0x7f0c0025; + public static int contentPanel=0x7f0c0038; + public static int custom=0x7f0c003c; + public static int customPanel=0x7f0c003b; + public static int decor_content_parent=0x7f0c0045; + public static int default_activity_button=0x7f0c0030; + public static int disableHome=0x7f0c000d; + public static int edit_query=0x7f0c0049; + public static int end=0x7f0c0022; + public static int end_padder=0x7f0c0063; + public static int expand_activities_button=0x7f0c002e; + public static int expanded_menu=0x7f0c003e; + public static int fitCenter=0x7f0c001c; + public static int fitEnd=0x7f0c001d; + public static int fitStart=0x7f0c001e; + public static int fitXY=0x7f0c001f; + public static int focusCrop=0x7f0c0020; + public static int fps_text=0x7f0c0056; + public static int home=0x7f0c0004; + public static int homeAsUp=0x7f0c000e; + public static int icon=0x7f0c0032; + public static int ifRoom=0x7f0c0026; + public static int image=0x7f0c002f; + public static int info=0x7f0c0062; + public static int item_touch_helper_previous_elevation=0x7f0c0005; + public static int line1=0x7f0c005c; + public static int line3=0x7f0c0060; + public static int listMode=0x7f0c000a; + public static int list_item=0x7f0c0031; + public static int media_actions=0x7f0c005a; + public static int middle=0x7f0c0023; + public static int multiply=0x7f0c0014; + public static int never=0x7f0c0027; + public static int none=0x7f0c000f; + public static int normal=0x7f0c000b; + public static int parentPanel=0x7f0c0034; + public static int progress_circular=0x7f0c0006; + public static int progress_horizontal=0x7f0c0007; + public static int radio=0x7f0c0041; + public static int rn_frame_file=0x7f0c0065; + public static int rn_frame_method=0x7f0c0064; + public static int rn_redbox_reloadjs=0x7f0c0068; + public static int rn_redbox_stack=0x7f0c0067; + public static int screen=0x7f0c0015; + public static int scrollView=0x7f0c0039; + public static int search_badge=0x7f0c004b; + public static int search_bar=0x7f0c004a; + public static int search_button=0x7f0c004c; + public static int search_close_btn=0x7f0c0051; + public static int search_edit_frame=0x7f0c004d; + public static int search_go_btn=0x7f0c0053; + public static int search_mag_icon=0x7f0c004e; + public static int search_plate=0x7f0c004f; + public static int search_src_text=0x7f0c0050; + public static int search_voice_btn=0x7f0c0054; + public static int select_dialog_listview=0x7f0c0055; + public static int shortcut=0x7f0c0040; + public static int showCustom=0x7f0c0010; + public static int showHome=0x7f0c0011; + public static int showTitle=0x7f0c0012; + public static int split_action_bar=0x7f0c0008; + public static int src_atop=0x7f0c0016; + public static int src_in=0x7f0c0017; + public static int src_over=0x7f0c0018; + public static int status_bar_latest_event_content=0x7f0c0059; + public static int submit_area=0x7f0c0052; + public static int tabMode=0x7f0c000c; + public static int text=0x7f0c0061; + public static int text2=0x7f0c005f; + public static int textSpacerNoButtons=0x7f0c003a; + public static int time=0x7f0c005d; + public static int title=0x7f0c0033; + public static int title_template=0x7f0c0036; + public static int topPanel=0x7f0c0035; + public static int up=0x7f0c0009; + public static int useLogo=0x7f0c0013; + public static int withText=0x7f0c0028; + public static int wrap_content=0x7f0c0029; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0a0001; + public static int abc_config_activityShortDur=0x7f0a0002; + public static int abc_max_action_buttons=0x7f0a0000; + public static int cancel_button_image_alpha=0x7f0a0003; + public static int status_bar_notification_info_maxnum=0x7f0a0004; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f030000; + public static int abc_action_bar_up_container=0x7f030001; + public static int abc_action_bar_view_list_nav_layout=0x7f030002; + public static int abc_action_menu_item_layout=0x7f030003; + public static int abc_action_menu_layout=0x7f030004; + public static int abc_action_mode_bar=0x7f030005; + public static int abc_action_mode_close_item_material=0x7f030006; + public static int abc_activity_chooser_view=0x7f030007; + public static int abc_activity_chooser_view_list_item=0x7f030008; + public static int abc_alert_dialog_material=0x7f030009; + public static int abc_dialog_title_material=0x7f03000a; + public static int abc_expanded_menu_layout=0x7f03000b; + public static int abc_list_menu_item_checkbox=0x7f03000c; + public static int abc_list_menu_item_icon=0x7f03000d; + public static int abc_list_menu_item_layout=0x7f03000e; + public static int abc_list_menu_item_radio=0x7f03000f; + public static int abc_popup_menu_item_layout=0x7f030010; + public static int abc_screen_content_include=0x7f030011; + public static int abc_screen_simple=0x7f030012; + public static int abc_screen_simple_overlay_action_mode=0x7f030013; + public static int abc_screen_toolbar=0x7f030014; + public static int abc_search_dropdown_item_icons_2line=0x7f030015; + public static int abc_search_view=0x7f030016; + public static int abc_select_dialog_material=0x7f030017; + public static int fps_view=0x7f030018; + public static int notification_media_action=0x7f030019; + public static int notification_media_cancel_action=0x7f03001a; + public static int notification_template_big_media=0x7f03001b; + public static int notification_template_big_media_narrow=0x7f03001c; + public static int notification_template_lines=0x7f03001d; + public static int notification_template_media=0x7f03001e; + public static int notification_template_part_chronometer=0x7f03001f; + public static int notification_template_part_time=0x7f030020; + public static int redbox_item_frame=0x7f030021; + public static int redbox_item_title=0x7f030022; + public static int redbox_view=0x7f030023; + public static int select_dialog_item_material=0x7f030024; + public static int select_dialog_multichoice_material=0x7f030025; + public static int select_dialog_singlechoice_material=0x7f030026; + public static int support_simple_spinner_dropdown_item=0x7f030027; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f060000; + public static int abc_action_bar_home_description_format=0x7f060001; + public static int abc_action_bar_home_subtitle_description_format=0x7f060002; + public static int abc_action_bar_up_description=0x7f060003; + public static int abc_action_menu_overflow_description=0x7f060004; + public static int abc_action_mode_done=0x7f060005; + public static int abc_activity_chooser_view_see_all=0x7f060006; + public static int abc_activitychooserview_choose_application=0x7f060007; + public static int abc_search_hint=0x7f060008; + public static int abc_searchview_description_clear=0x7f060009; + public static int abc_searchview_description_query=0x7f06000a; + public static int abc_searchview_description_search=0x7f06000b; + public static int abc_searchview_description_submit=0x7f06000c; + public static int abc_searchview_description_voice=0x7f06000d; + public static int abc_shareactionprovider_share_with=0x7f06000e; + public static int abc_shareactionprovider_share_with_application=0x7f06000f; + public static int abc_toolbar_collapse_description=0x7f060010; + public static int catalyst_debugjs=0x7f060012; + public static int catalyst_debugjs_off=0x7f06001a; + public static int catalyst_element_inspector=0x7f060013; + public static int catalyst_element_inspector_off=0x7f06001b; + public static int catalyst_hot_module_replacement=0x7f06001c; + public static int catalyst_hot_module_replacement_off=0x7f06001d; + public static int catalyst_jsload_error=0x7f060014; + public static int catalyst_jsload_message=0x7f060015; + public static int catalyst_jsload_title=0x7f060016; + public static int catalyst_live_reload=0x7f06001e; + public static int catalyst_live_reload_off=0x7f06001f; + public static int catalyst_perf_monitor=0x7f060020; + public static int catalyst_perf_monitor_off=0x7f060021; + public static int catalyst_reloadjs=0x7f060017; + public static int catalyst_remotedbg_error=0x7f060022; + public static int catalyst_remotedbg_message=0x7f060023; + public static int catalyst_settings=0x7f060018; + public static int catalyst_settings_title=0x7f060019; + public static int catalyst_start_profile=0x7f060024; + public static int catalyst_stop_profile=0x7f060025; + public static int status_bar_notification_info_overflow=0x7f060011; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f08007a; + public static int AlertDialog_AppCompat_Light=0x7f08007b; + public static int Animation_AppCompat_Dialog=0x7f08007c; + public static int Animation_AppCompat_DropDownUp=0x7f08007d; + public static int Animation_Catalyst_RedBox=0x7f08007e; + public static int Base_AlertDialog_AppCompat=0x7f08007f; + public static int Base_AlertDialog_AppCompat_Light=0x7f080080; + public static int Base_Animation_AppCompat_Dialog=0x7f080081; + public static int Base_Animation_AppCompat_DropDownUp=0x7f080082; + public static int Base_DialogWindowTitle_AppCompat=0x7f080083; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f080084; + public static int Base_TextAppearance_AppCompat=0x7f08002d; + public static int Base_TextAppearance_AppCompat_Body1=0x7f08002e; + public static int Base_TextAppearance_AppCompat_Body2=0x7f08002f; + public static int Base_TextAppearance_AppCompat_Button=0x7f080018; + public static int Base_TextAppearance_AppCompat_Caption=0x7f080030; + public static int Base_TextAppearance_AppCompat_Display1=0x7f080031; + public static int Base_TextAppearance_AppCompat_Display2=0x7f080032; + public static int Base_TextAppearance_AppCompat_Display3=0x7f080033; + public static int Base_TextAppearance_AppCompat_Display4=0x7f080034; + public static int Base_TextAppearance_AppCompat_Headline=0x7f080035; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f080003; + public static int Base_TextAppearance_AppCompat_Large=0x7f080036; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f080004; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f080037; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f080038; + public static int Base_TextAppearance_AppCompat_Medium=0x7f080039; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f080005; + public static int Base_TextAppearance_AppCompat_Menu=0x7f08003a; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f080085; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f08003b; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f08003c; + public static int Base_TextAppearance_AppCompat_Small=0x7f08003d; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f080006; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f08003e; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f080007; + public static int Base_TextAppearance_AppCompat_Title=0x7f08003f; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f080008; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f080040; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f080041; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f080042; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f080043; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f080044; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f080045; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f080046; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f080047; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f080076; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f080086; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f080048; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f080049; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f08004a; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f08004b; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f080087; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f08004c; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f08004d; + public static int Base_Theme_AppCompat=0x7f08004e; + public static int Base_Theme_AppCompat_CompactMenu=0x7f080088; + public static int Base_Theme_AppCompat_Dialog=0x7f080009; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f080089; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f08008a; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f08008b; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f080001; + public static int Base_Theme_AppCompat_Light=0x7f08004f; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f08008c; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f08000a; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f08008d; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f08008e; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f08008f; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f080002; + public static int Base_ThemeOverlay_AppCompat=0x7f080090; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f080091; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f080092; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f080093; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f080094; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f08000b; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f08000c; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f080014; + public static int Base_V12_Widget_AppCompat_EditText=0x7f080015; + public static int Base_V21_Theme_AppCompat=0x7f080050; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f080051; + public static int Base_V21_Theme_AppCompat_Light=0x7f080052; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f080053; + public static int Base_V22_Theme_AppCompat=0x7f080074; + public static int Base_V22_Theme_AppCompat_Light=0x7f080075; + public static int Base_V23_Theme_AppCompat=0x7f080077; + public static int Base_V23_Theme_AppCompat_Light=0x7f080078; + public static int Base_V7_Theme_AppCompat=0x7f080095; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f080096; + public static int Base_V7_Theme_AppCompat_Light=0x7f080097; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f080098; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f080099; + public static int Base_V7_Widget_AppCompat_EditText=0x7f08009a; + public static int Base_Widget_AppCompat_ActionBar=0x7f08009b; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f08009c; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f08009d; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f080054; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f080055; + public static int Base_Widget_AppCompat_ActionButton=0x7f080056; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f080057; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f080058; + public static int Base_Widget_AppCompat_ActionMode=0x7f08009e; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f08009f; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f080016; + public static int Base_Widget_AppCompat_Button=0x7f080059; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f08005a; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f08005b; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0800a0; + public static int Base_Widget_AppCompat_Button_Colored=0x7f080079; + public static int Base_Widget_AppCompat_Button_Small=0x7f08005c; + public static int Base_Widget_AppCompat_ButtonBar=0x7f08005d; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0800a1; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f08005e; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f08005f; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0800a2; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f080000; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0800a3; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f080060; + public static int Base_Widget_AppCompat_EditText=0x7f080017; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0800a4; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0800a5; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0800a6; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f080061; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080062; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f080063; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f080064; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f080065; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f080066; + public static int Base_Widget_AppCompat_ListView=0x7f080067; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f080068; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f080069; + public static int Base_Widget_AppCompat_PopupMenu=0x7f08006a; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f08006b; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0800a7; + public static int Base_Widget_AppCompat_ProgressBar=0x7f08000d; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f08000e; + public static int Base_Widget_AppCompat_RatingBar=0x7f08006c; + public static int Base_Widget_AppCompat_SearchView=0x7f0800a8; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0800a9; + public static int Base_Widget_AppCompat_Spinner=0x7f08006d; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f08006e; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f08006f; + public static int Base_Widget_AppCompat_Toolbar=0x7f0800aa; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f080070; + public static int Platform_AppCompat=0x7f08000f; + public static int Platform_AppCompat_Light=0x7f080010; + public static int Platform_ThemeOverlay_AppCompat=0x7f080071; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f080072; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f080073; + public static int Platform_V11_AppCompat=0x7f080011; + public static int Platform_V11_AppCompat_Light=0x7f080012; + public static int Platform_V14_AppCompat=0x7f080019; + public static int Platform_V14_AppCompat_Light=0x7f08001a; + public static int Platform_Widget_AppCompat_Spinner=0x7f080013; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f080020; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f080021; + public static int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f080022; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f080023; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f080024; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f080025; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f080026; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f080027; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f080028; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f080029; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f08002a; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f08002b; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f08002c; + public static int TextAppearance_AppCompat=0x7f0800ab; + public static int TextAppearance_AppCompat_Body1=0x7f0800ac; + public static int TextAppearance_AppCompat_Body2=0x7f0800ad; + public static int TextAppearance_AppCompat_Button=0x7f0800ae; + public static int TextAppearance_AppCompat_Caption=0x7f0800af; + public static int TextAppearance_AppCompat_Display1=0x7f0800b0; + public static int TextAppearance_AppCompat_Display2=0x7f0800b1; + public static int TextAppearance_AppCompat_Display3=0x7f0800b2; + public static int TextAppearance_AppCompat_Display4=0x7f0800b3; + public static int TextAppearance_AppCompat_Headline=0x7f0800b4; + public static int TextAppearance_AppCompat_Inverse=0x7f0800b5; + public static int TextAppearance_AppCompat_Large=0x7f0800b6; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0800b7; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0800b8; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0800b9; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0800ba; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0800bb; + public static int TextAppearance_AppCompat_Medium=0x7f0800bc; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0800bd; + public static int TextAppearance_AppCompat_Menu=0x7f0800be; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0800bf; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0800c0; + public static int TextAppearance_AppCompat_Small=0x7f0800c1; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0800c2; + public static int TextAppearance_AppCompat_Subhead=0x7f0800c3; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0800c4; + public static int TextAppearance_AppCompat_Title=0x7f0800c5; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0800c6; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0800c7; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0800c8; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0800c9; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0800ca; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0800cb; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0800cc; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0800cd; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0800ce; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0800cf; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0800d0; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0800d1; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0800d2; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0800d3; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0800d4; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0800d5; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0800d6; + public static int TextAppearance_StatusBar_EventContent=0x7f08001b; + public static int TextAppearance_StatusBar_EventContent_Info=0x7f08001c; + public static int TextAppearance_StatusBar_EventContent_Line2=0x7f08001d; + public static int TextAppearance_StatusBar_EventContent_Time=0x7f08001e; + public static int TextAppearance_StatusBar_EventContent_Title=0x7f08001f; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0800d7; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0800d8; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0800d9; + public static int Theme=0x7f0800da; + public static int Theme_AppCompat=0x7f0800db; + public static int Theme_AppCompat_CompactMenu=0x7f0800dc; + public static int Theme_AppCompat_Dialog=0x7f0800dd; + public static int Theme_AppCompat_Dialog_Alert=0x7f0800de; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0800df; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0800e0; + public static int Theme_AppCompat_Light=0x7f0800e1; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0800e2; + public static int Theme_AppCompat_Light_Dialog=0x7f0800e3; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0800e4; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0800e5; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0800e6; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0800e7; + public static int Theme_AppCompat_NoActionBar=0x7f0800e8; + public static int Theme_Catalyst=0x7f0800e9; + public static int Theme_Catalyst_RedBox=0x7f0800ea; + public static int Theme_ReactNative_AppCompat_Light=0x7f0800eb; + public static int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen=0x7f0800ec; + public static int ThemeOverlay_AppCompat=0x7f0800ed; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0800ee; + public static int ThemeOverlay_AppCompat_Dark=0x7f0800ef; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0800f0; + public static int ThemeOverlay_AppCompat_Light=0x7f0800f1; + public static int Widget_AppCompat_ActionBar=0x7f0800f2; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0800f3; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0800f4; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0800f5; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0800f6; + public static int Widget_AppCompat_ActionButton=0x7f0800f7; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0800f8; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0800f9; + public static int Widget_AppCompat_ActionMode=0x7f0800fa; + public static int Widget_AppCompat_ActivityChooserView=0x7f0800fb; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0800fc; + public static int Widget_AppCompat_Button=0x7f0800fd; + public static int Widget_AppCompat_Button_Borderless=0x7f0800fe; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0800ff; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f080100; + public static int Widget_AppCompat_Button_Colored=0x7f080101; + public static int Widget_AppCompat_Button_Small=0x7f080102; + public static int Widget_AppCompat_ButtonBar=0x7f080103; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f080104; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f080105; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f080106; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f080107; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f080108; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f080109; + public static int Widget_AppCompat_EditText=0x7f08010a; + public static int Widget_AppCompat_Light_ActionBar=0x7f08010b; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f08010c; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f08010d; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f08010e; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f08010f; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f080110; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080111; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f080112; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f080113; + public static int Widget_AppCompat_Light_ActionButton=0x7f080114; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f080115; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f080116; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f080117; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f080118; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f080119; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f08011a; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f08011b; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f08011c; + public static int Widget_AppCompat_Light_PopupMenu=0x7f08011d; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f08011e; + public static int Widget_AppCompat_Light_SearchView=0x7f08011f; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f080120; + public static int Widget_AppCompat_ListPopupWindow=0x7f080121; + public static int Widget_AppCompat_ListView=0x7f080122; + public static int Widget_AppCompat_ListView_DropDown=0x7f080123; + public static int Widget_AppCompat_ListView_Menu=0x7f080124; + public static int Widget_AppCompat_PopupMenu=0x7f080125; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f080126; + public static int Widget_AppCompat_PopupWindow=0x7f080127; + public static int Widget_AppCompat_ProgressBar=0x7f080128; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f080129; + public static int Widget_AppCompat_RatingBar=0x7f08012a; + public static int Widget_AppCompat_SearchView=0x7f08012b; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f08012c; + public static int Widget_AppCompat_Spinner=0x7f08012d; + public static int Widget_AppCompat_Spinner_DropDown=0x7f08012e; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f08012f; + public static int Widget_AppCompat_Spinner_Underlined=0x7f080130; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f080131; + public static int Widget_AppCompat_Toolbar=0x7f080132; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f080133; + } + public static final class xml { + public static int preferences=0x7f050000; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background com.imagepicker:background}
{@link #ActionBar_backgroundSplit com.imagepicker:backgroundSplit}
{@link #ActionBar_backgroundStacked com.imagepicker:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.imagepicker:contentInsetEnd}
{@link #ActionBar_contentInsetLeft com.imagepicker:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.imagepicker:contentInsetRight}
{@link #ActionBar_contentInsetStart com.imagepicker:contentInsetStart}
{@link #ActionBar_customNavigationLayout com.imagepicker:customNavigationLayout}
{@link #ActionBar_displayOptions com.imagepicker:displayOptions}
{@link #ActionBar_divider com.imagepicker:divider}
{@link #ActionBar_elevation com.imagepicker:elevation}
{@link #ActionBar_height com.imagepicker:height}
{@link #ActionBar_hideOnContentScroll com.imagepicker:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.imagepicker:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.imagepicker:homeLayout}
{@link #ActionBar_icon com.imagepicker:icon}
{@link #ActionBar_indeterminateProgressStyle com.imagepicker:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.imagepicker:itemPadding}
{@link #ActionBar_logo com.imagepicker:logo}
{@link #ActionBar_navigationMode com.imagepicker:navigationMode}
{@link #ActionBar_popupTheme com.imagepicker:popupTheme}
{@link #ActionBar_progressBarPadding com.imagepicker:progressBarPadding}
{@link #ActionBar_progressBarStyle com.imagepicker:progressBarStyle}
{@link #ActionBar_subtitle com.imagepicker:subtitle}
{@link #ActionBar_subtitleTextStyle com.imagepicker:subtitleTextStyle}
{@link #ActionBar_title com.imagepicker:title}
{@link #ActionBar_titleTextStyle com.imagepicker:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] 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, 0x7f010097 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name com.imagepicker:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:elevation + */ + public static int ActionBar_elevation = 24; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 26; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name com.imagepicker:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:popupTheme + */ + public static int ActionBar_popupTheme = 25; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background com.imagepicker:background}
{@link #ActionMode_backgroundSplit com.imagepicker:backgroundSplit}
{@link #ActionMode_closeItemLayout com.imagepicker:closeItemLayout}
{@link #ActionMode_height com.imagepicker:height}
{@link #ActionMode_subtitleTextStyle com.imagepicker:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.imagepicker:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, + 0x7f01000e, 0x7f01001c + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.imagepicker:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.imagepicker:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f01001d, 0x7f01001e + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.imagepicker:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.imagepicker:listItemLayout}
{@link #AlertDialog_listLayout com.imagepicker:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.imagepicker:multiChoiceItemLayout}
{@link #AlertDialog_singleChoiceItemLayout com.imagepicker:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, + 0x7f010022, 0x7f010023 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_textAllCaps com.imagepicker:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f010024 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.imagepicker:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.imagepicker:buttonTint}
{@link #CompoundButton_buttonTintMode com.imagepicker:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f010025, 0x7f010026 + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.imagepicker:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.imagepicker:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.imagepicker:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.imagepicker:barLength}
{@link #DrawerArrowToggle_color com.imagepicker:color}
{@link #DrawerArrowToggle_drawableSize com.imagepicker:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.imagepicker:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.imagepicker:spinBars}
{@link #DrawerArrowToggle_thickness com.imagepicker:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, + 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a GenericDraweeView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #GenericDraweeView_actualImageScaleType com.imagepicker:actualImageScaleType}
{@link #GenericDraweeView_backgroundImage com.imagepicker:backgroundImage}
{@link #GenericDraweeView_fadeDuration com.imagepicker:fadeDuration}
{@link #GenericDraweeView_failureImage com.imagepicker:failureImage}
{@link #GenericDraweeView_failureImageScaleType com.imagepicker:failureImageScaleType}
{@link #GenericDraweeView_overlayImage com.imagepicker:overlayImage}
{@link #GenericDraweeView_placeholderImage com.imagepicker:placeholderImage}
{@link #GenericDraweeView_placeholderImageScaleType com.imagepicker:placeholderImageScaleType}
{@link #GenericDraweeView_pressedStateOverlayImage com.imagepicker:pressedStateOverlayImage}
{@link #GenericDraweeView_progressBarAutoRotateInterval com.imagepicker:progressBarAutoRotateInterval}
{@link #GenericDraweeView_progressBarImage com.imagepicker:progressBarImage}
{@link #GenericDraweeView_progressBarImageScaleType com.imagepicker:progressBarImageScaleType}
{@link #GenericDraweeView_retryImage com.imagepicker:retryImage}
{@link #GenericDraweeView_retryImageScaleType com.imagepicker:retryImageScaleType}
{@link #GenericDraweeView_roundAsCircle com.imagepicker:roundAsCircle}
{@link #GenericDraweeView_roundBottomLeft com.imagepicker:roundBottomLeft}
{@link #GenericDraweeView_roundBottomRight com.imagepicker:roundBottomRight}
{@link #GenericDraweeView_roundTopLeft com.imagepicker:roundTopLeft}
{@link #GenericDraweeView_roundTopRight com.imagepicker:roundTopRight}
{@link #GenericDraweeView_roundWithOverlayColor com.imagepicker:roundWithOverlayColor}
{@link #GenericDraweeView_roundedCornerRadius com.imagepicker:roundedCornerRadius}
{@link #GenericDraweeView_roundingBorderColor com.imagepicker:roundingBorderColor}
{@link #GenericDraweeView_roundingBorderWidth com.imagepicker:roundingBorderWidth}
{@link #GenericDraweeView_viewAspectRatio com.imagepicker:viewAspectRatio}
+ @see #GenericDraweeView_actualImageScaleType + @see #GenericDraweeView_backgroundImage + @see #GenericDraweeView_fadeDuration + @see #GenericDraweeView_failureImage + @see #GenericDraweeView_failureImageScaleType + @see #GenericDraweeView_overlayImage + @see #GenericDraweeView_placeholderImage + @see #GenericDraweeView_placeholderImageScaleType + @see #GenericDraweeView_pressedStateOverlayImage + @see #GenericDraweeView_progressBarAutoRotateInterval + @see #GenericDraweeView_progressBarImage + @see #GenericDraweeView_progressBarImageScaleType + @see #GenericDraweeView_retryImage + @see #GenericDraweeView_retryImageScaleType + @see #GenericDraweeView_roundAsCircle + @see #GenericDraweeView_roundBottomLeft + @see #GenericDraweeView_roundBottomRight + @see #GenericDraweeView_roundTopLeft + @see #GenericDraweeView_roundTopRight + @see #GenericDraweeView_roundWithOverlayColor + @see #GenericDraweeView_roundedCornerRadius + @see #GenericDraweeView_roundingBorderColor + @see #GenericDraweeView_roundingBorderWidth + @see #GenericDraweeView_viewAspectRatio + */ + public static final int[] GenericDraweeView = { + 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, + 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, + 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, + 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, + 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actualImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker:actualImageScaleType + */ + public static int GenericDraweeView_actualImageScaleType = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:backgroundImage + */ + public static int GenericDraweeView_backgroundImage = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#fadeDuration} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:fadeDuration + */ + public static int GenericDraweeView_fadeDuration = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#failureImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:failureImage + */ + public static int GenericDraweeView_failureImage = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#failureImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker:failureImageScaleType + */ + public static int GenericDraweeView_failureImageScaleType = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#overlayImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:overlayImage + */ + public static int GenericDraweeView_overlayImage = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#placeholderImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:placeholderImage + */ + public static int GenericDraweeView_placeholderImage = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#placeholderImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker:placeholderImageScaleType + */ + public static int GenericDraweeView_placeholderImageScaleType = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#pressedStateOverlayImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:pressedStateOverlayImage + */ + public static int GenericDraweeView_pressedStateOverlayImage = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarAutoRotateInterval} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:progressBarAutoRotateInterval + */ + public static int GenericDraweeView_progressBarAutoRotateInterval = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:progressBarImage + */ + public static int GenericDraweeView_progressBarImage = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker:progressBarImageScaleType + */ + public static int GenericDraweeView_progressBarImageScaleType = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#retryImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:retryImage + */ + public static int GenericDraweeView_retryImage = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#retryImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker:retryImageScaleType + */ + public static int GenericDraweeView_retryImageScaleType = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundAsCircle} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundAsCircle + */ + public static int GenericDraweeView_roundAsCircle = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundBottomLeft} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundBottomLeft + */ + public static int GenericDraweeView_roundBottomLeft = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundBottomRight} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundBottomRight + */ + public static int GenericDraweeView_roundBottomRight = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundTopLeft} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundTopLeft + */ + public static int GenericDraweeView_roundTopLeft = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundTopRight} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundTopRight + */ + public static int GenericDraweeView_roundTopRight = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundWithOverlayColor} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundWithOverlayColor + */ + public static int GenericDraweeView_roundWithOverlayColor = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundedCornerRadius} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundedCornerRadius + */ + public static int GenericDraweeView_roundedCornerRadius = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundingBorderColor} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundingBorderColor + */ + public static int GenericDraweeView_roundingBorderColor = 23; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundingBorderWidth} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundingBorderWidth + */ + public static int GenericDraweeView_roundingBorderWidth = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#viewAspectRatio} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:viewAspectRatio + */ + public static int GenericDraweeView_viewAspectRatio = 1; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.imagepicker:divider}
{@link #LinearLayoutCompat_dividerPadding com.imagepicker:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.imagepicker:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.imagepicker:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, + 0x7f010049 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name com.imagepicker:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout com.imagepicker:actionLayout}
{@link #MenuItem_actionProviderClass com.imagepicker:actionProviderClass}
{@link #MenuItem_actionViewClass com.imagepicker:actionViewClass}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_showAsAction com.imagepicker:showAsAction}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_showAsAction + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, + 0x7f01004d + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionLayout + */ + public static int MenuItem_actionLayout = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:actionViewClass + */ + public static int MenuItem_actionViewClass = 15; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name com.imagepicker:showAsAction + */ + public static int MenuItem_showAsAction = 13; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing com.imagepicker:preserveIconSpacing}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor com.imagepicker:overlapAnchor}
+ @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x7f01004f + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 1; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.imagepicker:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f010050 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_layoutManager com.imagepicker:layoutManager}
{@link #RecyclerView_reverseLayout com.imagepicker:reverseLayout}
{@link #RecyclerView_spanCount com.imagepicker:spanCount}
{@link #RecyclerView_stackFromEnd com.imagepicker:stackFromEnd}
+ @see #RecyclerView_android_orientation + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, + 0x7f010054 + }; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:layoutManager + */ + public static int RecyclerView_layoutManager = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:reverseLayout + */ + public static int RecyclerView_reverseLayout = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:spanCount + */ + public static int RecyclerView_spanCount = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 4; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon com.imagepicker:closeIcon}
{@link #SearchView_commitIcon com.imagepicker:commitIcon}
{@link #SearchView_defaultQueryHint com.imagepicker:defaultQueryHint}
{@link #SearchView_goIcon com.imagepicker:goIcon}
{@link #SearchView_iconifiedByDefault com.imagepicker:iconifiedByDefault}
{@link #SearchView_layout com.imagepicker:layout}
{@link #SearchView_queryBackground com.imagepicker:queryBackground}
{@link #SearchView_queryHint com.imagepicker:queryHint}
{@link #SearchView_searchHintIcon com.imagepicker:searchHintIcon}
{@link #SearchView_searchIcon com.imagepicker:searchIcon}
{@link #SearchView_submitBackground com.imagepicker:submitBackground}
{@link #SearchView_suggestionRowLayout com.imagepicker:suggestionRowLayout}
{@link #SearchView_voiceIcon com.imagepicker:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, + 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, + 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, + 0x7f010061 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme com.imagepicker:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 2; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:popupTheme + */ + public static int Spinner_popupTheme = 3; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.imagepicker:showText}
{@link #SwitchCompat_splitTrack com.imagepicker:splitTrack}
{@link #SwitchCompat_switchMinWidth com.imagepicker:switchMinWidth}
{@link #SwitchCompat_switchPadding com.imagepicker:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.imagepicker:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.imagepicker:thumbTextPadding}
{@link #SwitchCompat_track com.imagepicker:track}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_track + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f010062, + 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, + 0x7f010067, 0x7f010068 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:showText + */ + public static int SwitchCompat_showText = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:splitTrack + */ + public static int SwitchCompat_splitTrack = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:switchPadding + */ + public static int SwitchCompat_switchPadding = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:track + */ + public static int SwitchCompat_track = 3; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_textAllCaps com.imagepicker:textAllCaps}
+ @see #TextAppearance_android_textColor + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x7f010024 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.imagepicker:textAllCaps + */ + public static int TextAppearance_textAllCaps = 4; + /** Attributes that can be used with a Theme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Theme_actionBarDivider com.imagepicker:actionBarDivider}
{@link #Theme_actionBarItemBackground com.imagepicker:actionBarItemBackground}
{@link #Theme_actionBarPopupTheme com.imagepicker:actionBarPopupTheme}
{@link #Theme_actionBarSize com.imagepicker:actionBarSize}
{@link #Theme_actionBarSplitStyle com.imagepicker:actionBarSplitStyle}
{@link #Theme_actionBarStyle com.imagepicker:actionBarStyle}
{@link #Theme_actionBarTabBarStyle com.imagepicker:actionBarTabBarStyle}
{@link #Theme_actionBarTabStyle com.imagepicker:actionBarTabStyle}
{@link #Theme_actionBarTabTextStyle com.imagepicker:actionBarTabTextStyle}
{@link #Theme_actionBarTheme com.imagepicker:actionBarTheme}
{@link #Theme_actionBarWidgetTheme com.imagepicker:actionBarWidgetTheme}
{@link #Theme_actionButtonStyle com.imagepicker:actionButtonStyle}
{@link #Theme_actionDropDownStyle com.imagepicker:actionDropDownStyle}
{@link #Theme_actionMenuTextAppearance com.imagepicker:actionMenuTextAppearance}
{@link #Theme_actionMenuTextColor com.imagepicker:actionMenuTextColor}
{@link #Theme_actionModeBackground com.imagepicker:actionModeBackground}
{@link #Theme_actionModeCloseButtonStyle com.imagepicker:actionModeCloseButtonStyle}
{@link #Theme_actionModeCloseDrawable com.imagepicker:actionModeCloseDrawable}
{@link #Theme_actionModeCopyDrawable com.imagepicker:actionModeCopyDrawable}
{@link #Theme_actionModeCutDrawable com.imagepicker:actionModeCutDrawable}
{@link #Theme_actionModeFindDrawable com.imagepicker:actionModeFindDrawable}
{@link #Theme_actionModePasteDrawable com.imagepicker:actionModePasteDrawable}
{@link #Theme_actionModePopupWindowStyle com.imagepicker:actionModePopupWindowStyle}
{@link #Theme_actionModeSelectAllDrawable com.imagepicker:actionModeSelectAllDrawable}
{@link #Theme_actionModeShareDrawable com.imagepicker:actionModeShareDrawable}
{@link #Theme_actionModeSplitBackground com.imagepicker:actionModeSplitBackground}
{@link #Theme_actionModeStyle com.imagepicker:actionModeStyle}
{@link #Theme_actionModeWebSearchDrawable com.imagepicker:actionModeWebSearchDrawable}
{@link #Theme_actionOverflowButtonStyle com.imagepicker:actionOverflowButtonStyle}
{@link #Theme_actionOverflowMenuStyle com.imagepicker:actionOverflowMenuStyle}
{@link #Theme_activityChooserViewStyle com.imagepicker:activityChooserViewStyle}
{@link #Theme_alertDialogButtonGroupStyle com.imagepicker:alertDialogButtonGroupStyle}
{@link #Theme_alertDialogCenterButtons com.imagepicker:alertDialogCenterButtons}
{@link #Theme_alertDialogStyle com.imagepicker:alertDialogStyle}
{@link #Theme_alertDialogTheme com.imagepicker:alertDialogTheme}
{@link #Theme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #Theme_android_windowIsFloating android:windowIsFloating}
{@link #Theme_autoCompleteTextViewStyle com.imagepicker:autoCompleteTextViewStyle}
{@link #Theme_borderlessButtonStyle com.imagepicker:borderlessButtonStyle}
{@link #Theme_buttonBarButtonStyle com.imagepicker:buttonBarButtonStyle}
{@link #Theme_buttonBarNegativeButtonStyle com.imagepicker:buttonBarNegativeButtonStyle}
{@link #Theme_buttonBarNeutralButtonStyle com.imagepicker:buttonBarNeutralButtonStyle}
{@link #Theme_buttonBarPositiveButtonStyle com.imagepicker:buttonBarPositiveButtonStyle}
{@link #Theme_buttonBarStyle com.imagepicker:buttonBarStyle}
{@link #Theme_buttonStyle com.imagepicker:buttonStyle}
{@link #Theme_buttonStyleSmall com.imagepicker:buttonStyleSmall}
{@link #Theme_checkboxStyle com.imagepicker:checkboxStyle}
{@link #Theme_checkedTextViewStyle com.imagepicker:checkedTextViewStyle}
{@link #Theme_colorAccent com.imagepicker:colorAccent}
{@link #Theme_colorButtonNormal com.imagepicker:colorButtonNormal}
{@link #Theme_colorControlActivated com.imagepicker:colorControlActivated}
{@link #Theme_colorControlHighlight com.imagepicker:colorControlHighlight}
{@link #Theme_colorControlNormal com.imagepicker:colorControlNormal}
{@link #Theme_colorPrimary com.imagepicker:colorPrimary}
{@link #Theme_colorPrimaryDark com.imagepicker:colorPrimaryDark}
{@link #Theme_colorSwitchThumbNormal com.imagepicker:colorSwitchThumbNormal}
{@link #Theme_controlBackground com.imagepicker:controlBackground}
{@link #Theme_dialogPreferredPadding com.imagepicker:dialogPreferredPadding}
{@link #Theme_dialogTheme com.imagepicker:dialogTheme}
{@link #Theme_dividerHorizontal com.imagepicker:dividerHorizontal}
{@link #Theme_dividerVertical com.imagepicker:dividerVertical}
{@link #Theme_dropDownListViewStyle com.imagepicker:dropDownListViewStyle}
{@link #Theme_dropdownListPreferredItemHeight com.imagepicker:dropdownListPreferredItemHeight}
{@link #Theme_editTextBackground com.imagepicker:editTextBackground}
{@link #Theme_editTextColor com.imagepicker:editTextColor}
{@link #Theme_editTextStyle com.imagepicker:editTextStyle}
{@link #Theme_homeAsUpIndicator com.imagepicker:homeAsUpIndicator}
{@link #Theme_listChoiceBackgroundIndicator com.imagepicker:listChoiceBackgroundIndicator}
{@link #Theme_listDividerAlertDialog com.imagepicker:listDividerAlertDialog}
{@link #Theme_listPopupWindowStyle com.imagepicker:listPopupWindowStyle}
{@link #Theme_listPreferredItemHeight com.imagepicker:listPreferredItemHeight}
{@link #Theme_listPreferredItemHeightLarge com.imagepicker:listPreferredItemHeightLarge}
{@link #Theme_listPreferredItemHeightSmall com.imagepicker:listPreferredItemHeightSmall}
{@link #Theme_listPreferredItemPaddingLeft com.imagepicker:listPreferredItemPaddingLeft}
{@link #Theme_listPreferredItemPaddingRight com.imagepicker:listPreferredItemPaddingRight}
{@link #Theme_panelBackground com.imagepicker:panelBackground}
{@link #Theme_panelMenuListTheme com.imagepicker:panelMenuListTheme}
{@link #Theme_panelMenuListWidth com.imagepicker:panelMenuListWidth}
{@link #Theme_popupMenuStyle com.imagepicker:popupMenuStyle}
{@link #Theme_popupWindowStyle com.imagepicker:popupWindowStyle}
{@link #Theme_radioButtonStyle com.imagepicker:radioButtonStyle}
{@link #Theme_ratingBarStyle com.imagepicker:ratingBarStyle}
{@link #Theme_searchViewStyle com.imagepicker:searchViewStyle}
{@link #Theme_selectableItemBackground com.imagepicker:selectableItemBackground}
{@link #Theme_selectableItemBackgroundBorderless com.imagepicker:selectableItemBackgroundBorderless}
{@link #Theme_spinnerDropDownItemStyle com.imagepicker:spinnerDropDownItemStyle}
{@link #Theme_spinnerStyle com.imagepicker:spinnerStyle}
{@link #Theme_switchStyle com.imagepicker:switchStyle}
{@link #Theme_textAppearanceLargePopupMenu com.imagepicker:textAppearanceLargePopupMenu}
{@link #Theme_textAppearanceListItem com.imagepicker:textAppearanceListItem}
{@link #Theme_textAppearanceListItemSmall com.imagepicker:textAppearanceListItemSmall}
{@link #Theme_textAppearanceSearchResultSubtitle com.imagepicker:textAppearanceSearchResultSubtitle}
{@link #Theme_textAppearanceSearchResultTitle com.imagepicker:textAppearanceSearchResultTitle}
{@link #Theme_textAppearanceSmallPopupMenu com.imagepicker:textAppearanceSmallPopupMenu}
{@link #Theme_textColorAlertDialogListItem com.imagepicker:textColorAlertDialogListItem}
{@link #Theme_textColorSearchUrl com.imagepicker:textColorSearchUrl}
{@link #Theme_toolbarNavigationButtonStyle com.imagepicker:toolbarNavigationButtonStyle}
{@link #Theme_toolbarStyle com.imagepicker:toolbarStyle}
{@link #Theme_windowActionBar com.imagepicker:windowActionBar}
{@link #Theme_windowActionBarOverlay com.imagepicker:windowActionBarOverlay}
{@link #Theme_windowActionModeOverlay com.imagepicker:windowActionModeOverlay}
{@link #Theme_windowFixedHeightMajor com.imagepicker:windowFixedHeightMajor}
{@link #Theme_windowFixedHeightMinor com.imagepicker:windowFixedHeightMinor}
{@link #Theme_windowFixedWidthMajor com.imagepicker:windowFixedWidthMajor}
{@link #Theme_windowFixedWidthMinor com.imagepicker:windowFixedWidthMinor}
{@link #Theme_windowMinWidthMajor com.imagepicker:windowMinWidthMajor}
{@link #Theme_windowMinWidthMinor com.imagepicker:windowMinWidthMinor}
{@link #Theme_windowNoTitle com.imagepicker:windowNoTitle}
+ @see #Theme_actionBarDivider + @see #Theme_actionBarItemBackground + @see #Theme_actionBarPopupTheme + @see #Theme_actionBarSize + @see #Theme_actionBarSplitStyle + @see #Theme_actionBarStyle + @see #Theme_actionBarTabBarStyle + @see #Theme_actionBarTabStyle + @see #Theme_actionBarTabTextStyle + @see #Theme_actionBarTheme + @see #Theme_actionBarWidgetTheme + @see #Theme_actionButtonStyle + @see #Theme_actionDropDownStyle + @see #Theme_actionMenuTextAppearance + @see #Theme_actionMenuTextColor + @see #Theme_actionModeBackground + @see #Theme_actionModeCloseButtonStyle + @see #Theme_actionModeCloseDrawable + @see #Theme_actionModeCopyDrawable + @see #Theme_actionModeCutDrawable + @see #Theme_actionModeFindDrawable + @see #Theme_actionModePasteDrawable + @see #Theme_actionModePopupWindowStyle + @see #Theme_actionModeSelectAllDrawable + @see #Theme_actionModeShareDrawable + @see #Theme_actionModeSplitBackground + @see #Theme_actionModeStyle + @see #Theme_actionModeWebSearchDrawable + @see #Theme_actionOverflowButtonStyle + @see #Theme_actionOverflowMenuStyle + @see #Theme_activityChooserViewStyle + @see #Theme_alertDialogButtonGroupStyle + @see #Theme_alertDialogCenterButtons + @see #Theme_alertDialogStyle + @see #Theme_alertDialogTheme + @see #Theme_android_windowAnimationStyle + @see #Theme_android_windowIsFloating + @see #Theme_autoCompleteTextViewStyle + @see #Theme_borderlessButtonStyle + @see #Theme_buttonBarButtonStyle + @see #Theme_buttonBarNegativeButtonStyle + @see #Theme_buttonBarNeutralButtonStyle + @see #Theme_buttonBarPositiveButtonStyle + @see #Theme_buttonBarStyle + @see #Theme_buttonStyle + @see #Theme_buttonStyleSmall + @see #Theme_checkboxStyle + @see #Theme_checkedTextViewStyle + @see #Theme_colorAccent + @see #Theme_colorButtonNormal + @see #Theme_colorControlActivated + @see #Theme_colorControlHighlight + @see #Theme_colorControlNormal + @see #Theme_colorPrimary + @see #Theme_colorPrimaryDark + @see #Theme_colorSwitchThumbNormal + @see #Theme_controlBackground + @see #Theme_dialogPreferredPadding + @see #Theme_dialogTheme + @see #Theme_dividerHorizontal + @see #Theme_dividerVertical + @see #Theme_dropDownListViewStyle + @see #Theme_dropdownListPreferredItemHeight + @see #Theme_editTextBackground + @see #Theme_editTextColor + @see #Theme_editTextStyle + @see #Theme_homeAsUpIndicator + @see #Theme_listChoiceBackgroundIndicator + @see #Theme_listDividerAlertDialog + @see #Theme_listPopupWindowStyle + @see #Theme_listPreferredItemHeight + @see #Theme_listPreferredItemHeightLarge + @see #Theme_listPreferredItemHeightSmall + @see #Theme_listPreferredItemPaddingLeft + @see #Theme_listPreferredItemPaddingRight + @see #Theme_panelBackground + @see #Theme_panelMenuListTheme + @see #Theme_panelMenuListWidth + @see #Theme_popupMenuStyle + @see #Theme_popupWindowStyle + @see #Theme_radioButtonStyle + @see #Theme_ratingBarStyle + @see #Theme_searchViewStyle + @see #Theme_selectableItemBackground + @see #Theme_selectableItemBackgroundBorderless + @see #Theme_spinnerDropDownItemStyle + @see #Theme_spinnerStyle + @see #Theme_switchStyle + @see #Theme_textAppearanceLargePopupMenu + @see #Theme_textAppearanceListItem + @see #Theme_textAppearanceListItemSmall + @see #Theme_textAppearanceSearchResultSubtitle + @see #Theme_textAppearanceSearchResultTitle + @see #Theme_textAppearanceSmallPopupMenu + @see #Theme_textColorAlertDialogListItem + @see #Theme_textColorSearchUrl + @see #Theme_toolbarNavigationButtonStyle + @see #Theme_toolbarStyle + @see #Theme_windowActionBar + @see #Theme_windowActionBarOverlay + @see #Theme_windowActionModeOverlay + @see #Theme_windowFixedHeightMajor + @see #Theme_windowFixedHeightMinor + @see #Theme_windowFixedWidthMajor + @see #Theme_windowFixedWidthMinor + @see #Theme_windowMinWidthMajor + @see #Theme_windowMinWidthMinor + @see #Theme_windowNoTitle + */ + public static final int[] Theme = { + 0x01010057, 0x010100ae, 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, 0x7f010094, 0x7f010095, 0x7f010096, + 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, + 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, + 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, + 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, + 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, + 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, + 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, + 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, + 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, + 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, + 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, + 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, + 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, + 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarDivider} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarDivider + */ + public static int Theme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarItemBackground + */ + public static int Theme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarPopupTheme + */ + public static int Theme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarSize} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name com.imagepicker:actionBarSize + */ + public static int Theme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarSplitStyle + */ + public static int Theme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarStyle + */ + public static int Theme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarTabBarStyle + */ + public static int Theme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarTabStyle + */ + public static int Theme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarTabTextStyle + */ + public static int Theme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarTheme + */ + public static int Theme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarWidgetTheme + */ + public static int Theme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionButtonStyle + */ + public static int Theme_actionButtonStyle = 49; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionDropDownStyle + */ + public static int Theme_actionDropDownStyle = 45; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionMenuTextAppearance + */ + public static int Theme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:actionMenuTextColor + */ + public static int Theme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeBackground + */ + public static int Theme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeCloseButtonStyle + */ + public static int Theme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeCloseDrawable + */ + public static int Theme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeCopyDrawable + */ + public static int Theme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeCutDrawable + */ + public static int Theme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeFindDrawable + */ + public static int Theme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModePasteDrawable + */ + public static int Theme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModePopupWindowStyle + */ + public static int Theme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeSelectAllDrawable + */ + public static int Theme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeShareDrawable + */ + public static int Theme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeSplitBackground + */ + public static int Theme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeStyle + */ + public static int Theme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeWebSearchDrawable + */ + public static int Theme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionOverflowButtonStyle + */ + public static int Theme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionOverflowMenuStyle + */ + public static int Theme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:activityChooserViewStyle + */ + public static int Theme_activityChooserViewStyle = 57; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:alertDialogButtonGroupStyle + */ + public static int Theme_alertDialogButtonGroupStyle = 91; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:alertDialogCenterButtons + */ + public static int Theme_alertDialogCenterButtons = 92; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:alertDialogStyle + */ + public static int Theme_alertDialogStyle = 90; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:alertDialogTheme + */ + public static int Theme_alertDialogTheme = 93; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #Theme} array. + @attr name android:windowAnimationStyle + */ + public static int Theme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #Theme} array. + @attr name android:windowIsFloating + */ + public static int Theme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:autoCompleteTextViewStyle + */ + public static int Theme_autoCompleteTextViewStyle = 98; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:borderlessButtonStyle + */ + public static int Theme_borderlessButtonStyle = 54; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonBarButtonStyle + */ + public static int Theme_buttonBarButtonStyle = 51; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonBarNegativeButtonStyle + */ + public static int Theme_buttonBarNegativeButtonStyle = 96; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonBarNeutralButtonStyle + */ + public static int Theme_buttonBarNeutralButtonStyle = 97; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonBarPositiveButtonStyle + */ + public static int Theme_buttonBarPositiveButtonStyle = 95; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonBarStyle + */ + public static int Theme_buttonBarStyle = 50; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonStyle + */ + public static int Theme_buttonStyle = 99; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonStyleSmall + */ + public static int Theme_buttonStyleSmall = 100; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#checkboxStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:checkboxStyle + */ + public static int Theme_checkboxStyle = 101; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:checkedTextViewStyle + */ + public static int Theme_checkedTextViewStyle = 102; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorAccent} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorAccent + */ + public static int Theme_colorAccent = 83; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorButtonNormal + */ + public static int Theme_colorButtonNormal = 87; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorControlActivated} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorControlActivated + */ + public static int Theme_colorControlActivated = 85; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorControlHighlight + */ + public static int Theme_colorControlHighlight = 86; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorControlNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorControlNormal + */ + public static int Theme_colorControlNormal = 84; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorPrimary} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorPrimary + */ + public static int Theme_colorPrimary = 81; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorPrimaryDark + */ + public static int Theme_colorPrimaryDark = 82; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorSwitchThumbNormal + */ + public static int Theme_colorSwitchThumbNormal = 88; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#controlBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:controlBackground + */ + public static int Theme_controlBackground = 89; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:dialogPreferredPadding + */ + public static int Theme_dialogPreferredPadding = 43; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:dialogTheme + */ + public static int Theme_dialogTheme = 42; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:dividerHorizontal + */ + public static int Theme_dividerHorizontal = 56; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dividerVertical} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:dividerVertical + */ + public static int Theme_dividerVertical = 55; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:dropDownListViewStyle + */ + public static int Theme_dropDownListViewStyle = 73; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:dropdownListPreferredItemHeight + */ + public static int Theme_dropdownListPreferredItemHeight = 46; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#editTextBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:editTextBackground + */ + public static int Theme_editTextBackground = 63; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#editTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:editTextColor + */ + public static int Theme_editTextColor = 62; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#editTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:editTextStyle + */ + public static int Theme_editTextStyle = 103; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:homeAsUpIndicator + */ + public static int Theme_homeAsUpIndicator = 48; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:listChoiceBackgroundIndicator + */ + public static int Theme_listChoiceBackgroundIndicator = 80; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:listDividerAlertDialog + */ + public static int Theme_listDividerAlertDialog = 44; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:listPopupWindowStyle + */ + public static int Theme_listPopupWindowStyle = 74; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:listPreferredItemHeight + */ + public static int Theme_listPreferredItemHeight = 68; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:listPreferredItemHeightLarge + */ + public static int Theme_listPreferredItemHeightLarge = 70; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:listPreferredItemHeightSmall + */ + public static int Theme_listPreferredItemHeightSmall = 69; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:listPreferredItemPaddingLeft + */ + public static int Theme_listPreferredItemPaddingLeft = 71; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:listPreferredItemPaddingRight + */ + public static int Theme_listPreferredItemPaddingRight = 72; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#panelBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:panelBackground + */ + public static int Theme_panelBackground = 77; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:panelMenuListTheme + */ + public static int Theme_panelMenuListTheme = 79; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:panelMenuListWidth + */ + public static int Theme_panelMenuListWidth = 78; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:popupMenuStyle + */ + public static int Theme_popupMenuStyle = 60; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:popupWindowStyle + */ + public static int Theme_popupWindowStyle = 61; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:radioButtonStyle + */ + public static int Theme_radioButtonStyle = 104; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:ratingBarStyle + */ + public static int Theme_ratingBarStyle = 105; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#searchViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:searchViewStyle + */ + public static int Theme_searchViewStyle = 67; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:selectableItemBackground + */ + public static int Theme_selectableItemBackground = 52; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:selectableItemBackgroundBorderless + */ + public static int Theme_selectableItemBackgroundBorderless = 53; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:spinnerDropDownItemStyle + */ + public static int Theme_spinnerDropDownItemStyle = 47; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#spinnerStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:spinnerStyle + */ + public static int Theme_spinnerStyle = 106; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#switchStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:switchStyle + */ + public static int Theme_switchStyle = 107; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceLargePopupMenu + */ + public static int Theme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceListItem + */ + public static int Theme_textAppearanceListItem = 75; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceListItemSmall + */ + public static int Theme_textAppearanceListItemSmall = 76; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceSearchResultSubtitle + */ + public static int Theme_textAppearanceSearchResultSubtitle = 65; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceSearchResultTitle + */ + public static int Theme_textAppearanceSearchResultTitle = 64; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceSmallPopupMenu + */ + public static int Theme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:textColorAlertDialogListItem + */ + public static int Theme_textColorAlertDialogListItem = 94; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:textColorSearchUrl + */ + public static int Theme_textColorSearchUrl = 66; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:toolbarNavigationButtonStyle + */ + public static int Theme_toolbarNavigationButtonStyle = 59; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#toolbarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:toolbarStyle + */ + public static int Theme_toolbarStyle = 58; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowActionBar} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowActionBar + */ + public static int Theme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowActionBarOverlay + */ + public static int Theme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowActionModeOverlay + */ + public static int Theme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowFixedHeightMajor + */ + public static int Theme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowFixedHeightMinor + */ + public static int Theme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowFixedWidthMajor + */ + public static int Theme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowFixedWidthMinor + */ + public static int Theme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowMinWidthMajor + */ + public static int Theme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowMinWidthMinor + */ + public static int Theme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowNoTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowNoTitle + */ + public static int Theme_windowNoTitle = 3; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_collapseContentDescription com.imagepicker:collapseContentDescription}
{@link #Toolbar_collapseIcon com.imagepicker:collapseIcon}
{@link #Toolbar_contentInsetEnd com.imagepicker:contentInsetEnd}
{@link #Toolbar_contentInsetLeft com.imagepicker:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.imagepicker:contentInsetRight}
{@link #Toolbar_contentInsetStart com.imagepicker:contentInsetStart}
{@link #Toolbar_logo com.imagepicker:logo}
{@link #Toolbar_logoDescription com.imagepicker:logoDescription}
{@link #Toolbar_maxButtonHeight com.imagepicker:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.imagepicker:navigationContentDescription}
{@link #Toolbar_navigationIcon com.imagepicker:navigationIcon}
{@link #Toolbar_popupTheme com.imagepicker:popupTheme}
{@link #Toolbar_subtitle com.imagepicker:subtitle}
{@link #Toolbar_subtitleTextAppearance com.imagepicker:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.imagepicker:subtitleTextColor}
{@link #Toolbar_title com.imagepicker:title}
{@link #Toolbar_titleMarginBottom com.imagepicker:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.imagepicker:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.imagepicker:titleMarginStart}
{@link #Toolbar_titleMarginTop com.imagepicker:titleMarginTop}
{@link #Toolbar_titleMargins com.imagepicker:titleMargins}
{@link #Toolbar_titleTextAppearance com.imagepicker:titleTextAppearance}
{@link #Toolbar_titleTextColor com.imagepicker:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, + 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, + 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:collapseIcon + */ + public static int Toolbar_collapseIcon = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:logoDescription + */ + public static int Toolbar_logoDescription = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:navigationIcon + */ + public static int Toolbar_navigationIcon = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:popupTheme + */ + public static int Toolbar_popupTheme = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 24; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleMargins + */ + public static int Toolbar_titleMargins = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleTextColor + */ + public static int Toolbar_titleTextColor = 23; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd com.imagepicker:paddingEnd}
{@link #View_paddingStart com.imagepicker:paddingStart}
{@link #View_theme com.imagepicker:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, + 0x7f0100e4 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.imagepicker:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.imagepicker:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f0100e5, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.imagepicker:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/android/build/generated/source/r/release/com/imagepicker/R.java b/android/build/generated/source/r/release/com/imagepicker/R.java new file mode 100644 index 0000000..1fae2b5 --- /dev/null +++ b/android/build/generated/source/r/release/com/imagepicker/R.java @@ -0,0 +1,6891 @@ +/* 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.imagepicker; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f040000; + public static int abc_fade_out=0x7f040001; + public static int abc_grow_fade_in_from_bottom=0x7f040002; + public static int abc_popup_enter=0x7f040003; + public static int abc_popup_exit=0x7f040004; + public static int abc_shrink_fade_out_from_bottom=0x7f040005; + public static int abc_slide_in_bottom=0x7f040006; + public static int abc_slide_in_top=0x7f040007; + public static int abc_slide_out_bottom=0x7f040008; + public static int abc_slide_out_top=0x7f040009; + public static int catalyst_push_up_in=0x7f04000a; + public static int catalyst_push_up_out=0x7f04000b; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01007f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010078; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01007d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010094; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f01004b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f010080; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010087; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f01008c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f01008a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01008d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010077; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f01004d; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f01004c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f0100a0; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int actualImageScaleType=0x7f01003a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100c2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100c3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100c4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f01002b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f01002c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int backgroundImage=0x7f01003b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f01000e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01000d; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f0100e5; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int backgroundTintMode=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01009d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f01009a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100c8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f01001f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100ca; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100cb; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f010025; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int buttonTintMode=0x7f010026; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100cc; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100cd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f010059; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f01001c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f0100dc; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f0100db; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f010027; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100ba; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100be; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100bd; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100bb; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100b8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100b9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100bf; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f01005e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f01000f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f010058; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010092; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f010091; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f010049; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01009e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f0100b0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f0100a6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f0100a5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100ce; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01001a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f01001e; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fadeDuration=0x7f01002f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int failureImage=0x7f010035; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int failureImageScaleType=0x7f010036; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f01005a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010015; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f010009; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f010056; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010012; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f01001d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010002; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010051; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010023; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010020; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100b1; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f0100ab; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f0100ad; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f0100ac; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f0100ae; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01000a; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f0100df; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f0100da; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010021; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f0100dd; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010004; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int overlayImage=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f0100e3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f0100e2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100b6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100b5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int placeholderImage=0x7f010031; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int placeholderImageScaleType=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f0100a4; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f01004e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int pressedStateOverlayImage=0x7f01003d; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarAutoRotateInterval=0x7f010039; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarImage=0x7f010037; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int progressBarImageScaleType=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f010060; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f010057; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100cf; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int retryImage=0x7f010033; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int retryImageScaleType=0x7f010034; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010053; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundAsCircle=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundBottomLeft=0x7f010043; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundBottomRight=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundTopLeft=0x7f010040; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundTopRight=0x7f010041; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundWithOverlayColor=0x7f010044; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundedCornerRadius=0x7f01003f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundingBorderColor=0x7f010046; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundingBorderWidth=0x7f010045; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f01005c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f01005b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f0100aa; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f01009b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01009c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f01004a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f010048; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010022; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010052; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100d1; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010067; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010054; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f010061; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f0100d4; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f01005f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f010065; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f010064; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01008f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100b3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f0100a8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f010090; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100c5; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f0100a9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f01002e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f010063; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010003; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f0100d9; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f0100d7; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f0100d8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f0100d5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f0100d3; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f0100e0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f010062; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int viewAspectRatio=0x7f010030; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f01005d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010069; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f01006b; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f01006c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f010070; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01006e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01006d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01006f; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f010071; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f010072; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f01006a; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f090002; + public static int abc_action_bar_embed_tabs_pre_jb=0x7f090000; + public static int abc_action_bar_expanded_action_views_exclusive=0x7f090003; + public static int abc_config_actionMenuItemAllCaps=0x7f090004; + public static int abc_config_allowActionMenuItemTextWithIcon=0x7f090001; + public static int abc_config_closeDialogWhenTouchOutside=0x7f090005; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f090006; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0b003b; + public static int abc_background_cache_hint_selector_material_light=0x7f0b003c; + public static int abc_color_highlight_material=0x7f0b003d; + public static int abc_input_method_navigation_guard=0x7f0b0000; + public static int abc_primary_text_disable_only_material_dark=0x7f0b003e; + public static int abc_primary_text_disable_only_material_light=0x7f0b003f; + public static int abc_primary_text_material_dark=0x7f0b0040; + public static int abc_primary_text_material_light=0x7f0b0041; + public static int abc_search_url_text=0x7f0b0042; + public static int abc_search_url_text_normal=0x7f0b0001; + public static int abc_search_url_text_pressed=0x7f0b0002; + public static int abc_search_url_text_selected=0x7f0b0003; + public static int abc_secondary_text_material_dark=0x7f0b0043; + public static int abc_secondary_text_material_light=0x7f0b0044; + public static int accent_material_dark=0x7f0b0004; + public static int accent_material_light=0x7f0b0005; + public static int background_floating_material_dark=0x7f0b0006; + public static int background_floating_material_light=0x7f0b0007; + public static int background_material_dark=0x7f0b0008; + public static int background_material_light=0x7f0b0009; + public static int bright_foreground_disabled_material_dark=0x7f0b000a; + public static int bright_foreground_disabled_material_light=0x7f0b000b; + public static int bright_foreground_inverse_material_dark=0x7f0b000c; + public static int bright_foreground_inverse_material_light=0x7f0b000d; + public static int bright_foreground_material_dark=0x7f0b000e; + public static int bright_foreground_material_light=0x7f0b000f; + public static int button_material_dark=0x7f0b0010; + public static int button_material_light=0x7f0b0011; + public static int catalyst_redbox_background=0x7f0b0012; + public static int dim_foreground_disabled_material_dark=0x7f0b0013; + public static int dim_foreground_disabled_material_light=0x7f0b0014; + public static int dim_foreground_material_dark=0x7f0b0015; + public static int dim_foreground_material_light=0x7f0b0016; + public static int foreground_material_dark=0x7f0b0017; + public static int foreground_material_light=0x7f0b0018; + public static int highlighted_text_material_dark=0x7f0b0019; + public static int highlighted_text_material_light=0x7f0b001a; + public static int hint_foreground_material_dark=0x7f0b001b; + public static int hint_foreground_material_light=0x7f0b001c; + public static int material_blue_grey_800=0x7f0b001d; + public static int material_blue_grey_900=0x7f0b001e; + public static int material_blue_grey_950=0x7f0b001f; + public static int material_deep_teal_200=0x7f0b0020; + public static int material_deep_teal_500=0x7f0b0021; + public static int material_grey_100=0x7f0b0022; + public static int material_grey_300=0x7f0b0023; + public static int material_grey_50=0x7f0b0024; + public static int material_grey_600=0x7f0b0025; + public static int material_grey_800=0x7f0b0026; + public static int material_grey_850=0x7f0b0027; + public static int material_grey_900=0x7f0b0028; + public static int primary_dark_material_dark=0x7f0b0029; + public static int primary_dark_material_light=0x7f0b002a; + public static int primary_material_dark=0x7f0b002b; + public static int primary_material_light=0x7f0b002c; + public static int primary_text_default_material_dark=0x7f0b002d; + public static int primary_text_default_material_light=0x7f0b002e; + public static int primary_text_disabled_material_dark=0x7f0b002f; + public static int primary_text_disabled_material_light=0x7f0b0030; + public static int ripple_material_dark=0x7f0b0031; + public static int ripple_material_light=0x7f0b0032; + public static int secondary_text_default_material_dark=0x7f0b0033; + public static int secondary_text_default_material_light=0x7f0b0034; + public static int secondary_text_disabled_material_dark=0x7f0b0035; + public static int secondary_text_disabled_material_light=0x7f0b0036; + public static int switch_thumb_disabled_material_dark=0x7f0b0037; + public static int switch_thumb_disabled_material_light=0x7f0b0038; + public static int switch_thumb_material_dark=0x7f0b0045; + public static int switch_thumb_material_light=0x7f0b0046; + public static int switch_thumb_normal_material_dark=0x7f0b0039; + public static int switch_thumb_normal_material_light=0x7f0b003a; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f07000b; + public static int abc_action_bar_default_height_material=0x7f070001; + public static int abc_action_bar_default_padding_end_material=0x7f07000c; + public static int abc_action_bar_default_padding_start_material=0x7f07000d; + public static int abc_action_bar_icon_vertical_padding_material=0x7f07000f; + public static int abc_action_bar_overflow_padding_end_material=0x7f070010; + public static int abc_action_bar_overflow_padding_start_material=0x7f070011; + public static int abc_action_bar_progress_bar_size=0x7f070002; + public static int abc_action_bar_stacked_max_height=0x7f070012; + public static int abc_action_bar_stacked_tab_max_width=0x7f070013; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f070014; + public static int abc_action_bar_subtitle_top_margin_material=0x7f070015; + public static int abc_action_button_min_height_material=0x7f070016; + public static int abc_action_button_min_width_material=0x7f070017; + public static int abc_action_button_min_width_overflow_material=0x7f070018; + public static int abc_alert_dialog_button_bar_height=0x7f070000; + public static int abc_button_inset_horizontal_material=0x7f070019; + public static int abc_button_inset_vertical_material=0x7f07001a; + public static int abc_button_padding_horizontal_material=0x7f07001b; + public static int abc_button_padding_vertical_material=0x7f07001c; + public static int abc_config_prefDialogWidth=0x7f070005; + public static int abc_control_corner_material=0x7f07001d; + public static int abc_control_inset_material=0x7f07001e; + public static int abc_control_padding_material=0x7f07001f; + public static int abc_dialog_list_padding_vertical_material=0x7f070020; + public static int abc_dialog_min_width_major=0x7f070021; + public static int abc_dialog_min_width_minor=0x7f070022; + public static int abc_dialog_padding_material=0x7f070023; + public static int abc_dialog_padding_top_material=0x7f070024; + public static int abc_disabled_alpha_material_dark=0x7f070025; + public static int abc_disabled_alpha_material_light=0x7f070026; + public static int abc_dropdownitem_icon_width=0x7f070027; + public static int abc_dropdownitem_text_padding_left=0x7f070028; + public static int abc_dropdownitem_text_padding_right=0x7f070029; + public static int abc_edit_text_inset_bottom_material=0x7f07002a; + public static int abc_edit_text_inset_horizontal_material=0x7f07002b; + public static int abc_edit_text_inset_top_material=0x7f07002c; + public static int abc_floating_window_z=0x7f07002d; + public static int abc_list_item_padding_horizontal_material=0x7f07002e; + public static int abc_panel_menu_list_width=0x7f07002f; + public static int abc_search_view_preferred_width=0x7f070030; + public static int abc_search_view_text_min_width=0x7f070006; + public static int abc_switch_padding=0x7f07000e; + public static int abc_text_size_body_1_material=0x7f070031; + public static int abc_text_size_body_2_material=0x7f070032; + public static int abc_text_size_button_material=0x7f070033; + public static int abc_text_size_caption_material=0x7f070034; + public static int abc_text_size_display_1_material=0x7f070035; + public static int abc_text_size_display_2_material=0x7f070036; + public static int abc_text_size_display_3_material=0x7f070037; + public static int abc_text_size_display_4_material=0x7f070038; + public static int abc_text_size_headline_material=0x7f070039; + public static int abc_text_size_large_material=0x7f07003a; + public static int abc_text_size_medium_material=0x7f07003b; + public static int abc_text_size_menu_material=0x7f07003c; + public static int abc_text_size_small_material=0x7f07003d; + public static int abc_text_size_subhead_material=0x7f07003e; + public static int abc_text_size_subtitle_material_toolbar=0x7f070003; + public static int abc_text_size_title_material=0x7f07003f; + public static int abc_text_size_title_material_toolbar=0x7f070004; + public static int dialog_fixed_height_major=0x7f070007; + public static int dialog_fixed_height_minor=0x7f070008; + public static int dialog_fixed_width_major=0x7f070009; + public static int dialog_fixed_width_minor=0x7f07000a; + public static int disabled_alpha_material_dark=0x7f070040; + public static int disabled_alpha_material_light=0x7f070041; + public static int highlight_alpha_material_colored=0x7f070042; + public static int highlight_alpha_material_dark=0x7f070043; + public static int highlight_alpha_material_light=0x7f070044; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f070045; + public static int notification_large_icon_height=0x7f070046; + public static int notification_large_icon_width=0x7f070047; + public static int notification_subtext_size=0x7f070048; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b; + public static int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000d; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000e; + public static int abc_cab_background_internal_bg=0x7f02000f; + public static int abc_cab_background_top_material=0x7f020010; + public static int abc_cab_background_top_mtrl_alpha=0x7f020011; + public static int abc_control_background_material=0x7f020012; + public static int abc_dialog_material_background_dark=0x7f020013; + public static int abc_dialog_material_background_light=0x7f020014; + public static int abc_edit_text_material=0x7f020015; + public static int abc_ic_ab_back_mtrl_am_alpha=0x7f020016; + public static int abc_ic_clear_mtrl_alpha=0x7f020017; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020018; + public static int abc_ic_go_search_api_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f02001b; + public static int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001f; + public static int abc_ic_search_api_mtrl_alpha=0x7f020020; + public static int abc_ic_voice_search_api_mtrl_alpha=0x7f020021; + public static int abc_item_background_holo_dark=0x7f020022; + public static int abc_item_background_holo_light=0x7f020023; + public static int abc_list_divider_mtrl_alpha=0x7f020024; + public static int abc_list_focused_holo=0x7f020025; + public static int abc_list_longpressed_holo=0x7f020026; + public static int abc_list_pressed_holo_dark=0x7f020027; + public static int abc_list_pressed_holo_light=0x7f020028; + public static int abc_list_selector_background_transition_holo_dark=0x7f020029; + public static int abc_list_selector_background_transition_holo_light=0x7f02002a; + public static int abc_list_selector_disabled_holo_dark=0x7f02002b; + public static int abc_list_selector_disabled_holo_light=0x7f02002c; + public static int abc_list_selector_holo_dark=0x7f02002d; + public static int abc_list_selector_holo_light=0x7f02002e; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f02002f; + public static int abc_popup_background_mtrl_mult=0x7f020030; + public static int abc_ratingbar_full_material=0x7f020031; + public static int abc_spinner_mtrl_am_alpha=0x7f020032; + public static int abc_spinner_textfield_background_material=0x7f020033; + public static int abc_switch_thumb_material=0x7f020034; + public static int abc_switch_track_mtrl_alpha=0x7f020035; + public static int abc_tab_indicator_material=0x7f020036; + public static int abc_tab_indicator_mtrl_alpha=0x7f020037; + public static int abc_text_cursor_material=0x7f020038; + public static int abc_textfield_activated_mtrl_alpha=0x7f020039; + public static int abc_textfield_default_mtrl_alpha=0x7f02003a; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02003b; + public static int abc_textfield_search_default_mtrl_alpha=0x7f02003c; + public static int abc_textfield_search_material=0x7f02003d; + public static int notification_template_icon_bg=0x7f02003e; + } + public static final class id { + public static int action0=0x7f0c0057; + public static int action_bar=0x7f0c0047; + public static int action_bar_activity_content=0x7f0c0000; + public static int action_bar_container=0x7f0c0046; + public static int action_bar_root=0x7f0c0042; + public static int action_bar_spinner=0x7f0c0001; + public static int action_bar_subtitle=0x7f0c002b; + public static int action_bar_title=0x7f0c002a; + public static int action_context_bar=0x7f0c0048; + public static int action_divider=0x7f0c005b; + public static int action_menu_divider=0x7f0c0002; + public static int action_menu_presenter=0x7f0c0003; + public static int action_mode_bar=0x7f0c0044; + public static int action_mode_bar_stub=0x7f0c0043; + public static int action_mode_close_button=0x7f0c002c; + public static int activity_chooser_view_content=0x7f0c002d; + public static int alertTitle=0x7f0c0037; + public static int always=0x7f0c0024; + public static int beginning=0x7f0c0021; + public static int buttonPanel=0x7f0c003d; + public static int cancel_action=0x7f0c0058; + public static int catalyst_redbox_title=0x7f0c0066; + public static int center=0x7f0c0019; + public static int centerCrop=0x7f0c001a; + public static int centerInside=0x7f0c001b; + public static int checkbox=0x7f0c003f; + public static int chronometer=0x7f0c005e; + public static int collapseActionView=0x7f0c0025; + public static int contentPanel=0x7f0c0038; + public static int custom=0x7f0c003c; + public static int customPanel=0x7f0c003b; + public static int decor_content_parent=0x7f0c0045; + public static int default_activity_button=0x7f0c0030; + public static int disableHome=0x7f0c000d; + public static int edit_query=0x7f0c0049; + public static int end=0x7f0c0022; + public static int end_padder=0x7f0c0063; + public static int expand_activities_button=0x7f0c002e; + public static int expanded_menu=0x7f0c003e; + public static int fitCenter=0x7f0c001c; + public static int fitEnd=0x7f0c001d; + public static int fitStart=0x7f0c001e; + public static int fitXY=0x7f0c001f; + public static int focusCrop=0x7f0c0020; + public static int fps_text=0x7f0c0056; + public static int home=0x7f0c0004; + public static int homeAsUp=0x7f0c000e; + public static int icon=0x7f0c0032; + public static int ifRoom=0x7f0c0026; + public static int image=0x7f0c002f; + public static int info=0x7f0c0062; + public static int item_touch_helper_previous_elevation=0x7f0c0005; + public static int line1=0x7f0c005c; + public static int line3=0x7f0c0060; + public static int listMode=0x7f0c000a; + public static int list_item=0x7f0c0031; + public static int media_actions=0x7f0c005a; + public static int middle=0x7f0c0023; + public static int multiply=0x7f0c0014; + public static int never=0x7f0c0027; + public static int none=0x7f0c000f; + public static int normal=0x7f0c000b; + public static int parentPanel=0x7f0c0034; + public static int progress_circular=0x7f0c0006; + public static int progress_horizontal=0x7f0c0007; + public static int radio=0x7f0c0041; + public static int rn_frame_file=0x7f0c0065; + public static int rn_frame_method=0x7f0c0064; + public static int rn_redbox_reloadjs=0x7f0c0068; + public static int rn_redbox_stack=0x7f0c0067; + public static int screen=0x7f0c0015; + public static int scrollView=0x7f0c0039; + public static int search_badge=0x7f0c004b; + public static int search_bar=0x7f0c004a; + public static int search_button=0x7f0c004c; + public static int search_close_btn=0x7f0c0051; + public static int search_edit_frame=0x7f0c004d; + public static int search_go_btn=0x7f0c0053; + public static int search_mag_icon=0x7f0c004e; + public static int search_plate=0x7f0c004f; + public static int search_src_text=0x7f0c0050; + public static int search_voice_btn=0x7f0c0054; + public static int select_dialog_listview=0x7f0c0055; + public static int shortcut=0x7f0c0040; + public static int showCustom=0x7f0c0010; + public static int showHome=0x7f0c0011; + public static int showTitle=0x7f0c0012; + public static int split_action_bar=0x7f0c0008; + public static int src_atop=0x7f0c0016; + public static int src_in=0x7f0c0017; + public static int src_over=0x7f0c0018; + public static int status_bar_latest_event_content=0x7f0c0059; + public static int submit_area=0x7f0c0052; + public static int tabMode=0x7f0c000c; + public static int text=0x7f0c0061; + public static int text2=0x7f0c005f; + public static int textSpacerNoButtons=0x7f0c003a; + public static int time=0x7f0c005d; + public static int title=0x7f0c0033; + public static int title_template=0x7f0c0036; + public static int topPanel=0x7f0c0035; + public static int up=0x7f0c0009; + public static int useLogo=0x7f0c0013; + public static int withText=0x7f0c0028; + public static int wrap_content=0x7f0c0029; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0a0001; + public static int abc_config_activityShortDur=0x7f0a0002; + public static int abc_max_action_buttons=0x7f0a0000; + public static int cancel_button_image_alpha=0x7f0a0003; + public static int status_bar_notification_info_maxnum=0x7f0a0004; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f030000; + public static int abc_action_bar_up_container=0x7f030001; + public static int abc_action_bar_view_list_nav_layout=0x7f030002; + public static int abc_action_menu_item_layout=0x7f030003; + public static int abc_action_menu_layout=0x7f030004; + public static int abc_action_mode_bar=0x7f030005; + public static int abc_action_mode_close_item_material=0x7f030006; + public static int abc_activity_chooser_view=0x7f030007; + public static int abc_activity_chooser_view_list_item=0x7f030008; + public static int abc_alert_dialog_material=0x7f030009; + public static int abc_dialog_title_material=0x7f03000a; + public static int abc_expanded_menu_layout=0x7f03000b; + public static int abc_list_menu_item_checkbox=0x7f03000c; + public static int abc_list_menu_item_icon=0x7f03000d; + public static int abc_list_menu_item_layout=0x7f03000e; + public static int abc_list_menu_item_radio=0x7f03000f; + public static int abc_popup_menu_item_layout=0x7f030010; + public static int abc_screen_content_include=0x7f030011; + public static int abc_screen_simple=0x7f030012; + public static int abc_screen_simple_overlay_action_mode=0x7f030013; + public static int abc_screen_toolbar=0x7f030014; + public static int abc_search_dropdown_item_icons_2line=0x7f030015; + public static int abc_search_view=0x7f030016; + public static int abc_select_dialog_material=0x7f030017; + public static int fps_view=0x7f030018; + public static int notification_media_action=0x7f030019; + public static int notification_media_cancel_action=0x7f03001a; + public static int notification_template_big_media=0x7f03001b; + public static int notification_template_big_media_narrow=0x7f03001c; + public static int notification_template_lines=0x7f03001d; + public static int notification_template_media=0x7f03001e; + public static int notification_template_part_chronometer=0x7f03001f; + public static int notification_template_part_time=0x7f030020; + public static int redbox_item_frame=0x7f030021; + public static int redbox_item_title=0x7f030022; + public static int redbox_view=0x7f030023; + public static int select_dialog_item_material=0x7f030024; + public static int select_dialog_multichoice_material=0x7f030025; + public static int select_dialog_singlechoice_material=0x7f030026; + public static int support_simple_spinner_dropdown_item=0x7f030027; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f060000; + public static int abc_action_bar_home_description_format=0x7f060001; + public static int abc_action_bar_home_subtitle_description_format=0x7f060002; + public static int abc_action_bar_up_description=0x7f060003; + public static int abc_action_menu_overflow_description=0x7f060004; + public static int abc_action_mode_done=0x7f060005; + public static int abc_activity_chooser_view_see_all=0x7f060006; + public static int abc_activitychooserview_choose_application=0x7f060007; + public static int abc_search_hint=0x7f060008; + public static int abc_searchview_description_clear=0x7f060009; + public static int abc_searchview_description_query=0x7f06000a; + public static int abc_searchview_description_search=0x7f06000b; + public static int abc_searchview_description_submit=0x7f06000c; + public static int abc_searchview_description_voice=0x7f06000d; + public static int abc_shareactionprovider_share_with=0x7f06000e; + public static int abc_shareactionprovider_share_with_application=0x7f06000f; + public static int abc_toolbar_collapse_description=0x7f060010; + public static int catalyst_debugjs=0x7f060012; + public static int catalyst_debugjs_off=0x7f06001a; + public static int catalyst_element_inspector=0x7f060013; + public static int catalyst_element_inspector_off=0x7f06001b; + public static int catalyst_hot_module_replacement=0x7f06001c; + public static int catalyst_hot_module_replacement_off=0x7f06001d; + public static int catalyst_jsload_error=0x7f060014; + public static int catalyst_jsload_message=0x7f060015; + public static int catalyst_jsload_title=0x7f060016; + public static int catalyst_live_reload=0x7f06001e; + public static int catalyst_live_reload_off=0x7f06001f; + public static int catalyst_perf_monitor=0x7f060020; + public static int catalyst_perf_monitor_off=0x7f060021; + public static int catalyst_reloadjs=0x7f060017; + public static int catalyst_remotedbg_error=0x7f060022; + public static int catalyst_remotedbg_message=0x7f060023; + public static int catalyst_settings=0x7f060018; + public static int catalyst_settings_title=0x7f060019; + public static int catalyst_start_profile=0x7f060024; + public static int catalyst_stop_profile=0x7f060025; + public static int status_bar_notification_info_overflow=0x7f060011; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f08007a; + public static int AlertDialog_AppCompat_Light=0x7f08007b; + public static int Animation_AppCompat_Dialog=0x7f08007c; + public static int Animation_AppCompat_DropDownUp=0x7f08007d; + public static int Animation_Catalyst_RedBox=0x7f08007e; + public static int Base_AlertDialog_AppCompat=0x7f08007f; + public static int Base_AlertDialog_AppCompat_Light=0x7f080080; + public static int Base_Animation_AppCompat_Dialog=0x7f080081; + public static int Base_Animation_AppCompat_DropDownUp=0x7f080082; + public static int Base_DialogWindowTitle_AppCompat=0x7f080083; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f080084; + public static int Base_TextAppearance_AppCompat=0x7f08002d; + public static int Base_TextAppearance_AppCompat_Body1=0x7f08002e; + public static int Base_TextAppearance_AppCompat_Body2=0x7f08002f; + public static int Base_TextAppearance_AppCompat_Button=0x7f080018; + public static int Base_TextAppearance_AppCompat_Caption=0x7f080030; + public static int Base_TextAppearance_AppCompat_Display1=0x7f080031; + public static int Base_TextAppearance_AppCompat_Display2=0x7f080032; + public static int Base_TextAppearance_AppCompat_Display3=0x7f080033; + public static int Base_TextAppearance_AppCompat_Display4=0x7f080034; + public static int Base_TextAppearance_AppCompat_Headline=0x7f080035; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f080003; + public static int Base_TextAppearance_AppCompat_Large=0x7f080036; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f080004; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f080037; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f080038; + public static int Base_TextAppearance_AppCompat_Medium=0x7f080039; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f080005; + public static int Base_TextAppearance_AppCompat_Menu=0x7f08003a; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f080085; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f08003b; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f08003c; + public static int Base_TextAppearance_AppCompat_Small=0x7f08003d; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f080006; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f08003e; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f080007; + public static int Base_TextAppearance_AppCompat_Title=0x7f08003f; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f080008; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f080040; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f080041; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f080042; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f080043; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f080044; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f080045; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f080046; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f080047; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f080076; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f080086; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f080048; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f080049; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f08004a; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f08004b; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f080087; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f08004c; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f08004d; + public static int Base_Theme_AppCompat=0x7f08004e; + public static int Base_Theme_AppCompat_CompactMenu=0x7f080088; + public static int Base_Theme_AppCompat_Dialog=0x7f080009; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f080089; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f08008a; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f08008b; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f080001; + public static int Base_Theme_AppCompat_Light=0x7f08004f; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f08008c; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f08000a; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f08008d; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f08008e; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f08008f; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f080002; + public static int Base_ThemeOverlay_AppCompat=0x7f080090; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f080091; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f080092; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f080093; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f080094; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f08000b; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f08000c; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f080014; + public static int Base_V12_Widget_AppCompat_EditText=0x7f080015; + public static int Base_V21_Theme_AppCompat=0x7f080050; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f080051; + public static int Base_V21_Theme_AppCompat_Light=0x7f080052; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f080053; + public static int Base_V22_Theme_AppCompat=0x7f080074; + public static int Base_V22_Theme_AppCompat_Light=0x7f080075; + public static int Base_V23_Theme_AppCompat=0x7f080077; + public static int Base_V23_Theme_AppCompat_Light=0x7f080078; + public static int Base_V7_Theme_AppCompat=0x7f080095; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f080096; + public static int Base_V7_Theme_AppCompat_Light=0x7f080097; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f080098; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f080099; + public static int Base_V7_Widget_AppCompat_EditText=0x7f08009a; + public static int Base_Widget_AppCompat_ActionBar=0x7f08009b; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f08009c; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f08009d; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f080054; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f080055; + public static int Base_Widget_AppCompat_ActionButton=0x7f080056; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f080057; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f080058; + public static int Base_Widget_AppCompat_ActionMode=0x7f08009e; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f08009f; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f080016; + public static int Base_Widget_AppCompat_Button=0x7f080059; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f08005a; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f08005b; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0800a0; + public static int Base_Widget_AppCompat_Button_Colored=0x7f080079; + public static int Base_Widget_AppCompat_Button_Small=0x7f08005c; + public static int Base_Widget_AppCompat_ButtonBar=0x7f08005d; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0800a1; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f08005e; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f08005f; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0800a2; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f080000; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0800a3; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f080060; + public static int Base_Widget_AppCompat_EditText=0x7f080017; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0800a4; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0800a5; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0800a6; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f080061; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080062; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f080063; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f080064; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f080065; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f080066; + public static int Base_Widget_AppCompat_ListView=0x7f080067; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f080068; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f080069; + public static int Base_Widget_AppCompat_PopupMenu=0x7f08006a; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f08006b; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0800a7; + public static int Base_Widget_AppCompat_ProgressBar=0x7f08000d; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f08000e; + public static int Base_Widget_AppCompat_RatingBar=0x7f08006c; + public static int Base_Widget_AppCompat_SearchView=0x7f0800a8; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0800a9; + public static int Base_Widget_AppCompat_Spinner=0x7f08006d; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f08006e; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f08006f; + public static int Base_Widget_AppCompat_Toolbar=0x7f0800aa; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f080070; + public static int Platform_AppCompat=0x7f08000f; + public static int Platform_AppCompat_Light=0x7f080010; + public static int Platform_ThemeOverlay_AppCompat=0x7f080071; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f080072; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f080073; + public static int Platform_V11_AppCompat=0x7f080011; + public static int Platform_V11_AppCompat_Light=0x7f080012; + public static int Platform_V14_AppCompat=0x7f080019; + public static int Platform_V14_AppCompat_Light=0x7f08001a; + public static int Platform_Widget_AppCompat_Spinner=0x7f080013; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f080020; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f080021; + public static int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f080022; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f080023; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f080024; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f080025; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f080026; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f080027; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f080028; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f080029; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f08002a; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f08002b; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f08002c; + public static int TextAppearance_AppCompat=0x7f0800ab; + public static int TextAppearance_AppCompat_Body1=0x7f0800ac; + public static int TextAppearance_AppCompat_Body2=0x7f0800ad; + public static int TextAppearance_AppCompat_Button=0x7f0800ae; + public static int TextAppearance_AppCompat_Caption=0x7f0800af; + public static int TextAppearance_AppCompat_Display1=0x7f0800b0; + public static int TextAppearance_AppCompat_Display2=0x7f0800b1; + public static int TextAppearance_AppCompat_Display3=0x7f0800b2; + public static int TextAppearance_AppCompat_Display4=0x7f0800b3; + public static int TextAppearance_AppCompat_Headline=0x7f0800b4; + public static int TextAppearance_AppCompat_Inverse=0x7f0800b5; + public static int TextAppearance_AppCompat_Large=0x7f0800b6; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0800b7; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0800b8; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0800b9; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0800ba; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0800bb; + public static int TextAppearance_AppCompat_Medium=0x7f0800bc; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0800bd; + public static int TextAppearance_AppCompat_Menu=0x7f0800be; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0800bf; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0800c0; + public static int TextAppearance_AppCompat_Small=0x7f0800c1; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0800c2; + public static int TextAppearance_AppCompat_Subhead=0x7f0800c3; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0800c4; + public static int TextAppearance_AppCompat_Title=0x7f0800c5; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0800c6; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0800c7; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0800c8; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0800c9; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0800ca; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0800cb; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0800cc; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0800cd; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0800ce; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0800cf; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0800d0; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0800d1; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0800d2; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0800d3; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0800d4; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0800d5; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0800d6; + public static int TextAppearance_StatusBar_EventContent=0x7f08001b; + public static int TextAppearance_StatusBar_EventContent_Info=0x7f08001c; + public static int TextAppearance_StatusBar_EventContent_Line2=0x7f08001d; + public static int TextAppearance_StatusBar_EventContent_Time=0x7f08001e; + public static int TextAppearance_StatusBar_EventContent_Title=0x7f08001f; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0800d7; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0800d8; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0800d9; + public static int Theme=0x7f0800da; + public static int Theme_AppCompat=0x7f0800db; + public static int Theme_AppCompat_CompactMenu=0x7f0800dc; + public static int Theme_AppCompat_Dialog=0x7f0800dd; + public static int Theme_AppCompat_Dialog_Alert=0x7f0800de; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0800df; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0800e0; + public static int Theme_AppCompat_Light=0x7f0800e1; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0800e2; + public static int Theme_AppCompat_Light_Dialog=0x7f0800e3; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0800e4; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0800e5; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0800e6; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0800e7; + public static int Theme_AppCompat_NoActionBar=0x7f0800e8; + public static int Theme_Catalyst=0x7f0800e9; + public static int Theme_Catalyst_RedBox=0x7f0800ea; + public static int Theme_ReactNative_AppCompat_Light=0x7f0800eb; + public static int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen=0x7f0800ec; + public static int ThemeOverlay_AppCompat=0x7f0800ed; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0800ee; + public static int ThemeOverlay_AppCompat_Dark=0x7f0800ef; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0800f0; + public static int ThemeOverlay_AppCompat_Light=0x7f0800f1; + public static int Widget_AppCompat_ActionBar=0x7f0800f2; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0800f3; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0800f4; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0800f5; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0800f6; + public static int Widget_AppCompat_ActionButton=0x7f0800f7; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0800f8; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0800f9; + public static int Widget_AppCompat_ActionMode=0x7f0800fa; + public static int Widget_AppCompat_ActivityChooserView=0x7f0800fb; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0800fc; + public static int Widget_AppCompat_Button=0x7f0800fd; + public static int Widget_AppCompat_Button_Borderless=0x7f0800fe; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0800ff; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f080100; + public static int Widget_AppCompat_Button_Colored=0x7f080101; + public static int Widget_AppCompat_Button_Small=0x7f080102; + public static int Widget_AppCompat_ButtonBar=0x7f080103; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f080104; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f080105; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f080106; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f080107; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f080108; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f080109; + public static int Widget_AppCompat_EditText=0x7f08010a; + public static int Widget_AppCompat_Light_ActionBar=0x7f08010b; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f08010c; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f08010d; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f08010e; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f08010f; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f080110; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080111; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f080112; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f080113; + public static int Widget_AppCompat_Light_ActionButton=0x7f080114; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f080115; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f080116; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f080117; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f080118; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f080119; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f08011a; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f08011b; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f08011c; + public static int Widget_AppCompat_Light_PopupMenu=0x7f08011d; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f08011e; + public static int Widget_AppCompat_Light_SearchView=0x7f08011f; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f080120; + public static int Widget_AppCompat_ListPopupWindow=0x7f080121; + public static int Widget_AppCompat_ListView=0x7f080122; + public static int Widget_AppCompat_ListView_DropDown=0x7f080123; + public static int Widget_AppCompat_ListView_Menu=0x7f080124; + public static int Widget_AppCompat_PopupMenu=0x7f080125; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f080126; + public static int Widget_AppCompat_PopupWindow=0x7f080127; + public static int Widget_AppCompat_ProgressBar=0x7f080128; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f080129; + public static int Widget_AppCompat_RatingBar=0x7f08012a; + public static int Widget_AppCompat_SearchView=0x7f08012b; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f08012c; + public static int Widget_AppCompat_Spinner=0x7f08012d; + public static int Widget_AppCompat_Spinner_DropDown=0x7f08012e; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f08012f; + public static int Widget_AppCompat_Spinner_Underlined=0x7f080130; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f080131; + public static int Widget_AppCompat_Toolbar=0x7f080132; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f080133; + } + public static final class xml { + public static int preferences=0x7f050000; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background com.imagepicker:background}
{@link #ActionBar_backgroundSplit com.imagepicker:backgroundSplit}
{@link #ActionBar_backgroundStacked com.imagepicker:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.imagepicker:contentInsetEnd}
{@link #ActionBar_contentInsetLeft com.imagepicker:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.imagepicker:contentInsetRight}
{@link #ActionBar_contentInsetStart com.imagepicker:contentInsetStart}
{@link #ActionBar_customNavigationLayout com.imagepicker:customNavigationLayout}
{@link #ActionBar_displayOptions com.imagepicker:displayOptions}
{@link #ActionBar_divider com.imagepicker:divider}
{@link #ActionBar_elevation com.imagepicker:elevation}
{@link #ActionBar_height com.imagepicker:height}
{@link #ActionBar_hideOnContentScroll com.imagepicker:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.imagepicker:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.imagepicker:homeLayout}
{@link #ActionBar_icon com.imagepicker:icon}
{@link #ActionBar_indeterminateProgressStyle com.imagepicker:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.imagepicker:itemPadding}
{@link #ActionBar_logo com.imagepicker:logo}
{@link #ActionBar_navigationMode com.imagepicker:navigationMode}
{@link #ActionBar_popupTheme com.imagepicker:popupTheme}
{@link #ActionBar_progressBarPadding com.imagepicker:progressBarPadding}
{@link #ActionBar_progressBarStyle com.imagepicker:progressBarStyle}
{@link #ActionBar_subtitle com.imagepicker:subtitle}
{@link #ActionBar_subtitleTextStyle com.imagepicker:subtitleTextStyle}
{@link #ActionBar_title com.imagepicker:title}
{@link #ActionBar_titleTextStyle com.imagepicker:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] 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, 0x7f010097 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name com.imagepicker:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:elevation + */ + public static int ActionBar_elevation = 24; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 26; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name com.imagepicker:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:popupTheme + */ + public static int ActionBar_popupTheme = 25; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background com.imagepicker:background}
{@link #ActionMode_backgroundSplit com.imagepicker:backgroundSplit}
{@link #ActionMode_closeItemLayout com.imagepicker:closeItemLayout}
{@link #ActionMode_height com.imagepicker:height}
{@link #ActionMode_subtitleTextStyle com.imagepicker:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.imagepicker:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, + 0x7f01000e, 0x7f01001c + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.imagepicker:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.imagepicker:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f01001d, 0x7f01001e + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.imagepicker:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.imagepicker:listItemLayout}
{@link #AlertDialog_listLayout com.imagepicker:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.imagepicker:multiChoiceItemLayout}
{@link #AlertDialog_singleChoiceItemLayout com.imagepicker:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, + 0x7f010022, 0x7f010023 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_textAllCaps com.imagepicker:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f010024 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.imagepicker:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.imagepicker:buttonTint}
{@link #CompoundButton_buttonTintMode com.imagepicker:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f010025, 0x7f010026 + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.imagepicker:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.imagepicker:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.imagepicker:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.imagepicker:barLength}
{@link #DrawerArrowToggle_color com.imagepicker:color}
{@link #DrawerArrowToggle_drawableSize com.imagepicker:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.imagepicker:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.imagepicker:spinBars}
{@link #DrawerArrowToggle_thickness com.imagepicker:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, + 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a GenericDraweeView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #GenericDraweeView_actualImageScaleType com.imagepicker:actualImageScaleType}
{@link #GenericDraweeView_backgroundImage com.imagepicker:backgroundImage}
{@link #GenericDraweeView_fadeDuration com.imagepicker:fadeDuration}
{@link #GenericDraweeView_failureImage com.imagepicker:failureImage}
{@link #GenericDraweeView_failureImageScaleType com.imagepicker:failureImageScaleType}
{@link #GenericDraweeView_overlayImage com.imagepicker:overlayImage}
{@link #GenericDraweeView_placeholderImage com.imagepicker:placeholderImage}
{@link #GenericDraweeView_placeholderImageScaleType com.imagepicker:placeholderImageScaleType}
{@link #GenericDraweeView_pressedStateOverlayImage com.imagepicker:pressedStateOverlayImage}
{@link #GenericDraweeView_progressBarAutoRotateInterval com.imagepicker:progressBarAutoRotateInterval}
{@link #GenericDraweeView_progressBarImage com.imagepicker:progressBarImage}
{@link #GenericDraweeView_progressBarImageScaleType com.imagepicker:progressBarImageScaleType}
{@link #GenericDraweeView_retryImage com.imagepicker:retryImage}
{@link #GenericDraweeView_retryImageScaleType com.imagepicker:retryImageScaleType}
{@link #GenericDraweeView_roundAsCircle com.imagepicker:roundAsCircle}
{@link #GenericDraweeView_roundBottomLeft com.imagepicker:roundBottomLeft}
{@link #GenericDraweeView_roundBottomRight com.imagepicker:roundBottomRight}
{@link #GenericDraweeView_roundTopLeft com.imagepicker:roundTopLeft}
{@link #GenericDraweeView_roundTopRight com.imagepicker:roundTopRight}
{@link #GenericDraweeView_roundWithOverlayColor com.imagepicker:roundWithOverlayColor}
{@link #GenericDraweeView_roundedCornerRadius com.imagepicker:roundedCornerRadius}
{@link #GenericDraweeView_roundingBorderColor com.imagepicker:roundingBorderColor}
{@link #GenericDraweeView_roundingBorderWidth com.imagepicker:roundingBorderWidth}
{@link #GenericDraweeView_viewAspectRatio com.imagepicker:viewAspectRatio}
+ @see #GenericDraweeView_actualImageScaleType + @see #GenericDraweeView_backgroundImage + @see #GenericDraweeView_fadeDuration + @see #GenericDraweeView_failureImage + @see #GenericDraweeView_failureImageScaleType + @see #GenericDraweeView_overlayImage + @see #GenericDraweeView_placeholderImage + @see #GenericDraweeView_placeholderImageScaleType + @see #GenericDraweeView_pressedStateOverlayImage + @see #GenericDraweeView_progressBarAutoRotateInterval + @see #GenericDraweeView_progressBarImage + @see #GenericDraweeView_progressBarImageScaleType + @see #GenericDraweeView_retryImage + @see #GenericDraweeView_retryImageScaleType + @see #GenericDraweeView_roundAsCircle + @see #GenericDraweeView_roundBottomLeft + @see #GenericDraweeView_roundBottomRight + @see #GenericDraweeView_roundTopLeft + @see #GenericDraweeView_roundTopRight + @see #GenericDraweeView_roundWithOverlayColor + @see #GenericDraweeView_roundedCornerRadius + @see #GenericDraweeView_roundingBorderColor + @see #GenericDraweeView_roundingBorderWidth + @see #GenericDraweeView_viewAspectRatio + */ + public static final int[] GenericDraweeView = { + 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, + 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, + 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, + 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, + 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actualImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker:actualImageScaleType + */ + public static int GenericDraweeView_actualImageScaleType = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:backgroundImage + */ + public static int GenericDraweeView_backgroundImage = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#fadeDuration} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:fadeDuration + */ + public static int GenericDraweeView_fadeDuration = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#failureImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:failureImage + */ + public static int GenericDraweeView_failureImage = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#failureImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker:failureImageScaleType + */ + public static int GenericDraweeView_failureImageScaleType = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#overlayImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:overlayImage + */ + public static int GenericDraweeView_overlayImage = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#placeholderImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:placeholderImage + */ + public static int GenericDraweeView_placeholderImage = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#placeholderImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker:placeholderImageScaleType + */ + public static int GenericDraweeView_placeholderImageScaleType = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#pressedStateOverlayImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:pressedStateOverlayImage + */ + public static int GenericDraweeView_pressedStateOverlayImage = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarAutoRotateInterval} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:progressBarAutoRotateInterval + */ + public static int GenericDraweeView_progressBarAutoRotateInterval = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:progressBarImage + */ + public static int GenericDraweeView_progressBarImage = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#progressBarImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker:progressBarImageScaleType + */ + public static int GenericDraweeView_progressBarImageScaleType = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#retryImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:retryImage + */ + public static int GenericDraweeView_retryImage = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#retryImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.imagepicker:retryImageScaleType + */ + public static int GenericDraweeView_retryImageScaleType = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundAsCircle} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundAsCircle + */ + public static int GenericDraweeView_roundAsCircle = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundBottomLeft} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundBottomLeft + */ + public static int GenericDraweeView_roundBottomLeft = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundBottomRight} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundBottomRight + */ + public static int GenericDraweeView_roundBottomRight = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundTopLeft} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundTopLeft + */ + public static int GenericDraweeView_roundTopLeft = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundTopRight} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundTopRight + */ + public static int GenericDraweeView_roundTopRight = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundWithOverlayColor} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundWithOverlayColor + */ + public static int GenericDraweeView_roundWithOverlayColor = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundedCornerRadius} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundedCornerRadius + */ + public static int GenericDraweeView_roundedCornerRadius = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundingBorderColor} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundingBorderColor + */ + public static int GenericDraweeView_roundingBorderColor = 23; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#roundingBorderWidth} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:roundingBorderWidth + */ + public static int GenericDraweeView_roundingBorderWidth = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#viewAspectRatio} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:viewAspectRatio + */ + public static int GenericDraweeView_viewAspectRatio = 1; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.imagepicker:divider}
{@link #LinearLayoutCompat_dividerPadding com.imagepicker:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.imagepicker:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.imagepicker:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, + 0x7f010049 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name com.imagepicker:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout com.imagepicker:actionLayout}
{@link #MenuItem_actionProviderClass com.imagepicker:actionProviderClass}
{@link #MenuItem_actionViewClass com.imagepicker:actionViewClass}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_showAsAction com.imagepicker:showAsAction}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_showAsAction + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, + 0x7f01004d + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionLayout + */ + public static int MenuItem_actionLayout = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:actionViewClass + */ + public static int MenuItem_actionViewClass = 15; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name com.imagepicker:showAsAction + */ + public static int MenuItem_showAsAction = 13; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing com.imagepicker:preserveIconSpacing}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor com.imagepicker:overlapAnchor}
+ @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x7f01004f + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 1; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.imagepicker:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f010050 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_layoutManager com.imagepicker:layoutManager}
{@link #RecyclerView_reverseLayout com.imagepicker:reverseLayout}
{@link #RecyclerView_spanCount com.imagepicker:spanCount}
{@link #RecyclerView_stackFromEnd com.imagepicker:stackFromEnd}
+ @see #RecyclerView_android_orientation + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, + 0x7f010054 + }; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:layoutManager + */ + public static int RecyclerView_layoutManager = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:reverseLayout + */ + public static int RecyclerView_reverseLayout = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:spanCount + */ + public static int RecyclerView_spanCount = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 4; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon com.imagepicker:closeIcon}
{@link #SearchView_commitIcon com.imagepicker:commitIcon}
{@link #SearchView_defaultQueryHint com.imagepicker:defaultQueryHint}
{@link #SearchView_goIcon com.imagepicker:goIcon}
{@link #SearchView_iconifiedByDefault com.imagepicker:iconifiedByDefault}
{@link #SearchView_layout com.imagepicker:layout}
{@link #SearchView_queryBackground com.imagepicker:queryBackground}
{@link #SearchView_queryHint com.imagepicker:queryHint}
{@link #SearchView_searchHintIcon com.imagepicker:searchHintIcon}
{@link #SearchView_searchIcon com.imagepicker:searchIcon}
{@link #SearchView_submitBackground com.imagepicker:submitBackground}
{@link #SearchView_suggestionRowLayout com.imagepicker:suggestionRowLayout}
{@link #SearchView_voiceIcon com.imagepicker:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, + 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, + 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, + 0x7f010061 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme com.imagepicker:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 2; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:popupTheme + */ + public static int Spinner_popupTheme = 3; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.imagepicker:showText}
{@link #SwitchCompat_splitTrack com.imagepicker:splitTrack}
{@link #SwitchCompat_switchMinWidth com.imagepicker:switchMinWidth}
{@link #SwitchCompat_switchPadding com.imagepicker:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.imagepicker:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.imagepicker:thumbTextPadding}
{@link #SwitchCompat_track com.imagepicker:track}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_track + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f010062, + 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, + 0x7f010067, 0x7f010068 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:showText + */ + public static int SwitchCompat_showText = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:splitTrack + */ + public static int SwitchCompat_splitTrack = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:switchPadding + */ + public static int SwitchCompat_switchPadding = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:track + */ + public static int SwitchCompat_track = 3; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_textAllCaps com.imagepicker:textAllCaps}
+ @see #TextAppearance_android_textColor + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x7f010024 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.imagepicker:textAllCaps + */ + public static int TextAppearance_textAllCaps = 4; + /** Attributes that can be used with a Theme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Theme_actionBarDivider com.imagepicker:actionBarDivider}
{@link #Theme_actionBarItemBackground com.imagepicker:actionBarItemBackground}
{@link #Theme_actionBarPopupTheme com.imagepicker:actionBarPopupTheme}
{@link #Theme_actionBarSize com.imagepicker:actionBarSize}
{@link #Theme_actionBarSplitStyle com.imagepicker:actionBarSplitStyle}
{@link #Theme_actionBarStyle com.imagepicker:actionBarStyle}
{@link #Theme_actionBarTabBarStyle com.imagepicker:actionBarTabBarStyle}
{@link #Theme_actionBarTabStyle com.imagepicker:actionBarTabStyle}
{@link #Theme_actionBarTabTextStyle com.imagepicker:actionBarTabTextStyle}
{@link #Theme_actionBarTheme com.imagepicker:actionBarTheme}
{@link #Theme_actionBarWidgetTheme com.imagepicker:actionBarWidgetTheme}
{@link #Theme_actionButtonStyle com.imagepicker:actionButtonStyle}
{@link #Theme_actionDropDownStyle com.imagepicker:actionDropDownStyle}
{@link #Theme_actionMenuTextAppearance com.imagepicker:actionMenuTextAppearance}
{@link #Theme_actionMenuTextColor com.imagepicker:actionMenuTextColor}
{@link #Theme_actionModeBackground com.imagepicker:actionModeBackground}
{@link #Theme_actionModeCloseButtonStyle com.imagepicker:actionModeCloseButtonStyle}
{@link #Theme_actionModeCloseDrawable com.imagepicker:actionModeCloseDrawable}
{@link #Theme_actionModeCopyDrawable com.imagepicker:actionModeCopyDrawable}
{@link #Theme_actionModeCutDrawable com.imagepicker:actionModeCutDrawable}
{@link #Theme_actionModeFindDrawable com.imagepicker:actionModeFindDrawable}
{@link #Theme_actionModePasteDrawable com.imagepicker:actionModePasteDrawable}
{@link #Theme_actionModePopupWindowStyle com.imagepicker:actionModePopupWindowStyle}
{@link #Theme_actionModeSelectAllDrawable com.imagepicker:actionModeSelectAllDrawable}
{@link #Theme_actionModeShareDrawable com.imagepicker:actionModeShareDrawable}
{@link #Theme_actionModeSplitBackground com.imagepicker:actionModeSplitBackground}
{@link #Theme_actionModeStyle com.imagepicker:actionModeStyle}
{@link #Theme_actionModeWebSearchDrawable com.imagepicker:actionModeWebSearchDrawable}
{@link #Theme_actionOverflowButtonStyle com.imagepicker:actionOverflowButtonStyle}
{@link #Theme_actionOverflowMenuStyle com.imagepicker:actionOverflowMenuStyle}
{@link #Theme_activityChooserViewStyle com.imagepicker:activityChooserViewStyle}
{@link #Theme_alertDialogButtonGroupStyle com.imagepicker:alertDialogButtonGroupStyle}
{@link #Theme_alertDialogCenterButtons com.imagepicker:alertDialogCenterButtons}
{@link #Theme_alertDialogStyle com.imagepicker:alertDialogStyle}
{@link #Theme_alertDialogTheme com.imagepicker:alertDialogTheme}
{@link #Theme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #Theme_android_windowIsFloating android:windowIsFloating}
{@link #Theme_autoCompleteTextViewStyle com.imagepicker:autoCompleteTextViewStyle}
{@link #Theme_borderlessButtonStyle com.imagepicker:borderlessButtonStyle}
{@link #Theme_buttonBarButtonStyle com.imagepicker:buttonBarButtonStyle}
{@link #Theme_buttonBarNegativeButtonStyle com.imagepicker:buttonBarNegativeButtonStyle}
{@link #Theme_buttonBarNeutralButtonStyle com.imagepicker:buttonBarNeutralButtonStyle}
{@link #Theme_buttonBarPositiveButtonStyle com.imagepicker:buttonBarPositiveButtonStyle}
{@link #Theme_buttonBarStyle com.imagepicker:buttonBarStyle}
{@link #Theme_buttonStyle com.imagepicker:buttonStyle}
{@link #Theme_buttonStyleSmall com.imagepicker:buttonStyleSmall}
{@link #Theme_checkboxStyle com.imagepicker:checkboxStyle}
{@link #Theme_checkedTextViewStyle com.imagepicker:checkedTextViewStyle}
{@link #Theme_colorAccent com.imagepicker:colorAccent}
{@link #Theme_colorButtonNormal com.imagepicker:colorButtonNormal}
{@link #Theme_colorControlActivated com.imagepicker:colorControlActivated}
{@link #Theme_colorControlHighlight com.imagepicker:colorControlHighlight}
{@link #Theme_colorControlNormal com.imagepicker:colorControlNormal}
{@link #Theme_colorPrimary com.imagepicker:colorPrimary}
{@link #Theme_colorPrimaryDark com.imagepicker:colorPrimaryDark}
{@link #Theme_colorSwitchThumbNormal com.imagepicker:colorSwitchThumbNormal}
{@link #Theme_controlBackground com.imagepicker:controlBackground}
{@link #Theme_dialogPreferredPadding com.imagepicker:dialogPreferredPadding}
{@link #Theme_dialogTheme com.imagepicker:dialogTheme}
{@link #Theme_dividerHorizontal com.imagepicker:dividerHorizontal}
{@link #Theme_dividerVertical com.imagepicker:dividerVertical}
{@link #Theme_dropDownListViewStyle com.imagepicker:dropDownListViewStyle}
{@link #Theme_dropdownListPreferredItemHeight com.imagepicker:dropdownListPreferredItemHeight}
{@link #Theme_editTextBackground com.imagepicker:editTextBackground}
{@link #Theme_editTextColor com.imagepicker:editTextColor}
{@link #Theme_editTextStyle com.imagepicker:editTextStyle}
{@link #Theme_homeAsUpIndicator com.imagepicker:homeAsUpIndicator}
{@link #Theme_listChoiceBackgroundIndicator com.imagepicker:listChoiceBackgroundIndicator}
{@link #Theme_listDividerAlertDialog com.imagepicker:listDividerAlertDialog}
{@link #Theme_listPopupWindowStyle com.imagepicker:listPopupWindowStyle}
{@link #Theme_listPreferredItemHeight com.imagepicker:listPreferredItemHeight}
{@link #Theme_listPreferredItemHeightLarge com.imagepicker:listPreferredItemHeightLarge}
{@link #Theme_listPreferredItemHeightSmall com.imagepicker:listPreferredItemHeightSmall}
{@link #Theme_listPreferredItemPaddingLeft com.imagepicker:listPreferredItemPaddingLeft}
{@link #Theme_listPreferredItemPaddingRight com.imagepicker:listPreferredItemPaddingRight}
{@link #Theme_panelBackground com.imagepicker:panelBackground}
{@link #Theme_panelMenuListTheme com.imagepicker:panelMenuListTheme}
{@link #Theme_panelMenuListWidth com.imagepicker:panelMenuListWidth}
{@link #Theme_popupMenuStyle com.imagepicker:popupMenuStyle}
{@link #Theme_popupWindowStyle com.imagepicker:popupWindowStyle}
{@link #Theme_radioButtonStyle com.imagepicker:radioButtonStyle}
{@link #Theme_ratingBarStyle com.imagepicker:ratingBarStyle}
{@link #Theme_searchViewStyle com.imagepicker:searchViewStyle}
{@link #Theme_selectableItemBackground com.imagepicker:selectableItemBackground}
{@link #Theme_selectableItemBackgroundBorderless com.imagepicker:selectableItemBackgroundBorderless}
{@link #Theme_spinnerDropDownItemStyle com.imagepicker:spinnerDropDownItemStyle}
{@link #Theme_spinnerStyle com.imagepicker:spinnerStyle}
{@link #Theme_switchStyle com.imagepicker:switchStyle}
{@link #Theme_textAppearanceLargePopupMenu com.imagepicker:textAppearanceLargePopupMenu}
{@link #Theme_textAppearanceListItem com.imagepicker:textAppearanceListItem}
{@link #Theme_textAppearanceListItemSmall com.imagepicker:textAppearanceListItemSmall}
{@link #Theme_textAppearanceSearchResultSubtitle com.imagepicker:textAppearanceSearchResultSubtitle}
{@link #Theme_textAppearanceSearchResultTitle com.imagepicker:textAppearanceSearchResultTitle}
{@link #Theme_textAppearanceSmallPopupMenu com.imagepicker:textAppearanceSmallPopupMenu}
{@link #Theme_textColorAlertDialogListItem com.imagepicker:textColorAlertDialogListItem}
{@link #Theme_textColorSearchUrl com.imagepicker:textColorSearchUrl}
{@link #Theme_toolbarNavigationButtonStyle com.imagepicker:toolbarNavigationButtonStyle}
{@link #Theme_toolbarStyle com.imagepicker:toolbarStyle}
{@link #Theme_windowActionBar com.imagepicker:windowActionBar}
{@link #Theme_windowActionBarOverlay com.imagepicker:windowActionBarOverlay}
{@link #Theme_windowActionModeOverlay com.imagepicker:windowActionModeOverlay}
{@link #Theme_windowFixedHeightMajor com.imagepicker:windowFixedHeightMajor}
{@link #Theme_windowFixedHeightMinor com.imagepicker:windowFixedHeightMinor}
{@link #Theme_windowFixedWidthMajor com.imagepicker:windowFixedWidthMajor}
{@link #Theme_windowFixedWidthMinor com.imagepicker:windowFixedWidthMinor}
{@link #Theme_windowMinWidthMajor com.imagepicker:windowMinWidthMajor}
{@link #Theme_windowMinWidthMinor com.imagepicker:windowMinWidthMinor}
{@link #Theme_windowNoTitle com.imagepicker:windowNoTitle}
+ @see #Theme_actionBarDivider + @see #Theme_actionBarItemBackground + @see #Theme_actionBarPopupTheme + @see #Theme_actionBarSize + @see #Theme_actionBarSplitStyle + @see #Theme_actionBarStyle + @see #Theme_actionBarTabBarStyle + @see #Theme_actionBarTabStyle + @see #Theme_actionBarTabTextStyle + @see #Theme_actionBarTheme + @see #Theme_actionBarWidgetTheme + @see #Theme_actionButtonStyle + @see #Theme_actionDropDownStyle + @see #Theme_actionMenuTextAppearance + @see #Theme_actionMenuTextColor + @see #Theme_actionModeBackground + @see #Theme_actionModeCloseButtonStyle + @see #Theme_actionModeCloseDrawable + @see #Theme_actionModeCopyDrawable + @see #Theme_actionModeCutDrawable + @see #Theme_actionModeFindDrawable + @see #Theme_actionModePasteDrawable + @see #Theme_actionModePopupWindowStyle + @see #Theme_actionModeSelectAllDrawable + @see #Theme_actionModeShareDrawable + @see #Theme_actionModeSplitBackground + @see #Theme_actionModeStyle + @see #Theme_actionModeWebSearchDrawable + @see #Theme_actionOverflowButtonStyle + @see #Theme_actionOverflowMenuStyle + @see #Theme_activityChooserViewStyle + @see #Theme_alertDialogButtonGroupStyle + @see #Theme_alertDialogCenterButtons + @see #Theme_alertDialogStyle + @see #Theme_alertDialogTheme + @see #Theme_android_windowAnimationStyle + @see #Theme_android_windowIsFloating + @see #Theme_autoCompleteTextViewStyle + @see #Theme_borderlessButtonStyle + @see #Theme_buttonBarButtonStyle + @see #Theme_buttonBarNegativeButtonStyle + @see #Theme_buttonBarNeutralButtonStyle + @see #Theme_buttonBarPositiveButtonStyle + @see #Theme_buttonBarStyle + @see #Theme_buttonStyle + @see #Theme_buttonStyleSmall + @see #Theme_checkboxStyle + @see #Theme_checkedTextViewStyle + @see #Theme_colorAccent + @see #Theme_colorButtonNormal + @see #Theme_colorControlActivated + @see #Theme_colorControlHighlight + @see #Theme_colorControlNormal + @see #Theme_colorPrimary + @see #Theme_colorPrimaryDark + @see #Theme_colorSwitchThumbNormal + @see #Theme_controlBackground + @see #Theme_dialogPreferredPadding + @see #Theme_dialogTheme + @see #Theme_dividerHorizontal + @see #Theme_dividerVertical + @see #Theme_dropDownListViewStyle + @see #Theme_dropdownListPreferredItemHeight + @see #Theme_editTextBackground + @see #Theme_editTextColor + @see #Theme_editTextStyle + @see #Theme_homeAsUpIndicator + @see #Theme_listChoiceBackgroundIndicator + @see #Theme_listDividerAlertDialog + @see #Theme_listPopupWindowStyle + @see #Theme_listPreferredItemHeight + @see #Theme_listPreferredItemHeightLarge + @see #Theme_listPreferredItemHeightSmall + @see #Theme_listPreferredItemPaddingLeft + @see #Theme_listPreferredItemPaddingRight + @see #Theme_panelBackground + @see #Theme_panelMenuListTheme + @see #Theme_panelMenuListWidth + @see #Theme_popupMenuStyle + @see #Theme_popupWindowStyle + @see #Theme_radioButtonStyle + @see #Theme_ratingBarStyle + @see #Theme_searchViewStyle + @see #Theme_selectableItemBackground + @see #Theme_selectableItemBackgroundBorderless + @see #Theme_spinnerDropDownItemStyle + @see #Theme_spinnerStyle + @see #Theme_switchStyle + @see #Theme_textAppearanceLargePopupMenu + @see #Theme_textAppearanceListItem + @see #Theme_textAppearanceListItemSmall + @see #Theme_textAppearanceSearchResultSubtitle + @see #Theme_textAppearanceSearchResultTitle + @see #Theme_textAppearanceSmallPopupMenu + @see #Theme_textColorAlertDialogListItem + @see #Theme_textColorSearchUrl + @see #Theme_toolbarNavigationButtonStyle + @see #Theme_toolbarStyle + @see #Theme_windowActionBar + @see #Theme_windowActionBarOverlay + @see #Theme_windowActionModeOverlay + @see #Theme_windowFixedHeightMajor + @see #Theme_windowFixedHeightMinor + @see #Theme_windowFixedWidthMajor + @see #Theme_windowFixedWidthMinor + @see #Theme_windowMinWidthMajor + @see #Theme_windowMinWidthMinor + @see #Theme_windowNoTitle + */ + public static final int[] Theme = { + 0x01010057, 0x010100ae, 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, 0x7f010094, 0x7f010095, 0x7f010096, + 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, + 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, + 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, + 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, + 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, + 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, + 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, + 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, + 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, + 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, + 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, + 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, + 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, + 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 + }; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarDivider} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarDivider + */ + public static int Theme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarItemBackground + */ + public static int Theme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarPopupTheme + */ + public static int Theme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarSize} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name com.imagepicker:actionBarSize + */ + public static int Theme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarSplitStyle + */ + public static int Theme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarStyle + */ + public static int Theme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarTabBarStyle + */ + public static int Theme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarTabStyle + */ + public static int Theme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarTabTextStyle + */ + public static int Theme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarTheme + */ + public static int Theme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionBarWidgetTheme + */ + public static int Theme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionButtonStyle + */ + public static int Theme_actionButtonStyle = 49; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionDropDownStyle + */ + public static int Theme_actionDropDownStyle = 45; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionMenuTextAppearance + */ + public static int Theme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:actionMenuTextColor + */ + public static int Theme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeBackground + */ + public static int Theme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeCloseButtonStyle + */ + public static int Theme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeCloseDrawable + */ + public static int Theme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeCopyDrawable + */ + public static int Theme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeCutDrawable + */ + public static int Theme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeFindDrawable + */ + public static int Theme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModePasteDrawable + */ + public static int Theme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModePopupWindowStyle + */ + public static int Theme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeSelectAllDrawable + */ + public static int Theme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeShareDrawable + */ + public static int Theme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeSplitBackground + */ + public static int Theme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeStyle + */ + public static int Theme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionModeWebSearchDrawable + */ + public static int Theme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionOverflowButtonStyle + */ + public static int Theme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:actionOverflowMenuStyle + */ + public static int Theme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:activityChooserViewStyle + */ + public static int Theme_activityChooserViewStyle = 57; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:alertDialogButtonGroupStyle + */ + public static int Theme_alertDialogButtonGroupStyle = 91; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:alertDialogCenterButtons + */ + public static int Theme_alertDialogCenterButtons = 92; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:alertDialogStyle + */ + public static int Theme_alertDialogStyle = 90; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:alertDialogTheme + */ + public static int Theme_alertDialogTheme = 93; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #Theme} array. + @attr name android:windowAnimationStyle + */ + public static int Theme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #Theme} array. + @attr name android:windowIsFloating + */ + public static int Theme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:autoCompleteTextViewStyle + */ + public static int Theme_autoCompleteTextViewStyle = 98; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:borderlessButtonStyle + */ + public static int Theme_borderlessButtonStyle = 54; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonBarButtonStyle + */ + public static int Theme_buttonBarButtonStyle = 51; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonBarNegativeButtonStyle + */ + public static int Theme_buttonBarNegativeButtonStyle = 96; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonBarNeutralButtonStyle + */ + public static int Theme_buttonBarNeutralButtonStyle = 97; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonBarPositiveButtonStyle + */ + public static int Theme_buttonBarPositiveButtonStyle = 95; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonBarStyle + */ + public static int Theme_buttonBarStyle = 50; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonStyle + */ + public static int Theme_buttonStyle = 99; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:buttonStyleSmall + */ + public static int Theme_buttonStyleSmall = 100; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#checkboxStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:checkboxStyle + */ + public static int Theme_checkboxStyle = 101; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:checkedTextViewStyle + */ + public static int Theme_checkedTextViewStyle = 102; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorAccent} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorAccent + */ + public static int Theme_colorAccent = 83; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorButtonNormal + */ + public static int Theme_colorButtonNormal = 87; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorControlActivated} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorControlActivated + */ + public static int Theme_colorControlActivated = 85; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorControlHighlight + */ + public static int Theme_colorControlHighlight = 86; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorControlNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorControlNormal + */ + public static int Theme_colorControlNormal = 84; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorPrimary} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorPrimary + */ + public static int Theme_colorPrimary = 81; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorPrimaryDark + */ + public static int Theme_colorPrimaryDark = 82; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:colorSwitchThumbNormal + */ + public static int Theme_colorSwitchThumbNormal = 88; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#controlBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:controlBackground + */ + public static int Theme_controlBackground = 89; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:dialogPreferredPadding + */ + public static int Theme_dialogPreferredPadding = 43; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:dialogTheme + */ + public static int Theme_dialogTheme = 42; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:dividerHorizontal + */ + public static int Theme_dividerHorizontal = 56; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dividerVertical} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:dividerVertical + */ + public static int Theme_dividerVertical = 55; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:dropDownListViewStyle + */ + public static int Theme_dropDownListViewStyle = 73; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:dropdownListPreferredItemHeight + */ + public static int Theme_dropdownListPreferredItemHeight = 46; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#editTextBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:editTextBackground + */ + public static int Theme_editTextBackground = 63; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#editTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:editTextColor + */ + public static int Theme_editTextColor = 62; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#editTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:editTextStyle + */ + public static int Theme_editTextStyle = 103; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:homeAsUpIndicator + */ + public static int Theme_homeAsUpIndicator = 48; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:listChoiceBackgroundIndicator + */ + public static int Theme_listChoiceBackgroundIndicator = 80; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:listDividerAlertDialog + */ + public static int Theme_listDividerAlertDialog = 44; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:listPopupWindowStyle + */ + public static int Theme_listPopupWindowStyle = 74; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:listPreferredItemHeight + */ + public static int Theme_listPreferredItemHeight = 68; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:listPreferredItemHeightLarge + */ + public static int Theme_listPreferredItemHeightLarge = 70; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:listPreferredItemHeightSmall + */ + public static int Theme_listPreferredItemHeightSmall = 69; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:listPreferredItemPaddingLeft + */ + public static int Theme_listPreferredItemPaddingLeft = 71; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:listPreferredItemPaddingRight + */ + public static int Theme_listPreferredItemPaddingRight = 72; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#panelBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:panelBackground + */ + public static int Theme_panelBackground = 77; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:panelMenuListTheme + */ + public static int Theme_panelMenuListTheme = 79; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:panelMenuListWidth + */ + public static int Theme_panelMenuListWidth = 78; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:popupMenuStyle + */ + public static int Theme_popupMenuStyle = 60; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:popupWindowStyle + */ + public static int Theme_popupWindowStyle = 61; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:radioButtonStyle + */ + public static int Theme_radioButtonStyle = 104; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:ratingBarStyle + */ + public static int Theme_ratingBarStyle = 105; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#searchViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:searchViewStyle + */ + public static int Theme_searchViewStyle = 67; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:selectableItemBackground + */ + public static int Theme_selectableItemBackground = 52; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:selectableItemBackgroundBorderless + */ + public static int Theme_selectableItemBackgroundBorderless = 53; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:spinnerDropDownItemStyle + */ + public static int Theme_spinnerDropDownItemStyle = 47; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#spinnerStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:spinnerStyle + */ + public static int Theme_spinnerStyle = 106; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#switchStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:switchStyle + */ + public static int Theme_switchStyle = 107; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceLargePopupMenu + */ + public static int Theme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceListItem + */ + public static int Theme_textAppearanceListItem = 75; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceListItemSmall + */ + public static int Theme_textAppearanceListItemSmall = 76; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceSearchResultSubtitle + */ + public static int Theme_textAppearanceSearchResultSubtitle = 65; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceSearchResultTitle + */ + public static int Theme_textAppearanceSearchResultTitle = 64; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:textAppearanceSmallPopupMenu + */ + public static int Theme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:textColorAlertDialogListItem + */ + public static int Theme_textColorAlertDialogListItem = 94; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.imagepicker:textColorSearchUrl + */ + public static int Theme_textColorSearchUrl = 66; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:toolbarNavigationButtonStyle + */ + public static int Theme_toolbarNavigationButtonStyle = 59; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#toolbarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:toolbarStyle + */ + public static int Theme_toolbarStyle = 58; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowActionBar} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowActionBar + */ + public static int Theme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowActionBarOverlay + */ + public static int Theme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowActionModeOverlay + */ + public static int Theme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowFixedHeightMajor + */ + public static int Theme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowFixedHeightMinor + */ + public static int Theme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowFixedWidthMajor + */ + public static int Theme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowFixedWidthMinor + */ + public static int Theme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowMinWidthMajor + */ + public static int Theme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowMinWidthMinor + */ + public static int Theme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#windowNoTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:windowNoTitle + */ + public static int Theme_windowNoTitle = 3; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_collapseContentDescription com.imagepicker:collapseContentDescription}
{@link #Toolbar_collapseIcon com.imagepicker:collapseIcon}
{@link #Toolbar_contentInsetEnd com.imagepicker:contentInsetEnd}
{@link #Toolbar_contentInsetLeft com.imagepicker:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.imagepicker:contentInsetRight}
{@link #Toolbar_contentInsetStart com.imagepicker:contentInsetStart}
{@link #Toolbar_logo com.imagepicker:logo}
{@link #Toolbar_logoDescription com.imagepicker:logoDescription}
{@link #Toolbar_maxButtonHeight com.imagepicker:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.imagepicker:navigationContentDescription}
{@link #Toolbar_navigationIcon com.imagepicker:navigationIcon}
{@link #Toolbar_popupTheme com.imagepicker:popupTheme}
{@link #Toolbar_subtitle com.imagepicker:subtitle}
{@link #Toolbar_subtitleTextAppearance com.imagepicker:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.imagepicker:subtitleTextColor}
{@link #Toolbar_title com.imagepicker:title}
{@link #Toolbar_titleMarginBottom com.imagepicker:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.imagepicker:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.imagepicker:titleMarginStart}
{@link #Toolbar_titleMarginTop com.imagepicker:titleMarginTop}
{@link #Toolbar_titleMargins com.imagepicker:titleMargins}
{@link #Toolbar_titleTextAppearance com.imagepicker:titleTextAppearance}
{@link #Toolbar_titleTextColor com.imagepicker:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, + 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, + 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 19; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:collapseIcon + */ + public static int Toolbar_collapseIcon = 18; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:logoDescription + */ + public static int Toolbar_logoDescription = 22; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 17; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 21; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:navigationIcon + */ + public static int Toolbar_navigationIcon = 20; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:popupTheme + */ + public static int Toolbar_popupTheme = 9; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 11; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 24; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 16; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 14; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 13; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 15; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleMargins + */ + public static int Toolbar_titleMargins = 12; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 10; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:titleTextColor + */ + public static int Toolbar_titleTextColor = 23; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd com.imagepicker:paddingEnd}
{@link #View_paddingStart com.imagepicker:paddingStart}
{@link #View_theme com.imagepicker:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, + 0x7f0100e4 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.imagepicker:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.imagepicker:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.imagepicker:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f0100e5, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.imagepicker:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link com.imagepicker.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.imagepicker:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/android/build/intermediates/bundles/debug/AndroidManifest.xml b/android/build/intermediates/bundles/debug/AndroidManifest.xml new file mode 100644 index 0000000..226ba7f --- /dev/null +++ b/android/build/intermediates/bundles/debug/AndroidManifest.xml @@ -0,0 +1,20 @@ + + + + + // min sdk version not sure if it's actually useful + // required permission not sure if it's actually useful + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/bundles/debug/R.txt b/android/build/intermediates/bundles/debug/R.txt new file mode 100644 index 0000000..82fc244 --- /dev/null +++ b/android/build/intermediates/bundles/debug/R.txt @@ -0,0 +1,1297 @@ +int anim abc_fade_in 0x7f040000 +int anim abc_fade_out 0x7f040001 +int anim abc_grow_fade_in_from_bottom 0x7f040002 +int anim abc_popup_enter 0x7f040003 +int anim abc_popup_exit 0x7f040004 +int anim abc_shrink_fade_out_from_bottom 0x7f040005 +int anim abc_slide_in_bottom 0x7f040006 +int anim abc_slide_in_top 0x7f040007 +int anim abc_slide_out_bottom 0x7f040008 +int anim abc_slide_out_top 0x7f040009 +int anim catalyst_push_up_in 0x7f04000a +int anim catalyst_push_up_out 0x7f04000b +int attr actionBarDivider 0x7f01007e +int attr actionBarItemBackground 0x7f01007f +int attr actionBarPopupTheme 0x7f010078 +int attr actionBarSize 0x7f01007d +int attr actionBarSplitStyle 0x7f01007a +int attr actionBarStyle 0x7f010079 +int attr actionBarTabBarStyle 0x7f010074 +int attr actionBarTabStyle 0x7f010073 +int attr actionBarTabTextStyle 0x7f010075 +int attr actionBarTheme 0x7f01007b +int attr actionBarWidgetTheme 0x7f01007c +int attr actionButtonStyle 0x7f010098 +int attr actionDropDownStyle 0x7f010094 +int attr actionLayout 0x7f01004b +int attr actionMenuTextAppearance 0x7f010080 +int attr actionMenuTextColor 0x7f010081 +int attr actionModeBackground 0x7f010084 +int attr actionModeCloseButtonStyle 0x7f010083 +int attr actionModeCloseDrawable 0x7f010086 +int attr actionModeCopyDrawable 0x7f010088 +int attr actionModeCutDrawable 0x7f010087 +int attr actionModeFindDrawable 0x7f01008c +int attr actionModePasteDrawable 0x7f010089 +int attr actionModePopupWindowStyle 0x7f01008e +int attr actionModeSelectAllDrawable 0x7f01008a +int attr actionModeShareDrawable 0x7f01008b +int attr actionModeSplitBackground 0x7f010085 +int attr actionModeStyle 0x7f010082 +int attr actionModeWebSearchDrawable 0x7f01008d +int attr actionOverflowButtonStyle 0x7f010076 +int attr actionOverflowMenuStyle 0x7f010077 +int attr actionProviderClass 0x7f01004d +int attr actionViewClass 0x7f01004c +int attr activityChooserViewStyle 0x7f0100a0 +int attr actualImageScaleType 0x7f01003a +int attr alertDialogButtonGroupStyle 0x7f0100c2 +int attr alertDialogCenterButtons 0x7f0100c3 +int attr alertDialogStyle 0x7f0100c1 +int attr alertDialogTheme 0x7f0100c4 +int attr arrowHeadLength 0x7f01002b +int attr arrowShaftLength 0x7f01002c +int attr autoCompleteTextViewStyle 0x7f0100c9 +int attr background 0x7f01000c +int attr backgroundImage 0x7f01003b +int attr backgroundSplit 0x7f01000e +int attr backgroundStacked 0x7f01000d +int attr backgroundTint 0x7f0100e5 +int attr backgroundTintMode 0x7f0100e6 +int attr barLength 0x7f01002d +int attr borderlessButtonStyle 0x7f01009d +int attr buttonBarButtonStyle 0x7f01009a +int attr buttonBarNegativeButtonStyle 0x7f0100c7 +int attr buttonBarNeutralButtonStyle 0x7f0100c8 +int attr buttonBarPositiveButtonStyle 0x7f0100c6 +int attr buttonBarStyle 0x7f010099 +int attr buttonPanelSideLayout 0x7f01001f +int attr buttonStyle 0x7f0100ca +int attr buttonStyleSmall 0x7f0100cb +int attr buttonTint 0x7f010025 +int attr buttonTintMode 0x7f010026 +int attr checkboxStyle 0x7f0100cc +int attr checkedTextViewStyle 0x7f0100cd +int attr closeIcon 0x7f010059 +int attr closeItemLayout 0x7f01001c +int attr collapseContentDescription 0x7f0100dc +int attr collapseIcon 0x7f0100db +int attr color 0x7f010027 +int attr colorAccent 0x7f0100ba +int attr colorButtonNormal 0x7f0100be +int attr colorControlActivated 0x7f0100bc +int attr colorControlHighlight 0x7f0100bd +int attr colorControlNormal 0x7f0100bb +int attr colorPrimary 0x7f0100b8 +int attr colorPrimaryDark 0x7f0100b9 +int attr colorSwitchThumbNormal 0x7f0100bf +int attr commitIcon 0x7f01005e +int attr contentInsetEnd 0x7f010017 +int attr contentInsetLeft 0x7f010018 +int attr contentInsetRight 0x7f010019 +int attr contentInsetStart 0x7f010016 +int attr controlBackground 0x7f0100c0 +int attr customNavigationLayout 0x7f01000f +int attr defaultQueryHint 0x7f010058 +int attr dialogPreferredPadding 0x7f010092 +int attr dialogTheme 0x7f010091 +int attr displayOptions 0x7f010005 +int attr divider 0x7f01000b +int attr dividerHorizontal 0x7f01009f +int attr dividerPadding 0x7f010049 +int attr dividerVertical 0x7f01009e +int attr drawableSize 0x7f010029 +int attr drawerArrowStyle 0x7f010000 +int attr dropDownListViewStyle 0x7f0100b0 +int attr dropdownListPreferredItemHeight 0x7f010095 +int attr editTextBackground 0x7f0100a6 +int attr editTextColor 0x7f0100a5 +int attr editTextStyle 0x7f0100ce +int attr elevation 0x7f01001a +int attr expandActivityOverflowButtonDrawable 0x7f01001e +int attr fadeDuration 0x7f01002f +int attr failureImage 0x7f010035 +int attr failureImageScaleType 0x7f010036 +int attr gapBetweenBars 0x7f01002a +int attr goIcon 0x7f01005a +int attr height 0x7f010001 +int attr hideOnContentScroll 0x7f010015 +int attr homeAsUpIndicator 0x7f010097 +int attr homeLayout 0x7f010010 +int attr icon 0x7f010009 +int attr iconifiedByDefault 0x7f010056 +int attr indeterminateProgressStyle 0x7f010012 +int attr initialActivityCount 0x7f01001d +int attr isLightTheme 0x7f010002 +int attr itemPadding 0x7f010014 +int attr layout 0x7f010055 +int attr layoutManager 0x7f010051 +int attr listChoiceBackgroundIndicator 0x7f0100b7 +int attr listDividerAlertDialog 0x7f010093 +int attr listItemLayout 0x7f010023 +int attr listLayout 0x7f010020 +int attr listPopupWindowStyle 0x7f0100b1 +int attr listPreferredItemHeight 0x7f0100ab +int attr listPreferredItemHeightLarge 0x7f0100ad +int attr listPreferredItemHeightSmall 0x7f0100ac +int attr listPreferredItemPaddingLeft 0x7f0100ae +int attr listPreferredItemPaddingRight 0x7f0100af +int attr logo 0x7f01000a +int attr logoDescription 0x7f0100df +int attr maxButtonHeight 0x7f0100da +int attr measureWithLargestChild 0x7f010047 +int attr multiChoiceItemLayout 0x7f010021 +int attr navigationContentDescription 0x7f0100de +int attr navigationIcon 0x7f0100dd +int attr navigationMode 0x7f010004 +int attr overlapAnchor 0x7f01004f +int attr overlayImage 0x7f01003c +int attr paddingEnd 0x7f0100e3 +int attr paddingStart 0x7f0100e2 +int attr panelBackground 0x7f0100b4 +int attr panelMenuListTheme 0x7f0100b6 +int attr panelMenuListWidth 0x7f0100b5 +int attr placeholderImage 0x7f010031 +int attr placeholderImageScaleType 0x7f010032 +int attr popupMenuStyle 0x7f0100a3 +int attr popupTheme 0x7f01001b +int attr popupWindowStyle 0x7f0100a4 +int attr preserveIconSpacing 0x7f01004e +int attr pressedStateOverlayImage 0x7f01003d +int attr progressBarAutoRotateInterval 0x7f010039 +int attr progressBarImage 0x7f010037 +int attr progressBarImageScaleType 0x7f010038 +int attr progressBarPadding 0x7f010013 +int attr progressBarStyle 0x7f010011 +int attr queryBackground 0x7f010060 +int attr queryHint 0x7f010057 +int attr radioButtonStyle 0x7f0100cf +int attr ratingBarStyle 0x7f0100d0 +int attr retryImage 0x7f010033 +int attr retryImageScaleType 0x7f010034 +int attr reverseLayout 0x7f010053 +int attr roundAsCircle 0x7f01003e +int attr roundBottomLeft 0x7f010043 +int attr roundBottomRight 0x7f010042 +int attr roundTopLeft 0x7f010040 +int attr roundTopRight 0x7f010041 +int attr roundWithOverlayColor 0x7f010044 +int attr roundedCornerRadius 0x7f01003f +int attr roundingBorderColor 0x7f010046 +int attr roundingBorderWidth 0x7f010045 +int attr searchHintIcon 0x7f01005c +int attr searchIcon 0x7f01005b +int attr searchViewStyle 0x7f0100aa +int attr selectableItemBackground 0x7f01009b +int attr selectableItemBackgroundBorderless 0x7f01009c +int attr showAsAction 0x7f01004a +int attr showDividers 0x7f010048 +int attr showText 0x7f010068 +int attr singleChoiceItemLayout 0x7f010022 +int attr spanCount 0x7f010052 +int attr spinBars 0x7f010028 +int attr spinnerDropDownItemStyle 0x7f010096 +int attr spinnerStyle 0x7f0100d1 +int attr splitTrack 0x7f010067 +int attr stackFromEnd 0x7f010054 +int attr state_above_anchor 0x7f010050 +int attr submitBackground 0x7f010061 +int attr subtitle 0x7f010006 +int attr subtitleTextAppearance 0x7f0100d4 +int attr subtitleTextColor 0x7f0100e1 +int attr subtitleTextStyle 0x7f010008 +int attr suggestionRowLayout 0x7f01005f +int attr switchMinWidth 0x7f010065 +int attr switchPadding 0x7f010066 +int attr switchStyle 0x7f0100d2 +int attr switchTextAppearance 0x7f010064 +int attr textAllCaps 0x7f010024 +int attr textAppearanceLargePopupMenu 0x7f01008f +int attr textAppearanceListItem 0x7f0100b2 +int attr textAppearanceListItemSmall 0x7f0100b3 +int attr textAppearanceSearchResultSubtitle 0x7f0100a8 +int attr textAppearanceSearchResultTitle 0x7f0100a7 +int attr textAppearanceSmallPopupMenu 0x7f010090 +int attr textColorAlertDialogListItem 0x7f0100c5 +int attr textColorSearchUrl 0x7f0100a9 +int attr theme 0x7f0100e4 +int attr thickness 0x7f01002e +int attr thumbTextPadding 0x7f010063 +int attr title 0x7f010003 +int attr titleMarginBottom 0x7f0100d9 +int attr titleMarginEnd 0x7f0100d7 +int attr titleMarginStart 0x7f0100d6 +int attr titleMarginTop 0x7f0100d8 +int attr titleMargins 0x7f0100d5 +int attr titleTextAppearance 0x7f0100d3 +int attr titleTextColor 0x7f0100e0 +int attr titleTextStyle 0x7f010007 +int attr toolbarNavigationButtonStyle 0x7f0100a2 +int attr toolbarStyle 0x7f0100a1 +int attr track 0x7f010062 +int attr viewAspectRatio 0x7f010030 +int attr voiceIcon 0x7f01005d +int attr windowActionBar 0x7f010069 +int attr windowActionBarOverlay 0x7f01006b +int attr windowActionModeOverlay 0x7f01006c +int attr windowFixedHeightMajor 0x7f010070 +int attr windowFixedHeightMinor 0x7f01006e +int attr windowFixedWidthMajor 0x7f01006d +int attr windowFixedWidthMinor 0x7f01006f +int attr windowMinWidthMajor 0x7f010071 +int attr windowMinWidthMinor 0x7f010072 +int attr windowNoTitle 0x7f01006a +int bool abc_action_bar_embed_tabs 0x7f090002 +int bool abc_action_bar_embed_tabs_pre_jb 0x7f090000 +int bool abc_action_bar_expanded_action_views_exclusive 0x7f090003 +int bool abc_config_actionMenuItemAllCaps 0x7f090004 +int bool abc_config_allowActionMenuItemTextWithIcon 0x7f090001 +int bool abc_config_closeDialogWhenTouchOutside 0x7f090005 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f090006 +int color abc_background_cache_hint_selector_material_dark 0x7f0b003b +int color abc_background_cache_hint_selector_material_light 0x7f0b003c +int color abc_color_highlight_material 0x7f0b003d +int color abc_input_method_navigation_guard 0x7f0b0000 +int color abc_primary_text_disable_only_material_dark 0x7f0b003e +int color abc_primary_text_disable_only_material_light 0x7f0b003f +int color abc_primary_text_material_dark 0x7f0b0040 +int color abc_primary_text_material_light 0x7f0b0041 +int color abc_search_url_text 0x7f0b0042 +int color abc_search_url_text_normal 0x7f0b0001 +int color abc_search_url_text_pressed 0x7f0b0002 +int color abc_search_url_text_selected 0x7f0b0003 +int color abc_secondary_text_material_dark 0x7f0b0043 +int color abc_secondary_text_material_light 0x7f0b0044 +int color accent_material_dark 0x7f0b0004 +int color accent_material_light 0x7f0b0005 +int color background_floating_material_dark 0x7f0b0006 +int color background_floating_material_light 0x7f0b0007 +int color background_material_dark 0x7f0b0008 +int color background_material_light 0x7f0b0009 +int color bright_foreground_disabled_material_dark 0x7f0b000a +int color bright_foreground_disabled_material_light 0x7f0b000b +int color bright_foreground_inverse_material_dark 0x7f0b000c +int color bright_foreground_inverse_material_light 0x7f0b000d +int color bright_foreground_material_dark 0x7f0b000e +int color bright_foreground_material_light 0x7f0b000f +int color button_material_dark 0x7f0b0010 +int color button_material_light 0x7f0b0011 +int color catalyst_redbox_background 0x7f0b0012 +int color dim_foreground_disabled_material_dark 0x7f0b0013 +int color dim_foreground_disabled_material_light 0x7f0b0014 +int color dim_foreground_material_dark 0x7f0b0015 +int color dim_foreground_material_light 0x7f0b0016 +int color foreground_material_dark 0x7f0b0017 +int color foreground_material_light 0x7f0b0018 +int color highlighted_text_material_dark 0x7f0b0019 +int color highlighted_text_material_light 0x7f0b001a +int color hint_foreground_material_dark 0x7f0b001b +int color hint_foreground_material_light 0x7f0b001c +int color material_blue_grey_800 0x7f0b001d +int color material_blue_grey_900 0x7f0b001e +int color material_blue_grey_950 0x7f0b001f +int color material_deep_teal_200 0x7f0b0020 +int color material_deep_teal_500 0x7f0b0021 +int color material_grey_100 0x7f0b0022 +int color material_grey_300 0x7f0b0023 +int color material_grey_50 0x7f0b0024 +int color material_grey_600 0x7f0b0025 +int color material_grey_800 0x7f0b0026 +int color material_grey_850 0x7f0b0027 +int color material_grey_900 0x7f0b0028 +int color primary_dark_material_dark 0x7f0b0029 +int color primary_dark_material_light 0x7f0b002a +int color primary_material_dark 0x7f0b002b +int color primary_material_light 0x7f0b002c +int color primary_text_default_material_dark 0x7f0b002d +int color primary_text_default_material_light 0x7f0b002e +int color primary_text_disabled_material_dark 0x7f0b002f +int color primary_text_disabled_material_light 0x7f0b0030 +int color ripple_material_dark 0x7f0b0031 +int color ripple_material_light 0x7f0b0032 +int color secondary_text_default_material_dark 0x7f0b0033 +int color secondary_text_default_material_light 0x7f0b0034 +int color secondary_text_disabled_material_dark 0x7f0b0035 +int color secondary_text_disabled_material_light 0x7f0b0036 +int color switch_thumb_disabled_material_dark 0x7f0b0037 +int color switch_thumb_disabled_material_light 0x7f0b0038 +int color switch_thumb_material_dark 0x7f0b0045 +int color switch_thumb_material_light 0x7f0b0046 +int color switch_thumb_normal_material_dark 0x7f0b0039 +int color switch_thumb_normal_material_light 0x7f0b003a +int dimen abc_action_bar_content_inset_material 0x7f07000b +int dimen abc_action_bar_default_height_material 0x7f070001 +int dimen abc_action_bar_default_padding_end_material 0x7f07000c +int dimen abc_action_bar_default_padding_start_material 0x7f07000d +int dimen abc_action_bar_icon_vertical_padding_material 0x7f07000f +int dimen abc_action_bar_overflow_padding_end_material 0x7f070010 +int dimen abc_action_bar_overflow_padding_start_material 0x7f070011 +int dimen abc_action_bar_progress_bar_size 0x7f070002 +int dimen abc_action_bar_stacked_max_height 0x7f070012 +int dimen abc_action_bar_stacked_tab_max_width 0x7f070013 +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f070014 +int dimen abc_action_bar_subtitle_top_margin_material 0x7f070015 +int dimen abc_action_button_min_height_material 0x7f070016 +int dimen abc_action_button_min_width_material 0x7f070017 +int dimen abc_action_button_min_width_overflow_material 0x7f070018 +int dimen abc_alert_dialog_button_bar_height 0x7f070000 +int dimen abc_button_inset_horizontal_material 0x7f070019 +int dimen abc_button_inset_vertical_material 0x7f07001a +int dimen abc_button_padding_horizontal_material 0x7f07001b +int dimen abc_button_padding_vertical_material 0x7f07001c +int dimen abc_config_prefDialogWidth 0x7f070005 +int dimen abc_control_corner_material 0x7f07001d +int dimen abc_control_inset_material 0x7f07001e +int dimen abc_control_padding_material 0x7f07001f +int dimen abc_dialog_list_padding_vertical_material 0x7f070020 +int dimen abc_dialog_min_width_major 0x7f070021 +int dimen abc_dialog_min_width_minor 0x7f070022 +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 0x7f070006 +int dimen abc_switch_padding 0x7f07000e +int dimen abc_text_size_body_1_material 0x7f070031 +int dimen abc_text_size_body_2_material 0x7f070032 +int dimen abc_text_size_button_material 0x7f070033 +int dimen abc_text_size_caption_material 0x7f070034 +int dimen abc_text_size_display_1_material 0x7f070035 +int dimen abc_text_size_display_2_material 0x7f070036 +int dimen abc_text_size_display_3_material 0x7f070037 +int dimen abc_text_size_display_4_material 0x7f070038 +int dimen abc_text_size_headline_material 0x7f070039 +int dimen abc_text_size_large_material 0x7f07003a +int dimen abc_text_size_medium_material 0x7f07003b +int dimen abc_text_size_menu_material 0x7f07003c +int dimen abc_text_size_small_material 0x7f07003d +int dimen abc_text_size_subhead_material 0x7f07003e +int dimen abc_text_size_subtitle_material_toolbar 0x7f070003 +int dimen abc_text_size_title_material 0x7f07003f +int dimen abc_text_size_title_material_toolbar 0x7f070004 +int dimen dialog_fixed_height_major 0x7f070007 +int dimen dialog_fixed_height_minor 0x7f070008 +int dimen dialog_fixed_width_major 0x7f070009 +int dimen dialog_fixed_width_minor 0x7f07000a +int dimen disabled_alpha_material_dark 0x7f070040 +int dimen disabled_alpha_material_light 0x7f070041 +int dimen highlight_alpha_material_colored 0x7f070042 +int dimen highlight_alpha_material_dark 0x7f070043 +int dimen highlight_alpha_material_light 0x7f070044 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070045 +int dimen notification_large_icon_height 0x7f070046 +int dimen notification_large_icon_width 0x7f070047 +int dimen notification_subtext_size 0x7f070048 +int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000 +int drawable abc_action_bar_item_background_material 0x7f020001 +int drawable abc_btn_borderless_material 0x7f020002 +int drawable abc_btn_check_material 0x7f020003 +int drawable abc_btn_check_to_on_mtrl_000 0x7f020004 +int drawable abc_btn_check_to_on_mtrl_015 0x7f020005 +int drawable abc_btn_colored_material 0x7f020006 +int drawable abc_btn_default_mtrl_shape 0x7f020007 +int drawable abc_btn_radio_material 0x7f020008 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a +int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b +int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e +int drawable abc_cab_background_internal_bg 0x7f02000f +int drawable abc_cab_background_top_material 0x7f020010 +int drawable abc_cab_background_top_mtrl_alpha 0x7f020011 +int drawable abc_control_background_material 0x7f020012 +int drawable abc_dialog_material_background_dark 0x7f020013 +int drawable abc_dialog_material_background_light 0x7f020014 +int drawable abc_edit_text_material 0x7f020015 +int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016 +int drawable abc_ic_clear_mtrl_alpha 0x7f020017 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018 +int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b +int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e +int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f +int drawable abc_ic_search_api_mtrl_alpha 0x7f020020 +int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021 +int drawable abc_item_background_holo_dark 0x7f020022 +int drawable abc_item_background_holo_light 0x7f020023 +int drawable abc_list_divider_mtrl_alpha 0x7f020024 +int drawable abc_list_focused_holo 0x7f020025 +int drawable abc_list_longpressed_holo 0x7f020026 +int drawable abc_list_pressed_holo_dark 0x7f020027 +int drawable abc_list_pressed_holo_light 0x7f020028 +int drawable abc_list_selector_background_transition_holo_dark 0x7f020029 +int drawable abc_list_selector_background_transition_holo_light 0x7f02002a +int drawable abc_list_selector_disabled_holo_dark 0x7f02002b +int drawable abc_list_selector_disabled_holo_light 0x7f02002c +int drawable abc_list_selector_holo_dark 0x7f02002d +int drawable abc_list_selector_holo_light 0x7f02002e +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f +int drawable abc_popup_background_mtrl_mult 0x7f020030 +int drawable abc_ratingbar_full_material 0x7f020031 +int drawable abc_spinner_mtrl_am_alpha 0x7f020032 +int drawable abc_spinner_textfield_background_material 0x7f020033 +int drawable abc_switch_thumb_material 0x7f020034 +int drawable abc_switch_track_mtrl_alpha 0x7f020035 +int drawable abc_tab_indicator_material 0x7f020036 +int drawable abc_tab_indicator_mtrl_alpha 0x7f020037 +int drawable abc_text_cursor_material 0x7f020038 +int drawable abc_textfield_activated_mtrl_alpha 0x7f020039 +int drawable abc_textfield_default_mtrl_alpha 0x7f02003a +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02003b +int drawable abc_textfield_search_default_mtrl_alpha 0x7f02003c +int drawable abc_textfield_search_material 0x7f02003d +int drawable notification_template_icon_bg 0x7f02003e +int id action0 0x7f0c0057 +int id action_bar 0x7f0c0047 +int id action_bar_activity_content 0x7f0c0000 +int id action_bar_container 0x7f0c0046 +int id action_bar_root 0x7f0c0042 +int id action_bar_spinner 0x7f0c0001 +int id action_bar_subtitle 0x7f0c002b +int id action_bar_title 0x7f0c002a +int id action_context_bar 0x7f0c0048 +int id action_divider 0x7f0c005b +int id action_menu_divider 0x7f0c0002 +int id action_menu_presenter 0x7f0c0003 +int id action_mode_bar 0x7f0c0044 +int id action_mode_bar_stub 0x7f0c0043 +int id action_mode_close_button 0x7f0c002c +int id activity_chooser_view_content 0x7f0c002d +int id alertTitle 0x7f0c0037 +int id always 0x7f0c0024 +int id beginning 0x7f0c0021 +int id buttonPanel 0x7f0c003d +int id cancel_action 0x7f0c0058 +int id catalyst_redbox_title 0x7f0c0066 +int id center 0x7f0c0019 +int id centerCrop 0x7f0c001a +int id centerInside 0x7f0c001b +int id checkbox 0x7f0c003f +int id chronometer 0x7f0c005e +int id collapseActionView 0x7f0c0025 +int id contentPanel 0x7f0c0038 +int id custom 0x7f0c003c +int id customPanel 0x7f0c003b +int id decor_content_parent 0x7f0c0045 +int id default_activity_button 0x7f0c0030 +int id disableHome 0x7f0c000d +int id edit_query 0x7f0c0049 +int id end 0x7f0c0022 +int id end_padder 0x7f0c0063 +int id expand_activities_button 0x7f0c002e +int id expanded_menu 0x7f0c003e +int id fitCenter 0x7f0c001c +int id fitEnd 0x7f0c001d +int id fitStart 0x7f0c001e +int id fitXY 0x7f0c001f +int id focusCrop 0x7f0c0020 +int id fps_text 0x7f0c0056 +int id home 0x7f0c0004 +int id homeAsUp 0x7f0c000e +int id icon 0x7f0c0032 +int id ifRoom 0x7f0c0026 +int id image 0x7f0c002f +int id info 0x7f0c0062 +int id item_touch_helper_previous_elevation 0x7f0c0005 +int id line1 0x7f0c005c +int id line3 0x7f0c0060 +int id listMode 0x7f0c000a +int id list_item 0x7f0c0031 +int id media_actions 0x7f0c005a +int id middle 0x7f0c0023 +int id multiply 0x7f0c0014 +int id never 0x7f0c0027 +int id none 0x7f0c000f +int id normal 0x7f0c000b +int id parentPanel 0x7f0c0034 +int id progress_circular 0x7f0c0006 +int id progress_horizontal 0x7f0c0007 +int id radio 0x7f0c0041 +int id rn_frame_file 0x7f0c0065 +int id rn_frame_method 0x7f0c0064 +int id rn_redbox_reloadjs 0x7f0c0068 +int id rn_redbox_stack 0x7f0c0067 +int id screen 0x7f0c0015 +int id scrollView 0x7f0c0039 +int id search_badge 0x7f0c004b +int id search_bar 0x7f0c004a +int id search_button 0x7f0c004c +int id search_close_btn 0x7f0c0051 +int id search_edit_frame 0x7f0c004d +int id search_go_btn 0x7f0c0053 +int id search_mag_icon 0x7f0c004e +int id search_plate 0x7f0c004f +int id search_src_text 0x7f0c0050 +int id search_voice_btn 0x7f0c0054 +int id select_dialog_listview 0x7f0c0055 +int id shortcut 0x7f0c0040 +int id showCustom 0x7f0c0010 +int id showHome 0x7f0c0011 +int id showTitle 0x7f0c0012 +int id split_action_bar 0x7f0c0008 +int id src_atop 0x7f0c0016 +int id src_in 0x7f0c0017 +int id src_over 0x7f0c0018 +int id status_bar_latest_event_content 0x7f0c0059 +int id submit_area 0x7f0c0052 +int id tabMode 0x7f0c000c +int id text 0x7f0c0061 +int id text2 0x7f0c005f +int id textSpacerNoButtons 0x7f0c003a +int id time 0x7f0c005d +int id title 0x7f0c0033 +int id title_template 0x7f0c0036 +int id topPanel 0x7f0c0035 +int id up 0x7f0c0009 +int id useLogo 0x7f0c0013 +int id withText 0x7f0c0028 +int id wrap_content 0x7f0c0029 +int integer abc_config_activityDefaultDur 0x7f0a0001 +int integer abc_config_activityShortDur 0x7f0a0002 +int integer abc_max_action_buttons 0x7f0a0000 +int integer cancel_button_image_alpha 0x7f0a0003 +int integer status_bar_notification_info_maxnum 0x7f0a0004 +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_material 0x7f030009 +int layout abc_dialog_title_material 0x7f03000a +int layout abc_expanded_menu_layout 0x7f03000b +int layout abc_list_menu_item_checkbox 0x7f03000c +int layout abc_list_menu_item_icon 0x7f03000d +int layout abc_list_menu_item_layout 0x7f03000e +int layout abc_list_menu_item_radio 0x7f03000f +int layout abc_popup_menu_item_layout 0x7f030010 +int layout abc_screen_content_include 0x7f030011 +int layout abc_screen_simple 0x7f030012 +int layout abc_screen_simple_overlay_action_mode 0x7f030013 +int layout abc_screen_toolbar 0x7f030014 +int layout abc_search_dropdown_item_icons_2line 0x7f030015 +int layout abc_search_view 0x7f030016 +int layout abc_select_dialog_material 0x7f030017 +int layout fps_view 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 redbox_item_frame 0x7f030021 +int layout redbox_item_title 0x7f030022 +int layout redbox_view 0x7f030023 +int layout select_dialog_item_material 0x7f030024 +int layout select_dialog_multichoice_material 0x7f030025 +int layout select_dialog_singlechoice_material 0x7f030026 +int layout support_simple_spinner_dropdown_item 0x7f030027 +int string abc_action_bar_home_description 0x7f060000 +int string abc_action_bar_home_description_format 0x7f060001 +int string abc_action_bar_home_subtitle_description_format 0x7f060002 +int string abc_action_bar_up_description 0x7f060003 +int string abc_action_menu_overflow_description 0x7f060004 +int string abc_action_mode_done 0x7f060005 +int string abc_activity_chooser_view_see_all 0x7f060006 +int string abc_activitychooserview_choose_application 0x7f060007 +int string abc_search_hint 0x7f060008 +int string abc_searchview_description_clear 0x7f060009 +int string abc_searchview_description_query 0x7f06000a +int string abc_searchview_description_search 0x7f06000b +int string abc_searchview_description_submit 0x7f06000c +int string abc_searchview_description_voice 0x7f06000d +int string abc_shareactionprovider_share_with 0x7f06000e +int string abc_shareactionprovider_share_with_application 0x7f06000f +int string abc_toolbar_collapse_description 0x7f060010 +int string catalyst_debugjs 0x7f060012 +int string catalyst_debugjs_off 0x7f06001a +int string catalyst_element_inspector 0x7f060013 +int string catalyst_element_inspector_off 0x7f06001b +int string catalyst_hot_module_replacement 0x7f06001c +int string catalyst_hot_module_replacement_off 0x7f06001d +int string catalyst_jsload_error 0x7f060014 +int string catalyst_jsload_message 0x7f060015 +int string catalyst_jsload_title 0x7f060016 +int string catalyst_live_reload 0x7f06001e +int string catalyst_live_reload_off 0x7f06001f +int string catalyst_perf_monitor 0x7f060020 +int string catalyst_perf_monitor_off 0x7f060021 +int string catalyst_reloadjs 0x7f060017 +int string catalyst_remotedbg_error 0x7f060022 +int string catalyst_remotedbg_message 0x7f060023 +int string catalyst_settings 0x7f060018 +int string catalyst_settings_title 0x7f060019 +int string catalyst_start_profile 0x7f060024 +int string catalyst_stop_profile 0x7f060025 +int string status_bar_notification_info_overflow 0x7f060011 +int style AlertDialog_AppCompat 0x7f08007a +int style AlertDialog_AppCompat_Light 0x7f08007b +int style Animation_AppCompat_Dialog 0x7f08007c +int style Animation_AppCompat_DropDownUp 0x7f08007d +int style Animation_Catalyst_RedBox 0x7f08007e +int style Base_AlertDialog_AppCompat 0x7f08007f +int style Base_AlertDialog_AppCompat_Light 0x7f080080 +int style Base_Animation_AppCompat_Dialog 0x7f080081 +int style Base_Animation_AppCompat_DropDownUp 0x7f080082 +int style Base_DialogWindowTitle_AppCompat 0x7f080083 +int style Base_DialogWindowTitleBackground_AppCompat 0x7f080084 +int style Base_TextAppearance_AppCompat 0x7f08002d +int style Base_TextAppearance_AppCompat_Body1 0x7f08002e +int style Base_TextAppearance_AppCompat_Body2 0x7f08002f +int style Base_TextAppearance_AppCompat_Button 0x7f080018 +int style Base_TextAppearance_AppCompat_Caption 0x7f080030 +int style Base_TextAppearance_AppCompat_Display1 0x7f080031 +int style Base_TextAppearance_AppCompat_Display2 0x7f080032 +int style Base_TextAppearance_AppCompat_Display3 0x7f080033 +int style Base_TextAppearance_AppCompat_Display4 0x7f080034 +int style Base_TextAppearance_AppCompat_Headline 0x7f080035 +int style Base_TextAppearance_AppCompat_Inverse 0x7f080003 +int style Base_TextAppearance_AppCompat_Large 0x7f080036 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f080004 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f080037 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f080038 +int style Base_TextAppearance_AppCompat_Medium 0x7f080039 +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f080005 +int style Base_TextAppearance_AppCompat_Menu 0x7f08003a +int style Base_TextAppearance_AppCompat_SearchResult 0x7f080085 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f08003b +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f08003c +int style Base_TextAppearance_AppCompat_Small 0x7f08003d +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f080006 +int style Base_TextAppearance_AppCompat_Subhead 0x7f08003e +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f080007 +int style Base_TextAppearance_AppCompat_Title 0x7f08003f +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f080008 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f080040 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f080041 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f080042 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f080043 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f080044 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f080045 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f080046 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f080047 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f080076 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f080086 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f080048 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f080049 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f08004a +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f08004b +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f080087 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f08004c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f08004d +int style Base_Theme_AppCompat 0x7f08004e +int style Base_Theme_AppCompat_CompactMenu 0x7f080088 +int style Base_Theme_AppCompat_Dialog 0x7f080009 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f080089 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f08008a +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f08008b +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f080001 +int style Base_Theme_AppCompat_Light 0x7f08004f +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f08008c +int style Base_Theme_AppCompat_Light_Dialog 0x7f08000a +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f08008d +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f08008e +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f08008f +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f080002 +int style Base_ThemeOverlay_AppCompat 0x7f080090 +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f080091 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f080092 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f080093 +int style Base_ThemeOverlay_AppCompat_Light 0x7f080094 +int style Base_V11_Theme_AppCompat_Dialog 0x7f08000b +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f08000c +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f080014 +int style Base_V12_Widget_AppCompat_EditText 0x7f080015 +int style Base_V21_Theme_AppCompat 0x7f080050 +int style Base_V21_Theme_AppCompat_Dialog 0x7f080051 +int style Base_V21_Theme_AppCompat_Light 0x7f080052 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f080053 +int style Base_V22_Theme_AppCompat 0x7f080074 +int style Base_V22_Theme_AppCompat_Light 0x7f080075 +int style Base_V23_Theme_AppCompat 0x7f080077 +int style Base_V23_Theme_AppCompat_Light 0x7f080078 +int style Base_V7_Theme_AppCompat 0x7f080095 +int style Base_V7_Theme_AppCompat_Dialog 0x7f080096 +int style Base_V7_Theme_AppCompat_Light 0x7f080097 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f080098 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f080099 +int style Base_V7_Widget_AppCompat_EditText 0x7f08009a +int style Base_Widget_AppCompat_ActionBar 0x7f08009b +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f08009c +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f08009d +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f080054 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f080055 +int style Base_Widget_AppCompat_ActionButton 0x7f080056 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f080057 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f080058 +int style Base_Widget_AppCompat_ActionMode 0x7f08009e +int style Base_Widget_AppCompat_ActivityChooserView 0x7f08009f +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f080016 +int style Base_Widget_AppCompat_Button 0x7f080059 +int style Base_Widget_AppCompat_Button_Borderless 0x7f08005a +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f08005b +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800a0 +int style Base_Widget_AppCompat_Button_Colored 0x7f080079 +int style Base_Widget_AppCompat_Button_Small 0x7f08005c +int style Base_Widget_AppCompat_ButtonBar 0x7f08005d +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0800a1 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f08005e +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f08005f +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0800a2 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f080000 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0800a3 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f080060 +int style Base_Widget_AppCompat_EditText 0x7f080017 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0800a4 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0800a5 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0800a6 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f080061 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080062 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f080063 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f080064 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f080065 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f080066 +int style Base_Widget_AppCompat_ListView 0x7f080067 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f080068 +int style Base_Widget_AppCompat_ListView_Menu 0x7f080069 +int style Base_Widget_AppCompat_PopupMenu 0x7f08006a +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f08006b +int style Base_Widget_AppCompat_PopupWindow 0x7f0800a7 +int style Base_Widget_AppCompat_ProgressBar 0x7f08000d +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f08000e +int style Base_Widget_AppCompat_RatingBar 0x7f08006c +int style Base_Widget_AppCompat_SearchView 0x7f0800a8 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0800a9 +int style Base_Widget_AppCompat_Spinner 0x7f08006d +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f08006e +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f08006f +int style Base_Widget_AppCompat_Toolbar 0x7f0800aa +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f080070 +int style Platform_AppCompat 0x7f08000f +int style Platform_AppCompat_Light 0x7f080010 +int style Platform_ThemeOverlay_AppCompat 0x7f080071 +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f080072 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f080073 +int style Platform_V11_AppCompat 0x7f080011 +int style Platform_V11_AppCompat_Light 0x7f080012 +int style Platform_V14_AppCompat 0x7f080019 +int style Platform_V14_AppCompat_Light 0x7f08001a +int style Platform_Widget_AppCompat_Spinner 0x7f080013 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f080020 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f080021 +int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f080022 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f080023 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f080024 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f080025 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f080026 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f080027 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f080028 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f080029 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f08002a +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f08002b +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f08002c +int style TextAppearance_AppCompat 0x7f0800ab +int style TextAppearance_AppCompat_Body1 0x7f0800ac +int style TextAppearance_AppCompat_Body2 0x7f0800ad +int style TextAppearance_AppCompat_Button 0x7f0800ae +int style TextAppearance_AppCompat_Caption 0x7f0800af +int style TextAppearance_AppCompat_Display1 0x7f0800b0 +int style TextAppearance_AppCompat_Display2 0x7f0800b1 +int style TextAppearance_AppCompat_Display3 0x7f0800b2 +int style TextAppearance_AppCompat_Display4 0x7f0800b3 +int style TextAppearance_AppCompat_Headline 0x7f0800b4 +int style TextAppearance_AppCompat_Inverse 0x7f0800b5 +int style TextAppearance_AppCompat_Large 0x7f0800b6 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0800b7 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0800b8 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0800b9 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0800ba +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0800bb +int style TextAppearance_AppCompat_Medium 0x7f0800bc +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0800bd +int style TextAppearance_AppCompat_Menu 0x7f0800be +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0800bf +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0800c0 +int style TextAppearance_AppCompat_Small 0x7f0800c1 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0800c2 +int style TextAppearance_AppCompat_Subhead 0x7f0800c3 +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0800c4 +int style TextAppearance_AppCompat_Title 0x7f0800c5 +int style TextAppearance_AppCompat_Title_Inverse 0x7f0800c6 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0800c7 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0800c8 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0800c9 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0800ca +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0800cb +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0800cc +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0800cd +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0800ce +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0800cf +int style TextAppearance_AppCompat_Widget_Button 0x7f0800d0 +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0800d1 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0800d2 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0800d3 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0800d4 +int style TextAppearance_AppCompat_Widget_Switch 0x7f0800d5 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0800d6 +int style TextAppearance_StatusBar_EventContent 0x7f08001b +int style TextAppearance_StatusBar_EventContent_Info 0x7f08001c +int style TextAppearance_StatusBar_EventContent_Line2 0x7f08001d +int style TextAppearance_StatusBar_EventContent_Time 0x7f08001e +int style TextAppearance_StatusBar_EventContent_Title 0x7f08001f +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0800d7 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0800d8 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0800d9 +int style Theme 0x7f0800da +int style Theme_AppCompat 0x7f0800db +int style Theme_AppCompat_CompactMenu 0x7f0800dc +int style Theme_AppCompat_Dialog 0x7f0800dd +int style Theme_AppCompat_Dialog_Alert 0x7f0800de +int style Theme_AppCompat_Dialog_MinWidth 0x7f0800df +int style Theme_AppCompat_DialogWhenLarge 0x7f0800e0 +int style Theme_AppCompat_Light 0x7f0800e1 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0800e2 +int style Theme_AppCompat_Light_Dialog 0x7f0800e3 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0800e4 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0800e5 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0800e6 +int style Theme_AppCompat_Light_NoActionBar 0x7f0800e7 +int style Theme_AppCompat_NoActionBar 0x7f0800e8 +int style Theme_Catalyst 0x7f0800e9 +int style Theme_Catalyst_RedBox 0x7f0800ea +int style Theme_ReactNative_AppCompat_Light 0x7f0800eb +int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f0800ec +int style ThemeOverlay_AppCompat 0x7f0800ed +int style ThemeOverlay_AppCompat_ActionBar 0x7f0800ee +int style ThemeOverlay_AppCompat_Dark 0x7f0800ef +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0800f0 +int style ThemeOverlay_AppCompat_Light 0x7f0800f1 +int style Widget_AppCompat_ActionBar 0x7f0800f2 +int style Widget_AppCompat_ActionBar_Solid 0x7f0800f3 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0800f4 +int style Widget_AppCompat_ActionBar_TabText 0x7f0800f5 +int style Widget_AppCompat_ActionBar_TabView 0x7f0800f6 +int style Widget_AppCompat_ActionButton 0x7f0800f7 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0800f8 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0800f9 +int style Widget_AppCompat_ActionMode 0x7f0800fa +int style Widget_AppCompat_ActivityChooserView 0x7f0800fb +int style Widget_AppCompat_AutoCompleteTextView 0x7f0800fc +int style Widget_AppCompat_Button 0x7f0800fd +int style Widget_AppCompat_Button_Borderless 0x7f0800fe +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0800ff +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f080100 +int style Widget_AppCompat_Button_Colored 0x7f080101 +int style Widget_AppCompat_Button_Small 0x7f080102 +int style Widget_AppCompat_ButtonBar 0x7f080103 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f080104 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f080105 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f080106 +int style Widget_AppCompat_CompoundButton_Switch 0x7f080107 +int style Widget_AppCompat_DrawerArrowToggle 0x7f080108 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f080109 +int style Widget_AppCompat_EditText 0x7f08010a +int style Widget_AppCompat_Light_ActionBar 0x7f08010b +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f08010c +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f08010d +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f08010e +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f08010f +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f080110 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080111 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f080112 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f080113 +int style Widget_AppCompat_Light_ActionButton 0x7f080114 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f080115 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f080116 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f080117 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f080118 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f080119 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f08011a +int style Widget_AppCompat_Light_ListPopupWindow 0x7f08011b +int style Widget_AppCompat_Light_ListView_DropDown 0x7f08011c +int style Widget_AppCompat_Light_PopupMenu 0x7f08011d +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f08011e +int style Widget_AppCompat_Light_SearchView 0x7f08011f +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f080120 +int style Widget_AppCompat_ListPopupWindow 0x7f080121 +int style Widget_AppCompat_ListView 0x7f080122 +int style Widget_AppCompat_ListView_DropDown 0x7f080123 +int style Widget_AppCompat_ListView_Menu 0x7f080124 +int style Widget_AppCompat_PopupMenu 0x7f080125 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f080126 +int style Widget_AppCompat_PopupWindow 0x7f080127 +int style Widget_AppCompat_ProgressBar 0x7f080128 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f080129 +int style Widget_AppCompat_RatingBar 0x7f08012a +int style Widget_AppCompat_SearchView 0x7f08012b +int style Widget_AppCompat_SearchView_ActionBar 0x7f08012c +int style Widget_AppCompat_Spinner 0x7f08012d +int style Widget_AppCompat_Spinner_DropDown 0x7f08012e +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f08012f +int style Widget_AppCompat_Spinner_Underlined 0x7f080130 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f080131 +int style Widget_AppCompat_Toolbar 0x7f080132 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f080133 +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, 0x7f010097 } +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 AppCompatTextView { 0x01010034, 0x7f010024 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_textAllCaps 1 +int[] styleable CompoundButton { 0x01010107, 0x7f010025, 0x7f010026 } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable DrawerArrowToggle { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e } +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 GenericDraweeView { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 } +int styleable GenericDraweeView_actualImageScaleType 11 +int styleable GenericDraweeView_backgroundImage 12 +int styleable GenericDraweeView_fadeDuration 0 +int styleable GenericDraweeView_failureImage 6 +int styleable GenericDraweeView_failureImageScaleType 7 +int styleable GenericDraweeView_overlayImage 13 +int styleable GenericDraweeView_placeholderImage 2 +int styleable GenericDraweeView_placeholderImageScaleType 3 +int styleable GenericDraweeView_pressedStateOverlayImage 14 +int styleable GenericDraweeView_progressBarAutoRotateInterval 10 +int styleable GenericDraweeView_progressBarImage 8 +int styleable GenericDraweeView_progressBarImageScaleType 9 +int styleable GenericDraweeView_retryImage 4 +int styleable GenericDraweeView_retryImageScaleType 5 +int styleable GenericDraweeView_roundAsCircle 15 +int styleable GenericDraweeView_roundBottomLeft 20 +int styleable GenericDraweeView_roundBottomRight 19 +int styleable GenericDraweeView_roundTopLeft 17 +int styleable GenericDraweeView_roundTopRight 18 +int styleable GenericDraweeView_roundWithOverlayColor 21 +int styleable GenericDraweeView_roundedCornerRadius 16 +int styleable GenericDraweeView_roundingBorderColor 23 +int styleable GenericDraweeView_roundingBorderWidth 22 +int styleable GenericDraweeView_viewAspectRatio 1 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 } +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, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d } +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, 0x7f01004e } +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, 0x7f01004f } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_overlapAnchor 1 +int[] styleable PopupWindowBackgroundState { 0x7f010050 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecyclerView { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 } +int styleable RecyclerView_android_orientation 0 +int styleable RecyclerView_layoutManager 1 +int styleable RecyclerView_reverseLayout 3 +int styleable RecyclerView_spanCount 2 +int styleable RecyclerView_stackFromEnd 4 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 } +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 { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b } +int styleable Spinner_android_dropDownWidth 2 +int styleable Spinner_android_popupBackground 0 +int styleable Spinner_android_prompt 1 +int styleable Spinner_popupTheme 3 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 } +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, 0x7f010024 } +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 4 +int[] styleable Theme { 0x01010057, 0x010100ae, 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, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 } +int styleable Theme_actionBarDivider 23 +int styleable Theme_actionBarItemBackground 24 +int styleable Theme_actionBarPopupTheme 17 +int styleable Theme_actionBarSize 22 +int styleable Theme_actionBarSplitStyle 19 +int styleable Theme_actionBarStyle 18 +int styleable Theme_actionBarTabBarStyle 13 +int styleable Theme_actionBarTabStyle 12 +int styleable Theme_actionBarTabTextStyle 14 +int styleable Theme_actionBarTheme 20 +int styleable Theme_actionBarWidgetTheme 21 +int styleable Theme_actionButtonStyle 49 +int styleable Theme_actionDropDownStyle 45 +int styleable Theme_actionMenuTextAppearance 25 +int styleable Theme_actionMenuTextColor 26 +int styleable Theme_actionModeBackground 29 +int styleable Theme_actionModeCloseButtonStyle 28 +int styleable Theme_actionModeCloseDrawable 31 +int styleable Theme_actionModeCopyDrawable 33 +int styleable Theme_actionModeCutDrawable 32 +int styleable Theme_actionModeFindDrawable 37 +int styleable Theme_actionModePasteDrawable 34 +int styleable Theme_actionModePopupWindowStyle 39 +int styleable Theme_actionModeSelectAllDrawable 35 +int styleable Theme_actionModeShareDrawable 36 +int styleable Theme_actionModeSplitBackground 30 +int styleable Theme_actionModeStyle 27 +int styleable Theme_actionModeWebSearchDrawable 38 +int styleable Theme_actionOverflowButtonStyle 15 +int styleable Theme_actionOverflowMenuStyle 16 +int styleable Theme_activityChooserViewStyle 57 +int styleable Theme_alertDialogButtonGroupStyle 91 +int styleable Theme_alertDialogCenterButtons 92 +int styleable Theme_alertDialogStyle 90 +int styleable Theme_alertDialogTheme 93 +int styleable Theme_android_windowAnimationStyle 1 +int styleable Theme_android_windowIsFloating 0 +int styleable Theme_autoCompleteTextViewStyle 98 +int styleable Theme_borderlessButtonStyle 54 +int styleable Theme_buttonBarButtonStyle 51 +int styleable Theme_buttonBarNegativeButtonStyle 96 +int styleable Theme_buttonBarNeutralButtonStyle 97 +int styleable Theme_buttonBarPositiveButtonStyle 95 +int styleable Theme_buttonBarStyle 50 +int styleable Theme_buttonStyle 99 +int styleable Theme_buttonStyleSmall 100 +int styleable Theme_checkboxStyle 101 +int styleable Theme_checkedTextViewStyle 102 +int styleable Theme_colorAccent 83 +int styleable Theme_colorButtonNormal 87 +int styleable Theme_colorControlActivated 85 +int styleable Theme_colorControlHighlight 86 +int styleable Theme_colorControlNormal 84 +int styleable Theme_colorPrimary 81 +int styleable Theme_colorPrimaryDark 82 +int styleable Theme_colorSwitchThumbNormal 88 +int styleable Theme_controlBackground 89 +int styleable Theme_dialogPreferredPadding 43 +int styleable Theme_dialogTheme 42 +int styleable Theme_dividerHorizontal 56 +int styleable Theme_dividerVertical 55 +int styleable Theme_dropDownListViewStyle 73 +int styleable Theme_dropdownListPreferredItemHeight 46 +int styleable Theme_editTextBackground 63 +int styleable Theme_editTextColor 62 +int styleable Theme_editTextStyle 103 +int styleable Theme_homeAsUpIndicator 48 +int styleable Theme_listChoiceBackgroundIndicator 80 +int styleable Theme_listDividerAlertDialog 44 +int styleable Theme_listPopupWindowStyle 74 +int styleable Theme_listPreferredItemHeight 68 +int styleable Theme_listPreferredItemHeightLarge 70 +int styleable Theme_listPreferredItemHeightSmall 69 +int styleable Theme_listPreferredItemPaddingLeft 71 +int styleable Theme_listPreferredItemPaddingRight 72 +int styleable Theme_panelBackground 77 +int styleable Theme_panelMenuListTheme 79 +int styleable Theme_panelMenuListWidth 78 +int styleable Theme_popupMenuStyle 60 +int styleable Theme_popupWindowStyle 61 +int styleable Theme_radioButtonStyle 104 +int styleable Theme_ratingBarStyle 105 +int styleable Theme_searchViewStyle 67 +int styleable Theme_selectableItemBackground 52 +int styleable Theme_selectableItemBackgroundBorderless 53 +int styleable Theme_spinnerDropDownItemStyle 47 +int styleable Theme_spinnerStyle 106 +int styleable Theme_switchStyle 107 +int styleable Theme_textAppearanceLargePopupMenu 40 +int styleable Theme_textAppearanceListItem 75 +int styleable Theme_textAppearanceListItemSmall 76 +int styleable Theme_textAppearanceSearchResultSubtitle 65 +int styleable Theme_textAppearanceSearchResultTitle 64 +int styleable Theme_textAppearanceSmallPopupMenu 41 +int styleable Theme_textColorAlertDialogListItem 94 +int styleable Theme_textColorSearchUrl 66 +int styleable Theme_toolbarNavigationButtonStyle 59 +int styleable Theme_toolbarStyle 58 +int styleable Theme_windowActionBar 2 +int styleable Theme_windowActionBarOverlay 4 +int styleable Theme_windowActionModeOverlay 5 +int styleable Theme_windowFixedHeightMajor 9 +int styleable Theme_windowFixedHeightMinor 7 +int styleable Theme_windowFixedWidthMajor 6 +int styleable Theme_windowFixedWidthMinor 8 +int styleable Theme_windowMinWidthMajor 10 +int styleable Theme_windowMinWidthMinor 11 +int styleable Theme_windowNoTitle 3 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 } +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, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 } +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, 0x7f0100e5, 0x7f0100e6 } +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 +int xml preferences 0x7f050000 diff --git a/android/build/intermediates/bundles/debug/aapt/AndroidManifest.xml b/android/build/intermediates/bundles/debug/aapt/AndroidManifest.xml new file mode 100644 index 0000000..226ba7f --- /dev/null +++ b/android/build/intermediates/bundles/debug/aapt/AndroidManifest.xml @@ -0,0 +1,20 @@ + + + + + // min sdk version not sure if it's actually useful + // required permission not sure if it's actually useful + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/bundles/debug/classes.jar b/android/build/intermediates/bundles/debug/classes.jar new file mode 100644 index 0000000000000000000000000000000000000000..b3d02f4663646f69731a5282acddfee2e782468f GIT binary patch literal 11912 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 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/bundles/release/AndroidManifest.xml b/android/build/intermediates/bundles/release/AndroidManifest.xml new file mode 100644 index 0000000..226ba7f --- /dev/null +++ b/android/build/intermediates/bundles/release/AndroidManifest.xml @@ -0,0 +1,20 @@ + + + + + // min sdk version not sure if it's actually useful + // required permission not sure if it's actually useful + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/bundles/release/R.txt b/android/build/intermediates/bundles/release/R.txt new file mode 100644 index 0000000..82fc244 --- /dev/null +++ b/android/build/intermediates/bundles/release/R.txt @@ -0,0 +1,1297 @@ +int anim abc_fade_in 0x7f040000 +int anim abc_fade_out 0x7f040001 +int anim abc_grow_fade_in_from_bottom 0x7f040002 +int anim abc_popup_enter 0x7f040003 +int anim abc_popup_exit 0x7f040004 +int anim abc_shrink_fade_out_from_bottom 0x7f040005 +int anim abc_slide_in_bottom 0x7f040006 +int anim abc_slide_in_top 0x7f040007 +int anim abc_slide_out_bottom 0x7f040008 +int anim abc_slide_out_top 0x7f040009 +int anim catalyst_push_up_in 0x7f04000a +int anim catalyst_push_up_out 0x7f04000b +int attr actionBarDivider 0x7f01007e +int attr actionBarItemBackground 0x7f01007f +int attr actionBarPopupTheme 0x7f010078 +int attr actionBarSize 0x7f01007d +int attr actionBarSplitStyle 0x7f01007a +int attr actionBarStyle 0x7f010079 +int attr actionBarTabBarStyle 0x7f010074 +int attr actionBarTabStyle 0x7f010073 +int attr actionBarTabTextStyle 0x7f010075 +int attr actionBarTheme 0x7f01007b +int attr actionBarWidgetTheme 0x7f01007c +int attr actionButtonStyle 0x7f010098 +int attr actionDropDownStyle 0x7f010094 +int attr actionLayout 0x7f01004b +int attr actionMenuTextAppearance 0x7f010080 +int attr actionMenuTextColor 0x7f010081 +int attr actionModeBackground 0x7f010084 +int attr actionModeCloseButtonStyle 0x7f010083 +int attr actionModeCloseDrawable 0x7f010086 +int attr actionModeCopyDrawable 0x7f010088 +int attr actionModeCutDrawable 0x7f010087 +int attr actionModeFindDrawable 0x7f01008c +int attr actionModePasteDrawable 0x7f010089 +int attr actionModePopupWindowStyle 0x7f01008e +int attr actionModeSelectAllDrawable 0x7f01008a +int attr actionModeShareDrawable 0x7f01008b +int attr actionModeSplitBackground 0x7f010085 +int attr actionModeStyle 0x7f010082 +int attr actionModeWebSearchDrawable 0x7f01008d +int attr actionOverflowButtonStyle 0x7f010076 +int attr actionOverflowMenuStyle 0x7f010077 +int attr actionProviderClass 0x7f01004d +int attr actionViewClass 0x7f01004c +int attr activityChooserViewStyle 0x7f0100a0 +int attr actualImageScaleType 0x7f01003a +int attr alertDialogButtonGroupStyle 0x7f0100c2 +int attr alertDialogCenterButtons 0x7f0100c3 +int attr alertDialogStyle 0x7f0100c1 +int attr alertDialogTheme 0x7f0100c4 +int attr arrowHeadLength 0x7f01002b +int attr arrowShaftLength 0x7f01002c +int attr autoCompleteTextViewStyle 0x7f0100c9 +int attr background 0x7f01000c +int attr backgroundImage 0x7f01003b +int attr backgroundSplit 0x7f01000e +int attr backgroundStacked 0x7f01000d +int attr backgroundTint 0x7f0100e5 +int attr backgroundTintMode 0x7f0100e6 +int attr barLength 0x7f01002d +int attr borderlessButtonStyle 0x7f01009d +int attr buttonBarButtonStyle 0x7f01009a +int attr buttonBarNegativeButtonStyle 0x7f0100c7 +int attr buttonBarNeutralButtonStyle 0x7f0100c8 +int attr buttonBarPositiveButtonStyle 0x7f0100c6 +int attr buttonBarStyle 0x7f010099 +int attr buttonPanelSideLayout 0x7f01001f +int attr buttonStyle 0x7f0100ca +int attr buttonStyleSmall 0x7f0100cb +int attr buttonTint 0x7f010025 +int attr buttonTintMode 0x7f010026 +int attr checkboxStyle 0x7f0100cc +int attr checkedTextViewStyle 0x7f0100cd +int attr closeIcon 0x7f010059 +int attr closeItemLayout 0x7f01001c +int attr collapseContentDescription 0x7f0100dc +int attr collapseIcon 0x7f0100db +int attr color 0x7f010027 +int attr colorAccent 0x7f0100ba +int attr colorButtonNormal 0x7f0100be +int attr colorControlActivated 0x7f0100bc +int attr colorControlHighlight 0x7f0100bd +int attr colorControlNormal 0x7f0100bb +int attr colorPrimary 0x7f0100b8 +int attr colorPrimaryDark 0x7f0100b9 +int attr colorSwitchThumbNormal 0x7f0100bf +int attr commitIcon 0x7f01005e +int attr contentInsetEnd 0x7f010017 +int attr contentInsetLeft 0x7f010018 +int attr contentInsetRight 0x7f010019 +int attr contentInsetStart 0x7f010016 +int attr controlBackground 0x7f0100c0 +int attr customNavigationLayout 0x7f01000f +int attr defaultQueryHint 0x7f010058 +int attr dialogPreferredPadding 0x7f010092 +int attr dialogTheme 0x7f010091 +int attr displayOptions 0x7f010005 +int attr divider 0x7f01000b +int attr dividerHorizontal 0x7f01009f +int attr dividerPadding 0x7f010049 +int attr dividerVertical 0x7f01009e +int attr drawableSize 0x7f010029 +int attr drawerArrowStyle 0x7f010000 +int attr dropDownListViewStyle 0x7f0100b0 +int attr dropdownListPreferredItemHeight 0x7f010095 +int attr editTextBackground 0x7f0100a6 +int attr editTextColor 0x7f0100a5 +int attr editTextStyle 0x7f0100ce +int attr elevation 0x7f01001a +int attr expandActivityOverflowButtonDrawable 0x7f01001e +int attr fadeDuration 0x7f01002f +int attr failureImage 0x7f010035 +int attr failureImageScaleType 0x7f010036 +int attr gapBetweenBars 0x7f01002a +int attr goIcon 0x7f01005a +int attr height 0x7f010001 +int attr hideOnContentScroll 0x7f010015 +int attr homeAsUpIndicator 0x7f010097 +int attr homeLayout 0x7f010010 +int attr icon 0x7f010009 +int attr iconifiedByDefault 0x7f010056 +int attr indeterminateProgressStyle 0x7f010012 +int attr initialActivityCount 0x7f01001d +int attr isLightTheme 0x7f010002 +int attr itemPadding 0x7f010014 +int attr layout 0x7f010055 +int attr layoutManager 0x7f010051 +int attr listChoiceBackgroundIndicator 0x7f0100b7 +int attr listDividerAlertDialog 0x7f010093 +int attr listItemLayout 0x7f010023 +int attr listLayout 0x7f010020 +int attr listPopupWindowStyle 0x7f0100b1 +int attr listPreferredItemHeight 0x7f0100ab +int attr listPreferredItemHeightLarge 0x7f0100ad +int attr listPreferredItemHeightSmall 0x7f0100ac +int attr listPreferredItemPaddingLeft 0x7f0100ae +int attr listPreferredItemPaddingRight 0x7f0100af +int attr logo 0x7f01000a +int attr logoDescription 0x7f0100df +int attr maxButtonHeight 0x7f0100da +int attr measureWithLargestChild 0x7f010047 +int attr multiChoiceItemLayout 0x7f010021 +int attr navigationContentDescription 0x7f0100de +int attr navigationIcon 0x7f0100dd +int attr navigationMode 0x7f010004 +int attr overlapAnchor 0x7f01004f +int attr overlayImage 0x7f01003c +int attr paddingEnd 0x7f0100e3 +int attr paddingStart 0x7f0100e2 +int attr panelBackground 0x7f0100b4 +int attr panelMenuListTheme 0x7f0100b6 +int attr panelMenuListWidth 0x7f0100b5 +int attr placeholderImage 0x7f010031 +int attr placeholderImageScaleType 0x7f010032 +int attr popupMenuStyle 0x7f0100a3 +int attr popupTheme 0x7f01001b +int attr popupWindowStyle 0x7f0100a4 +int attr preserveIconSpacing 0x7f01004e +int attr pressedStateOverlayImage 0x7f01003d +int attr progressBarAutoRotateInterval 0x7f010039 +int attr progressBarImage 0x7f010037 +int attr progressBarImageScaleType 0x7f010038 +int attr progressBarPadding 0x7f010013 +int attr progressBarStyle 0x7f010011 +int attr queryBackground 0x7f010060 +int attr queryHint 0x7f010057 +int attr radioButtonStyle 0x7f0100cf +int attr ratingBarStyle 0x7f0100d0 +int attr retryImage 0x7f010033 +int attr retryImageScaleType 0x7f010034 +int attr reverseLayout 0x7f010053 +int attr roundAsCircle 0x7f01003e +int attr roundBottomLeft 0x7f010043 +int attr roundBottomRight 0x7f010042 +int attr roundTopLeft 0x7f010040 +int attr roundTopRight 0x7f010041 +int attr roundWithOverlayColor 0x7f010044 +int attr roundedCornerRadius 0x7f01003f +int attr roundingBorderColor 0x7f010046 +int attr roundingBorderWidth 0x7f010045 +int attr searchHintIcon 0x7f01005c +int attr searchIcon 0x7f01005b +int attr searchViewStyle 0x7f0100aa +int attr selectableItemBackground 0x7f01009b +int attr selectableItemBackgroundBorderless 0x7f01009c +int attr showAsAction 0x7f01004a +int attr showDividers 0x7f010048 +int attr showText 0x7f010068 +int attr singleChoiceItemLayout 0x7f010022 +int attr spanCount 0x7f010052 +int attr spinBars 0x7f010028 +int attr spinnerDropDownItemStyle 0x7f010096 +int attr spinnerStyle 0x7f0100d1 +int attr splitTrack 0x7f010067 +int attr stackFromEnd 0x7f010054 +int attr state_above_anchor 0x7f010050 +int attr submitBackground 0x7f010061 +int attr subtitle 0x7f010006 +int attr subtitleTextAppearance 0x7f0100d4 +int attr subtitleTextColor 0x7f0100e1 +int attr subtitleTextStyle 0x7f010008 +int attr suggestionRowLayout 0x7f01005f +int attr switchMinWidth 0x7f010065 +int attr switchPadding 0x7f010066 +int attr switchStyle 0x7f0100d2 +int attr switchTextAppearance 0x7f010064 +int attr textAllCaps 0x7f010024 +int attr textAppearanceLargePopupMenu 0x7f01008f +int attr textAppearanceListItem 0x7f0100b2 +int attr textAppearanceListItemSmall 0x7f0100b3 +int attr textAppearanceSearchResultSubtitle 0x7f0100a8 +int attr textAppearanceSearchResultTitle 0x7f0100a7 +int attr textAppearanceSmallPopupMenu 0x7f010090 +int attr textColorAlertDialogListItem 0x7f0100c5 +int attr textColorSearchUrl 0x7f0100a9 +int attr theme 0x7f0100e4 +int attr thickness 0x7f01002e +int attr thumbTextPadding 0x7f010063 +int attr title 0x7f010003 +int attr titleMarginBottom 0x7f0100d9 +int attr titleMarginEnd 0x7f0100d7 +int attr titleMarginStart 0x7f0100d6 +int attr titleMarginTop 0x7f0100d8 +int attr titleMargins 0x7f0100d5 +int attr titleTextAppearance 0x7f0100d3 +int attr titleTextColor 0x7f0100e0 +int attr titleTextStyle 0x7f010007 +int attr toolbarNavigationButtonStyle 0x7f0100a2 +int attr toolbarStyle 0x7f0100a1 +int attr track 0x7f010062 +int attr viewAspectRatio 0x7f010030 +int attr voiceIcon 0x7f01005d +int attr windowActionBar 0x7f010069 +int attr windowActionBarOverlay 0x7f01006b +int attr windowActionModeOverlay 0x7f01006c +int attr windowFixedHeightMajor 0x7f010070 +int attr windowFixedHeightMinor 0x7f01006e +int attr windowFixedWidthMajor 0x7f01006d +int attr windowFixedWidthMinor 0x7f01006f +int attr windowMinWidthMajor 0x7f010071 +int attr windowMinWidthMinor 0x7f010072 +int attr windowNoTitle 0x7f01006a +int bool abc_action_bar_embed_tabs 0x7f090002 +int bool abc_action_bar_embed_tabs_pre_jb 0x7f090000 +int bool abc_action_bar_expanded_action_views_exclusive 0x7f090003 +int bool abc_config_actionMenuItemAllCaps 0x7f090004 +int bool abc_config_allowActionMenuItemTextWithIcon 0x7f090001 +int bool abc_config_closeDialogWhenTouchOutside 0x7f090005 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f090006 +int color abc_background_cache_hint_selector_material_dark 0x7f0b003b +int color abc_background_cache_hint_selector_material_light 0x7f0b003c +int color abc_color_highlight_material 0x7f0b003d +int color abc_input_method_navigation_guard 0x7f0b0000 +int color abc_primary_text_disable_only_material_dark 0x7f0b003e +int color abc_primary_text_disable_only_material_light 0x7f0b003f +int color abc_primary_text_material_dark 0x7f0b0040 +int color abc_primary_text_material_light 0x7f0b0041 +int color abc_search_url_text 0x7f0b0042 +int color abc_search_url_text_normal 0x7f0b0001 +int color abc_search_url_text_pressed 0x7f0b0002 +int color abc_search_url_text_selected 0x7f0b0003 +int color abc_secondary_text_material_dark 0x7f0b0043 +int color abc_secondary_text_material_light 0x7f0b0044 +int color accent_material_dark 0x7f0b0004 +int color accent_material_light 0x7f0b0005 +int color background_floating_material_dark 0x7f0b0006 +int color background_floating_material_light 0x7f0b0007 +int color background_material_dark 0x7f0b0008 +int color background_material_light 0x7f0b0009 +int color bright_foreground_disabled_material_dark 0x7f0b000a +int color bright_foreground_disabled_material_light 0x7f0b000b +int color bright_foreground_inverse_material_dark 0x7f0b000c +int color bright_foreground_inverse_material_light 0x7f0b000d +int color bright_foreground_material_dark 0x7f0b000e +int color bright_foreground_material_light 0x7f0b000f +int color button_material_dark 0x7f0b0010 +int color button_material_light 0x7f0b0011 +int color catalyst_redbox_background 0x7f0b0012 +int color dim_foreground_disabled_material_dark 0x7f0b0013 +int color dim_foreground_disabled_material_light 0x7f0b0014 +int color dim_foreground_material_dark 0x7f0b0015 +int color dim_foreground_material_light 0x7f0b0016 +int color foreground_material_dark 0x7f0b0017 +int color foreground_material_light 0x7f0b0018 +int color highlighted_text_material_dark 0x7f0b0019 +int color highlighted_text_material_light 0x7f0b001a +int color hint_foreground_material_dark 0x7f0b001b +int color hint_foreground_material_light 0x7f0b001c +int color material_blue_grey_800 0x7f0b001d +int color material_blue_grey_900 0x7f0b001e +int color material_blue_grey_950 0x7f0b001f +int color material_deep_teal_200 0x7f0b0020 +int color material_deep_teal_500 0x7f0b0021 +int color material_grey_100 0x7f0b0022 +int color material_grey_300 0x7f0b0023 +int color material_grey_50 0x7f0b0024 +int color material_grey_600 0x7f0b0025 +int color material_grey_800 0x7f0b0026 +int color material_grey_850 0x7f0b0027 +int color material_grey_900 0x7f0b0028 +int color primary_dark_material_dark 0x7f0b0029 +int color primary_dark_material_light 0x7f0b002a +int color primary_material_dark 0x7f0b002b +int color primary_material_light 0x7f0b002c +int color primary_text_default_material_dark 0x7f0b002d +int color primary_text_default_material_light 0x7f0b002e +int color primary_text_disabled_material_dark 0x7f0b002f +int color primary_text_disabled_material_light 0x7f0b0030 +int color ripple_material_dark 0x7f0b0031 +int color ripple_material_light 0x7f0b0032 +int color secondary_text_default_material_dark 0x7f0b0033 +int color secondary_text_default_material_light 0x7f0b0034 +int color secondary_text_disabled_material_dark 0x7f0b0035 +int color secondary_text_disabled_material_light 0x7f0b0036 +int color switch_thumb_disabled_material_dark 0x7f0b0037 +int color switch_thumb_disabled_material_light 0x7f0b0038 +int color switch_thumb_material_dark 0x7f0b0045 +int color switch_thumb_material_light 0x7f0b0046 +int color switch_thumb_normal_material_dark 0x7f0b0039 +int color switch_thumb_normal_material_light 0x7f0b003a +int dimen abc_action_bar_content_inset_material 0x7f07000b +int dimen abc_action_bar_default_height_material 0x7f070001 +int dimen abc_action_bar_default_padding_end_material 0x7f07000c +int dimen abc_action_bar_default_padding_start_material 0x7f07000d +int dimen abc_action_bar_icon_vertical_padding_material 0x7f07000f +int dimen abc_action_bar_overflow_padding_end_material 0x7f070010 +int dimen abc_action_bar_overflow_padding_start_material 0x7f070011 +int dimen abc_action_bar_progress_bar_size 0x7f070002 +int dimen abc_action_bar_stacked_max_height 0x7f070012 +int dimen abc_action_bar_stacked_tab_max_width 0x7f070013 +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f070014 +int dimen abc_action_bar_subtitle_top_margin_material 0x7f070015 +int dimen abc_action_button_min_height_material 0x7f070016 +int dimen abc_action_button_min_width_material 0x7f070017 +int dimen abc_action_button_min_width_overflow_material 0x7f070018 +int dimen abc_alert_dialog_button_bar_height 0x7f070000 +int dimen abc_button_inset_horizontal_material 0x7f070019 +int dimen abc_button_inset_vertical_material 0x7f07001a +int dimen abc_button_padding_horizontal_material 0x7f07001b +int dimen abc_button_padding_vertical_material 0x7f07001c +int dimen abc_config_prefDialogWidth 0x7f070005 +int dimen abc_control_corner_material 0x7f07001d +int dimen abc_control_inset_material 0x7f07001e +int dimen abc_control_padding_material 0x7f07001f +int dimen abc_dialog_list_padding_vertical_material 0x7f070020 +int dimen abc_dialog_min_width_major 0x7f070021 +int dimen abc_dialog_min_width_minor 0x7f070022 +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 0x7f070006 +int dimen abc_switch_padding 0x7f07000e +int dimen abc_text_size_body_1_material 0x7f070031 +int dimen abc_text_size_body_2_material 0x7f070032 +int dimen abc_text_size_button_material 0x7f070033 +int dimen abc_text_size_caption_material 0x7f070034 +int dimen abc_text_size_display_1_material 0x7f070035 +int dimen abc_text_size_display_2_material 0x7f070036 +int dimen abc_text_size_display_3_material 0x7f070037 +int dimen abc_text_size_display_4_material 0x7f070038 +int dimen abc_text_size_headline_material 0x7f070039 +int dimen abc_text_size_large_material 0x7f07003a +int dimen abc_text_size_medium_material 0x7f07003b +int dimen abc_text_size_menu_material 0x7f07003c +int dimen abc_text_size_small_material 0x7f07003d +int dimen abc_text_size_subhead_material 0x7f07003e +int dimen abc_text_size_subtitle_material_toolbar 0x7f070003 +int dimen abc_text_size_title_material 0x7f07003f +int dimen abc_text_size_title_material_toolbar 0x7f070004 +int dimen dialog_fixed_height_major 0x7f070007 +int dimen dialog_fixed_height_minor 0x7f070008 +int dimen dialog_fixed_width_major 0x7f070009 +int dimen dialog_fixed_width_minor 0x7f07000a +int dimen disabled_alpha_material_dark 0x7f070040 +int dimen disabled_alpha_material_light 0x7f070041 +int dimen highlight_alpha_material_colored 0x7f070042 +int dimen highlight_alpha_material_dark 0x7f070043 +int dimen highlight_alpha_material_light 0x7f070044 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070045 +int dimen notification_large_icon_height 0x7f070046 +int dimen notification_large_icon_width 0x7f070047 +int dimen notification_subtext_size 0x7f070048 +int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000 +int drawable abc_action_bar_item_background_material 0x7f020001 +int drawable abc_btn_borderless_material 0x7f020002 +int drawable abc_btn_check_material 0x7f020003 +int drawable abc_btn_check_to_on_mtrl_000 0x7f020004 +int drawable abc_btn_check_to_on_mtrl_015 0x7f020005 +int drawable abc_btn_colored_material 0x7f020006 +int drawable abc_btn_default_mtrl_shape 0x7f020007 +int drawable abc_btn_radio_material 0x7f020008 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a +int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b +int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e +int drawable abc_cab_background_internal_bg 0x7f02000f +int drawable abc_cab_background_top_material 0x7f020010 +int drawable abc_cab_background_top_mtrl_alpha 0x7f020011 +int drawable abc_control_background_material 0x7f020012 +int drawable abc_dialog_material_background_dark 0x7f020013 +int drawable abc_dialog_material_background_light 0x7f020014 +int drawable abc_edit_text_material 0x7f020015 +int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016 +int drawable abc_ic_clear_mtrl_alpha 0x7f020017 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018 +int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b +int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e +int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f +int drawable abc_ic_search_api_mtrl_alpha 0x7f020020 +int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021 +int drawable abc_item_background_holo_dark 0x7f020022 +int drawable abc_item_background_holo_light 0x7f020023 +int drawable abc_list_divider_mtrl_alpha 0x7f020024 +int drawable abc_list_focused_holo 0x7f020025 +int drawable abc_list_longpressed_holo 0x7f020026 +int drawable abc_list_pressed_holo_dark 0x7f020027 +int drawable abc_list_pressed_holo_light 0x7f020028 +int drawable abc_list_selector_background_transition_holo_dark 0x7f020029 +int drawable abc_list_selector_background_transition_holo_light 0x7f02002a +int drawable abc_list_selector_disabled_holo_dark 0x7f02002b +int drawable abc_list_selector_disabled_holo_light 0x7f02002c +int drawable abc_list_selector_holo_dark 0x7f02002d +int drawable abc_list_selector_holo_light 0x7f02002e +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f +int drawable abc_popup_background_mtrl_mult 0x7f020030 +int drawable abc_ratingbar_full_material 0x7f020031 +int drawable abc_spinner_mtrl_am_alpha 0x7f020032 +int drawable abc_spinner_textfield_background_material 0x7f020033 +int drawable abc_switch_thumb_material 0x7f020034 +int drawable abc_switch_track_mtrl_alpha 0x7f020035 +int drawable abc_tab_indicator_material 0x7f020036 +int drawable abc_tab_indicator_mtrl_alpha 0x7f020037 +int drawable abc_text_cursor_material 0x7f020038 +int drawable abc_textfield_activated_mtrl_alpha 0x7f020039 +int drawable abc_textfield_default_mtrl_alpha 0x7f02003a +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02003b +int drawable abc_textfield_search_default_mtrl_alpha 0x7f02003c +int drawable abc_textfield_search_material 0x7f02003d +int drawable notification_template_icon_bg 0x7f02003e +int id action0 0x7f0c0057 +int id action_bar 0x7f0c0047 +int id action_bar_activity_content 0x7f0c0000 +int id action_bar_container 0x7f0c0046 +int id action_bar_root 0x7f0c0042 +int id action_bar_spinner 0x7f0c0001 +int id action_bar_subtitle 0x7f0c002b +int id action_bar_title 0x7f0c002a +int id action_context_bar 0x7f0c0048 +int id action_divider 0x7f0c005b +int id action_menu_divider 0x7f0c0002 +int id action_menu_presenter 0x7f0c0003 +int id action_mode_bar 0x7f0c0044 +int id action_mode_bar_stub 0x7f0c0043 +int id action_mode_close_button 0x7f0c002c +int id activity_chooser_view_content 0x7f0c002d +int id alertTitle 0x7f0c0037 +int id always 0x7f0c0024 +int id beginning 0x7f0c0021 +int id buttonPanel 0x7f0c003d +int id cancel_action 0x7f0c0058 +int id catalyst_redbox_title 0x7f0c0066 +int id center 0x7f0c0019 +int id centerCrop 0x7f0c001a +int id centerInside 0x7f0c001b +int id checkbox 0x7f0c003f +int id chronometer 0x7f0c005e +int id collapseActionView 0x7f0c0025 +int id contentPanel 0x7f0c0038 +int id custom 0x7f0c003c +int id customPanel 0x7f0c003b +int id decor_content_parent 0x7f0c0045 +int id default_activity_button 0x7f0c0030 +int id disableHome 0x7f0c000d +int id edit_query 0x7f0c0049 +int id end 0x7f0c0022 +int id end_padder 0x7f0c0063 +int id expand_activities_button 0x7f0c002e +int id expanded_menu 0x7f0c003e +int id fitCenter 0x7f0c001c +int id fitEnd 0x7f0c001d +int id fitStart 0x7f0c001e +int id fitXY 0x7f0c001f +int id focusCrop 0x7f0c0020 +int id fps_text 0x7f0c0056 +int id home 0x7f0c0004 +int id homeAsUp 0x7f0c000e +int id icon 0x7f0c0032 +int id ifRoom 0x7f0c0026 +int id image 0x7f0c002f +int id info 0x7f0c0062 +int id item_touch_helper_previous_elevation 0x7f0c0005 +int id line1 0x7f0c005c +int id line3 0x7f0c0060 +int id listMode 0x7f0c000a +int id list_item 0x7f0c0031 +int id media_actions 0x7f0c005a +int id middle 0x7f0c0023 +int id multiply 0x7f0c0014 +int id never 0x7f0c0027 +int id none 0x7f0c000f +int id normal 0x7f0c000b +int id parentPanel 0x7f0c0034 +int id progress_circular 0x7f0c0006 +int id progress_horizontal 0x7f0c0007 +int id radio 0x7f0c0041 +int id rn_frame_file 0x7f0c0065 +int id rn_frame_method 0x7f0c0064 +int id rn_redbox_reloadjs 0x7f0c0068 +int id rn_redbox_stack 0x7f0c0067 +int id screen 0x7f0c0015 +int id scrollView 0x7f0c0039 +int id search_badge 0x7f0c004b +int id search_bar 0x7f0c004a +int id search_button 0x7f0c004c +int id search_close_btn 0x7f0c0051 +int id search_edit_frame 0x7f0c004d +int id search_go_btn 0x7f0c0053 +int id search_mag_icon 0x7f0c004e +int id search_plate 0x7f0c004f +int id search_src_text 0x7f0c0050 +int id search_voice_btn 0x7f0c0054 +int id select_dialog_listview 0x7f0c0055 +int id shortcut 0x7f0c0040 +int id showCustom 0x7f0c0010 +int id showHome 0x7f0c0011 +int id showTitle 0x7f0c0012 +int id split_action_bar 0x7f0c0008 +int id src_atop 0x7f0c0016 +int id src_in 0x7f0c0017 +int id src_over 0x7f0c0018 +int id status_bar_latest_event_content 0x7f0c0059 +int id submit_area 0x7f0c0052 +int id tabMode 0x7f0c000c +int id text 0x7f0c0061 +int id text2 0x7f0c005f +int id textSpacerNoButtons 0x7f0c003a +int id time 0x7f0c005d +int id title 0x7f0c0033 +int id title_template 0x7f0c0036 +int id topPanel 0x7f0c0035 +int id up 0x7f0c0009 +int id useLogo 0x7f0c0013 +int id withText 0x7f0c0028 +int id wrap_content 0x7f0c0029 +int integer abc_config_activityDefaultDur 0x7f0a0001 +int integer abc_config_activityShortDur 0x7f0a0002 +int integer abc_max_action_buttons 0x7f0a0000 +int integer cancel_button_image_alpha 0x7f0a0003 +int integer status_bar_notification_info_maxnum 0x7f0a0004 +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_material 0x7f030009 +int layout abc_dialog_title_material 0x7f03000a +int layout abc_expanded_menu_layout 0x7f03000b +int layout abc_list_menu_item_checkbox 0x7f03000c +int layout abc_list_menu_item_icon 0x7f03000d +int layout abc_list_menu_item_layout 0x7f03000e +int layout abc_list_menu_item_radio 0x7f03000f +int layout abc_popup_menu_item_layout 0x7f030010 +int layout abc_screen_content_include 0x7f030011 +int layout abc_screen_simple 0x7f030012 +int layout abc_screen_simple_overlay_action_mode 0x7f030013 +int layout abc_screen_toolbar 0x7f030014 +int layout abc_search_dropdown_item_icons_2line 0x7f030015 +int layout abc_search_view 0x7f030016 +int layout abc_select_dialog_material 0x7f030017 +int layout fps_view 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 redbox_item_frame 0x7f030021 +int layout redbox_item_title 0x7f030022 +int layout redbox_view 0x7f030023 +int layout select_dialog_item_material 0x7f030024 +int layout select_dialog_multichoice_material 0x7f030025 +int layout select_dialog_singlechoice_material 0x7f030026 +int layout support_simple_spinner_dropdown_item 0x7f030027 +int string abc_action_bar_home_description 0x7f060000 +int string abc_action_bar_home_description_format 0x7f060001 +int string abc_action_bar_home_subtitle_description_format 0x7f060002 +int string abc_action_bar_up_description 0x7f060003 +int string abc_action_menu_overflow_description 0x7f060004 +int string abc_action_mode_done 0x7f060005 +int string abc_activity_chooser_view_see_all 0x7f060006 +int string abc_activitychooserview_choose_application 0x7f060007 +int string abc_search_hint 0x7f060008 +int string abc_searchview_description_clear 0x7f060009 +int string abc_searchview_description_query 0x7f06000a +int string abc_searchview_description_search 0x7f06000b +int string abc_searchview_description_submit 0x7f06000c +int string abc_searchview_description_voice 0x7f06000d +int string abc_shareactionprovider_share_with 0x7f06000e +int string abc_shareactionprovider_share_with_application 0x7f06000f +int string abc_toolbar_collapse_description 0x7f060010 +int string catalyst_debugjs 0x7f060012 +int string catalyst_debugjs_off 0x7f06001a +int string catalyst_element_inspector 0x7f060013 +int string catalyst_element_inspector_off 0x7f06001b +int string catalyst_hot_module_replacement 0x7f06001c +int string catalyst_hot_module_replacement_off 0x7f06001d +int string catalyst_jsload_error 0x7f060014 +int string catalyst_jsload_message 0x7f060015 +int string catalyst_jsload_title 0x7f060016 +int string catalyst_live_reload 0x7f06001e +int string catalyst_live_reload_off 0x7f06001f +int string catalyst_perf_monitor 0x7f060020 +int string catalyst_perf_monitor_off 0x7f060021 +int string catalyst_reloadjs 0x7f060017 +int string catalyst_remotedbg_error 0x7f060022 +int string catalyst_remotedbg_message 0x7f060023 +int string catalyst_settings 0x7f060018 +int string catalyst_settings_title 0x7f060019 +int string catalyst_start_profile 0x7f060024 +int string catalyst_stop_profile 0x7f060025 +int string status_bar_notification_info_overflow 0x7f060011 +int style AlertDialog_AppCompat 0x7f08007a +int style AlertDialog_AppCompat_Light 0x7f08007b +int style Animation_AppCompat_Dialog 0x7f08007c +int style Animation_AppCompat_DropDownUp 0x7f08007d +int style Animation_Catalyst_RedBox 0x7f08007e +int style Base_AlertDialog_AppCompat 0x7f08007f +int style Base_AlertDialog_AppCompat_Light 0x7f080080 +int style Base_Animation_AppCompat_Dialog 0x7f080081 +int style Base_Animation_AppCompat_DropDownUp 0x7f080082 +int style Base_DialogWindowTitle_AppCompat 0x7f080083 +int style Base_DialogWindowTitleBackground_AppCompat 0x7f080084 +int style Base_TextAppearance_AppCompat 0x7f08002d +int style Base_TextAppearance_AppCompat_Body1 0x7f08002e +int style Base_TextAppearance_AppCompat_Body2 0x7f08002f +int style Base_TextAppearance_AppCompat_Button 0x7f080018 +int style Base_TextAppearance_AppCompat_Caption 0x7f080030 +int style Base_TextAppearance_AppCompat_Display1 0x7f080031 +int style Base_TextAppearance_AppCompat_Display2 0x7f080032 +int style Base_TextAppearance_AppCompat_Display3 0x7f080033 +int style Base_TextAppearance_AppCompat_Display4 0x7f080034 +int style Base_TextAppearance_AppCompat_Headline 0x7f080035 +int style Base_TextAppearance_AppCompat_Inverse 0x7f080003 +int style Base_TextAppearance_AppCompat_Large 0x7f080036 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f080004 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f080037 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f080038 +int style Base_TextAppearance_AppCompat_Medium 0x7f080039 +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f080005 +int style Base_TextAppearance_AppCompat_Menu 0x7f08003a +int style Base_TextAppearance_AppCompat_SearchResult 0x7f080085 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f08003b +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f08003c +int style Base_TextAppearance_AppCompat_Small 0x7f08003d +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f080006 +int style Base_TextAppearance_AppCompat_Subhead 0x7f08003e +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f080007 +int style Base_TextAppearance_AppCompat_Title 0x7f08003f +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f080008 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f080040 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f080041 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f080042 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f080043 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f080044 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f080045 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f080046 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f080047 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f080076 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f080086 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f080048 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f080049 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f08004a +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f08004b +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f080087 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f08004c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f08004d +int style Base_Theme_AppCompat 0x7f08004e +int style Base_Theme_AppCompat_CompactMenu 0x7f080088 +int style Base_Theme_AppCompat_Dialog 0x7f080009 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f080089 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f08008a +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f08008b +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f080001 +int style Base_Theme_AppCompat_Light 0x7f08004f +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f08008c +int style Base_Theme_AppCompat_Light_Dialog 0x7f08000a +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f08008d +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f08008e +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f08008f +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f080002 +int style Base_ThemeOverlay_AppCompat 0x7f080090 +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f080091 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f080092 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f080093 +int style Base_ThemeOverlay_AppCompat_Light 0x7f080094 +int style Base_V11_Theme_AppCompat_Dialog 0x7f08000b +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f08000c +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f080014 +int style Base_V12_Widget_AppCompat_EditText 0x7f080015 +int style Base_V21_Theme_AppCompat 0x7f080050 +int style Base_V21_Theme_AppCompat_Dialog 0x7f080051 +int style Base_V21_Theme_AppCompat_Light 0x7f080052 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f080053 +int style Base_V22_Theme_AppCompat 0x7f080074 +int style Base_V22_Theme_AppCompat_Light 0x7f080075 +int style Base_V23_Theme_AppCompat 0x7f080077 +int style Base_V23_Theme_AppCompat_Light 0x7f080078 +int style Base_V7_Theme_AppCompat 0x7f080095 +int style Base_V7_Theme_AppCompat_Dialog 0x7f080096 +int style Base_V7_Theme_AppCompat_Light 0x7f080097 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f080098 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f080099 +int style Base_V7_Widget_AppCompat_EditText 0x7f08009a +int style Base_Widget_AppCompat_ActionBar 0x7f08009b +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f08009c +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f08009d +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f080054 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f080055 +int style Base_Widget_AppCompat_ActionButton 0x7f080056 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f080057 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f080058 +int style Base_Widget_AppCompat_ActionMode 0x7f08009e +int style Base_Widget_AppCompat_ActivityChooserView 0x7f08009f +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f080016 +int style Base_Widget_AppCompat_Button 0x7f080059 +int style Base_Widget_AppCompat_Button_Borderless 0x7f08005a +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f08005b +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800a0 +int style Base_Widget_AppCompat_Button_Colored 0x7f080079 +int style Base_Widget_AppCompat_Button_Small 0x7f08005c +int style Base_Widget_AppCompat_ButtonBar 0x7f08005d +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0800a1 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f08005e +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f08005f +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0800a2 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f080000 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0800a3 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f080060 +int style Base_Widget_AppCompat_EditText 0x7f080017 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0800a4 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0800a5 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0800a6 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f080061 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080062 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f080063 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f080064 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f080065 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f080066 +int style Base_Widget_AppCompat_ListView 0x7f080067 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f080068 +int style Base_Widget_AppCompat_ListView_Menu 0x7f080069 +int style Base_Widget_AppCompat_PopupMenu 0x7f08006a +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f08006b +int style Base_Widget_AppCompat_PopupWindow 0x7f0800a7 +int style Base_Widget_AppCompat_ProgressBar 0x7f08000d +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f08000e +int style Base_Widget_AppCompat_RatingBar 0x7f08006c +int style Base_Widget_AppCompat_SearchView 0x7f0800a8 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0800a9 +int style Base_Widget_AppCompat_Spinner 0x7f08006d +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f08006e +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f08006f +int style Base_Widget_AppCompat_Toolbar 0x7f0800aa +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f080070 +int style Platform_AppCompat 0x7f08000f +int style Platform_AppCompat_Light 0x7f080010 +int style Platform_ThemeOverlay_AppCompat 0x7f080071 +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f080072 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f080073 +int style Platform_V11_AppCompat 0x7f080011 +int style Platform_V11_AppCompat_Light 0x7f080012 +int style Platform_V14_AppCompat 0x7f080019 +int style Platform_V14_AppCompat_Light 0x7f08001a +int style Platform_Widget_AppCompat_Spinner 0x7f080013 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f080020 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f080021 +int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f080022 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f080023 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f080024 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f080025 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f080026 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f080027 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f080028 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f080029 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f08002a +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f08002b +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f08002c +int style TextAppearance_AppCompat 0x7f0800ab +int style TextAppearance_AppCompat_Body1 0x7f0800ac +int style TextAppearance_AppCompat_Body2 0x7f0800ad +int style TextAppearance_AppCompat_Button 0x7f0800ae +int style TextAppearance_AppCompat_Caption 0x7f0800af +int style TextAppearance_AppCompat_Display1 0x7f0800b0 +int style TextAppearance_AppCompat_Display2 0x7f0800b1 +int style TextAppearance_AppCompat_Display3 0x7f0800b2 +int style TextAppearance_AppCompat_Display4 0x7f0800b3 +int style TextAppearance_AppCompat_Headline 0x7f0800b4 +int style TextAppearance_AppCompat_Inverse 0x7f0800b5 +int style TextAppearance_AppCompat_Large 0x7f0800b6 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0800b7 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0800b8 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0800b9 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0800ba +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0800bb +int style TextAppearance_AppCompat_Medium 0x7f0800bc +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0800bd +int style TextAppearance_AppCompat_Menu 0x7f0800be +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0800bf +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0800c0 +int style TextAppearance_AppCompat_Small 0x7f0800c1 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0800c2 +int style TextAppearance_AppCompat_Subhead 0x7f0800c3 +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0800c4 +int style TextAppearance_AppCompat_Title 0x7f0800c5 +int style TextAppearance_AppCompat_Title_Inverse 0x7f0800c6 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0800c7 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0800c8 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0800c9 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0800ca +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0800cb +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0800cc +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0800cd +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0800ce +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0800cf +int style TextAppearance_AppCompat_Widget_Button 0x7f0800d0 +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0800d1 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0800d2 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0800d3 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0800d4 +int style TextAppearance_AppCompat_Widget_Switch 0x7f0800d5 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0800d6 +int style TextAppearance_StatusBar_EventContent 0x7f08001b +int style TextAppearance_StatusBar_EventContent_Info 0x7f08001c +int style TextAppearance_StatusBar_EventContent_Line2 0x7f08001d +int style TextAppearance_StatusBar_EventContent_Time 0x7f08001e +int style TextAppearance_StatusBar_EventContent_Title 0x7f08001f +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0800d7 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0800d8 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0800d9 +int style Theme 0x7f0800da +int style Theme_AppCompat 0x7f0800db +int style Theme_AppCompat_CompactMenu 0x7f0800dc +int style Theme_AppCompat_Dialog 0x7f0800dd +int style Theme_AppCompat_Dialog_Alert 0x7f0800de +int style Theme_AppCompat_Dialog_MinWidth 0x7f0800df +int style Theme_AppCompat_DialogWhenLarge 0x7f0800e0 +int style Theme_AppCompat_Light 0x7f0800e1 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0800e2 +int style Theme_AppCompat_Light_Dialog 0x7f0800e3 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0800e4 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0800e5 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0800e6 +int style Theme_AppCompat_Light_NoActionBar 0x7f0800e7 +int style Theme_AppCompat_NoActionBar 0x7f0800e8 +int style Theme_Catalyst 0x7f0800e9 +int style Theme_Catalyst_RedBox 0x7f0800ea +int style Theme_ReactNative_AppCompat_Light 0x7f0800eb +int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f0800ec +int style ThemeOverlay_AppCompat 0x7f0800ed +int style ThemeOverlay_AppCompat_ActionBar 0x7f0800ee +int style ThemeOverlay_AppCompat_Dark 0x7f0800ef +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0800f0 +int style ThemeOverlay_AppCompat_Light 0x7f0800f1 +int style Widget_AppCompat_ActionBar 0x7f0800f2 +int style Widget_AppCompat_ActionBar_Solid 0x7f0800f3 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0800f4 +int style Widget_AppCompat_ActionBar_TabText 0x7f0800f5 +int style Widget_AppCompat_ActionBar_TabView 0x7f0800f6 +int style Widget_AppCompat_ActionButton 0x7f0800f7 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0800f8 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0800f9 +int style Widget_AppCompat_ActionMode 0x7f0800fa +int style Widget_AppCompat_ActivityChooserView 0x7f0800fb +int style Widget_AppCompat_AutoCompleteTextView 0x7f0800fc +int style Widget_AppCompat_Button 0x7f0800fd +int style Widget_AppCompat_Button_Borderless 0x7f0800fe +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0800ff +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f080100 +int style Widget_AppCompat_Button_Colored 0x7f080101 +int style Widget_AppCompat_Button_Small 0x7f080102 +int style Widget_AppCompat_ButtonBar 0x7f080103 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f080104 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f080105 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f080106 +int style Widget_AppCompat_CompoundButton_Switch 0x7f080107 +int style Widget_AppCompat_DrawerArrowToggle 0x7f080108 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f080109 +int style Widget_AppCompat_EditText 0x7f08010a +int style Widget_AppCompat_Light_ActionBar 0x7f08010b +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f08010c +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f08010d +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f08010e +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f08010f +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f080110 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080111 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f080112 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f080113 +int style Widget_AppCompat_Light_ActionButton 0x7f080114 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f080115 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f080116 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f080117 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f080118 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f080119 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f08011a +int style Widget_AppCompat_Light_ListPopupWindow 0x7f08011b +int style Widget_AppCompat_Light_ListView_DropDown 0x7f08011c +int style Widget_AppCompat_Light_PopupMenu 0x7f08011d +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f08011e +int style Widget_AppCompat_Light_SearchView 0x7f08011f +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f080120 +int style Widget_AppCompat_ListPopupWindow 0x7f080121 +int style Widget_AppCompat_ListView 0x7f080122 +int style Widget_AppCompat_ListView_DropDown 0x7f080123 +int style Widget_AppCompat_ListView_Menu 0x7f080124 +int style Widget_AppCompat_PopupMenu 0x7f080125 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f080126 +int style Widget_AppCompat_PopupWindow 0x7f080127 +int style Widget_AppCompat_ProgressBar 0x7f080128 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f080129 +int style Widget_AppCompat_RatingBar 0x7f08012a +int style Widget_AppCompat_SearchView 0x7f08012b +int style Widget_AppCompat_SearchView_ActionBar 0x7f08012c +int style Widget_AppCompat_Spinner 0x7f08012d +int style Widget_AppCompat_Spinner_DropDown 0x7f08012e +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f08012f +int style Widget_AppCompat_Spinner_Underlined 0x7f080130 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f080131 +int style Widget_AppCompat_Toolbar 0x7f080132 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f080133 +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, 0x7f010097 } +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 AppCompatTextView { 0x01010034, 0x7f010024 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_textAllCaps 1 +int[] styleable CompoundButton { 0x01010107, 0x7f010025, 0x7f010026 } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable DrawerArrowToggle { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e } +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 GenericDraweeView { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 } +int styleable GenericDraweeView_actualImageScaleType 11 +int styleable GenericDraweeView_backgroundImage 12 +int styleable GenericDraweeView_fadeDuration 0 +int styleable GenericDraweeView_failureImage 6 +int styleable GenericDraweeView_failureImageScaleType 7 +int styleable GenericDraweeView_overlayImage 13 +int styleable GenericDraweeView_placeholderImage 2 +int styleable GenericDraweeView_placeholderImageScaleType 3 +int styleable GenericDraweeView_pressedStateOverlayImage 14 +int styleable GenericDraweeView_progressBarAutoRotateInterval 10 +int styleable GenericDraweeView_progressBarImage 8 +int styleable GenericDraweeView_progressBarImageScaleType 9 +int styleable GenericDraweeView_retryImage 4 +int styleable GenericDraweeView_retryImageScaleType 5 +int styleable GenericDraweeView_roundAsCircle 15 +int styleable GenericDraweeView_roundBottomLeft 20 +int styleable GenericDraweeView_roundBottomRight 19 +int styleable GenericDraweeView_roundTopLeft 17 +int styleable GenericDraweeView_roundTopRight 18 +int styleable GenericDraweeView_roundWithOverlayColor 21 +int styleable GenericDraweeView_roundedCornerRadius 16 +int styleable GenericDraweeView_roundingBorderColor 23 +int styleable GenericDraweeView_roundingBorderWidth 22 +int styleable GenericDraweeView_viewAspectRatio 1 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 } +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, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d } +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, 0x7f01004e } +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, 0x7f01004f } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_overlapAnchor 1 +int[] styleable PopupWindowBackgroundState { 0x7f010050 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecyclerView { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 } +int styleable RecyclerView_android_orientation 0 +int styleable RecyclerView_layoutManager 1 +int styleable RecyclerView_reverseLayout 3 +int styleable RecyclerView_spanCount 2 +int styleable RecyclerView_stackFromEnd 4 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 } +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 { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b } +int styleable Spinner_android_dropDownWidth 2 +int styleable Spinner_android_popupBackground 0 +int styleable Spinner_android_prompt 1 +int styleable Spinner_popupTheme 3 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 } +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, 0x7f010024 } +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 4 +int[] styleable Theme { 0x01010057, 0x010100ae, 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, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 } +int styleable Theme_actionBarDivider 23 +int styleable Theme_actionBarItemBackground 24 +int styleable Theme_actionBarPopupTheme 17 +int styleable Theme_actionBarSize 22 +int styleable Theme_actionBarSplitStyle 19 +int styleable Theme_actionBarStyle 18 +int styleable Theme_actionBarTabBarStyle 13 +int styleable Theme_actionBarTabStyle 12 +int styleable Theme_actionBarTabTextStyle 14 +int styleable Theme_actionBarTheme 20 +int styleable Theme_actionBarWidgetTheme 21 +int styleable Theme_actionButtonStyle 49 +int styleable Theme_actionDropDownStyle 45 +int styleable Theme_actionMenuTextAppearance 25 +int styleable Theme_actionMenuTextColor 26 +int styleable Theme_actionModeBackground 29 +int styleable Theme_actionModeCloseButtonStyle 28 +int styleable Theme_actionModeCloseDrawable 31 +int styleable Theme_actionModeCopyDrawable 33 +int styleable Theme_actionModeCutDrawable 32 +int styleable Theme_actionModeFindDrawable 37 +int styleable Theme_actionModePasteDrawable 34 +int styleable Theme_actionModePopupWindowStyle 39 +int styleable Theme_actionModeSelectAllDrawable 35 +int styleable Theme_actionModeShareDrawable 36 +int styleable Theme_actionModeSplitBackground 30 +int styleable Theme_actionModeStyle 27 +int styleable Theme_actionModeWebSearchDrawable 38 +int styleable Theme_actionOverflowButtonStyle 15 +int styleable Theme_actionOverflowMenuStyle 16 +int styleable Theme_activityChooserViewStyle 57 +int styleable Theme_alertDialogButtonGroupStyle 91 +int styleable Theme_alertDialogCenterButtons 92 +int styleable Theme_alertDialogStyle 90 +int styleable Theme_alertDialogTheme 93 +int styleable Theme_android_windowAnimationStyle 1 +int styleable Theme_android_windowIsFloating 0 +int styleable Theme_autoCompleteTextViewStyle 98 +int styleable Theme_borderlessButtonStyle 54 +int styleable Theme_buttonBarButtonStyle 51 +int styleable Theme_buttonBarNegativeButtonStyle 96 +int styleable Theme_buttonBarNeutralButtonStyle 97 +int styleable Theme_buttonBarPositiveButtonStyle 95 +int styleable Theme_buttonBarStyle 50 +int styleable Theme_buttonStyle 99 +int styleable Theme_buttonStyleSmall 100 +int styleable Theme_checkboxStyle 101 +int styleable Theme_checkedTextViewStyle 102 +int styleable Theme_colorAccent 83 +int styleable Theme_colorButtonNormal 87 +int styleable Theme_colorControlActivated 85 +int styleable Theme_colorControlHighlight 86 +int styleable Theme_colorControlNormal 84 +int styleable Theme_colorPrimary 81 +int styleable Theme_colorPrimaryDark 82 +int styleable Theme_colorSwitchThumbNormal 88 +int styleable Theme_controlBackground 89 +int styleable Theme_dialogPreferredPadding 43 +int styleable Theme_dialogTheme 42 +int styleable Theme_dividerHorizontal 56 +int styleable Theme_dividerVertical 55 +int styleable Theme_dropDownListViewStyle 73 +int styleable Theme_dropdownListPreferredItemHeight 46 +int styleable Theme_editTextBackground 63 +int styleable Theme_editTextColor 62 +int styleable Theme_editTextStyle 103 +int styleable Theme_homeAsUpIndicator 48 +int styleable Theme_listChoiceBackgroundIndicator 80 +int styleable Theme_listDividerAlertDialog 44 +int styleable Theme_listPopupWindowStyle 74 +int styleable Theme_listPreferredItemHeight 68 +int styleable Theme_listPreferredItemHeightLarge 70 +int styleable Theme_listPreferredItemHeightSmall 69 +int styleable Theme_listPreferredItemPaddingLeft 71 +int styleable Theme_listPreferredItemPaddingRight 72 +int styleable Theme_panelBackground 77 +int styleable Theme_panelMenuListTheme 79 +int styleable Theme_panelMenuListWidth 78 +int styleable Theme_popupMenuStyle 60 +int styleable Theme_popupWindowStyle 61 +int styleable Theme_radioButtonStyle 104 +int styleable Theme_ratingBarStyle 105 +int styleable Theme_searchViewStyle 67 +int styleable Theme_selectableItemBackground 52 +int styleable Theme_selectableItemBackgroundBorderless 53 +int styleable Theme_spinnerDropDownItemStyle 47 +int styleable Theme_spinnerStyle 106 +int styleable Theme_switchStyle 107 +int styleable Theme_textAppearanceLargePopupMenu 40 +int styleable Theme_textAppearanceListItem 75 +int styleable Theme_textAppearanceListItemSmall 76 +int styleable Theme_textAppearanceSearchResultSubtitle 65 +int styleable Theme_textAppearanceSearchResultTitle 64 +int styleable Theme_textAppearanceSmallPopupMenu 41 +int styleable Theme_textColorAlertDialogListItem 94 +int styleable Theme_textColorSearchUrl 66 +int styleable Theme_toolbarNavigationButtonStyle 59 +int styleable Theme_toolbarStyle 58 +int styleable Theme_windowActionBar 2 +int styleable Theme_windowActionBarOverlay 4 +int styleable Theme_windowActionModeOverlay 5 +int styleable Theme_windowFixedHeightMajor 9 +int styleable Theme_windowFixedHeightMinor 7 +int styleable Theme_windowFixedWidthMajor 6 +int styleable Theme_windowFixedWidthMinor 8 +int styleable Theme_windowMinWidthMajor 10 +int styleable Theme_windowMinWidthMinor 11 +int styleable Theme_windowNoTitle 3 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 } +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, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 } +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, 0x7f0100e5, 0x7f0100e6 } +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 +int xml preferences 0x7f050000 diff --git a/android/build/intermediates/bundles/release/aapt/AndroidManifest.xml b/android/build/intermediates/bundles/release/aapt/AndroidManifest.xml new file mode 100644 index 0000000..226ba7f --- /dev/null +++ b/android/build/intermediates/bundles/release/aapt/AndroidManifest.xml @@ -0,0 +1,20 @@ + + + + + // min sdk version not sure if it's actually useful + // required permission not sure if it's actually useful + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/bundles/release/classes.jar b/android/build/intermediates/bundles/release/classes.jar new file mode 100644 index 0000000000000000000000000000000000000000..8e6beee5a4f5e9c0cce8758eeb6e272c6ca75788 GIT binary patch literal 11839 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 U^?PK0uy8oAKiFRi?VqRr1*1yZUjP6A literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/BuildConfig.class b/android/build/intermediates/classes/debug/com/imagepicker/BuildConfig.class new file mode 100644 index 0000000000000000000000000000000000000000..999d03200ff62ea6efcfb6c12779f4f7a98c036f GIT binary patch literal 705 zcmaJ;+iuf95IvKN?F9E0C=g14LV=_}OvDQk6;f_Rk=!I|QcLYiwQ-iP#jz{L=D!dR zARhPtJ_<1oCAEaa%j}%lnKNh4{`~d*2Y^?o6`|pQft?~A;!y#4?CN-|;|U?(?lh0z z5$Ke#+87M%ZmTis_IqdDHlbvni%-Jxgg>>0QKEWoR{H#rOCji-Y(vjiY8hmLYLGjfGL1z)2gYM)4C)+xXc=nZaJ?L4kV_!`2(s zTYR0n0ap#T7KKtZ78pj&xo$;Lt2V>Fs;Af7o7@w1tykSpkf&P@rQZ>iTnmc)t}A)v-iQzUSY7x+7}F)t5S*O&RSiBmklBe`Kl%?uJBMAy|-zZ zWEntURg@B8IpFQKpq-iF$rR=(eOs$?K!}h>vC5SnYU#V4R*_JVyC`{}8x>MQQ?G@J z2{7fyyA0Dq?HNX-^2HqnR$QuN+FtD0n(l<2I44bZ+drz!oM93HaaMVOZWEK1 zMAX#2jk6BU;k<*du+u>vTODk}xP$H3;a~z6=%cNsjc8j_K5nxbTxEjjnLtB{neE;Y(WXQHU z(HX4+!4>hVKgwQbx^7b2`}y16y-P|~s&&0;Xj<&=0PnJ;YbJ-398=U_$LO7IftAY{ z+5$8abK{xF8_&dPYR?H86WB%8yJ@vZ`iR*n?cV?^9oRskbZ`U7(oSmwR_T9?{1^Lt zO)^D3z&-3C>BQ>^Okyu-L|+toH@>3#lC;+-Jwamk;e6^T>_-?UjnPQbu%06Q7?s|6 z=2Pd{$Cx!9PcWKytY_GigmJW9VCrN9v6#k|y-CkB(tKwY*7AfVj2zbGwCRR-_1&kPs`fIv7mZ967W_OEEV&df~ zOdtjmeE=WIc&4p^1fguQGv}QBa<1Q=-+zAm0x*w9X=E^>kI@WLu(BA#%`|RcJcVKw z6DS#&%wh`D24)P{4CXfXEQfnujXMnntLmtx{hm9brc}cY1a~647D%@)>`D(+W=KYx zGPGtHMmu=f2{0^!+qflnRV3;9Pv!*3I-2#ab}Beb1L?! z?|3Sdetktmo60qC%fuY!O`Jx~go#ro@>no%+r%9#n7E633~5)o-P{ck%1)>4?t5I)f_l>rq&$8Y@ZfbYrTF|Wk@X&0mVFQ8txm5iVio`hXWm9 zSncxY|2%yuxT^=h!dvB&aw%Ta0~_j75`*E&uqi{LO)3y!OZg#9Yy6lfuLBwVONO|1 z^xt&=NMvZWqsK~lg8M{rp_%FTd64jvVdn-@i&El>WAAXigR19q`kgInk7s zgI*O3S;X>r%^-koq7!YD7`=I%p|1s!7D<1|z zK@LAru+QZD3oWy+oq&T~r@er{G_K$(g^c4G;bXXtA-WS(?=UWqR3KZ1ZvE&zIh#!X E1*P<6b^rhX literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule.class b/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerModule.class new file mode 100644 index 0000000000000000000000000000000000000000..91b52001b9157f0222b100c4fabdacd40099ffe3 GIT binary patch literal 16725 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 Y^>cMK{DZeq`Xb&Q6yvAnFP|3rKct>fb^rhX literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerPackage.class b/android/build/intermediates/classes/debug/com/imagepicker/ImagePickerPackage.class new file mode 100644 index 0000000000000000000000000000000000000000..27d6fb306ce8b0bf9b5c026f3085ba173331f620 GIT binary patch literal 1421 zcmcIkT~8B16g|@}U8%*^A|K)h76A(=`#@q$+K`Y&jih|Uk|xBb>2|C`x4U&aMfq3y z1kvaZ@JAW%%+|V*rVm83$hbbJhD+_NR_28)iy)2xK?MdDnU~)WUJB_`~6Nsgh#yLQ6^svT<+C*D0MtYTI!wb zF)UZzpyS96Z;7sS+ah#c>HVSEA9A-%L5X474Fy+XpDTGP_JU^L6V&{?Xu98WS2Tj4 z?NE)YoJJ^{E#bV@!A`g9Nte0;zY_RLd{m{i>IpyPPG3pSsmh)r^o(g76fkUE0hM90 zCR;vN{gA#m_!q>=V`#*MC~eaxWFvugYeRAJ#Sve6bSYVmzIu6QA}@8&LBX;Ytl z25DSpSk=xO?VY&1423ZkjbzY>Yc|$1*uY~OPcqoVJj2qM#(}pPa>kBE|AWSfa23Pi z2xi94!=|TK(v~i1G|iZQCk*)+ol}bU^gUo$DZYuBAtE#Cy3G8!K$XDrh%#L-0-6+^ zt~%3LD8Qya2&L$EV$n*1(>p_vLo1_oV*MQKGi?%>qIb$9r*MPznWz9+=dfxQnD|8LI8@F+%|_(|C~BnV7D3LK>RH;&VSWI~kl-_lG{I3A3o%B&F|;~yMt7+HuHkm?7Zh)JD*ylh literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$anim.class b/android/build/intermediates/classes/debug/com/imagepicker/R$anim.class new file mode 100644 index 0000000000000000000000000000000000000000..edc57285e9fbbb5f1f44c7b60d4041b36bb4290a GIT binary patch literal 1023 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 Z^Qa!5hVhv3koI&z`gef)j0Z*Q{{sw^xHkX* literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$bool.class b/android/build/intermediates/classes/debug/com/imagepicker/R$bool.class new file mode 100644 index 0000000000000000000000000000000000000000..39dae50c1f0dfabc422be5a6ac5edb3c80850702 GIT binary patch literal 888 zcmZ`%T~8B16g|_AEv;2xL8N{lDk7k=qK^_I7BP)g3^ee#nVpX9;C83k-2y)Oo6J6# z_}~xlM;Y&3iy?lz+;is6nRD(;=KGJY-vB(p;~J*1T>Ml;p^7QoV+Lj`%!XOUY_Soo?#Mh@P93|#hk3E%*-kaW7^F~LbR;mYEVc3*Iie6*SGf5cQldXKj zGhIiYriUi&w@4zed`_%Fo9JyLL)$y->!@Q#s=qr*6Vs(&@0>8{+Y`3i@7p+4q+t1L z{V}jI?!Jq4qN7y6*))+!p9vIKRu2S9P0K!$Z4>FYBYLX1BZH7SZrdsu9?016dfY6f zeM5IC1=fZF^;Q(=xEabM(bS!9D?9MaK=$;|s1G{!_Lf-qRA6FLh2z-Tz8%F%?-&ko z_STQ&v8>}NuGQgUrjA)Im$}Swxx!_hO9L|%YzWN#J4IlMt-Mf1J#RNS(uyuS{g)OS z^jD_o^Hu1dQ6RA@XXZ$;IZ|?t6rLmH=SU+E79eL&crQP<3k=F1Ym!7u`!4CfQqny%%VB qI9n(?FHm!um~^%=>%2t6*};PIiUwRFRRMQ#i?Bwgrm&7hG=2hVSjO)F literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$color.class b/android/build/intermediates/classes/debug/com/imagepicker/R$color.class new file mode 100644 index 0000000000000000000000000000000000000000..95ae8da63b7beea7ecbf578b7c401892dfddfdd5 GIT binary patch literal 4932 zcmb7{cVJc39ml^XBqt<7Az32CR z=e<1n%45d>%vE#BaTL!FIWP>1%Wwq0A}t~PnsgTFHzbgLOFEnM0_hym??_8Yzb7pt z{eg5Y>5n8udXZE_`V(mg>CdF)q`#2PBmI?BOnQk_Li!s?lm1RBCH;dml=M$h8R=zG zIq6@dVWfYPDoFn!4JW-q8bNxMG*U=`G>W81qe(?1LmEOFLn}NR6a6(gf0MQWL42)J&Q~ znn;>UY9XCLnnapMnoOEcnnGGYY9%csO(m@$O(U%&O(!iP%^;mgnpvvaO4V$I*e`%x0m(PaW4^xdFkB>YL!C!|1&KS@9fGd zjOUzaDj_R&$rX2XU~Ppa4#$%{xoo7{&vvC^k)*dL-sxrIsbr)x=cQu`(^=D#j(2frer^2$Rm-gx4IV2LrT$oO75+7-#A6Ydce zY71PABva{bFQHIZXs{>kXEMILu-miHf(L*p*&1 z>PyE%Q>((4gYu^1^0G6Lk`5(1!*iQYS`#c(eOyuK-Zh1Wf@!TCX(lSNGnMv(*ak6( zg&$+;>68Y`PRXy0C-?a2j2~XLzyst}28%Z4FB*E&2`8xt7OCvWWwY`r2+gbtUk=J^ zqh8ia^k%Y=v>)q8?K|%CtuQGT?>?QKn|#W;;BMnXg`tP6Khbb7z52K=hNjjO8VaU0 z3>+bTtnVZUO>R7KL9j%|?e}AW!OXM9~6Hi_gEETHi`y$CZ zL0Sf{l~)xkR+*0X^vL&6=sl{!mxJ<_(1{!?{34T1RTeClSC{vgecL)Yyk1^i|K4Qw z#xn^xN)!in)Njm+Wcyza)Zrj-6DilrK}Bqxue)P&2nOBT<`5)-0{3Ce2{C_7M z6DniVoJ-%FOY59V_nb=uol6g$OBOM9J5hn-84 zolBpcORJqrx1CGFolDQ1OWU1G=bcOQolF0nO9Y%t3Y<$2oJ$s*OB|d_BAiPooJ%g8 zOEjEII-E;DoJ&TWOH7 zv)N*c*=li-x!7Wx*=})(xzyq^v%?}{F1PSZheg!HEPS)mqSJI)#LX^?-6mntZITu# z(_?XkNn2!0)*@&2SnM_XEPBnA7FU_8E%uvhEDo4!Ev_>MEv`2=SlnoCvN&XJwz$RI zYH^!6Y;n7}!{Sc%MnQU`8sx(dy&5HY4a)UejMNvPQm;deUXKR70TcCwXw@4rQ*Xi? zy%`Ji7A(=Z^ssW3AXD?5z&_+rgtE&BS`AYkzz2NJ8_Th!o50<`}8i{uXp1Coxp>-8xQLw9@Qxv(>-`xUx6od8c*pAp4M4B zqjPvx@4<6=FP_)?@Ph8ei~35uq_4uu`f9wY_p4%kjVjXz)Chg88l$gM)%u{S*Vn6N zeS?~!Z&Wk%O{!fVQuFoAYO%gWE!DTG75X-{S|3*H_3di2zC&%(cd8xwhy?r>vR6g; RC7u&6mt8xeX5pu(`7f>UfCT^m literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$dimen.class b/android/build/intermediates/classes/debug/com/imagepicker/R$dimen.class new file mode 100644 index 0000000000000000000000000000000000000000..d7fb66c67cb593752b471a7852e64117412fa6f1 GIT binary patch literal 5308 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 TYPnj>UdgR~Lp`n*QP2MZ63SAf literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$integer.class b/android/build/intermediates/classes/debug/com/imagepicker/R$integer.class new file mode 100644 index 0000000000000000000000000000000000000000..b5a352a4da74be73ec05590884ae0faad47295b9 GIT binary patch literal 703 zcmZ`%%Wl&^6g`ud6XTNBlt3Cvffi`Hz(OpkSkMZoQUp?qy0yl`B$?ujD|=kQiZ#!F zL0%xS-~;$5#Jz6B2H4zl?(^L7_0M15e*k!dT^~!h)qLke^bp`Svj(#}%)o4uS(Dio zvlg?v9`1YC7Fd^widAMOW*ST7%(-!I5A;NqsXHih0dXiW`bW+2EXyw{2ArMCH+6ev z*0y{It#hYhj~8Gi+68 zhn)&u*sahD{R)?Oq5w}E(2DRrpzVEx?|q^V@ENP#7h2~gWgFPQh>(6!(z}N>41WU& CWR%qa literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$layout.class b/android/build/intermediates/classes/debug/com/imagepicker/R$layout.class new file mode 100644 index 0000000000000000000000000000000000000000..f1d73c002f0c6a2fa3e35cb8390e6b09386d8d66 GIT binary patch literal 2845 zcmai#*?$y86opSGAr(R-P#_Q@izGl$Aqwuq1yK}1(1578w4I(#($LdA_Vk3HB8Us_ zvV)?4AhM|}g`z(2;*Y!!VY+o2` za-*=Axv|&hM&9P6lvVDL58{&D{_5Hok(&4?^k(bo}+%06w5bu^IjID zp%)E#t-dhZ?E1ZltVvy7Z^#ZK=E_$uzkE5EC`dCmCtD^x!*?GTEeCe()7eL*Vw4Ym)f;Xn^rmnBJL zi`Hrf126S^-CUX!a>=H++y#8YqPsAXesa(_WLddZP97_z9Pa#1mid!%~9SG5*Pg+d~)RcaJ^}5)cdS&8!(K=7Q{PKBVuqNvbCGy(AmTy?j zBbG*9vB*+PUFj$J_Au}D1clJw7^Ll;t>vYQ9n^LBQZajU{hFkd`oXf02i0~i*x>bf z4cLNr8n716H((v*1Hjyh?eE;!<9xc$6-RPsvdNN;jp4(n|>`8z>to z5hYKFDG8-Od4rNtij<5}qV!QVQTi#HDQ{BVqP&gg6@GCrft{NcCBzr5rkG@8*^mvpR4K-MKA>k^Z7Ny@r}WnJ>JE|FQ6)T~Qz z)+IaZ5}$QR(7J?ZU2?Q8QCgQYtxKTRB~$AXt941%x`b<8^0h7zTbGorOVHLOYwHrX zbxGX1gl=7Ow=U6Jm-MYm0jx_6tVRARYy47H|o?|dqw;9aSw;9~7 z?=YCJ7Z|kbI}PsA3k??OyAAHq_Zr-%?>BfrKWMO6cNjdRA2xVIKWeZeS;45EtaUmSf-9(g*u97)pyeV$FN=@^o9u3am|yPw?3?dv_r1yF$Ug@U0a$>SYq1hH zmT#*9YOn$~F&RuZGnFyj!c@+*gQY46i8qIV+lVo~;shMdv(-@`)nIz#grZ%RhnI5Z2t(a|EcI5hLGiC*5(oZ>N+zIW#&2XauW0`>&!&I3GKS)`T zfsX$w470Jwjl4nQ7J5t`(j%K0Jbin~^OTd$ntsj+5}w~XxU8|X%#YJte%diGb)Y%t zMt!E8^!?BY%$)1=nxW&EmggCmU0Ty$qAT)jTA7UJ+EzY|dM*wfE3lJh(oNHrrxaUs zuafXg+oQ_=FWH=Rg1-KR=Eps1lzj6rHQ89o9cDE--?b@|X?np)D{%7Xo(cS%8>d)8 zZZmt`C~08s@I`}z(J@56@9{0Neb2Kp;h+;YFq%TNyuL7^ql;y`dqM+^Lz_%LkucC) zXm&h@PCYW+beM7M$fq=0j{Pv-yR}e|^dmFn$Fp?z0w?2HwjRtt+b|XRamE&^dP2{) z;-(V>ynyjT+fz;$THO@wQ9bm%FWsi+=6EeUoPi02fl8W(&Yhv_PMb)(dh<<%E~V}H zJ`IIu`3X4S;uL|C@*^i6>mJxfG34T-!cK}~g-#T?>24aUxbJ~Bvwwf%3Nwe16+|Xo zsf6nd3M7pDOtF1B)kWD*|H(=Fk(=m$!RVY5e&H22P}S+u#?LfRK6BOv0~Jf?)izMy z<))n#*;LF4)>$#0M|SzP^-o>9*3SmEvs7=WYR%jpD`(ZA7hCGE3ajg|hGi|w zI+pb;8(1!8xrF6XmW?czv0Tn_1~Qxl2SnZUpc8XU!C9Iu7)=oKVr>M14+S(~_?UcE8 zid{P;ubsjtFN49Ch_sJ>b&wn6m9t-m@v44&H7WgD1c-yUhPWu~B>hQ+$cI_zJH08fozjLh&uOi0`mfe2?wo2ka0(VyE~CyTs4fEq=jX u@hkR;->_f&jsxNkydwU@YvM1wA^xUwyMb0%hV8hHyp~qH0tc`aP5%NDFW~S1 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$style.class b/android/build/intermediates/classes/debug/com/imagepicker/R$style.class new file mode 100644 index 0000000000000000000000000000000000000000..64a0da18f3dbd18a8c5e936557587f7b8c20a780 GIT binary patch literal 22937 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 E4^10UTL1t6 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$styleable.class b/android/build/intermediates/classes/debug/com/imagepicker/R$styleable.class new file mode 100644 index 0000000000000000000000000000000000000000..93a9fcd58596946392e46b8a062061954f223702 GIT binary patch literal 23086 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≫AG$w;8fr=;B?>& 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 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R$xml.class b/android/build/intermediates/classes/debug/com/imagepicker/R$xml.class new file mode 100644 index 0000000000000000000000000000000000000000..9996abdf7b669007074c472830b6e85e2b5fe4c8 GIT binary patch literal 424 zcmZutJx>Bb5PicPcgJxGoFZUhWuX*ajHSee#Ds)sf`)!sS6sXgvIoY_-()OIEc^lf zDB~Ow8f|9g&AfRpGhg2yp8(FV@1u-e>!l1-V58}x<)Tff&W*ZPMx|2a1R4;Wo=)}R zf?ypTj|p}^yHkYPP^ao@nM{9n?7cJhichZFGJBNTp7B literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/debug/com/imagepicker/R.class b/android/build/intermediates/classes/debug/com/imagepicker/R.class new file mode 100644 index 0000000000000000000000000000000000000000..2c8db1c431ee646fd89ce3c264423ea7b978f4be GIT binary patch literal 878 zcmZva+iuf95QhIrlWY@GdOoD#Oo6sQO(`b{#7!k6q^L**^?qZo!Uo%mYzOFLafQSM z55Pkq{&k9kWZTkwv-8i6$2h*ct+m{j2j-O$C3xlaYnk#qdYGkUrx7<=x$)F!O|%BHq>%|>?j&KNy*5&K*m z+SHs(laa|j%sO8gx=_bwIoFavHQZ z%ZuyRKx_X8+GPy#ol56BTxj}A{TV$WyrX7%1$gAWv^#1}-Y0$I) literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/BuildConfig.class b/android/build/intermediates/classes/release/com/imagepicker/BuildConfig.class new file mode 100644 index 0000000000000000000000000000000000000000..ed054e352b4cd76900f665fba7927ac8bdca8e15 GIT binary patch literal 570 zcmaKo$xgyh6o&u9ETSUL1I`O|K_zZXG$u@%CKU)^6Wx$Yz2eoU294gMw0xeC8ww#)Lei7A6hk)QJ0^|_#gjr2MMU`iKmsd>As%Fy zB1kf)F!9T2=E)Fen5RNK%{+tbZ~ZKDE|j0+3|BUt|ids}M( literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule$1.class b/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule$1.class new file mode 100644 index 0000000000000000000000000000000000000000..94b97fab6ee29c38396b87201c28f1d3fed8d881 GIT binary patch literal 1787 zcma)7ZF3Vh5PoD|e7180V+fQ$NkX0C7|0Rm3lN|bhZna_LNSE_KFN2&7P(07`5fRg zE$x)y2k;B{+!;a#X5cf!k78Jz4R{8y@r+hlX;-)V?4$MTH_u-JID)Gg#rOCji-Y(vjiY8hmLYLGjfGL1z)2gYM)4C)+xXc=nZaJ?L4kV_!`2(s zTYR0n0ap#T7KKtZ78pj&xo$;Lt2V>Fs;Af7o7@w1tykSpkf&P@rQZ>iTnmc)t}A)v-iQzUSY7x+7}F)t5S*O&RSiBmklBe`Kl%?uJBMAy|-zZ zWEntURg@B8IpFQKpq-iF$rR=(eOs$?K!}h>vC5SnYU#V4R*_JVyC`{}8x>MQQ?G@J z2{7fyyA0Dq?HNX-^2HqnR$QuN+FtD0n(l<2I44bZ+drz!oM93HaaMVOZWEK1 zMAX#2jk6BU;k<*du+u>vTODk}xP$H3;a~z6=%cNsjc8j_K5nxbTxEjjnLtB{neE;Y(WXQHU z(HX4+!4>hVKgwQbx^7b2`}y16y-P|~s&&0;Xj<&=0PnJ;YbJ-398=U_$LO7IftAY{ z+5$8abK{xF8_&dPYR?H86WB%8yJ@vZ`iR*n?cV?^9oRskbZ`U7(oSmwR_T9?{1^Lt zO)^D3z&-3C>BQ>^Okyu-L|+toH@>3#lC;+-Jwamk;e6^T>_-?UjnPQbu%06Q7?s|6 z=2Pd{$Cx!9PcWKytY_GigmJW9VCrN9v6#k|y-CkB(tKwY*7AfVj2zbGwCRR-_1&kPs`fIv7mZ967W_OEEV&df~ zOdtjmeE=WIc&4p^1fguQGv}QBa<1Q=-+zAm0x*w9X=E^>kI@WLu(BA#%`|RcJcVKw z6DS#&%wh`D24)P{4CXfXEQfnujXMnntLmtx{hm9brc}cY1a~647D%@)>`D(+W=KYx zGPGtHMmu=f2{0^!+qflnRV3;9Pv!*3I-2#ab}Beb1L?! z?|3Sdetktmo60qC%fuY!O`Jx~go#ro@>no%+r%9#n7E633~5)o-P{ck%1)>4?t5I)f_l>rq&$8Y@ZfbYrTF|Wk@X&0mVFQ8txm5iVio`hXWm9 zSncxY|2%yuxT^=h!dvB&aw%Ta0~_j75`*E&uqi{LO)3y!OZg#9Yy6lfuLBwVONO|1 z^xt&=NMvZWqsK~lg8M{rp_%FTd64jvVdn-@i&El>WAAXigR19q`kgInk7s zgI*O3S;X>r%^-koq7!YD7`=I%p|1s!7D<1|z zK@LAru+QZD3oWy+oq&T~r@er{G_K$(g^c4G;bXXtA-WS(?=UWqR3KZ1ZvE&zIh#!X E1*P<6b^rhX literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule.class b/android/build/intermediates/classes/release/com/imagepicker/ImagePickerModule.class new file mode 100644 index 0000000000000000000000000000000000000000..91b52001b9157f0222b100c4fabdacd40099ffe3 GIT binary patch literal 16725 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 Y^>cMK{DZeq`Xb&Q6yvAnFP|3rKct>fb^rhX literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/ImagePickerPackage.class b/android/build/intermediates/classes/release/com/imagepicker/ImagePickerPackage.class new file mode 100644 index 0000000000000000000000000000000000000000..27d6fb306ce8b0bf9b5c026f3085ba173331f620 GIT binary patch literal 1421 zcmcIkT~8B16g|@}U8%*^A|K)h76A(=`#@q$+K`Y&jih|Uk|xBb>2|C`x4U&aMfq3y z1kvaZ@JAW%%+|V*rVm83$hbbJhD+_NR_28)iy)2xK?MdDnU~)WUJB_`~6Nsgh#yLQ6^svT<+C*D0MtYTI!wb zF)UZzpyS96Z;7sS+ah#c>HVSEA9A-%L5X474Fy+XpDTGP_JU^L6V&{?Xu98WS2Tj4 z?NE)YoJJ^{E#bV@!A`g9Nte0;zY_RLd{m{i>IpyPPG3pSsmh)r^o(g76fkUE0hM90 zCR;vN{gA#m_!q>=V`#*MC~eaxWFvugYeRAJ#Sve6bSYVmzIu6QA}@8&LBX;Ytl z25DSpSk=xO?VY&1423ZkjbzY>Yc|$1*uY~OPcqoVJj2qM#(}pPa>kBE|AWSfa23Pi z2xi94!=|TK(v~i1G|iZQCk*)+ol}bU^gUo$DZYuBAtE#Cy3G8!K$XDrh%#L-0-6+^ zt~%3LD8Qya2&L$EV$n*1(>p_vLo1_oV*MQKGi?%>qIb$9r*MPznWz9+=dfxQnD|8LI8@F+%|_(|C~BnV7D3LK>RH;&VSWI~kl-_lG{I3A3o%B&F|;~yMt7+HuHkm?7Zh)JD*ylh literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$anim.class b/android/build/intermediates/classes/release/com/imagepicker/R$anim.class new file mode 100644 index 0000000000000000000000000000000000000000..edc57285e9fbbb5f1f44c7b60d4041b36bb4290a GIT binary patch literal 1023 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 Z^Qa!5hVhv3koI&z`gef)j0Z*Q{{sw^xHkX* literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$bool.class b/android/build/intermediates/classes/release/com/imagepicker/R$bool.class new file mode 100644 index 0000000000000000000000000000000000000000..39dae50c1f0dfabc422be5a6ac5edb3c80850702 GIT binary patch literal 888 zcmZ`%T~8B16g|_AEv;2xL8N{lDk7k=qK^_I7BP)g3^ee#nVpX9;C83k-2y)Oo6J6# z_}~xlM;Y&3iy?lz+;is6nRD(;=KGJY-vB(p;~J*1T>Ml;p^7QoV+Lj`%!XOUY_Soo?#Mh@P93|#hk3E%*-kaW7^F~LbR;mYEVc3*Iie6*SGf5cQldXKj zGhIiYriUi&w@4zed`_%Fo9JyLL)$y->!@Q#s=qr*6Vs(&@0>8{+Y`3i@7p+4q+t1L z{V}jI?!Jq4qN7y6*))+!p9vIKRu2S9P0K!$Z4>FYBYLX1BZH7SZrdsu9?016dfY6f zeM5IC1=fZF^;Q(=xEabM(bS!9D?9MaK=$;|s1G{!_Lf-qRA6FLh2z-Tz8%F%?-&ko z_STQ&v8>}NuGQgUrjA)Im$}Swxx!_hO9L|%YzWN#J4IlMt-Mf1J#RNS(uyuS{g)OS z^jD_o^Hu1dQ6RA@XXZ$;IZ|?t6rLmH=SU+E79eL&crQP<3k=F1Ym!7u`!4CfQqny%%VB qI9n(?FHm!um~^%=>%2t6*};PIiUwRFRRMQ#i?Bwgrm&7hG=2hVSjO)F literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$color.class b/android/build/intermediates/classes/release/com/imagepicker/R$color.class new file mode 100644 index 0000000000000000000000000000000000000000..95ae8da63b7beea7ecbf578b7c401892dfddfdd5 GIT binary patch literal 4932 zcmb7{cVJc39ml^XBqt<7Az32CR z=e<1n%45d>%vE#BaTL!FIWP>1%Wwq0A}t~PnsgTFHzbgLOFEnM0_hym??_8Yzb7pt z{eg5Y>5n8udXZE_`V(mg>CdF)q`#2PBmI?BOnQk_Li!s?lm1RBCH;dml=M$h8R=zG zIq6@dVWfYPDoFn!4JW-q8bNxMG*U=`G>W81qe(?1LmEOFLn}NR6a6(gf0MQWL42)J&Q~ znn;>UY9XCLnnapMnoOEcnnGGYY9%csO(m@$O(U%&O(!iP%^;mgnpvvaO4V$I*e`%x0m(PaW4^xdFkB>YL!C!|1&KS@9fGd zjOUzaDj_R&$rX2XU~Ppa4#$%{xoo7{&vvC^k)*dL-sxrIsbr)x=cQu`(^=D#j(2frer^2$Rm-gx4IV2LrT$oO75+7-#A6Ydce zY71PABva{bFQHIZXs{>kXEMILu-miHf(L*p*&1 z>PyE%Q>((4gYu^1^0G6Lk`5(1!*iQYS`#c(eOyuK-Zh1Wf@!TCX(lSNGnMv(*ak6( zg&$+;>68Y`PRXy0C-?a2j2~XLzyst}28%Z4FB*E&2`8xt7OCvWWwY`r2+gbtUk=J^ zqh8ia^k%Y=v>)q8?K|%CtuQGT?>?QKn|#W;;BMnXg`tP6Khbb7z52K=hNjjO8VaU0 z3>+bTtnVZUO>R7KL9j%|?e}AW!OXM9~6Hi_gEETHi`y$CZ zL0Sf{l~)xkR+*0X^vL&6=sl{!mxJ<_(1{!?{34T1RTeClSC{vgecL)Yyk1^i|K4Qw z#xn^xN)!in)Njm+Wcyza)Zrj-6DilrK}Bqxue)P&2nOBT<`5)-0{3Ce2{C_7M z6DniVoJ-%FOY59V_nb=uol6g$OBOM9J5hn-84 zolBpcORJqrx1CGFolDQ1OWU1G=bcOQolF0nO9Y%t3Y<$2oJ$s*OB|d_BAiPooJ%g8 zOEjEII-E;DoJ&TWOH7 zv)N*c*=li-x!7Wx*=})(xzyq^v%?}{F1PSZheg!HEPS)mqSJI)#LX^?-6mntZITu# z(_?XkNn2!0)*@&2SnM_XEPBnA7FU_8E%uvhEDo4!Ev_>MEv`2=SlnoCvN&XJwz$RI zYH^!6Y;n7}!{Sc%MnQU`8sx(dy&5HY4a)UejMNvPQm;deUXKR70TcCwXw@4rQ*Xi? zy%`Ji7A(=Z^ssW3AXD?5z&_+rgtE&BS`AYkzz2NJ8_Th!o50<`}8i{uXp1Coxp>-8xQLw9@Qxv(>-`xUx6od8c*pAp4M4B zqjPvx@4<6=FP_)?@Ph8ei~35uq_4uu`f9wY_p4%kjVjXz)Chg88l$gM)%u{S*Vn6N zeS?~!Z&Wk%O{!fVQuFoAYO%gWE!DTG75X-{S|3*H_3di2zC&%(cd8xwhy?r>vR6g; RC7u&6mt8xeX5pu(`7f>UfCT^m literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$dimen.class b/android/build/intermediates/classes/release/com/imagepicker/R$dimen.class new file mode 100644 index 0000000000000000000000000000000000000000..d7fb66c67cb593752b471a7852e64117412fa6f1 GIT binary patch literal 5308 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 TYPnj>UdgR~Lp`n*QP2MZ63SAf literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$integer.class b/android/build/intermediates/classes/release/com/imagepicker/R$integer.class new file mode 100644 index 0000000000000000000000000000000000000000..b5a352a4da74be73ec05590884ae0faad47295b9 GIT binary patch literal 703 zcmZ`%%Wl&^6g`ud6XTNBlt3Cvffi`Hz(OpkSkMZoQUp?qy0yl`B$?ujD|=kQiZ#!F zL0%xS-~;$5#Jz6B2H4zl?(^L7_0M15e*k!dT^~!h)qLke^bp`Svj(#}%)o4uS(Dio zvlg?v9`1YC7Fd^widAMOW*ST7%(-!I5A;NqsXHih0dXiW`bW+2EXyw{2ArMCH+6ev z*0y{It#hYhj~8Gi+68 zhn)&u*sahD{R)?Oq5w}E(2DRrpzVEx?|q^V@ENP#7h2~gWgFPQh>(6!(z}N>41WU& CWR%qa literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$layout.class b/android/build/intermediates/classes/release/com/imagepicker/R$layout.class new file mode 100644 index 0000000000000000000000000000000000000000..f1d73c002f0c6a2fa3e35cb8390e6b09386d8d66 GIT binary patch literal 2845 zcmai#*?$y86opSGAr(R-P#_Q@izGl$Aqwuq1yK}1(1578w4I(#($LdA_Vk3HB8Us_ zvV)?4AhM|}g`z(2;*Y!!VY+o2` za-*=Axv|&hM&9P6lvVDL58{&D{_5Hok(&4?^k(bo}+%06w5bu^IjID zp%)E#t-dhZ?E1ZltVvy7Z^#ZK=E_$uzkE5EC`dCmCtD^x!*?GTEeCe()7eL*Vw4Ym)f;Xn^rmnBJL zi`Hrf126S^-CUX!a>=H++y#8YqPsAXesa(_WLddZP97_z9Pa#1mid!%~9SG5*Pg+d~)RcaJ^}5)cdS&8!(K=7Q{PKBVuqNvbCGy(AmTy?j zBbG*9vB*+PUFj$J_Au}D1clJw7^Ll;t>vYQ9n^LBQZajU{hFkd`oXf02i0~i*x>bf z4cLNr8n716H((v*1Hjyh?eE;!<9xc$6-RPsvdNN;jp4(n|>`8z>to z5hYKFDG8-Od4rNtij<5}qV!QVQTi#HDQ{BVqP&gg6@GCrft{NcCBzr5rkG@8*^mvpR4K-MKA>k^Z7Ny@r}WnJ>JE|FQ6)T~Qz z)+IaZ5}$QR(7J?ZU2?Q8QCgQYtxKTRB~$AXt941%x`b<8^0h7zTbGorOVHLOYwHrX zbxGX1gl=7Ow=U6Jm-MYm0jx_6tVRARYy47H|o?|dqw;9aSw;9~7 z?=YCJ7Z|kbI}PsA3k??OyAAHq_Zr-%?>BfrKWMO6cNjdRA2xVIKWeZeS;45EtaUmSf-9(g*u97)pyeV$FN=@^o9u3am|yPw?3?dv_r1yF$Ug@U0a$>SYq1hH zmT#*9YOn$~F&RuZGnFyj!c@+*gQY46i8qIV+lVo~;shMdv(-@`)nIz#grZ%RhnI5Z2t(a|EcI5hLGiC*5(oZ>N+zIW#&2XauW0`>&!&I3GKS)`T zfsX$w470Jwjl4nQ7J5t`(j%K0Jbin~^OTd$ntsj+5}w~XxU8|X%#YJte%diGb)Y%t zMt!E8^!?BY%$)1=nxW&EmggCmU0Ty$qAT)jTA7UJ+EzY|dM*wfE3lJh(oNHrrxaUs zuafXg+oQ_=FWH=Rg1-KR=Eps1lzj6rHQ89o9cDE--?b@|X?np)D{%7Xo(cS%8>d)8 zZZmt`C~08s@I`}z(J@56@9{0Neb2Kp;h+;YFq%TNyuL7^ql;y`dqM+^Lz_%LkucC) zXm&h@PCYW+beM7M$fq=0j{Pv-yR}e|^dmFn$Fp?z0w?2HwjRtt+b|XRamE&^dP2{) z;-(V>ynyjT+fz;$THO@wQ9bm%FWsi+=6EeUoPi02fl8W(&Yhv_PMb)(dh<<%E~V}H zJ`IIu`3X4S;uL|C@*^i6>mJxfG34T-!cK}~g-#T?>24aUxbJ~Bvwwf%3Nwe16+|Xo zsf6nd3M7pDOtF1B)kWD*|H(=Fk(=m$!RVY5e&H22P}S+u#?LfRK6BOv0~Jf?)izMy z<))n#*;LF4)>$#0M|SzP^-o>9*3SmEvs7=WYR%jpD`(ZA7hCGE3ajg|hGi|w zI+pb;8(1!8xrF6XmW?czv0Tn_1~Qxl2SnZUpc8XU!C9Iu7)=oKVr>M14+S(~_?UcE8 zid{P;ubsjtFN49Ch_sJ>b&wn6m9t-m@v44&H7WgD1c-yUhPWu~B>hQ+$cI_zJH08fozjLh&uOi0`mfe2?wo2ka0(VyE~CyTs4fEq=jX u@hkR;->_f&jsxNkydwU@YvM1wA^xUwyMb0%hV8hHyp~qH0tc`aP5%NDFW~S1 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$style.class b/android/build/intermediates/classes/release/com/imagepicker/R$style.class new file mode 100644 index 0000000000000000000000000000000000000000..64a0da18f3dbd18a8c5e936557587f7b8c20a780 GIT binary patch literal 22937 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 E4^10UTL1t6 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$styleable.class b/android/build/intermediates/classes/release/com/imagepicker/R$styleable.class new file mode 100644 index 0000000000000000000000000000000000000000..93a9fcd58596946392e46b8a062061954f223702 GIT binary patch literal 23086 zcma)^cVHC7+sAMAO33Y9ZnK+qq4(aTN|O{y6bO*e5xgWza&XDT%Y~w1@4cbe8}{zn zdqGqz*s)>3g1swt-{(8~+~qD8e1CuV`R>j<^UUnbvs3mW+y8m+QHR4Z%01qztaZNU zJW4nO-~?QN8}I;GKqnv@@B%8}1N=Y^5CAkF7tjF%$OH0$0-z8m0)jv>&>6TeTWNLf z0^SEc06qjh0(Ju*1D^n&0-phUfX{(1fG>fsfUkjXfNz2CfbW4HfFFUMfS-Y1fM0>V zz;8|=92TyA2mYX2aR9FV1pWg4Mw`3f>L1`=g3AF2KmnY9?9Q$*?uJ`8-~qBw$B)S9 z4)g$e0=q@MAij|cV#CIAzGNx)=a z3V<+kO$AEe^k?7~_&Ww^r9c@_4om~4Q?7Cga4T+S05gFKl$BBPG8~)_ybpW;;N5Z^ z2pj~=0%ikqfJ$I4**O##dw`FC-N47dC%~r!C5i_;5I6{!1xQ!(;AK8g1ylnIfQ7&! zU@@=+SPCoymIDU^D}a^2AwUSIp(-7>q4FWXP+%A^92fz}(38(mixPE!39JI@fd(K9 ztOnMg*jhAPK6wObjX)F9=He;}G~;$2FdwJ_%v#1Y7`I2y7TZlfYBJR^Vx18}JP9Ebtt#9e5si0eBI33D^O=47>u!K6njRuLExY zZvs1kw}7{ScYt?+_kdl%`@jdlhrma`Zs23!6W~+eGhh$!Iq(JWCGZvSHSi7aE$|)i zJ@5nYBk&XOGw=)WE3g;%4fq}S1Nam83-}xO2l$uZb^roU04LxA+<*tj0y+WNfEQ3{ z$`Df#Dz5>r18)Ft0y}}XfVY8nfOmoSfL*}*zz4vG0D8#n1N=Y^5CAkF7tjF%$OH0$ z0-z8m0)jv>&>83gbOpKr-GLrJPoNjj8|VXIR(3ehmfgU|00zq459kjJ00shsfWass zpZrr8V=Uc6fT6%J0E?>wW8@wIj0E-rMrFCjWVy%E`JkjW9*#DZhGMj7SXMzh|760- zno#YU`dGBJsg8~slojkKtExE?j?-zN!@M|oFsXD($=YaB+-!(* zBfo_XM5$S8!*wQgkkOWAM$EO+6`h~jQX5RWVO>*_sAy$Vnf=sNwXtXoQA10=me3H&{Su}%~)f&DHJ#7#-jBxv!$gfz9C}L zF)qa{ZZ^&h)zyWY>S>eNmL7@LN7H(vDcM!CqjlsXrAf`v=GNxw2D6cpyR^Az=1M7& zk~O3ZZAvybOK&UN(pnP_$I;f5FiIp=o9p9TB+yob?NbI&rgUhW=)iu-;&#f)P*Ytj z8m?PO<4)nQvOY#n9p6CbVB2uE+0N`swELK7B8oaC`D&+%3ZRb?ST@Go~fBNvdX!kCNok+FI%E#(i}v>E%DTDD@b*K z%tWa)&yB5-c$gXD6KMeEYI(c?c4k3o)K% ztRxnTuB(pL)AQ00WTdSOA%CVBs+(mt)#GL8wGW%BhR~{b!l-kmQB5e8$Suswt&K)7 zOLoi5spGJ#3Li!-?2&0uA8IZ&GSXItYU8b;NJV3)-mIz(Ma=3A&FH*L!?wj%8q@P-+N=uIndPl9UUxb) z2uE6DCVS}Lk%u;el=gJsDoQUjy>9HPSEegkEo;q&XoOZqHX8i@8>Q4ar~_-PT4o)s z-*FQYN?ZNIJ2JLcIU325)_8P&6s0O?a}iq`q9wMY7Pl=?|Iy-hMky`slG%uu8IL9U zsPBJer?~0ffgRrDl9sY?tX95T`>-gD(&XA`?~FQlKDkx1ZFqy!!MIAJ>S(j=WnXO} z19s6t5J?w{!tn+kqcZ!2?CAONTxMNaG)C{r{7_xEmEN3v+0jH=8jVpn{XhPacD&?v z@G`BX6}zOR*{qGv$IC)1`mAsh&8_wW~` z2uJE@KWDC|F#L~V$^AyZ|1gTi!n9rHSH91G7_O6h&#Kl&n$|intD^;6Zen}xJ2Sa) z>!@cM%}@)?Eg1J%p;*1y5|_^@9Njx`*wPSPS8mrxBOdI)BC+6(*k@jHENB`?+nx>o zpNk}RME`pUyBFyj`u|+VI(y?6m_@sYx!4;o3OCh7X~RfQmX?xy9@=y^mq*t%&7`qC zj1C5&Nad0q`YVtZ+Q*DD;y9OJvQnP{fwpccU znO0^KOen_lGV{We+$}S?k*Y1D`L;e9qy2KvOau8MS2VTRbWrcwa7$Qj5<8(hwr6x$ zNnB#(OgX7_X_roC92w7Lkq}nnqITI>k2ykyQ=RSiBY|!QwUt zd?-lvU7GjQOmtaF#hjJw&6G#sEc@7IWK@Mt?wXO>nAXQVGV+^R8?gatdxp%mM4QSY zv}2*YP)6yD0V>Eak%t3%zdO#LBW;~Yr}z##Avv^doq#E!qy>9^oL%LR+q)(iJ-AE` zPy_8D%~)y5=Z9WsL%L1!<>7gT8=7VmreRNY(=WpfEGpHQUa7^Uc}~ zv~l6nVvp3@Wb@M2vEnondw!oCYNAat+Lo3XGpSEolBc?Yw9FPdf|l8*$6$H}zC2Bj zMH}TOCT|t3{k09~UixOyc9U$}s%UMi9DjNbJID?<3zp>W?85VRz;&$R0frX;t>&PBT2hSaCA^D>`?K1M!N zf+DDyRtG(iA&cli!7WVhgeLA6|_$oTXQt!8O630BB_|oF$;VzKM+Y&l- zCa3tW?J}^}NR8}ZyL>sjvQwj7p8ZhmOUMs_yinw|FJV7qal7Q|Pz|+_%M@m2a!%*W z9Q4IL>XOFjE`0rM>j`?l>diQ3rq?Au&9S$%rz+Vy&r}d#M-WqSq%_uyb*8jHb zjJoHBTHl z60dlh0hi3oki9|2d+rt9;CH;YO9XeCQANx2NR)Pf_$4OMKlB+3t4V}@%0c{NzrqdR z7^{)H_6U6?OABCr0czxP&}*NT$xTdV&N1;D*xK}0fJZUKs5Kr7MgG&#+-M7Z#&73{ zr>CSNZhx-bPj+&8r>3M;HHPr(7*C4w09F%S&*uD)GS#eW*FWsP7GI)DYHMj&X?e8k zlxg;Z%!$UR23j6da?0ocPCv@Y-y&#hOQ)F*a%a-ddh{U(zd06VmQA?TQ?lm9Xn&8h zF^7(91t*q=Vzfr{#2_>5^|BfZX~J2u^|E=XZz310lRuQqjhU;=Sj?K=?kuy8 zb|w_isZYU!oX9G(zah3u<)P=k=-{W)-gZMG)I9qqn6@hD16<+(VZSd=JhJu&+mr`R4n2CDjrgN2k1Cyx%t%|0 zB!gF`V|JZIkIW&$LzR}5IJMZFEcd=Cb23M^Ot!yyrN7uQ`raG0Up&s>$pJrL(6`>? z_Jmt&pA}M~jOR`I5KGG$mg4q1s{wYy_GMsyO~!0V->}%!J|ZM`A8^QR9V?%rl%Ommonv5LAcltz|n#lrIFpP1u^{a!p|0sMruN_w!gVZ ziv;fNxNXEe%W=SqXxrbV@ax+y9lHcN!qU0Vt}rzlyRc+_TJh=O^=6$tJ~WQ}y@PXF_rqP7BU zIrdzYY)on)o}oI-<3HT-C0yEnmXfR+w`q+{=Fk@wJG>Il+9%_-=P1?%)+4Lg|{S+;K^20WQ z{iNi{Z(GU!Ps!kZ?5GU=u$MB(DP?Gm?3`9d`zJ~FhFpFOm;GI>0FsQzlrL&}T1MRd z%b|cwY_|UvNj^w!Y6?GrSEg~1JlwRcW;4x5Gd}zD?%9g`rp&_nhdWKVG0g&ThfE&9?JZ;LDl( zoy4T9uCr>Rjl*f*T5mSfuLfpp`20Re>xuNueo}3O8{n;qw#I7B>0wmonLliGXl=;n zeA)SmPg$p|_bD5c!+gr&z!AVk;7H&o;Ar3&;8@@|;CSE!;6≫AG$w;8fr=;B?>& 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 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/R$xml.class b/android/build/intermediates/classes/release/com/imagepicker/R$xml.class new file mode 100644 index 0000000000000000000000000000000000000000..9996abdf7b669007074c472830b6e85e2b5fe4c8 GIT binary patch literal 424 zcmZutJx>Bb5PicPcgJxGoFZUhWuX*ajHSee#Ds)sf`)!sS6sXgvIoY_-()OIEc^lf zDB~Ow8f|9g&AfRpGhg2yp8(FV@1u-e>!l1-V58}x<)Tff&W*ZPMx|2a1R4;Wo=)}R zf?ypTj|p}^yHkYPP^ao@nM{9n?7cJhichZFGJBNTp7B literal 0 HcmV?d00001 diff --git a/android/build/intermediates/classes/release/com/imagepicker/R.class b/android/build/intermediates/classes/release/com/imagepicker/R.class new file mode 100644 index 0000000000000000000000000000000000000000..2c8db1c431ee646fd89ce3c264423ea7b978f4be GIT binary patch literal 878 zcmZva+iuf95QhIrlWY@GdOoD#Oo6sQO(`b{#7!k6q^L**^?qZo!Uo%mYzOFLafQSM z55Pkq{&k9kWZTkwv-8i6$2h*ct+m{j2j-O$C3xlaYnk#qdYGkUrx7<=x$)F!O|%BHq>%|>?j&KNy*5&K*m z+SHs(laa|j%sO8gx=_bwIoFavHQZ z%ZuyRKx_X8+GPy#ol56BTxj}A{TV$WyrX7%1$gAWv^#1}-Y0$I) literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml new file mode 100644 index 0000000..58122b1 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt new file mode 100644 index 0000000..e9dd43d --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt @@ -0,0 +1,1188 @@ +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 0x7f010062 +int attr actionBarItemBackground 0x7f010063 +int attr actionBarPopupTheme 0x7f01005c +int attr actionBarSize 0x7f010061 +int attr actionBarSplitStyle 0x7f01005e +int attr actionBarStyle 0x7f01005d +int attr actionBarTabBarStyle 0x7f010058 +int attr actionBarTabStyle 0x7f010057 +int attr actionBarTabTextStyle 0x7f010059 +int attr actionBarTheme 0x7f01005f +int attr actionBarWidgetTheme 0x7f010060 +int attr actionButtonStyle 0x7f01007c +int attr actionDropDownStyle 0x7f010078 +int attr actionLayout 0x7f010033 +int attr actionMenuTextAppearance 0x7f010064 +int attr actionMenuTextColor 0x7f010065 +int attr actionModeBackground 0x7f010068 +int attr actionModeCloseButtonStyle 0x7f010067 +int attr actionModeCloseDrawable 0x7f01006a +int attr actionModeCopyDrawable 0x7f01006c +int attr actionModeCutDrawable 0x7f01006b +int attr actionModeFindDrawable 0x7f010070 +int attr actionModePasteDrawable 0x7f01006d +int attr actionModePopupWindowStyle 0x7f010072 +int attr actionModeSelectAllDrawable 0x7f01006e +int attr actionModeShareDrawable 0x7f01006f +int attr actionModeSplitBackground 0x7f010069 +int attr actionModeStyle 0x7f010066 +int attr actionModeWebSearchDrawable 0x7f010071 +int attr actionOverflowButtonStyle 0x7f01005a +int attr actionOverflowMenuStyle 0x7f01005b +int attr actionProviderClass 0x7f010035 +int attr actionViewClass 0x7f010034 +int attr activityChooserViewStyle 0x7f010084 +int attr alertDialogButtonGroupStyle 0x7f0100a6 +int attr alertDialogCenterButtons 0x7f0100a7 +int attr alertDialogStyle 0x7f0100a5 +int attr alertDialogTheme 0x7f0100a8 +int attr arrowHeadLength 0x7f01002b +int attr arrowShaftLength 0x7f01002c +int attr autoCompleteTextViewStyle 0x7f0100ad +int attr background 0x7f01000c +int attr backgroundSplit 0x7f01000e +int attr backgroundStacked 0x7f01000d +int attr backgroundTint 0x7f0100c9 +int attr backgroundTintMode 0x7f0100ca +int attr barLength 0x7f01002d +int attr borderlessButtonStyle 0x7f010081 +int attr buttonBarButtonStyle 0x7f01007e +int attr buttonBarNegativeButtonStyle 0x7f0100ab +int attr buttonBarNeutralButtonStyle 0x7f0100ac +int attr buttonBarPositiveButtonStyle 0x7f0100aa +int attr buttonBarStyle 0x7f01007d +int attr buttonPanelSideLayout 0x7f01001f +int attr buttonStyle 0x7f0100ae +int attr buttonStyleSmall 0x7f0100af +int attr buttonTint 0x7f010025 +int attr buttonTintMode 0x7f010026 +int attr checkboxStyle 0x7f0100b0 +int attr checkedTextViewStyle 0x7f0100b1 +int attr closeIcon 0x7f01003d +int attr closeItemLayout 0x7f01001c +int attr collapseContentDescription 0x7f0100c0 +int attr collapseIcon 0x7f0100bf +int attr color 0x7f010027 +int attr colorAccent 0x7f01009e +int attr colorButtonNormal 0x7f0100a2 +int attr colorControlActivated 0x7f0100a0 +int attr colorControlHighlight 0x7f0100a1 +int attr colorControlNormal 0x7f01009f +int attr colorPrimary 0x7f01009c +int attr colorPrimaryDark 0x7f01009d +int attr colorSwitchThumbNormal 0x7f0100a3 +int attr commitIcon 0x7f010042 +int attr contentInsetEnd 0x7f010017 +int attr contentInsetLeft 0x7f010018 +int attr contentInsetRight 0x7f010019 +int attr contentInsetStart 0x7f010016 +int attr controlBackground 0x7f0100a4 +int attr customNavigationLayout 0x7f01000f +int attr defaultQueryHint 0x7f01003c +int attr dialogPreferredPadding 0x7f010076 +int attr dialogTheme 0x7f010075 +int attr displayOptions 0x7f010005 +int attr divider 0x7f01000b +int attr dividerHorizontal 0x7f010083 +int attr dividerPadding 0x7f010031 +int attr dividerVertical 0x7f010082 +int attr drawableSize 0x7f010029 +int attr drawerArrowStyle 0x7f010000 +int attr dropDownListViewStyle 0x7f010094 +int attr dropdownListPreferredItemHeight 0x7f010079 +int attr editTextBackground 0x7f01008a +int attr editTextColor 0x7f010089 +int attr editTextStyle 0x7f0100b2 +int attr elevation 0x7f01001a +int attr expandActivityOverflowButtonDrawable 0x7f01001e +int attr gapBetweenBars 0x7f01002a +int attr goIcon 0x7f01003e +int attr height 0x7f010001 +int attr hideOnContentScroll 0x7f010015 +int attr homeAsUpIndicator 0x7f01007b +int attr homeLayout 0x7f010010 +int attr icon 0x7f010009 +int attr iconifiedByDefault 0x7f01003a +int attr indeterminateProgressStyle 0x7f010012 +int attr initialActivityCount 0x7f01001d +int attr isLightTheme 0x7f010002 +int attr itemPadding 0x7f010014 +int attr layout 0x7f010039 +int attr listChoiceBackgroundIndicator 0x7f01009b +int attr listDividerAlertDialog 0x7f010077 +int attr listItemLayout 0x7f010023 +int attr listLayout 0x7f010020 +int attr listPopupWindowStyle 0x7f010095 +int attr listPreferredItemHeight 0x7f01008f +int attr listPreferredItemHeightLarge 0x7f010091 +int attr listPreferredItemHeightSmall 0x7f010090 +int attr listPreferredItemPaddingLeft 0x7f010092 +int attr listPreferredItemPaddingRight 0x7f010093 +int attr logo 0x7f01000a +int attr logoDescription 0x7f0100c3 +int attr maxButtonHeight 0x7f0100be +int attr measureWithLargestChild 0x7f01002f +int attr multiChoiceItemLayout 0x7f010021 +int attr navigationContentDescription 0x7f0100c2 +int attr navigationIcon 0x7f0100c1 +int attr navigationMode 0x7f010004 +int attr overlapAnchor 0x7f010037 +int attr paddingEnd 0x7f0100c7 +int attr paddingStart 0x7f0100c6 +int attr panelBackground 0x7f010098 +int attr panelMenuListTheme 0x7f01009a +int attr panelMenuListWidth 0x7f010099 +int attr popupMenuStyle 0x7f010087 +int attr popupTheme 0x7f01001b +int attr popupWindowStyle 0x7f010088 +int attr preserveIconSpacing 0x7f010036 +int attr progressBarPadding 0x7f010013 +int attr progressBarStyle 0x7f010011 +int attr queryBackground 0x7f010044 +int attr queryHint 0x7f01003b +int attr radioButtonStyle 0x7f0100b3 +int attr ratingBarStyle 0x7f0100b4 +int attr searchHintIcon 0x7f010040 +int attr searchIcon 0x7f01003f +int attr searchViewStyle 0x7f01008e +int attr selectableItemBackground 0x7f01007f +int attr selectableItemBackgroundBorderless 0x7f010080 +int attr showAsAction 0x7f010032 +int attr showDividers 0x7f010030 +int attr showText 0x7f01004c +int attr singleChoiceItemLayout 0x7f010022 +int attr spinBars 0x7f010028 +int attr spinnerDropDownItemStyle 0x7f01007a +int attr spinnerStyle 0x7f0100b5 +int attr splitTrack 0x7f01004b +int attr state_above_anchor 0x7f010038 +int attr submitBackground 0x7f010045 +int attr subtitle 0x7f010006 +int attr subtitleTextAppearance 0x7f0100b8 +int attr subtitleTextColor 0x7f0100c5 +int attr subtitleTextStyle 0x7f010008 +int attr suggestionRowLayout 0x7f010043 +int attr switchMinWidth 0x7f010049 +int attr switchPadding 0x7f01004a +int attr switchStyle 0x7f0100b6 +int attr switchTextAppearance 0x7f010048 +int attr textAllCaps 0x7f010024 +int attr textAppearanceLargePopupMenu 0x7f010073 +int attr textAppearanceListItem 0x7f010096 +int attr textAppearanceListItemSmall 0x7f010097 +int attr textAppearanceSearchResultSubtitle 0x7f01008c +int attr textAppearanceSearchResultTitle 0x7f01008b +int attr textAppearanceSmallPopupMenu 0x7f010074 +int attr textColorAlertDialogListItem 0x7f0100a9 +int attr textColorSearchUrl 0x7f01008d +int attr theme 0x7f0100c8 +int attr thickness 0x7f01002e +int attr thumbTextPadding 0x7f010047 +int attr title 0x7f010003 +int attr titleMarginBottom 0x7f0100bd +int attr titleMarginEnd 0x7f0100bb +int attr titleMarginStart 0x7f0100ba +int attr titleMarginTop 0x7f0100bc +int attr titleMargins 0x7f0100b9 +int attr titleTextAppearance 0x7f0100b7 +int attr titleTextColor 0x7f0100c4 +int attr titleTextStyle 0x7f010007 +int attr toolbarNavigationButtonStyle 0x7f010086 +int attr toolbarStyle 0x7f010085 +int attr track 0x7f010046 +int attr voiceIcon 0x7f010041 +int attr windowActionBar 0x7f01004d +int attr windowActionBarOverlay 0x7f01004f +int attr windowActionModeOverlay 0x7f010050 +int attr windowFixedHeightMajor 0x7f010054 +int attr windowFixedHeightMinor 0x7f010052 +int attr windowFixedWidthMajor 0x7f010051 +int attr windowFixedWidthMinor 0x7f010053 +int attr windowMinWidthMajor 0x7f010055 +int attr windowMinWidthMinor 0x7f010056 +int attr windowNoTitle 0x7f01004e +int bool abc_action_bar_embed_tabs 0x7f080002 +int bool abc_action_bar_embed_tabs_pre_jb 0x7f080000 +int bool abc_action_bar_expanded_action_views_exclusive 0x7f080003 +int bool abc_config_actionMenuItemAllCaps 0x7f080004 +int bool abc_config_allowActionMenuItemTextWithIcon 0x7f080001 +int bool abc_config_closeDialogWhenTouchOutside 0x7f080005 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f080006 +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 0x7f06000b +int dimen abc_action_bar_default_height_material 0x7f060001 +int dimen abc_action_bar_default_padding_end_material 0x7f06000c +int dimen abc_action_bar_default_padding_start_material 0x7f06000d +int dimen abc_action_bar_icon_vertical_padding_material 0x7f06000f +int dimen abc_action_bar_overflow_padding_end_material 0x7f060010 +int dimen abc_action_bar_overflow_padding_start_material 0x7f060011 +int dimen abc_action_bar_progress_bar_size 0x7f060002 +int dimen abc_action_bar_stacked_max_height 0x7f060012 +int dimen abc_action_bar_stacked_tab_max_width 0x7f060013 +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f060014 +int dimen abc_action_bar_subtitle_top_margin_material 0x7f060015 +int dimen abc_action_button_min_height_material 0x7f060016 +int dimen abc_action_button_min_width_material 0x7f060017 +int dimen abc_action_button_min_width_overflow_material 0x7f060018 +int dimen abc_alert_dialog_button_bar_height 0x7f060000 +int dimen abc_button_inset_horizontal_material 0x7f060019 +int dimen abc_button_inset_vertical_material 0x7f06001a +int dimen abc_button_padding_horizontal_material 0x7f06001b +int dimen abc_button_padding_vertical_material 0x7f06001c +int dimen abc_config_prefDialogWidth 0x7f060005 +int dimen abc_control_corner_material 0x7f06001d +int dimen abc_control_inset_material 0x7f06001e +int dimen abc_control_padding_material 0x7f06001f +int dimen abc_dialog_list_padding_vertical_material 0x7f060020 +int dimen abc_dialog_min_width_major 0x7f060021 +int dimen abc_dialog_min_width_minor 0x7f060022 +int dimen abc_dialog_padding_material 0x7f060023 +int dimen abc_dialog_padding_top_material 0x7f060024 +int dimen abc_disabled_alpha_material_dark 0x7f060025 +int dimen abc_disabled_alpha_material_light 0x7f060026 +int dimen abc_dropdownitem_icon_width 0x7f060027 +int dimen abc_dropdownitem_text_padding_left 0x7f060028 +int dimen abc_dropdownitem_text_padding_right 0x7f060029 +int dimen abc_edit_text_inset_bottom_material 0x7f06002a +int dimen abc_edit_text_inset_horizontal_material 0x7f06002b +int dimen abc_edit_text_inset_top_material 0x7f06002c +int dimen abc_floating_window_z 0x7f06002d +int dimen abc_list_item_padding_horizontal_material 0x7f06002e +int dimen abc_panel_menu_list_width 0x7f06002f +int dimen abc_search_view_preferred_width 0x7f060030 +int dimen abc_search_view_text_min_width 0x7f060006 +int dimen abc_switch_padding 0x7f06000e +int dimen abc_text_size_body_1_material 0x7f060031 +int dimen abc_text_size_body_2_material 0x7f060032 +int dimen abc_text_size_button_material 0x7f060033 +int dimen abc_text_size_caption_material 0x7f060034 +int dimen abc_text_size_display_1_material 0x7f060035 +int dimen abc_text_size_display_2_material 0x7f060036 +int dimen abc_text_size_display_3_material 0x7f060037 +int dimen abc_text_size_display_4_material 0x7f060038 +int dimen abc_text_size_headline_material 0x7f060039 +int dimen abc_text_size_large_material 0x7f06003a +int dimen abc_text_size_medium_material 0x7f06003b +int dimen abc_text_size_menu_material 0x7f06003c +int dimen abc_text_size_small_material 0x7f06003d +int dimen abc_text_size_subhead_material 0x7f06003e +int dimen abc_text_size_subtitle_material_toolbar 0x7f060003 +int dimen abc_text_size_title_material 0x7f06003f +int dimen abc_text_size_title_material_toolbar 0x7f060004 +int dimen dialog_fixed_height_major 0x7f060007 +int dimen dialog_fixed_height_minor 0x7f060008 +int dimen dialog_fixed_width_major 0x7f060009 +int dimen dialog_fixed_width_minor 0x7f06000a +int dimen disabled_alpha_material_dark 0x7f060040 +int dimen disabled_alpha_material_light 0x7f060041 +int dimen highlight_alpha_material_colored 0x7f060042 +int dimen highlight_alpha_material_dark 0x7f060043 +int dimen highlight_alpha_material_light 0x7f060044 +int dimen notification_large_icon_height 0x7f060045 +int dimen notification_large_icon_width 0x7f060046 +int dimen notification_subtext_size 0x7f060047 +int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000 +int drawable abc_action_bar_item_background_material 0x7f020001 +int drawable abc_btn_borderless_material 0x7f020002 +int drawable abc_btn_check_material 0x7f020003 +int drawable abc_btn_check_to_on_mtrl_000 0x7f020004 +int drawable abc_btn_check_to_on_mtrl_015 0x7f020005 +int drawable abc_btn_colored_material 0x7f020006 +int drawable abc_btn_default_mtrl_shape 0x7f020007 +int drawable abc_btn_radio_material 0x7f020008 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a +int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b +int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e +int drawable abc_cab_background_internal_bg 0x7f02000f +int drawable abc_cab_background_top_material 0x7f020010 +int drawable abc_cab_background_top_mtrl_alpha 0x7f020011 +int drawable abc_control_background_material 0x7f020012 +int drawable abc_dialog_material_background_dark 0x7f020013 +int drawable abc_dialog_material_background_light 0x7f020014 +int drawable abc_edit_text_material 0x7f020015 +int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016 +int drawable abc_ic_clear_mtrl_alpha 0x7f020017 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018 +int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b +int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e +int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f +int drawable abc_ic_search_api_mtrl_alpha 0x7f020020 +int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021 +int drawable abc_item_background_holo_dark 0x7f020022 +int drawable abc_item_background_holo_light 0x7f020023 +int drawable abc_list_divider_mtrl_alpha 0x7f020024 +int drawable abc_list_focused_holo 0x7f020025 +int drawable abc_list_longpressed_holo 0x7f020026 +int drawable abc_list_pressed_holo_dark 0x7f020027 +int drawable abc_list_pressed_holo_light 0x7f020028 +int drawable abc_list_selector_background_transition_holo_dark 0x7f020029 +int drawable abc_list_selector_background_transition_holo_light 0x7f02002a +int drawable abc_list_selector_disabled_holo_dark 0x7f02002b +int drawable abc_list_selector_disabled_holo_light 0x7f02002c +int drawable abc_list_selector_holo_dark 0x7f02002d +int drawable abc_list_selector_holo_light 0x7f02002e +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f +int drawable abc_popup_background_mtrl_mult 0x7f020030 +int drawable abc_ratingbar_full_material 0x7f020031 +int drawable abc_spinner_mtrl_am_alpha 0x7f020032 +int drawable abc_spinner_textfield_background_material 0x7f020033 +int drawable abc_switch_thumb_material 0x7f020034 +int drawable abc_switch_track_mtrl_alpha 0x7f020035 +int drawable abc_tab_indicator_material 0x7f020036 +int drawable abc_tab_indicator_mtrl_alpha 0x7f020037 +int drawable abc_text_cursor_material 0x7f020038 +int drawable abc_textfield_activated_mtrl_alpha 0x7f020039 +int drawable abc_textfield_default_mtrl_alpha 0x7f02003a +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02003b +int drawable abc_textfield_search_default_mtrl_alpha 0x7f02003c +int drawable abc_textfield_search_material 0x7f02003d +int drawable notification_template_icon_bg 0x7f02003e +int id action0 0x7f0b004d +int id action_bar 0x7f0b003e +int id action_bar_activity_content 0x7f0b0000 +int id action_bar_container 0x7f0b003d +int id action_bar_root 0x7f0b0039 +int id action_bar_spinner 0x7f0b0001 +int id action_bar_subtitle 0x7f0b0022 +int id action_bar_title 0x7f0b0021 +int id action_context_bar 0x7f0b003f +int id action_divider 0x7f0b0051 +int id action_menu_divider 0x7f0b0002 +int id action_menu_presenter 0x7f0b0003 +int id action_mode_bar 0x7f0b003b +int id action_mode_bar_stub 0x7f0b003a +int id action_mode_close_button 0x7f0b0023 +int id activity_chooser_view_content 0x7f0b0024 +int id alertTitle 0x7f0b002e +int id always 0x7f0b001b +int id beginning 0x7f0b0018 +int id buttonPanel 0x7f0b0034 +int id cancel_action 0x7f0b004e +int id checkbox 0x7f0b0036 +int id chronometer 0x7f0b0054 +int id collapseActionView 0x7f0b001c +int id contentPanel 0x7f0b002f +int id custom 0x7f0b0033 +int id customPanel 0x7f0b0032 +int id decor_content_parent 0x7f0b003c +int id default_activity_button 0x7f0b0027 +int id disableHome 0x7f0b000c +int id edit_query 0x7f0b0040 +int id end 0x7f0b0019 +int id end_padder 0x7f0b0059 +int id expand_activities_button 0x7f0b0025 +int id expanded_menu 0x7f0b0035 +int id home 0x7f0b0004 +int id homeAsUp 0x7f0b000d +int id icon 0x7f0b0029 +int id ifRoom 0x7f0b001d +int id image 0x7f0b0026 +int id info 0x7f0b0058 +int id line1 0x7f0b0052 +int id line3 0x7f0b0056 +int id listMode 0x7f0b0009 +int id list_item 0x7f0b0028 +int id media_actions 0x7f0b0050 +int id middle 0x7f0b001a +int id multiply 0x7f0b0013 +int id never 0x7f0b001e +int id none 0x7f0b000e +int id normal 0x7f0b000a +int id parentPanel 0x7f0b002b +int id progress_circular 0x7f0b0005 +int id progress_horizontal 0x7f0b0006 +int id radio 0x7f0b0038 +int id screen 0x7f0b0014 +int id scrollView 0x7f0b0030 +int id search_badge 0x7f0b0042 +int id search_bar 0x7f0b0041 +int id search_button 0x7f0b0043 +int id search_close_btn 0x7f0b0048 +int id search_edit_frame 0x7f0b0044 +int id search_go_btn 0x7f0b004a +int id search_mag_icon 0x7f0b0045 +int id search_plate 0x7f0b0046 +int id search_src_text 0x7f0b0047 +int id search_voice_btn 0x7f0b004b +int id select_dialog_listview 0x7f0b004c +int id shortcut 0x7f0b0037 +int id showCustom 0x7f0b000f +int id showHome 0x7f0b0010 +int id showTitle 0x7f0b0011 +int id split_action_bar 0x7f0b0007 +int id src_atop 0x7f0b0015 +int id src_in 0x7f0b0016 +int id src_over 0x7f0b0017 +int id status_bar_latest_event_content 0x7f0b004f +int id submit_area 0x7f0b0049 +int id tabMode 0x7f0b000b +int id text 0x7f0b0057 +int id text2 0x7f0b0055 +int id textSpacerNoButtons 0x7f0b0031 +int id time 0x7f0b0053 +int id title 0x7f0b002a +int id title_template 0x7f0b002d +int id topPanel 0x7f0b002c +int id up 0x7f0b0008 +int id useLogo 0x7f0b0012 +int id withText 0x7f0b001f +int id wrap_content 0x7f0b0020 +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_material 0x7f030009 +int layout abc_dialog_title_material 0x7f03000a +int layout abc_expanded_menu_layout 0x7f03000b +int layout abc_list_menu_item_checkbox 0x7f03000c +int layout abc_list_menu_item_icon 0x7f03000d +int layout abc_list_menu_item_layout 0x7f03000e +int layout abc_list_menu_item_radio 0x7f03000f +int layout abc_popup_menu_item_layout 0x7f030010 +int layout abc_screen_content_include 0x7f030011 +int layout abc_screen_simple 0x7f030012 +int layout abc_screen_simple_overlay_action_mode 0x7f030013 +int layout abc_screen_toolbar 0x7f030014 +int layout abc_search_dropdown_item_icons_2line 0x7f030015 +int layout abc_search_view 0x7f030016 +int layout abc_select_dialog_material 0x7f030017 +int layout notification_media_action 0x7f030018 +int layout notification_media_cancel_action 0x7f030019 +int layout notification_template_big_media 0x7f03001a +int layout notification_template_big_media_narrow 0x7f03001b +int layout notification_template_lines 0x7f03001c +int layout notification_template_media 0x7f03001d +int layout notification_template_part_chronometer 0x7f03001e +int layout notification_template_part_time 0x7f03001f +int layout select_dialog_item_material 0x7f030020 +int layout select_dialog_multichoice_material 0x7f030021 +int layout select_dialog_singlechoice_material 0x7f030022 +int layout support_simple_spinner_dropdown_item 0x7f030023 +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_search_hint 0x7f050008 +int string abc_searchview_description_clear 0x7f050009 +int string abc_searchview_description_query 0x7f05000a +int string abc_searchview_description_search 0x7f05000b +int string abc_searchview_description_submit 0x7f05000c +int string abc_searchview_description_voice 0x7f05000d +int string abc_shareactionprovider_share_with 0x7f05000e +int string abc_shareactionprovider_share_with_application 0x7f05000f +int string abc_toolbar_collapse_description 0x7f050010 +int string status_bar_notification_info_overflow 0x7f050011 +int style AlertDialog_AppCompat 0x7f07007a +int style AlertDialog_AppCompat_Light 0x7f07007b +int style Animation_AppCompat_Dialog 0x7f07007c +int style Animation_AppCompat_DropDownUp 0x7f07007d +int style Base_AlertDialog_AppCompat 0x7f07007e +int style Base_AlertDialog_AppCompat_Light 0x7f07007f +int style Base_Animation_AppCompat_Dialog 0x7f070080 +int style Base_Animation_AppCompat_DropDownUp 0x7f070081 +int style Base_DialogWindowTitle_AppCompat 0x7f070082 +int style Base_DialogWindowTitleBackground_AppCompat 0x7f070083 +int style Base_TextAppearance_AppCompat 0x7f07002d +int style Base_TextAppearance_AppCompat_Body1 0x7f07002e +int style Base_TextAppearance_AppCompat_Body2 0x7f07002f +int style Base_TextAppearance_AppCompat_Button 0x7f070018 +int style Base_TextAppearance_AppCompat_Caption 0x7f070030 +int style Base_TextAppearance_AppCompat_Display1 0x7f070031 +int style Base_TextAppearance_AppCompat_Display2 0x7f070032 +int style Base_TextAppearance_AppCompat_Display3 0x7f070033 +int style Base_TextAppearance_AppCompat_Display4 0x7f070034 +int style Base_TextAppearance_AppCompat_Headline 0x7f070035 +int style Base_TextAppearance_AppCompat_Inverse 0x7f070003 +int style Base_TextAppearance_AppCompat_Large 0x7f070036 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f070004 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f070037 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f070038 +int style Base_TextAppearance_AppCompat_Medium 0x7f070039 +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f070005 +int style Base_TextAppearance_AppCompat_Menu 0x7f07003a +int style Base_TextAppearance_AppCompat_SearchResult 0x7f070084 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f07003b +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f07003c +int style Base_TextAppearance_AppCompat_Small 0x7f07003d +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f070006 +int style Base_TextAppearance_AppCompat_Subhead 0x7f07003e +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f070007 +int style Base_TextAppearance_AppCompat_Title 0x7f07003f +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f070008 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f070040 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f070041 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f070042 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f070043 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f070044 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f070045 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f070046 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f070047 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f070076 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f070085 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f070048 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f070049 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f07004a +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f07004b +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f070086 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f07004c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f07004d +int style Base_Theme_AppCompat 0x7f07004e +int style Base_Theme_AppCompat_CompactMenu 0x7f070087 +int style Base_Theme_AppCompat_Dialog 0x7f070009 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f070088 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f070089 +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f07008a +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f070001 +int style Base_Theme_AppCompat_Light 0x7f07004f +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f07008b +int style Base_Theme_AppCompat_Light_Dialog 0x7f07000a +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f07008c +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f07008d +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f07008e +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f070002 +int style Base_ThemeOverlay_AppCompat 0x7f07008f +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f070090 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f070091 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f070092 +int style Base_ThemeOverlay_AppCompat_Light 0x7f070093 +int style Base_V11_Theme_AppCompat_Dialog 0x7f07000b +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f07000c +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f070014 +int style Base_V12_Widget_AppCompat_EditText 0x7f070015 +int style Base_V21_Theme_AppCompat 0x7f070050 +int style Base_V21_Theme_AppCompat_Dialog 0x7f070051 +int style Base_V21_Theme_AppCompat_Light 0x7f070052 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f070053 +int style Base_V22_Theme_AppCompat 0x7f070074 +int style Base_V22_Theme_AppCompat_Light 0x7f070075 +int style Base_V23_Theme_AppCompat 0x7f070077 +int style Base_V23_Theme_AppCompat_Light 0x7f070078 +int style Base_V7_Theme_AppCompat 0x7f070094 +int style Base_V7_Theme_AppCompat_Dialog 0x7f070095 +int style Base_V7_Theme_AppCompat_Light 0x7f070096 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f070097 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f070098 +int style Base_V7_Widget_AppCompat_EditText 0x7f070099 +int style Base_Widget_AppCompat_ActionBar 0x7f07009a +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f07009b +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f07009c +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f070054 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f070055 +int style Base_Widget_AppCompat_ActionButton 0x7f070056 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f070057 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f070058 +int style Base_Widget_AppCompat_ActionMode 0x7f07009d +int style Base_Widget_AppCompat_ActivityChooserView 0x7f07009e +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f070016 +int style Base_Widget_AppCompat_Button 0x7f070059 +int style Base_Widget_AppCompat_Button_Borderless 0x7f07005a +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f07005b +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f07009f +int style Base_Widget_AppCompat_Button_Colored 0x7f070079 +int style Base_Widget_AppCompat_Button_Small 0x7f07005c +int style Base_Widget_AppCompat_ButtonBar 0x7f07005d +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700a0 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f07005e +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f07005f +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0700a1 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f070000 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0700a2 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f070060 +int style Base_Widget_AppCompat_EditText 0x7f070017 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0700a3 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0700a4 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0700a5 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f070061 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070062 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f070063 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f070064 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070065 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f070066 +int style Base_Widget_AppCompat_ListView 0x7f070067 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f070068 +int style Base_Widget_AppCompat_ListView_Menu 0x7f070069 +int style Base_Widget_AppCompat_PopupMenu 0x7f07006a +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f07006b +int style Base_Widget_AppCompat_PopupWindow 0x7f0700a6 +int style Base_Widget_AppCompat_ProgressBar 0x7f07000d +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f07000e +int style Base_Widget_AppCompat_RatingBar 0x7f07006c +int style Base_Widget_AppCompat_SearchView 0x7f0700a7 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0700a8 +int style Base_Widget_AppCompat_Spinner 0x7f07006d +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f07006e +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f07006f +int style Base_Widget_AppCompat_Toolbar 0x7f0700a9 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f070070 +int style Platform_AppCompat 0x7f07000f +int style Platform_AppCompat_Light 0x7f070010 +int style Platform_ThemeOverlay_AppCompat 0x7f070071 +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f070072 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f070073 +int style Platform_V11_AppCompat 0x7f070011 +int style Platform_V11_AppCompat_Light 0x7f070012 +int style Platform_V14_AppCompat 0x7f070019 +int style Platform_V14_AppCompat_Light 0x7f07001a +int style Platform_Widget_AppCompat_Spinner 0x7f070013 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f070020 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f070021 +int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f070022 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f070023 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f070024 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f070025 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f070026 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f070027 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f070028 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f070029 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f07002a +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f07002b +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f07002c +int style TextAppearance_AppCompat 0x7f0700aa +int style TextAppearance_AppCompat_Body1 0x7f0700ab +int style TextAppearance_AppCompat_Body2 0x7f0700ac +int style TextAppearance_AppCompat_Button 0x7f0700ad +int style TextAppearance_AppCompat_Caption 0x7f0700ae +int style TextAppearance_AppCompat_Display1 0x7f0700af +int style TextAppearance_AppCompat_Display2 0x7f0700b0 +int style TextAppearance_AppCompat_Display3 0x7f0700b1 +int style TextAppearance_AppCompat_Display4 0x7f0700b2 +int style TextAppearance_AppCompat_Headline 0x7f0700b3 +int style TextAppearance_AppCompat_Inverse 0x7f0700b4 +int style TextAppearance_AppCompat_Large 0x7f0700b5 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0700b6 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0700b7 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0700b8 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0700b9 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0700ba +int style TextAppearance_AppCompat_Medium 0x7f0700bb +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0700bc +int style TextAppearance_AppCompat_Menu 0x7f0700bd +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0700be +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0700bf +int style TextAppearance_AppCompat_Small 0x7f0700c0 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0700c1 +int style TextAppearance_AppCompat_Subhead 0x7f0700c2 +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0700c3 +int style TextAppearance_AppCompat_Title 0x7f0700c4 +int style TextAppearance_AppCompat_Title_Inverse 0x7f0700c5 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0700c6 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0700c7 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0700c8 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0700c9 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0700ca +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0700cb +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0700cc +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0700cd +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0700ce +int style TextAppearance_AppCompat_Widget_Button 0x7f0700cf +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0700d0 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0700d1 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0700d2 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0700d3 +int style TextAppearance_AppCompat_Widget_Switch 0x7f0700d4 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0700d5 +int style TextAppearance_StatusBar_EventContent 0x7f07001b +int style TextAppearance_StatusBar_EventContent_Info 0x7f07001c +int style TextAppearance_StatusBar_EventContent_Line2 0x7f07001d +int style TextAppearance_StatusBar_EventContent_Time 0x7f07001e +int style TextAppearance_StatusBar_EventContent_Title 0x7f07001f +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0700d6 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0700d7 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0700d8 +int style Theme_AppCompat 0x7f0700d9 +int style Theme_AppCompat_CompactMenu 0x7f0700da +int style Theme_AppCompat_Dialog 0x7f0700db +int style Theme_AppCompat_Dialog_Alert 0x7f0700dc +int style Theme_AppCompat_Dialog_MinWidth 0x7f0700dd +int style Theme_AppCompat_DialogWhenLarge 0x7f0700de +int style Theme_AppCompat_Light 0x7f0700df +int style Theme_AppCompat_Light_DarkActionBar 0x7f0700e0 +int style Theme_AppCompat_Light_Dialog 0x7f0700e1 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0700e2 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0700e3 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0700e4 +int style Theme_AppCompat_Light_NoActionBar 0x7f0700e5 +int style Theme_AppCompat_NoActionBar 0x7f0700e6 +int style ThemeOverlay_AppCompat 0x7f0700e7 +int style ThemeOverlay_AppCompat_ActionBar 0x7f0700e8 +int style ThemeOverlay_AppCompat_Dark 0x7f0700e9 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0700ea +int style ThemeOverlay_AppCompat_Light 0x7f0700eb +int style Widget_AppCompat_ActionBar 0x7f0700ec +int style Widget_AppCompat_ActionBar_Solid 0x7f0700ed +int style Widget_AppCompat_ActionBar_TabBar 0x7f0700ee +int style Widget_AppCompat_ActionBar_TabText 0x7f0700ef +int style Widget_AppCompat_ActionBar_TabView 0x7f0700f0 +int style Widget_AppCompat_ActionButton 0x7f0700f1 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0700f2 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0700f3 +int style Widget_AppCompat_ActionMode 0x7f0700f4 +int style Widget_AppCompat_ActivityChooserView 0x7f0700f5 +int style Widget_AppCompat_AutoCompleteTextView 0x7f0700f6 +int style Widget_AppCompat_Button 0x7f0700f7 +int style Widget_AppCompat_Button_Borderless 0x7f0700f8 +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0700f9 +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0700fa +int style Widget_AppCompat_Button_Colored 0x7f0700fb +int style Widget_AppCompat_Button_Small 0x7f0700fc +int style Widget_AppCompat_ButtonBar 0x7f0700fd +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700fe +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0700ff +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f070100 +int style Widget_AppCompat_CompoundButton_Switch 0x7f070101 +int style Widget_AppCompat_DrawerArrowToggle 0x7f070102 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f070103 +int style Widget_AppCompat_EditText 0x7f070104 +int style Widget_AppCompat_Light_ActionBar 0x7f070105 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f070106 +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f070107 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f070108 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f070109 +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f07010a +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f07010b +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f07010c +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f07010d +int style Widget_AppCompat_Light_ActionButton 0x7f07010e +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f07010f +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f070110 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f070111 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f070112 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f070113 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f070114 +int style Widget_AppCompat_Light_ListPopupWindow 0x7f070115 +int style Widget_AppCompat_Light_ListView_DropDown 0x7f070116 +int style Widget_AppCompat_Light_PopupMenu 0x7f070117 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070118 +int style Widget_AppCompat_Light_SearchView 0x7f070119 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f07011a +int style Widget_AppCompat_ListPopupWindow 0x7f07011b +int style Widget_AppCompat_ListView 0x7f07011c +int style Widget_AppCompat_ListView_DropDown 0x7f07011d +int style Widget_AppCompat_ListView_Menu 0x7f07011e +int style Widget_AppCompat_PopupMenu 0x7f07011f +int style Widget_AppCompat_PopupMenu_Overflow 0x7f070120 +int style Widget_AppCompat_PopupWindow 0x7f070121 +int style Widget_AppCompat_ProgressBar 0x7f070122 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f070123 +int style Widget_AppCompat_RatingBar 0x7f070124 +int style Widget_AppCompat_SearchView 0x7f070125 +int style Widget_AppCompat_SearchView_ActionBar 0x7f070126 +int style Widget_AppCompat_Spinner 0x7f070127 +int style Widget_AppCompat_Spinner_DropDown 0x7f070128 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f070129 +int style Widget_AppCompat_Spinner_Underlined 0x7f07012a +int style Widget_AppCompat_TextView_SpinnerItem 0x7f07012b +int style Widget_AppCompat_Toolbar 0x7f07012c +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f07012d +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, 0x7f01007b } +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 AppCompatTextView { 0x01010034, 0x7f010024 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_textAllCaps 1 +int[] styleable CompoundButton { 0x01010107, 0x7f010025, 0x7f010026 } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable DrawerArrowToggle { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e } +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, 0x7f01002f, 0x7f010030, 0x7f010031 } +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, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035 } +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, 0x7f010036 } +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, 0x7f010037 } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_overlapAnchor 1 +int[] styleable PopupWindowBackgroundState { 0x7f010038 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045 } +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 { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b } +int styleable Spinner_android_dropDownWidth 2 +int styleable Spinner_android_popupBackground 0 +int styleable Spinner_android_prompt 1 +int styleable Spinner_popupTheme 3 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c } +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, 0x7f010024 } +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 4 +int[] styleable Theme { 0x01010057, 0x010100ae, 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, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6 } +int styleable Theme_actionBarDivider 23 +int styleable Theme_actionBarItemBackground 24 +int styleable Theme_actionBarPopupTheme 17 +int styleable Theme_actionBarSize 22 +int styleable Theme_actionBarSplitStyle 19 +int styleable Theme_actionBarStyle 18 +int styleable Theme_actionBarTabBarStyle 13 +int styleable Theme_actionBarTabStyle 12 +int styleable Theme_actionBarTabTextStyle 14 +int styleable Theme_actionBarTheme 20 +int styleable Theme_actionBarWidgetTheme 21 +int styleable Theme_actionButtonStyle 49 +int styleable Theme_actionDropDownStyle 45 +int styleable Theme_actionMenuTextAppearance 25 +int styleable Theme_actionMenuTextColor 26 +int styleable Theme_actionModeBackground 29 +int styleable Theme_actionModeCloseButtonStyle 28 +int styleable Theme_actionModeCloseDrawable 31 +int styleable Theme_actionModeCopyDrawable 33 +int styleable Theme_actionModeCutDrawable 32 +int styleable Theme_actionModeFindDrawable 37 +int styleable Theme_actionModePasteDrawable 34 +int styleable Theme_actionModePopupWindowStyle 39 +int styleable Theme_actionModeSelectAllDrawable 35 +int styleable Theme_actionModeShareDrawable 36 +int styleable Theme_actionModeSplitBackground 30 +int styleable Theme_actionModeStyle 27 +int styleable Theme_actionModeWebSearchDrawable 38 +int styleable Theme_actionOverflowButtonStyle 15 +int styleable Theme_actionOverflowMenuStyle 16 +int styleable Theme_activityChooserViewStyle 57 +int styleable Theme_alertDialogButtonGroupStyle 91 +int styleable Theme_alertDialogCenterButtons 92 +int styleable Theme_alertDialogStyle 90 +int styleable Theme_alertDialogTheme 93 +int styleable Theme_android_windowAnimationStyle 1 +int styleable Theme_android_windowIsFloating 0 +int styleable Theme_autoCompleteTextViewStyle 98 +int styleable Theme_borderlessButtonStyle 54 +int styleable Theme_buttonBarButtonStyle 51 +int styleable Theme_buttonBarNegativeButtonStyle 96 +int styleable Theme_buttonBarNeutralButtonStyle 97 +int styleable Theme_buttonBarPositiveButtonStyle 95 +int styleable Theme_buttonBarStyle 50 +int styleable Theme_buttonStyle 99 +int styleable Theme_buttonStyleSmall 100 +int styleable Theme_checkboxStyle 101 +int styleable Theme_checkedTextViewStyle 102 +int styleable Theme_colorAccent 83 +int styleable Theme_colorButtonNormal 87 +int styleable Theme_colorControlActivated 85 +int styleable Theme_colorControlHighlight 86 +int styleable Theme_colorControlNormal 84 +int styleable Theme_colorPrimary 81 +int styleable Theme_colorPrimaryDark 82 +int styleable Theme_colorSwitchThumbNormal 88 +int styleable Theme_controlBackground 89 +int styleable Theme_dialogPreferredPadding 43 +int styleable Theme_dialogTheme 42 +int styleable Theme_dividerHorizontal 56 +int styleable Theme_dividerVertical 55 +int styleable Theme_dropDownListViewStyle 73 +int styleable Theme_dropdownListPreferredItemHeight 46 +int styleable Theme_editTextBackground 63 +int styleable Theme_editTextColor 62 +int styleable Theme_editTextStyle 103 +int styleable Theme_homeAsUpIndicator 48 +int styleable Theme_listChoiceBackgroundIndicator 80 +int styleable Theme_listDividerAlertDialog 44 +int styleable Theme_listPopupWindowStyle 74 +int styleable Theme_listPreferredItemHeight 68 +int styleable Theme_listPreferredItemHeightLarge 70 +int styleable Theme_listPreferredItemHeightSmall 69 +int styleable Theme_listPreferredItemPaddingLeft 71 +int styleable Theme_listPreferredItemPaddingRight 72 +int styleable Theme_panelBackground 77 +int styleable Theme_panelMenuListTheme 79 +int styleable Theme_panelMenuListWidth 78 +int styleable Theme_popupMenuStyle 60 +int styleable Theme_popupWindowStyle 61 +int styleable Theme_radioButtonStyle 104 +int styleable Theme_ratingBarStyle 105 +int styleable Theme_searchViewStyle 67 +int styleable Theme_selectableItemBackground 52 +int styleable Theme_selectableItemBackgroundBorderless 53 +int styleable Theme_spinnerDropDownItemStyle 47 +int styleable Theme_spinnerStyle 106 +int styleable Theme_switchStyle 107 +int styleable Theme_textAppearanceLargePopupMenu 40 +int styleable Theme_textAppearanceListItem 75 +int styleable Theme_textAppearanceListItemSmall 76 +int styleable Theme_textAppearanceSearchResultSubtitle 65 +int styleable Theme_textAppearanceSearchResultTitle 64 +int styleable Theme_textAppearanceSmallPopupMenu 41 +int styleable Theme_textColorAlertDialogListItem 94 +int styleable Theme_textColorSearchUrl 66 +int styleable Theme_toolbarNavigationButtonStyle 59 +int styleable Theme_toolbarStyle 58 +int styleable Theme_windowActionBar 2 +int styleable Theme_windowActionBarOverlay 4 +int styleable Theme_windowActionModeOverlay 5 +int styleable Theme_windowFixedHeightMajor 9 +int styleable Theme_windowFixedHeightMinor 7 +int styleable Theme_windowFixedWidthMajor 6 +int styleable Theme_windowFixedWidthMinor 8 +int styleable Theme_windowMinWidthMajor 10 +int styleable Theme_windowMinWidthMinor 11 +int styleable Theme_windowNoTitle 3 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5 } +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, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8 } +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, 0x7f0100c9, 0x7f0100ca } +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 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml new file mode 100644 index 0000000..58122b1 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip new file mode 100644 index 0000000000000000000000000000000000000000..0f94f5df889a51fba0261cd38e097447bce072a7 GIT binary patch literal 1982 zcmai#X;{)(6vqE332LrGR!^oin&MIfnWnktz9fxIW3C~RqJjjJ)`Vt3Ip&62>9~uP zTULWvYGt6Kk)^3wVOcslm>Zdvxev}W&y(X&bH3d#=idAN-uE1|t27t}K%r1zszS>V zSW!9v7{HQ(C=rAp1oar196_NWj+-E`WHJIvB1O=!G(rT4x+97hzQ_lFu}qsV?oL>< zC^|l+6a0Lbu$SZFo2w>p$fV(}sD>Ldv(t?;6K{y_anfW-D1-6-`fUi&l1G%42BLci zpAj3s9u-1n;-KKP)+Flqu8Hqaaj9JaP6=>_!H2hYBM?BLfH~4QtF!=*`~fpKJPV2aOjB;o4~}JkM9s5Z9KqR`$C_J-kDP zr=To&PR-r8+O9CFr&g`JY}4Z0Plbk5AEC^RL%S^1jyIGU5$aEEob=?8nvvGY^bNmKq3TISLJ`vRM2P`ijvqlU0nu!hI(&sMeCJrx4a_;KKP_*Q zt%Aq*c1|I@7t9^Y@X?E2do|In5GcvHE)N3&fIc|@K!25$k(iqVR>2f3IfQ_tB7!K` zNNiv@el@wVbQ@RRGPMO*a*le4na9Zx6MhH5#yD=XhGVy7Sb;k~tXsA}(&QPpK8ocJ z_BdhwVd-wlyc6dXF?5J!Ms#nzHj@L&=4J{o$ezKGa-UniV3k87Y9MR&X5+({vq;a& z+U2gjn|r!b|5#9{a;iqu4n;W+vlVw!`sCS+mb}In(nNL45JSf>C;w+8PP(Tv1KC|# zIL%9#l*!wu`~HO6YOnc@OE6(mS*JjE7`YU0r_a z^d()2i+`<(Xf1aF%bjeB2~}3qaMQ69dA8F{xCW@RGxybEJTJiKXAx(VmbK+erEQ!Q zD;EI%mbM7V+7d`KJcWb}mlTMxjDKXEgKgDiW|4F)IGeI^eF}+D0LBA(A7LI;y3AX_g|JXz zNSSbm*FpPtwQt+dphNewhL==^d~cQhQXXAUfw<^%^N0Z}q7c91pmJBFlJ{>cw!(p5+MJEX8jL7OdLH9-YJnj6I!tI` z4+Eu2AC(z2n=`Gs5Sjfrzg>z>{`BA_WUuDhHp|Z*mT~qOm4X4*{z2z^3{p?x1a2qK za0@ay&T25d??toHq6&3B=^O|j)3710{f$s$77#!ceYZ>s&h-d(7pH&^`4%ZX$)q9) zLBV+1f2^Nj6UN&jw*CyPpTK-fyE2x-q3sT1wpt60U3X^Qq6BCB~eDzz-TvKN{Ar$z}Yy#XoJvaGu#f z6!qtYTD+%hI!sUTp_f^xRXc@O%{tUP@)D%(s*N4`#E+~_=)H9*9IDvAJu#$RWio3~ z&r8`w*3UO}fO%NmALC#>QQ%ia)P}by-~zbNgsN-rxT03$eL(%m;0>av@rkyhi{j}6 zf%>0@gOFkl#WKqrKvFQ^%kEe?sg`%gze~b&`pPC*-FIb5m*?D8|Cpe<`T6#2dbq{ngD^O15m!FLhI_k%Z?MUYNXPK*H@MB#4> z>wLk^@!l8Uyr1a*y--$APEt%%S%qF!>_&EcOh%fHeg;9Bj%IRv>YEbdJj>Sp&OX?G zJ?!QmZ-st;n4ztSqn(Ax-(LF9b;$p<&dJ%{-p&#D+x2Mw!+IBv-`;}zKi}eNVPXdO zKVLTHmyH|zZad}=ARzp|y;IN_Xklk73$S%oa0EC3Y=HnrGG#*-fQd5D5D1_*wl;Kf z%2c+JpZ|=`H|Gu1ZspxCBq1uNAIm49fes3)D8UnijvyP9|F-HtS4wBmc3J!^q$0t3 z1@(|0>1vujFdQP%S%1I5<#gUc>E!$J`ij;~q9%i#!mijG>HpCbz*=m)Ap$v9XLPDD zeI+qO5~#U9)LS~piwUnba4)Ly(+xfB3n={Kmc+w%QycAviSWK|8h8(PJ11jbGx;Io z)S!SN!C}VE0dGopogqXL&*V_&?W;6OSQvxEo|0CC?4gOTS{+@u9Si)?Y2xC7*sDX* zKf_L0MXc@SjX5q0^VStadSgU2np2FNGr0kaI-608I7$P@;2}UR`x3LMq|*qF33)b@ z^D$HS7j3~zPbgj>APar&N<6tpzoio*BzI^3QLPYt;tmIr`y=x$H%VEjt!x4~$?dMh z2xZ?5WiDRCOHQx}_PL0jVj!yM_}9m+D@fg`%I_Wh(BE)bVeWeq(V~IV0=~mBEy2X_ zr*1~u)D(2U{Gnddq>;!|4@Hfd=?GB#DeRL=2l>41!v{J@#12BNK}%g;|WI zQu?vn!cUu}KflhEg`4Dku!dt&P!KW!#*EJmPyVtgFG{e^IfY`rn2db^dr`UToc@_a zgrw3&LJh$ti83Gz>{00qtm6;=^=**wKOz4|^o37{+c<)PfW*8zIqh#9Tp3{KXl$-# z0dOT_{?nbKlvbs{nUML82W%Fk}^|3pX_+qXvgmSkCqpBYKbwR;{CmMNyzeY~{(3=~xW7 zxQ;ZPUJ56{&qqHr$HI?ONQEaG;U$M{kS?^?!N10(a@#Bcif}%1GE?b$O?^l7$qlV)*D8c%))h;Og5th#El+H zLWvFveoRfHSbU@Cio`S7abwWdadO&d3^|MMt}QEgOUTDCn=%RF==V3-Vzw2rgGxIs zkr-Mmw_|=ry?HJqI9-4LcJ-5j_zv%hi2@M>g!Q-IPSD<7*v`h@5U6BmVqqub3l;MjFpw=}VUj2;ttwZD+qOwK6?Z4Q<~>I5n6*9Dy&g$dO5+;l%EKn_6ugQ}6fjq}1zX&qCYNqp>rSC1vDx zH{Y=2CdW9HS7$d6YNLy;+78iC;c-+JyS!X<41DgqfTGnpxM1Vat(zG=5>9?-DVS z5e^HYE1fGc!ymdmu+b|`sW+<-oS;SXJEnUmFVA<3fgPhqF=G0->MoAf)AKrm+arsT zFm@Gi>M42?M{Z@)Jaf$N98>LtAL^hKSiUPQGn`xxDKGv(Xb6<-$h^yxAzq_1I*_x# z7#|7P?yt;EuoD|yec2FgcUc*7u{UdrCN^yEULt0r*uPGP}?e~V3Q0#32dIE0jEU%oE}ehAO}VBb+OY+_Hm<;3(y zPyS*#tV&0f!?@O(={({QT%S>d_ThJiVJ{3iolSz}QuW}3;?gOX7KafhX~pW|e9pMF zV}hgN>Gq|cr7*KAwmYRAuyqKCn)yit>K$zDglGsJigzJ0>?N(-Eix$d` zT#bq}tES*I%NRw_ELfjYfh`eZXVgUI zEthv(3#!Z9M18;?%rE~8H+{wbbR{TD1x2y|YGR-Eb*dz@LSL~%QY=m?2nJV?COco7 z9~E!uCg=;tbf#NK7Q(HXX5eQArOT@MnkW%#(uDc2uQmck9}vvm^0)erM&?VlZQ4m$ zXybV#(J0crN}lCPyf{0;I_CTxkCm`m=IN&DUd3PuC%9X3XDl=Qd0+s&Ln=8!k2zo+m8 z*<~A=_tN_Y{{K;a+5RfO@$0s8pOJ&7*rV~&r;Df)-juo%$by>{1$F$s5`j|pDuju& zxSrXZjoyhh#)o5Vf!VrYkRgA8Bk&6q8n-18EfEbT_Y{bkii|NE>Uw*A{$M~zhlXnn zC%V>PkH-Ufj#GkT&UoaG4fsjW7kx@DNR!t+La|#b;biu-#1$5RGL=biuO#qMU0rm?<6?l!E>w>>FHbvSk2>t*ekG4UfjB#0iBnkE$H*roK4(l} zcpxP=MJ)d-$&0<^orB9Tj53Kkgs@kBLw8Kvy5@V(F~IvI|b_EPcK zA8)(#@hHW7WG64UvY_&xWXP?8_cdQDpMyJ>5PV>jMefS<1f z%en#ptX0-IQCt-K3Z>ZfTt)rdxggOQClRD$J+X?xbB>xp*9tGiG-h4uh=Wt`Nwj2g zT!OoSNY#6TnXt$X^APA18q~xN-Dbd1czY6!g@DzPP zhjkpNy8I3oqTgYk;%{Mtvbmun;LpZJ!O_me!sNZDk+=QVRTV?W_kKwkU=1(^0!(Bq zoPYpZfa9NznHbGv1ty3byov3EB_GV{&w8w6ZrE5OVMq?zBf@B3I$PNksLAC5aOHc` zhV}Imkg9VHPDIWy+UWL*xsNX11ovZlqCQsw!XPc|3Cvz41FaCbl64@|g6?~SaQ7?J zdM_HaPXkKy2K34$!Umb>0vZqImZd(q#IxvWpe;c#*_kjuQ<$`@w*;8An)L2|xE~W! zV-}6MbWlCHxmNlW{F5mSfBQJw*UmPtGjZ1QXV9XwW=BEiM9`2{UBKYR zlIpcDs~_On-H2z12zVVYp;FxxH?5PwVA3$@S?o+V?>pQ#)0=K~@0%__>NFHldixj= zU@#2HRF5R?j8K(()6Roog$1<)#RQWCT{tSmcqekOWQw(_HC6Lx*48V(>l)i_EH#zk zt+A=mRH-_JuURC~c4m{#=k05pqxPxfIce1OBabhZWfMg*%-$hMdAzLm~lGUe7S!NVommv#(^;lIV0DAu|`1i%@A#h$o6yn z6Js8Kpy&o@n(>pFggy$d*nAU3%rxmXc*2%A1bFr^rG3bK@(`Ytp|_r4)K(GJrx3+8 zl5?gyPogO0V#b+ZpC#AV9&xRnJ!28CPtFjcy@EVCUC_iY{!+@UMDB*6+Dk4=C<13G zp+<_mciUBjC&Agd6~%}>^b5s_p=%TgOxsozy97HMh8Ld0P|b2T5Z{SKKhq+93Z8W9h1H<2Q5EqfK&%t~CN&o+;dt86jJ!M_HIYx9oSJ`y7pvq4*%$@8S z*fz0Ak}^Vb$f#-IDvC>eVuWr^Xywir8PpCu5Ay9q{-1d-!5BY zz5l!%UQ};_Waa7x2SO2yF5TJ_YSR<6y6uq=sf>z^PFsiMdY8;a|_I378_E|+4HMb3L#ki~Tl zC*V(g9!ewe+j4D4T2>^v)?uz&A`Ap?Y>7LOtB^_S2#=IvGkgo@HO?57FS1|i$Vk0r z^dc2-EmBJFTYv(Sg~4-54FV`0xf<)OkS7!ZP;s5eU^XPVM@SyEmNTpLS~l<_N(~C~ z^T{R>2|5!^69(yByqYzBDh{9#%DQ=}MF9L2zNHzG+%obKL;_57>Y>}5T+lwgCD&z* zM(v%UEgZ^1L|_vqq%}hFqKGn21qSlbHw}J7TG~;fyBSgc+>o};seXytM8hjq?NC2u z9O3q(cvJ8Pp~jO|#ns~&ZFiV`rt#+BxKskQ+UUXY6&vfE{)%e9k8u4XryrNLdPyMN@` z=DyyM-S-?D@$NHvzt6S*Zgu}?c>j;@6}7h!tuReDFc9iUKMdPbTu@x z21x!v*O?j`|C^_aW|9W~qk#3hVNF3lA&EdVIKV}qtEC~sLt}#0X0Ama20OVfuS>tC z2Mcr)lAo7a(4uGTOmw&3KWuF1>w)SRFbok5(Qgw;wA&ijo9?(zM2JCC7B^YfH#Mjw zn%%1;3m#uouPo6|ox=>QHFhRgtPez2W#Fxv4b>{I;=ZVQkw&5UcJ5&uVxtnU@8>#C zK9#7EHdHy2E55AQ^OklbIJ}~{ndUu+)1&onZzgSzV_)rt2!H*&bWx+ySES?`0T@LU zd)pfW5kgv5$gT! z^as`HBxqu2{|Cz{Z2n%#{wQq1hQ{W9S+G#q$_`Z!oe#Wz%y_K)11yb}=)Pi`cS+@} zWkNwnkohdT7aKTFFKbQ2n9z@l%VcvU*=K|2vl!+LO}Mb6H0-W%zC*|JOrFEKO<%7^ zSOYluzAw9t*^f2ogZOLT72t_O;zkS5X+9NLlu*@`Nhsuc5?AynnCtcxh0ujOzQ(#8 z+A^BptufT+|HN!WIuoWCHIq!)x-E6xH@O>X4{O_ zQi`F&U^o1>u;*U=K&Q%_3H?tko&)15W1M?7-svmkRkF5z06q+vGcCzTjaO{x>C1Nq!_`9m78uhx6zKWG(4%^!%j6dc+`S@sYeCIwb z#CbK(QLP?N2}gpoX%pD0a!~lHa-l4)kuvN3;zE|8T-QEX^TcprIQ;fPQZbj!FGo1_ z@li$&O^WJUheVMFlQ#j2UICN2vnIDw|3)7Y;Q-eDl)=8#>^;n@9dw3a^zd_#xkvy3 zOeV1m88fj*%QXrd8s^LAO0Q-iGXmUo3=zNJuLg#Dnh+R8#-Vfu*`f}KtjGH5ySTO> z1X?|^xZ|PPdf8xA$}*_ohJoA%M=YB?#wNaCe|OE|uNtAJ@2+_R2?E0OTi5&pgeutC zJKL*U*qYe6lCk^+s#I*`=M>O=&ehb|huoZdA@evBqmrXs*A0Y3CWb-caU>oVDmiv{ z%+sq@cdD7L2)~+>`CR4`J}VA7je!Vqq&8Z3p10g*9C9)6{ppOLcs@Wwb`ZiiP#IE; z&)7~h2dcCs8b+5~p?SE{Ofvgy!cDTdl;vz=%r=yo`jYHHdIxgM3}us6b7h*pdZ#DE zLdMmCi8E;X&P5(9>S|Xt#A`SEtpg$ z(0?DBH^9hL8-Bao!pAJL*rOd`$&y5x-V-)j&7-YSQx?uwFacqrbeXKWUb>joE_KFd zZi%UMT(RkBbWerwX>GHGR%B55b16oyoy;>N*bZfUt2 zYQJ(p;8BRc7Z7H_3M0BNv{^Iyvx19?RuW%KL|H~h)^|__ii|Q1tJtoV&J*bq>A9Tw zR4c!WJ#F$t5&IY$)A-a<&^)yuL0*{f9(Dq<8kEA+%WL=15m0AlL>{^X_CLB&vrW}( zfL>lqBJM!J$1W81@ZlEl2jn{4N@z7 zxMwgQy+I@6v+o0-^sl85#GRlJaJY9lI-`$;d7dzD$tKG_SlFsi)MtQbo~_`z#;6!TddP#tlDtC%xmV%J=@{|C!q7{4;1W zRrQteRMFpbZ4J`*F~JHK)X?98*kO8=WTY|5lwjFV!P2m;zJ~&wq#I@LO4wzuV$4RXPR)8z|7po8*;?e`u>^v{-PA!u*g5!>cW z^_l7AE*-i_nkopJv13)HkoPy4t%e*nakTDovLC9NT4?&p%COzk4X}qG#A=A_VIshi zYpu7!yFG_t+G8;MdDT9^YOvJMUxMuyAv=RGLoMaFiI%%%X2q&bWmYaKF9HB^Y)iEU0!U zGN^sWL=cC-oUjOxVVe}y%-?7pjlgt-g5@uUqj%O^WjT-QAUbsZ`bf`lKs;=2mPwlG z&0Mh1Xz>bJ=AxibUbds>S||_ITRN}o$m?^2Dx6WLWiHG9!bPw{Q222%KzR zzhtBkVIRXzVPmKOO1{9BStsb~2VXzE&h-HqLAE zIa?Ck-P6O4A;+?`!EGU`FjnT{=^ zXA-7jQol(e(M@dKtZum5jJ!m_dLLn6U*{ZFas8}@(6im&;~TZ@qyqgtzBS&b>k_}M zjQ`;u{xh4FcX>y=)^@Ick`aFlgvglwjQs{R?Y~$Es)Wi)KXY`9dP|0cgVe{|T4wBRtC)mrif@rfX>Jin{FXa0%vsCybe6)_xaq)y@l>bIn@konm;0e9 z27SQcUtgi4a{e^*fGJBFSVv5zL!Vxf_&wr&{#6ZV-w zE+VC4xlpsw=GNG^gVG+V^tjTI|8Plb?26frNQ z>?E>&Jw%tXcWY0k=b%_HYhXm3iOK@}kkaXA95q#AkUpSqjn`^C87rC59hr`;+P3gbJZBGT z49R4b!O7XmH%W)CKP1Xz$4a6$eozWk<(mVy#7g^hIoyjrPuBi`4|qk(jN7c#buCXJ zjKOVQ3g!{+r5k&i6gDq(ZB+PT;BV-*d|UP_*>*USu_>&f^fdwHteW3~Cw`#@Pup?HD(nLgtMaeookqQ1WKlOO_=51te+2+b=2gA!wRsKLQ2U za|BiE!!Jn!V*KSD5Ja#}Aas6#@d*wx(MEA9uRZ4t!5Lp~_RI}F-~O zMJ`U7h|D*XMIC|24G`$wk9Rhj841SNNO|aiRJ9;KNl8w(Ib>%QMO9XN{eD_Q8PR?= z;aq_5zy^t8f4uV+mOqk3YwGe}HQ*@;FXW?aWccz!`s2Lbk8Z-3cn9bqZz;))%TI(u zl4s=9fdp~iR0N_**nPlnf7tV{$!|hy%EbDF9B7(%{X^RF6LF9V?!Bt&p@4vJ{XX*k z-Hi&plYC~5fAph&cA|e_Q}ti2%Bq;Ja%s1X+nCn5m4ywWC9DMrM3n)464Yut^(FNQ zpo2Z>dyO4m_Xa)fw94`xe7Xpa#vf9y6bV^q=u0b78%%x5ttK}2lBY^8X@xdwbk``!F40m%rqP)^OAZWLv8b8r;v3{QNuPCeBH4 zU&y@K{1N=w#mrzmiZ<)&ab_z>jgMLSv;QQL6gHc^Hxn~q*!8^a72Rq z;&4(^9uIbJISjXPeA1g<+W;u@IhmM(z*&R{X=VY?s(|~ zx;G7fUqyI+(h^?l^&9vZkXmk?j?cIKGMJ)hdPZ6!9ZlzdB1CT|Tq` zN0oW@t4-PB)A))25qgijf~v`!+9jouD=1;HlCXf)2EL$MlGuLz%OnRc$=nt6Bd?Qi zD{Y3Dh3b>BqPPg}eQW!8&77G9aJb|1@ai|!a3JG$sb8xaAF*_7cQgopvae#a5{-i6 zJO=C7!kD@1K-{O2$xqZn(iRSMXJr!716YE!x3@A{ddWJeW^Aq!-^P?3j0~4Oy)l#4 zsm*pl^*e15Jum|{HX(hYF|*%?S{IMOl)j%Gbt*CP?p1rYXoLiIc#hzLX1bAJqHrJR za{2q&G=J*W#msVq&>?@BJK`KEFVRPP10~t;hRJZ}n0T!+5OktpFGdXX}ikq|>V!1@ssO}y7*5nDjFShYQYR;DYtsw-bY(v6Jl{5n1Kc#JeTL6Q1SV)5i|JLNk7O+()S!;vn#f`1*|K*EqOEZb-l2Rg>XWcje$m-7ZL6 zbt=B;Ve9U_wh~f@zvWy#AepxYIn(9_Ssn0ug@I)XOLLXoG3%cP29PEM=CcY&Jvv7! zJ;dXPs3UW2Srl@sBXNblHA!JRKxH&|N{IInrfm=;~H#tm4u>=%frum2$6Hl~68 ze&L$>1is%Vm9Kpvx`>OuPA%l^mnS{LD?4+HzW%^Gvo5Ve8-5NgMkCh5PsN?@2+U_K z$aWz(7v6)gTie!KX>{+`g}X+*zGSvd5haaUS%&}^^1xKXvx>LG7oTyIN?}k9Lmj(t z@vFN$=)jQ9E6TsrDj|04)UK`a#b9e|^aFXM+j%VydDBE?b!xm&cJX@dto7zU5i^=LJDr{_DeG>w_D5K~2w!m5qSO6mPmtE+2Qiyx!bk zfsDC*6oz-AQCU-9ibyAwC~XdQ|IlPyFIPSttN2ybUc3jauf}@m$GmRHV;r?*mepcp zN-BtZ$LM8SCm~2>8M@esFNbirbN(Lvw(K~Va%ns& zCQEtyV-(2Bk5K-ePeXX2<=;c&-mhL~Zr zSe1=>ayzx=#agicSo%z!LovCESR>n=fWam`fjDMYAWf*F<&D_pJrc>e!Ln z)W*|`f$f%0C#u|6Oi$>H8Bo$>0hJPjVZ^P2$ds&t-!QbGzNC#11OoUCkGwUU{09xo zKsQJv^D!q?b^0L!;<>^~`2!=&hZ&O}p%+BSaDMEpslzANZ6XT<#35WtV3C44kdetL z!CgkL#Mr|S4j(vBG0%{mM39yIWUl%;&RQwf?PH+Uqq>sHD8=PV)xKu`$G+FkT4;A=o#DSG>n7XLu zrUAHjKzF?ga?P$uH2XBQfU9j~%?CIw?GNc^@$XrSFgjii@f(KI8E%nNPK~BXXWKj> z&ZgK)>_^e$4pXBT8@DhIR&h)FyOP&a=UN3Sl=laFm>2+^JH0FV5=@F zCgn$doU;3_)V%$v&D13E`YgPjmi{#k3HtCq`Lksr9Xw5HyIgARZuy-apU zuHP(VRjkJu)~9lC9LPU~ftxe^odCmgs?PNu9j6}UY*=^7dilifBn}bNwsC!56U9~B39yqu+8S<+Q$3zc4`w{Gr5S8- zQh~Nia>65@d+``w(RO#3;OD~_|Md=rI(3uJo}4eUu79a~AtmDmkBH3NZc1KpB_Y}a zyz%X8)QxcH)JXQxHAC#ZXtIDL>D|{ss!By^iyxn^8>gXsXm(Q{PeYMYJK0HmAvuc7 z+lM_J!2=x;`szLdr#3@h zedz>Ami*boWDhT^tG=LJ~FIahmq1IOWxMC(9(tIdoloBtVm7VjS z_Hwg`IqEMjibK2vj`jl?O{62_oZO9VFnvSa@UYxEmj|lZ&b^KP*0o1I^=Va$6ZT3B3R!(vpl|m{=IMp9J82V zy%$Z}_w66QCx!k?&n@T-wEJURY7GDaQ~++kKZbcq0MkFTJ$8R-dJ2a4Buh9X!B?Y)_S7J2(?4ETnZa3i@q?lyF-$V|Hya*UdZRKJ_aXCQ-gdh945) z(vZ2GflopEBZCn`2th-jf(1eBk9%Y;u_mC?{>Zq>U@`0DN^TH%xLLmk<^3Qnj28{Z zyZFV{9}Tw`+foQCge`Kbpu1G;w(O!9Z)P#*&_PVI;QOeiKNc>EjS!?6gxL4ll zdOahB*d$zLR2Py>wnJ(b$)i;=48xM;CKDLseLt0YT9TZv^;Yy~J+Z965lxhjCLw7x z?&F(54?sc_^X}{ow{saUJ65zaif18g3X<)nh&jyK)7|lDnB1O~^x!$w0lq2t^Ej_3 zL}cwRiQxQ%RSU~?Eji;No$NJI^mxUmq;t2)b0i-EOwTpat;gmm(nvB3q%xgloNBa~ zl(sh?HS0MZ+h3<8rYGw$e?nNKEqQ4pJV`*@%(#QUIVq_<5?0Qkwt}x+D!cFA_wZ4o zp;)!F)o?8*uQOQsMl7D-7~&s=&z&!aA^m-=7AJgQMb6oBR>?x=5v8IF&{V!G?2adb?+yh;xoAE_QNoHhq(;#X5ac^?@{@b-3mpl1Q9 zac~yy1<@u(Yy`0uHjwG!EABg-;*LJ7VbE~lLmp6>oF+sfqH(cF;Jc5*p<{=<`G&F7 ze|?m+z(i0#pm82+dsVAmsyzeou@_TVB2IVlPbwEI&KUA^` zAebP$O%%eO*6V|LuWKE#yh?Kpyw4**~33cuBO|3odWq)&9^_9=|lF%Xk%}@K8@{Gbal#20%?0(Auc4F(q+Qr$$%2{l?7wt>D z%(QUDy@dgo=l2>U7R%;}kapaoxu};!w_Ubgq}Vf++Ky0ma#Zy1jTqMHdC-yc@wquF zjmDn#b3bSR&t}lCaO<}m^*8!6J-+wv^hHtMq12Pb8GQ5n8AukHe)v}Jm?VFN}?iK#LP1+!F1&M@C}=&bS8;j=QI4uKa`b2 zkyBHr?+TTwcX+4#TVC*=vuZIrM^{5f6AN3je@iLJR2(hdr527dcD81Ju=al;ze*Kt ztA9xZot917Y>X=~PU%j{Mj+QALl%fZjOVeGs*YQ*+?^vg-+dOLrC|&gs5(T`H zT*eIzC8WW*&t0jEA-rPhb0Bl*m9Qa7DZ{Z^Wrt(lr7_>dhp@7 z;-v9}WjW$YVj!8M!H}~C{?duvAh==0pzd4nE0>^ThMo0dmIPvcka>FXfvu}-YDYY6)aynzDTBo9=pfOhm~gIamjwVA9sAw8T9l+AL;Bt#euKi9n8LR zyK%~=O+$5`=RrlD?VKQh4h?6PqUngrZQGE6??sMtoFdSmA}XLZe5{!{efI?39YMN) zgQ_c<$A0v{PG!iQyMT@ec>8w)3= ze>>Hm-9uD#4`R<}OJ?L-M_Kyh|7JA}-!@DgY-fhD6 zTbuk(6R^MNg2c!k%ice%QCd60Y7oumacPNloO?(DOCXXfUqd0>N<2P#KG>;^#P5eh zZhLt$fOGKnXz)P4_{QQVzehcbjzj#bHuICajTS|_Z*q^uavjifD2u%2m-+4co`p}; z+NV+T+K63^QdeRMS~O;|gBC>QKEO~H)vTl z@UZGY_C8bFFh$K`t(hTX#iGI+Q@TZQMJEpso|Iy*|6?A(;^H{4^#1>a-tF-FU8?^D z`s8gDodJ&Sf8f2py9dvm-6B6EB&0DUzYC93w)z000%=P$F#w`8*3&&O2=fn{NtCH@alA83G4HvW?zg`4Up8Z6{40V~Y^?sE zm|VTJ=Z-9kmG5^BFq<0ZiUxXvCj8NZBTx8MXdZsBx753uN=n-DJZlEzJ@gQ6#h_-V zPhc3*A&_z1@3~JpW&MiV^!0fKyZji%J6i*9a@pUF=;E|AmYX4*NL&ud+;{@tW<%hn zNX5rPfDmd}aCYVIP2AC`;39rGj1Meq<}8RL#gT9xSD>CsRyt-b(9WgAPFi6`z7RX) zL+Lo=%T7_^0k&-J$IkD5Vy={B^6LQxd={b09;ziOVpbO|SES4iX0%V>w0oR=>7UL> z=?M4Tzsf~bG`f0PO%Zbu;-Xw}br~i_p$fUvJl@lwWTxFD>aXF1H!d~7W@HRC6!d_Q z!&ZB}c)7XMe@kZx$5)M!WZsN@@hevpnSuJIHMgzY#=^Z#8bL2hQR6Z=l##ON ze;R+6^QKlJc(i{xFM=3Bas4i3giJTIoBUu%WvRG&D7eZ0BNIk_|FgACtMe(a&d&zt zlOT_O(Sz7R+7P60S;Z>7{UU~gHJjf2NY5BoQ|)d&B|cC^WX@6Jakz%N1KfJ1Wo(*# zG5{mOQ+geK^8T;&CuHGh6=a$4mC zH3b#Ya?&#W9(JWOC?&#rF`601dJj{);BmRUIWhsQA4=l+ZOzH%=^8yR{SjeMZW52U zl}1swi`Do?4+ugrsLAQ*4T(8JOGU0}uk@c|&ruyLbo4Y;YO*KZ{=sotLqx@mzk43v zd(?{k)&u{Oz5ca-K>lCb%q4*U8)0h;W2^sL^y;}lBEE-!8070S@8*2F(p22M&SA#* zp0yYxH9~fOdqUpxIQmQ7_`IWcN_~SVIw`oiy^n>WW0|(891Uq;jj^L7g@`Y$d+ILQf+~u%P??4|Vn6_;cs%ZQlyLXweYDkbFP{60XKwlu=+y3r5B>SPq{jZCrny z-p6EvB*h+!K~Oi)0*NDwPwGo{Q=`d4e74UQnw^vyr}W&FRxrVNjIh`5X{l+R6`FUN z$D8QJl8Vq9_fIs4t1~^myO1%QbGan)TxSrceWN`$87uljy})m$B|3yDnoseN>L4*@ z<#U!Pr++uj2*hw}IrDLJj}17)_HfhXKFBJ$VUBHe?~tO6pEbZP;cg$KYfx4Sy`c;?vVe=8mn|um~t}-y z*E~Q~JC0|@L`?^}w;3cM$%<2PDTJ6vDn!q;yW4s?P65YZ!;Vei7t6~WqqJ5y(GtF~ zHo}!fU9{|%X36Ng6sXmJ-MtRZ6mEq}#RRQ=cp2;+fg zv2ka#COg;2BBYHSd*oRjLzS)QAFv23!p@B#b)NG!@RalKLMiJKe!Ir(N?~IOH(XO5 zGePI({%#>Ao@RI_XK}1ytkJcs$_HIEcR9S0SVmplT+K4x@K|%YWRPN+Kf&7V5@D$E zkiCZ^rbW4W(kl-ifBXH*bTJuN5w4t-I?>(iB(m@(o31b1`e(S!9xHBxFTk7>8HBV2 zlsL!fBdGV?hrJ(`)VW=@_$$}zg{4XI3NQWk!a{JwQ0@)62N~s%ojrnvOe$;QL0uyD z5HWaDTR#t}o{;pWZ7Yl8s>xbH$TNz<52PV#T!5*Kn~^JT=6HwxOvX`8wUF-D5vy)= z48yZ>H13arT1)k7BTOKW9UP)ZmTJr^Dt%?UH9t-EK(R-s;aLjB*E+vWzES23a|RF ze`x91Um)@7-}4RFd*0#xZQl8>$|r9tY;ETR_fR5lar!``skR9p0mrAlFyI8J4%;A z?~xGQ;U`6IX*9R2PZ!H*PpX0AiCn{Xul*L1*w4xsD9~&wIbtdPVh@()opwQF_5q`$ z$l_OUe@E5ydJ`-)?>4x5KN){(i+|*lzrbTuB;UIQ-ggQ-U_}LhG8h;VW6~QL(&ZTt zV+OpW!8-^qC7w~Vqz6M?D(r+OX0nWXdNF!UExv#ngbDf)eU^ZhFQPTtD9wP$cRov) zfm+ztbl{sZA&2R!jCL|kltVhJqJWvE950ZA%||sHTb)3cQ~9J=P6nX#A&>t68q}j_ zMgNX6lIVz^N<`_MX`+)Ojm1-5ts)0E7Q0>3e6~x28!s@q`8{8S-h>ImTmONdvm(nZ z|CqArzH3>2->?2pI|2XqH5Ut@yRf<4yL&jw+L-{X73|*2lKY=XsZw?QT}+1jW}|&^ zq?nUOMWb&dN=3MMO^g~D=AV)?z-|#3W;eDTLQl}NcV2S6qrVps26@*bPWYT3`Axj1 zAAN$Y{p@UV$j;Qo)Xeww=_h_S>H;lxb8=y!K~KLooU+?=gvEFYRay!g)0BaTEDoj= zyi4#e+nfTcQ1Q@EnlEPyWiM*2o+NdrvIJj><;W8C;Z&qsNi-oBF^@r)*5cLPr>Vq8H+3uEdl}6(Ck2_P!@j zW*UdAC0#@q^z9l_4dcQlGY8%RicF!AC_uN(-R+Pj#@kW-2UBA>fOi_?XxY zn0Ozs?XRgA_SY=1aVAO(+Qau@aTy(zi?6wVn?TwvXE$W=>ygx&3&PTkPA9snDoAGj zUzD9guxLS)WuI-^wr$(CZQHhO+qP|+|JlZW=wDr3gRVhW^eAUHA|n##p1t-?Va`V0 zU{!VTK;k^fUBY497PME-=(B}r9XL%5FLfrxIYY#0GBqcU2-UC~X z_qR~wOpg(TtEQ;XOZ{)PL_$?Lkd((!BJM+5rjl}3!BgZ-MaYih2nL#(l!}C6Rem+A z`v92Bq2is;zvLBfk!K=9W$)$wRvGB&5aSFbT$7l2?%yt4FoCOd+hE8nZ?aw!yapdV zw|<|KE{h=CND#t(nl#kTDHrF?^0u3u5ct*d3VOIKvEf ziahPc-fT(Wp!{2Iy^=t-7AWTO16<&KP_{Y3*dUgp3t(fCRm=U@+Hyt-=Oj!dnM0~a zJA_d_@VfgrXfgl5Vr31crvCp{Q_#a5>(%_*0mlDo3a0<}{{JtMOWDEF?w{55zi7!^ z)m^#&Xvmb&?6%nz1_V@4NUgSg(L_K2WhD?nN-~Zi$@DO2b|G_Vxv_OCPld`KF?$q7 zRy+)W-xo%hr@=-b*;qE6&E#Xup8Ek`6<75w6#P(Dk%o~}MK|;dGi(Azi`7QUQ;^5pL+1j-`+Ezy*VHaS zqs#MogchurMrVFr3lYz6e{1(-u)JxPP})yqEoVFp8L~GnCTu?u>?aP#7wX z(aI1HYUNLU!tjt`*m=YAL{52$EQhm_-y8#to(meL^j85{<>PjiYrj;ek27;W>zM-1 zG`)3CojiF{rO2?J0yW~M>`1jPZEgKm5R|7y|B>NRF(ZDX7!sE%hmqxz;CN*snQk9O zR;{<#+GQ`{`)#URRHJqp4K>SwC{S2i3K`shlrp$P3R!>QRr8opfJqWhps)@ZrwCgt-UtIi zZJj}g4UD=YtyzntwTSx#G*Z6YG6UM8hBzD}?67Oh*ug9YkC4GD?wGoZzrd?UG7Fy= zro|9mE~GTkv8^EcT4efP;BGa93z0RXiBYn}WLci(?o`~T-?*M{^_SzYBnGfiU8?4cpSG-wLM zAR(y)9IOCL%mBe44UhzIgcdeSiZMYmC!>kd(yncFvA2z0Rl5mlYXMCGk*;2AGq|y` zwQXI~YOQry)T+&=_W5<*pSH=Qx%YiP?(5F+Zu6e&Jlh!@kMn&KB+@ES&or=p-kMnRXphq`o?78=X+JmHWG<6Q!dq6a=}oWF3MS|*?6hd4}6qet0flhz4% z0cv8{e7{878$bXxB_!cxc%e($8}VGU6fJ45;H6#Cu9{`LWRpHduTi)5fhE{EEQtQt z3gnerqf6iWChZ&?e0u;tu>)S(xj4xF5Z<&Gf1G&3F8yR^83flC%1>0yUHYb&`8R_F zADt#Yp*KI}RGI0k<(ZFo)?9Q!yR===D?j=4X~{=0OLu99tXe;1?xRbcMm4v;_(?DKjq#*i zOvupQ!rDQWf(OHlX=kv2eu?QIQp{JeOi0si)TwzLIqribrkxOt%^%-84(4S#3!S zU>r`s>AozoVhm_i*C<;cV?l!vob|uGjedlLJg)Cv0!CUm&iW(Bw{LGE*d~D6PH2CF ze>RZHqOurQIo)xSYf1mS44$fg2KT832g>$Iq?<1X$j{KN9Aj#nMZTNb$Zi>Z`*}!w zLqdS)J?AAB*WzSjwjYrdbZ}bRG`tTP%=)pFr4zX0fLa{Hkt1=(2pQr2g1$%j%z zY2QUktYSUdvR?Vi&02;%YgfY%8A=_-%ii6}E+?<2B)ml2I>cg|`mZBAeO7UU2Q&B& zoWa}Qi~X+kk0U*R_$<0PFsiY`Wge9tWJ;cXyk>OiBKN&W1S@jQr=?QwNhHvqf$kE zi_35VqQIXuS&>CtP96_Yo)&qDyQPH()$nT?_RnN^X|J~Q93fAqDxHh=AX9cMA*)U!+>kt>|9z$FiSY%0 zh~dqYI5=K{;z{y+<~ESZh=Sk6PvR^*RlKw@8^^T8_Gu)0EI?rA@%aEMMr}SDyyIul z(KiRi<`xnleu`iGd=9;fI2e@4f?JYoNqH5q1RB(GIFitnye*${o0z=i`*+gk-$zP0 zfyWv;%m=2radW9cXrH7zoXV2H>KEmL`{cS|yCV5a7SzwH!FGlJy84YA z;7@Mxve3)|S|%)VFjFa^#b16I2gfhaN(93ArT81&8-FPW^NHt+`?(>lVkSJ!!+ZkW z7-@0nd6n}FbrGqiwc+(>LipJ&*glH}`vYper+-l&qJ+NJ!~Vodycrt0OKg18F0lpY z|Jld<@(y@Vc0tigClno}O|Mf3sZLus2yiD0I-ZG`KhCvm+(uyqoC$bu87%z*R{Ku@HbuY#esZD0`5L8)ohdC^))7y;=HSafBPhB9A2uabgV$F&d^;fqJopQl=~} z`h3#x!_X9XQ#hC*Rp~g1H7VSvcdt>CilJ3G@tRP`*;*OK21{NqTb?`dG6qX6)0(`_ zy}U9rks*g4YFbDcw$q1{jWkCSbdeQp`S5$fE3!V7#KI;QI>urf^9l9#k#Rz^{Dn+M zkXbcGucUk=uI^7_auTo1OkNy8gnVY&r51PTQB*?)xw^3q?)0RHR$+}QX(guw3RIN| z!|I~)j~@%3{lZX-P`*Q|_#oTBMrBC$vQyHR&(N_@o;il6a@l)F97F^nf01#l#7>=( zPTuEz6to4=i1Jq5?sTn1 z!aRgHQfN8+68sHl_tMoCFZX_-!qF&N-}EwU_f}PhiblpA$*AXg^^;fO70!-_tAKVM z$k(1C;XS(A+#_C7N)a+Mt$-gaHG7tR>0oyBSJ6y)`=iv3>^o46!wCRgx1IgTM=(!d z)?+WaiW*bpVl4Jq=I|*jndfCG(SzJc{$a=Diegr6ly>>^FXuYGk7jt_kf5*sQP)ekkYs4Oll$C50v_Bn&oQ1 z<_Eq>T9c8-ZXP4$^PGMBD2bkp92$UG%rIG-qyv5WS)BV_SbKTxTF;MlFJ36Q>!oOv z#cn4u{obd-X(jAB<*lGMB>}E}N=k+}V9Qt1TF%E3DRoRaODXAvbJd<06aw1r4I->I z&^%kRdeOf{ZtTCnbBU-#y)uldY{|ly{wJ-?qMxTD@~$?aTR8W&MWKQD$yn)AYDj@f4wY0)KtKk}3VD;pwOYx_^F%Mp5*($MX-^asEJ0AS>Z-9gqA1TXv z2RYB62V0g37dbx<${6sfL|&H7%rQwzbW+lk3IjoG8FB5Tfi)aGSi;<#jEEGu5U zx~79>SUI`sXSD7Xm`^XG=NcQl*KG;%3Q6+Zxr5BfafyXwr12>YIA`?BQmyusII$wTdX z^pWn1Vn{W;mF0_QWL1462_bWk68;5qMey_WrfbDk+6kVHN0 z@!^zadE580&qVz)aEfrC7VzFmG7R77KH7e!;y2s`^H7`m(3;#PNk6+e;HK{qb(myc z+(Xv)TLlR7tOCanPc)&68{qLQq27I=-Xt5SJw+^b;^na72CTKVgC|2$rBIasBSD+W^ zYwK}}#(X(av>grLi8UtPC~?+?pP65LqkandG^YRrkZgysoMc%ZN62Osjs7yALY=obaKprrf@#n0;t z-jLkzKwHxRTv2ZLFYuq4e*VJu%GEc<>YX8Z1C%#yE|kutyE6}=r>;=z$k#Tg8Rnz!RvRXa$N{|MYtIBL*)3N_9AiR z`vG8dXPiV>7Mo|Xd8Pg5P-ZE87yeA#A&TlQEFVA618@A7jEV#9VP3 zn2SaHZb_yO;AtGt48L`*B-7bG`IRoWa(Q0u^7$#+^>ftwp4?}TM0Rv8K1-L-!nRS<~Co{!5}f3jRq3!Ve0QCpzjwC2OoXbqfYLvJ?by zL@euY;QE-uAbABqh0ssWG>Ixf9#_VN9re1rIn-d6A-9=6c28%a8nl)xYwkrQ5?B`G zw#tL2vWWbgy}($J4sEJGRMRrbDccqQ&-xH))>OE~A_A=(v>Fe-P;O!f4}Tm_zF#?A z?fx_@;iZ?rq?b?H4@+IntoM;q zUO&0DJl3vhK{t+5T|kcAgy$iM6CZnG4lSiqTiJ9c*7KUcTr`0>_@C>nmK^^)fw{Jj zoN2LXPtJ2aK+bN$GqH(IOCZkt`00!GKQ#D-YH5w@6&;Q-x?jV?o;`m4c*A z^ExOhQ(D*VuE8mSW?wmc)Z&!65pJO>4AZ1K*Mp6#0~F_`$gc-i zXHSUc7kK#+Lt^+vvO`I}nWlkN z6~eEU6_b`#)@X+AsoE2T%!^Xh=m(7)lEax6uMFbPD=C~JfhA0=8u+vCXdR28qqYMw z#}V@fG+%3EEKWDYcAGfrQYJ?%uuFnZmh=mAq0=>{_?P^9Itgwi$Kb})YqZF%I~9kn zidLL$+f<6J{)?cNR?nS$c95_}UrC#?@zLl@G-(w40*OZ7D}io!+YoDCrVALe(tH6-@^2|SjaD`ddrqDgZ*JdqPX^Bg zcrW@`JG_`XzRsb*5}`~yG-vKl_?`?DQ_@18sQvgAlyX}oS+9?Bk*v|r@JezAos$aP zgFq67a`MQ6WH!*WFF5qw*j+a@jbaWGPft>BreF=q;c`0NcyP)r{9q(rnUWugB%HYp zT)FG7rWLhpKg52t{sZLDf`&bkAw?5??!6%bAJ9;I(7mxSg51t!6vK49QCfmEt(It| z$tSXjjQ9twhA&d%vX)A+`{Wb;~-hfFW6VZ-oPKkd|>B^Sb358&{Lb z*u}jUYQpkf#@USX>7FbF9=cEmhcC!*5%6yYXb0=Pv?%dflGg56)fp# zg(I7h%^T9_!k=zLZ~`XtBwU73yVQmBt2BOy zM-@@k`9+thqp~hX^9(n2I@9tCl|3-r2w-MQyr!}$J0~5J@cQ1%tgz{roM~3r%BaAm zeV9r6>}4ayT9$0`C@&Z|yMFytDNx^otEhOZ)W~c>Pi*>VfiY<&6ElZfGuf=Y%2++= zps3=|$Nh0yv%b1?Ts7ab>*KpPbz7}&p3@UoEt|{RM|b~_R`C*4p{FNVz9rfXi%4?K zuPE%PpkU_$H_^!^`x)J@|em)uzM!^Y;SK1jOx!?~Kk>F{Xb?pZuf0)^C7cWXyxE zFZ@AwGX4oUqd)TQl%4X;|G()gB*+y)s{izr(|?qe!2h4VBI0E4@Gr*6?tkNq{}nl3 zs%-loa-v@vHLsUmA*f(uQH1J6ppGYEOhIHNJtL(M(BO#ub~mgpj~%`HI@=HGZ$Q4R zLL~kd;19*I4W;4=Ms51_&dl}9)6DIR-^b?#bAV~h2}4LVnp4Ky;23N4NDSI~D}}Y= z@W{X502vjGCQD_q6H(+Rm=E#BD4$ixcGZ&Y0G?vklLv$Naiwiub20pQKp1S_<+SvQA460=Se0OK*B`A`B`{+(_2hlY&Nr)M zab7-a@m3>wp2RJTUrhJIfOgK+AC70B)CmWF@xUvBWeKK&S zLddMAif+`Xtf)(a%jiq;+4~>sRnaiY{ymytXLr@ZEWDREvW=i>6z7tK?R)~&0YskS zlG=pY-ZbX7ycti3z;|7Y#w5)sz{VhFlI^W>9LF61-*j|FP2mViEql&6#6ShEAjcS) z>=V|LYxbh?lM@=^uh5Eulj3t@=>3#5dQx}hZ7q)-#KJ39*WnlLXk+w+0S zh_W*kRS_gbn=(B1>s~MSRqorBrabIpKl^^WejiD8gu8p@ovioMX{)EbS*N+5=Yb(W z2FafLpgB)wl%HJQ&|hSh0nmKoL0+EK$W@k9c$dK7a%EEClT12?Cz>jg<#Rzgz6^NB z$3mYBWbQD|4~M+tBjR_7ATh)g>0t4HFx#2pHbzw(sRhoIKLwfd!dhGenl`f+NUm;h=M5i%`(1qBx@9D4pJrbY+ITEi?ob@wo?< z4-o2!iV8xS6uSNdI-*NaH2tY6OI?;%y27@SRkl=&hS;dnrG_9bb)_+?Ai3i9BuK81 zZL(@#meyLwfyXVejdf+`#-z0eEvg^YrG-Q=2HV zRi6ClodkLtQWdn$myjQ#V1IdAwC)#@UuCxbSbOKk$rn_rzT`$7k&Qa{hnrt4G~1)K z>Q(u4R?&6UoVmtS!7-4VM|WA@mt$Y{RB#H`AW&}eN)eJa<_^=bRVHe{Eu zXUN9D+da4CgzkzPJF0hNgEz!CpO6YJjXj3~Bii*jQ=7=FQ#9~GX$hakGnJU)pH z{HDO~y!^^D!wbLAXz>&d!Jhvdb;T$8(U>s^uiPl|%7c0koT4Kcs=U$z3aY&F0}Sf? z5>j~X#L-#A=6o`RUcr%Q(zrCsA5(Py(0-|Rz2YO+OON5v{Xh1cAKPEJL3^cb>kwY? zW<7UD`1kOVm_K4@@9vl1;E>0dSdWN;NUP&4@5t!CDgI)s^Of)9h|lzw??F|+Wu3og zfAk;gD?agyPOO9a3XilezvJE?dy%8@D{lJXeuyiFA_WGd7tms9-&k5d!6f4Zm0kzQ#h_JG=xAxRbky{8 z1!fmpI=zmXq^!h(pS9D`(5JI>)wy!IIRgblMMX(f)yj;=Z;%c^1nFJ^^B2{>pLux$w}KchKEbXQh&G9si-Bt%nVR>+1J6EPwrl@UKR0xnK$y)gPHG9V8OCV%1*(72PqzDz&KH~nPK-fn|f(b zL$QJhB~~L`4+&EAXUM{T6@N6fS6xAWNe3rlnf&Kl)VSTou@cN-?;FNQ7D0^6&j$TD&E>uF4yWYoI^!w{O3VMP?t%E}f#wD<|D{J;io zefhEI>vK@7sN6)Ky|C(VB47O}J01POB4Mg64^tkOIdWxnsvbgrUQH&7iEqb&yAKcU z8{6ng!xV8{3`#0OmWonWS4CG#uc@P|G#gMav~QS)0s&q;#xOZ~J@7^JWfwJ%(~El5 zB5`G}Az6hjM+h0f3)ww9I3nP-j^K#Jf z*|UKU*&1T~g{YJGfg!`C=BZ|H_qvW2HrzK`a?p2b)(@ZB0)}ZP{^bhztS#Kd2}u)W zqAtx*<_u{e#d<~UGpnTWSfZ$6s2r+`N>ybzg3nq5`lf54Nz(0pD}lD*;2fw$4ZEi6 zPKbB0N}DI%C=p?#pIbksk5=2rl4(? zNfIJ{Rg=UvOUY(fMx|qc%!^Ps;Pf|x)G@n7%CNW!{M&D*SvD!AkpJ_d&jBII#M$tv zL(z%U$=lf=xgU`;NoU_UVggs!jI`_N{!)Fvxt2ff%JcrEK7L*5*@c@`d~{QI{#Xr) zw+cUzEGfh7>Qh0j+P)0?C$Y0Q{)R_B?xxtej#kQ5TKz0)@`YE79ATJ7yfdjgX~IpE z#uoBLcbuU5VZa@U>3CvZz{{KWIX7`GFtf8aHu*6YYgmVI2ZgeOC@l&rR?x0!2Zj&_ z5!q#3n>)vaJ>^96#iTjfx!knRpr3|Q6zu`R>_#q-0U z0R`2!rNE>Wp2Y2ET(!Q5J4c+9OuC^DXwS=9QhLGO)BErH; zu8+PYr6sK}{{-83NqiIu=v4wMW(Oy!g@_AMT%@#`5nv7))Re}`fv+3;o_dHyHdwZ! zW+~b*kqSX%aTOVkm5okJb`ikN5(@D+-m`tmai>2pmik?VV?}*fRn-E5H!QA5tSap+ zh981szYw}+4qxasIhK`Jdw|r{z^W-nq>25OK(3Z-MI|MID5OLZZsC}gu|Sx-n6=-o zbyyVE7lzF^S2BX)dYX!FXC5I@7fQ*Puo*pT@fFK*s_WQ=lpW=)14}mTt3^d$o(|Rr zv@sv39ODEcQ?QZv?Nk%fH_b{(VRqjh9WAdBRym=!`Uuh)vD6W8kqVY+a75D4#?Yt6 zUoBzLB;nab05E^k5T*RB`7M(JH!&Jb;S%Yzf`sWiB=4+n!9@CwLG(nX71ZV#f*nfs z68f`*hLP)}g32isM(4yi1jbsdNBBS<-`lSjFv)H-OXr4j?#r1eBs{1Z!m`*We zyaS=3p}uN!Oc9uip{Sxvc2X9bdv-1sb_W4UEK7LNslvsq!gD0{*P+1f={`eS}IZX`{(Xe@7={EKfxvq7BKV(ib-vmQ&OilSUcY(ulx} z6H6i;lS<$VO6I`LxGR*tQ9r(H#Cq%SlxiT8 z-jkNeW>KI%v8IhWR6~nolEsyKl1Dhnst{a>k{W7A*hVJ+I1(Yc5^2{&j^2|7YxS??v+N8)@TLiSDp_9(V9-PG^!Xh>eLimN@i(9b|Y6? zaFZhjl1D4EG-}l>hQxO?su{c1=o!nZz!(Lywk3Zn8Ve&Ju>!3>BRl66+TxVyt}^0t z$;hrOw+kWz8a0P|ts!>3WLcodVkKv>2ShnrJPBgqE{QaAs3IHM7^XKu zj({~PqGq!+YUYHo?TCI)^n+MEA8R0&M>DfHmTeS8HM2OzaiC)o%`I>IB4%2)7*L^J zh%A0wG8WGZ=rCS^+Ic8F|Sspo= zVEv7f=odm(kE&)#3o`B)vc>97-z{#`)~qJ0Ba8GNag)^v9wV$Hb^8r0!0kZtMo>rM zp0s*x@?PlwmQUAi5l5MFNGp!K8hOd;5WHR*iEX*Jb4(`t5oy6Cu)-%m_RHZdjLeRV z)2`@9jZ&lfkr}lesSF&+-`qL*tBC4mZB#!X(>JTPxb~$P z;d7+NJILyY*I25H1U~YU^bYx}_%RfpZfr*T*h*cFCDjlfv%ZG-D~eigdE^RpzU;+G%<>TCksQ^| zP|L@rXt;rcZSg#26zWNf;dg+U=pDl(E}y?PotrR9;-!SujQDES1t0D#^Ow-QN+rw!=0TI0sre*f*b|Sg1IvOb9Tx`#b zhh(_JzS|vp>ovIL3NSZyU5s5^qUFy(gwJziS(i%tm?vjmy9{Kldqb>h9{5MSwz9KB zVfoiZxF;&9@%JK)eOPMU3V7J+7%YY^sHV_ylToi~aaJj@zA^EUNVO+;QLARm;Hwd2 zgR}90DM9u^sMrxd12f;@_(z)cw*P#nrY63+wPvqz0X4H++Wia`Q@4H=I#i)UFtezp zB!r-wI+M3fkXMO5TOv_tP}BucJ5;dWv07)%S3J=Uy$;jSOLoOlmz!2SR`^)v%I_}E zppmglK9w@(MbN_NmXTWhEI9$|b={_pa1?W8b*!5o)4)$bp3d70pI)T@=Q2SkJ&l!* zg?#$Tylpcg28N}T#nrnP2jO+S@UO*r8XFfd;?oatBX_&lpR`)4=)2G^jkSb2yJntQx&1m~;Mn?zylnbg0HiawJMCr{OZX;W1h-5_3qDJgO zJ;yBbY+T2*#lTf`;}~F);%$UWrY3;h_ZbWV=D9NN{U@Dg>VVZTdw?YC#H6$_3rmg_ zlNx4Bay|-c6d~veR=*Up|Nl?2_RTIj#AS5TkwT$9=H&S6a%#Y^^hAN!!%d|c z+r}&JBhBk}un&T$?UjF@lPc!Y_+ z8{Nqwdch%@x-0!AW}i6i2qbZ^b;3asMa^ z1Y@FL$^N*`?K{zlc}mtF0pi_w^mw|qKZt4f9OVs+3ivijFfLjKwGBNsekYexq0!V( z)3xzWj%P%Z(*DeWru{+9Eh>F{U5W;%g|L3Pb&I`}g{1Kj7etPY3VjhO??jIP*H54z ztcrt}(=YQ-o-S!1lL}UnwrgU~;bBVOt}u*h;PP)?sF|9EW2F`Suw)k#m+JC z!r0RjW7c1@idWK08O9D^AuA3bw*n$(M@JUM_OD@5cEb{5;dONd^mflLb0YB_T*j_? zBL^x|I1DlDbaC9q$WuOP?rO;t_?1NJs!HnQ{`1Y(8+UTj@h{*a$j{)2C9NAVb16H= zC#s$#m(b$0{ZKfI-+EkYsrw($B%F#(b4-kipRWeAV#|duen)|#_(F+aO`aQ+#uDU^ zfLuns|`(Tp|A#--$x=2@y?KwM}|KSZ!S5-?@Q7?Q^OEb8S zvZ~3aC28M)EIb|4>xKB>nXaBM;UHW4ONhk$Pab8~BQuizgS$+KLOiUBY_*4zz4doc zy1%~2om91lS|7(7rb@i?4~+YBBD6IfY6e?J+nB7TR`g}*9q=9J>W@Vzdy9~QNcfYbHt zk>StW2U7aU`$!tNSIP)WIFY7%Zl8deEOC5(p$mV9Rn+Vh^>>4hJXofAVYHU)JIo^7 zqsy)+s&w2X2Nm97_`m~nCIWtg=>rGVpOsDD;n(`xR{94&+tWVXHGcP$egUt3L-A)n zy)}L-x8L)-WA7SP;t%%e9aMfZTOLd|g%VU=uHLM69l)=wQC+h;6s&loKUg=(# zsf%%&v{Rfw3P#zlYn}^0x5CFPPyok$cCM4vbd_=Qj&JK&Ctz z?V2zm5}QC^6zYnA%nIA0O{lZqbYTNVtw7l`V&0@dc@Jj@pB>ZVmcyKhGj>+EI3+3) zB#0wgbW268vdNo@%9x5$RSV+U10+#6Z&=*2ZtiQ5Hd-Zor= zA=Tvs$zs>F4Bo7zFfloFgfM!;K^ffv${ue62J^PjmW6(aGR%Xc8zLO- z$(@3-fk>5_aQU*qd+C=EPYaD8s~I?aya9-}GIy+gkc0dx?1`siw(s0 z#32o^c!AkV@ouaTJSXNS-tCqZE#}52Y6m=7A#{gx99Ol`YDD(0L+}!yCY82PJ9LQ` zrM6jx0;G~89Dj-{FwML-(vBv0K~)cGjwggly7$wTq2wN+!=bw+HN{a!jg8-J8qkG5 zPgIjBcm-5z`!G}QWSDGR%E`v5T{vnjLqeAE?h1*b+pQOv7DK_fS^^Gu8%gs+LX^^s zi82BD4F&%0AD))tQX8%s0qn=dOauXFsG?Z}ax&tN&WY@krKQJ2ZE6If+Yp)C5EAl? z5H%!s68SiA^(I99q@@Y zTWixjT84jQ?OTIYpS`aMgoyj!qL~ZzrRi$uDtsx(b4STsQVxM|(Oi zSS)YY=g#rvt#=Rpc{!f%T_fi$o^toy!$XHRPip8fWg5HL{u(b|{FB}QZ{Nl=9F^=TsuDjFTj%0R24n%Py%?FZK#JRs1?oX2R-JGz=kXy4C z|K_=pTR?w=1j-B&Hi}b8Z50Yz%&@zg$Nd;^Ug~Y<*j1DH9iE@C|;kuq9 zbOym4bhboa!7N^gU#6VB8($R~jj?Lo9d&>sl#hi#ph@#^hc)G}Qn>|5|6QInCVH3h_>Pc#_H^Hjl z2}JTJGI8*2Kp`L4$b(Au=#nwVY=}1>M9PEhNT@LHOfVrnFv^2YH_T!Sjt|cM z=+hA!AI`>yczc$7Ajk)ccf5Q^$p@@=zD)rZ?^1L;-eY`WqErR1F#BTFxG?t__a)HLZwZoJIS$gvUSSs%?Z zG{aNY2>rYPUkGh_&5qdo8SRi0pyjbTpaV~jnL!`C4Lburgb8*!ZUFq3R|sw3$BAniOV2qsts50#dMfkp;O$=K+YNDtY|T1 zDj>>lJObAQ2A$9q1?|l1=~XxciF*n{F`bc&?7J4j83Kt>Au6sDUyFn03XSXmd2p=S zfS^8%rVm8y!8FZv{+{b(P5 zY6A|Z6?tBC*CKyJBgbJ*u!st7a;Ji5-kaYBAt2FKZ&Yxj!w3e{Rl?pM5+^`59WP)u zU6G*&UT%3Oqb|R1okSl`(ucI4N77}7Mu;m^?^4zVX4MP8@Gwc-RA;qlzf zJHG->LfCIID`v9Rr_CB4jN%1)j#v#pn&m(V>Kx&fH#Ry)M~O557p|6 zi6Okpq^Ae4mMK6^4sU23;Bf?-}Q{SO`ZR zC}NxTDIoCyiCgl@-^hl9Z^_GVqKpB%G_QUru_kSaJJMujL5_GKXpV$P9A2IaniEG@%)&|L@|Z$Pf8 z=!h%rc76CtOOkqM?rggN=Uz6gB3!@vop?MLnrKRI61tQhQc$ouOSbqXV5H^yW>yZ^ zT_35e*;oygT2vd#bh+kY>0TJ-ZkE4cmLzw!manaLHvl?(va-a}yKT7U*wPh$11Y_= zO4IkPx)GBmH|h(Hrc9^s>Is?>Vs9K$ZLU_rvKf+r{jfORFA@gk0~mdvWe&^-Rs7g! z4$cHX`O(pyo)n1bf@HstIR1%r%^xQXsrrEK_tggU{aAPh+lPpLuwVbY-13iChYbCI zdZ*n7wtd)q2ke9VAGP361je)OMbz&23*`LhS$ zn>s%P+2i1v<6gp9+`xsXF0wC9syFf6$gRAAvf}}rX~J`1CUF_U zVyBP93G$8UvOb_;j$^u^Ji!@mZwIhI=evSCvW4OR?Q;Hg$&5X^u!f1f6^iTYFpTZP zZ}u2TDj9DaWX&^5yZ6f%zWHG3eqczR%nbqfZ5~YVmKk`#D%o86{~`T`9FK5xMhe*dFY-AGQ%f1me(K2?Te^C zqrsfs4LJPJfkE8~0{Y`eeSkOQ{ldzf{030`La;r`AIkh-=1lX4Lx1!iDE)+9)L|i< z`FbQ!DF85QW}`e;nqfZ<{Mj@Gn`a`J+GFldiP(D=x+lVHJ-(dHGRt#d>|2^l__*+Pmlz{ z9l&u}R+>1W4z+1_w66K;N}#8=iHU?5O6}-9J=(EK0}NNRC9OY|rRgzQ}yG=p7DX*bG7#P31_R+X~+p=2c2Nv~8f3 z6QfX28j5pl-;$nsjNsY9@Ln+)f=Y%oA>f|PW}lwzfME{7P6}O{J_QG$7ym)pj+_U( z!~E99GtT74Dv^ISyA9X2tkl$K!5dP!0Qm9*@2LE4Q^N>QbM0PN!FBn}b%7zeBTaIQ z1|A?)GAxh?CL{uO5+Rd8*i569XKCk2_HtZI%FF& zhDx|m(F8}wF2jUw6E(G9Ij?tHQI=W8g4wk zJ2|U;y8!=+L#$B%-U9T6ZQnvW)UV3nLT|=}f&#vd(xDxg(U1Ons~J4nr=?B&vVmpY z4I@KUKj6f>YLnPoP zhBDw;jOv3BeJ5RIIEd0byda=B97VH5V=^R?nq5n^(Ys!>qE~J-P)Kp|DIvJW@g<05is1Vd5P*ASa#*L1<=tHa2hI4UJKFW^9%r9?p1X zVz!n5XHqYYY9`qsuzuKX)vW548GnvJc^u@r7x^hc7H~9?YkM|c>xk*QNJzM>DUT(edVl@FL$J68@}?j^f``?eJiFqqhnH?4uIm~ih6GTJA} zO6bsHxPH)aM(iuv%i`ruY?)mvq7Ipjo8;_|0+*Kxy(0^R^bK*$IUiRya1b+nBWc>PplQd;HMiu>aJ;}40C-58L?4!B~oEjy@#I$da@#CE652h%}T~8 zHAXqfOkmm1p$NUsJblShwRYBKrf$ReSV`RB?t*C70pwc}5-&jGUm}=fUv}Z;;y52t zL;I)19XLsyy=D66ez4rNUwFAGcnK-T;VH+l$teo)DKl{?zQlBYg|)f`wZ5)bEq5Pc z6X3MiahhNkET!^{&9rryK68Hf@9nzi*SqSD(^)fIkqV1{?n#jDQAFu+$A#%nW})tX z@3A?Gu}+eTENmE=JcwLNv=6J3V}(XVy?}mV(i0J=$vfy>V1FVW#lEHM5^djIlVGff zO6c0+<9P!Pf)9`=XXg1*M2#?YNp=G&hy_(pZz!ovsNgY++Xxk;{Fuqsymw~$xI&AR ztr@i|I7BcQM=eBv=?r}YdZ%KAgD>)Qd^cj_qV-0)_{NqYYG#Wl!SacN3w@0nbA%;~=THb;|&Ft}9-d`AW zzO-4K+ZW?5I8k>e4iqL_*%N|P;;UKqw32xIRnKhq71f)OgpNwlVD0oOr=(D_}=>nFP#EeUf*|?OlIsJmIj=k z2CUKFLXL6$R_GqaJX=*Iuwp+leuR&kB%PpQ7Rd%8jk{o$PBz`pZy)G(16wi= zizH>Gg@->ebVKC-P=W7*&sn|=%bzf8JKF(q_$=5*=ay1C(@tWV&~t}DJN)Be!)dX!!9;y>84}dl;C-beoNU)BK z3c@9AAMjSyFkqA-A^)A3dZ)+JwN1C7rsgll1+_UohQ4e;Zq54Hmv@}`qtF-G{^q!c zGyFR|faHtxYFHI6^<9wu*{~}W_LKugG4rn)7rJ3n3ooqp*B0~ue7}I&MQH4ax|Z?A z?*0MMaupW9rRIvU0vBa4Our{lIBG^Fqo`8bKVi-U<_y>3=#L7AZm&2>0jeUOD(wTR zzKc?+&h!dy4ixTKl~atO*3a-9R~WRlrHW=qCE1j z%KW+>3|*3|X{y#V6s-ozc4yhuTa4;20Z-akMq`_J2}iNpzF&_(yVFL{|2A^XVCXQ&CbyZ_42?%h(3W16cpHf`gOg-bhH*0h$2Qpl#-Mu%NszcI&NcE zTetS8zx)VHH=B{TOVUyS_gh_)&oj3$y)ai!F3t~-AOlq&nRZP^&*M1fX%1}OS}1R& zm1E>}B&agloeAb05e=bISWRrs?2pp-y8sHD^!*gZ6mhP~a zP$f{mJQ-kVK}N;m!vf6wP1UiYvDvpAy$aeRmR_> z=t@;M0~^7A$@lfPaZliIn(y$6I2Z4XD}LZJKTJ7%r+{_ZBqzy)sJVz5(j^yko!@-l zM}?j{(zIwao4pX&v2F5}tWJ*?U3(^8Rcwx1b{NR;bPdktt|6Ja#1knwOa$Z`52qN_ zXlWvU(RClhm0AzeIhx16w|K^6h2P}hDc)M{dO#1+N>hCV3jAR$lD7j~e4o=TZ+B_Ebs!X5{y4(f1S)q?Cq%~q$ zonT03YN3DyYYRifz?XKYSF|--lNDYEtx}YV6K94w7Ig)s(dur|8I@bU(g|m1Z3oT| zWXWm^Zc(BPgY7V`ru)d|*=YRy3e7PWK0z+qq?8g)lg2m~1CR1PYq(Pp4jh6t&6O+iZiQL^SmJE;xtbd-n@=RKF&yu$g*ET7zQTN>%19YFY;ZL`?WPO{FTwh?88}{a zL(j}K$ntjHao&j*@9&pRYtb_zCnRg~T5A&jYK1m#mm6M{h&B>tI9sN?0w)t?==~ z2{e=zSv9@Zj?$C;szMG(v+Vl&58F?{utladaFW7YSfi*u$P0aHq*A_Iuh3;$Z3!nh zB2u zj2!|a77Uo9OH6N%IJ`A0D4b>6icv@V7zvfJq+NbMF26wkm2Gt@Vb9z5UFpcb|H4%N zZMFN4kfnc5i;q^;wO?RF<#V6PU;{nj#@x?rXmJrEmK50o3i5*{E$YWld%Gf6J2t$a zcI?;=9t<4>5%41jZnFz~QY@lVzSwu}nQp$m77*|ST9xSW|G`00wXYU*-iEg)AJ$2< z9@N33EOyLf=uRq|qMb}8#+A9YNp@d47Cv4wPZqj-7CxF=|L$y>o89}zi8~8&B#|f zrRaYu?{80_7)whHCeA=<`7$OEC9q8|y{o=c-lM)OG-krs?8Qm6(xznbVfYh2C44b_ zl7~YwC>|9e!RPWyJVTT;`=E(JH_6JChC8ts>>+4TTXu#^`;JxKFV&5R-q7DPQzf|? zUqb23)ua`vNu-}Tt+@|_XyxNeQ{BY;TRQvAd|hWQ(2H04{Da?BvGLUF7)pD;$3JWh zCMxGqWCaseV!)FC9zHZ;on40>b5uE|}YaoPAI99CYG?==Nv(1T5&wYk}{SE+{q@iHn z`N;67KYmF3e|-mH9u9_fCZ;C;YG0Vd$FqtL!q^L4@4e{ zdZ9+l{?ejJp@u(hEUeum<()?wP9#p|GnW!7 z!fC?MLY5`YC1^mM!CbRdjK?&>Gs948)M{?hQOa*CP`dg}S1(+abuVf{} zlZ&P3CR4L{sLr^V%#=jTt)x-RmI*_$ifU|II+Dmq{or?CK2s)6=* zlbn~I9V1Fy{&0txg=QJWIB7tojxd-Pl*mm;WNzK6psfgTg;-O8g&g^ zZNT4GaFHR&rkaq;&ZjV~^ocmissi5(QYfQ;n@P{$&sW3F_!xyPA!+d2ZA>R6GDV9N z@tyzPR&Fs$1Z~0}P*h{C+-M;VIe1uak|jy3sx;hp%S<`W>4rj4A-`nI5>0qdoKE55 zjH!>Kiq$ue5}OMWn&#_n*`8Awc|HRWWMDT0gEi~{Kg&`c=Zq}!rD%@YYqG!`rbQ|= z$tEUg=|~mzb_w%W^H}YDDBAQs+6}{XizRZ67)N1>g>>_w-cvOi%wp}5ES83|_d1v) z+fijKt&U5bX*#K#wGEns67RG4XPc5#2MCGTw?x4>_#+g7gSBjD;rfFwoG`%NIrWTJ zBn@P2bE#Z_){x}xIr5L;WNs3Crb+HVCFq`r&R{;uxEl) z5JGK?re=+vTWTto->*kuoh<{{gP%*EK#ect@a6 z8zSj4ZCSPCNCOQ2Np$szovxxzVh;)ka+4rBE7$BqYR8E{3Idt=3?H?X`1W$OoOW2_(xneAV^r=$*m(*!MVy@Zs`5E#qu&w zaao1Rbc61EV}pV`o0rP>S=Q$e_4x&ckIP5$lA1HdG7fwySskn*TsV%V8#{G)S;rU1 zE0R?F?6gTe6+NZ>?GLG*fS2fLx)64f+V2u4t=ZRm=M@MZrHL!swiwA}I4aLNCChU) zi3j23bX>c0W7AwZj+)K=n)TkAjJ3d~P>_-NP?l*bV1bbeJl^EvXR6h&$lv$(1fB&fQ_j32^iA=Imj@#$x?cj{4A-Kbvnaa{&7#JQYQsMcytWMe%; zz09lf1l#kmk=3Q|-oZnZ%96Lm1S(P%QX61|-iE{;@jmjA5f)dR4@=j0L0^dTbR9En z^ECb5EW9r%fp29XyM-HnEGuh^c@fSOBoAZ9B8lOw_pRtaEWab$tWT9zhv|!+$k7(j ze~_Pf3=c4=;>EPa5Dz*9)@+IgNnYKjQOx9P=8QPK7I+OqE5!JM$8t*v?8dMs&;hx$ zGmEkyaqPnD`_rGT1^IaZBF->$>S2B_6|DZa8Z^_wSPiJ|j`EFLr9MOOSigp|yRSMu zu!D8-s-sy%?KtGxoDL!<7Gn=h4FWvFgax%^OFR}5Iez)}=sdBW?W44)6XY;!D&f!t3K$kWra4T z;(DOJAjHH-q;a38472LO>x^@;UX9=MXM#bc#Er8(3D3_)X;oS$zz1<>NX`g}&Nx1@i zB-laXxqTRhxqTaB`3#z&bXGyeh+8r0G_Y-ZAN3C?-4LbtXr%u{60V&(3wX4|@ocYd zyv9V~GSehZab2n6aUG{7#X!LLyw(>!_#+KooEw62iiiN-uZ8MahP_0@`0V^Q$weJh7$a9d6-ne$NR*=@{0P={t!F) zi0~kI5kZ`%)63U?ulRkvyMKdxhgbO-`Z@YRiEwf>Pg#PFYxln1<_Z=@qHHX>L0c$nCnvxF_ufE}IyW zRYdUqHJM1FS4-jvY1C(G?J;ZnKu{g*oxNQX!_mEXT^B;|@r~)if7zsfMckW}AzBXs zi7M#(FCj>i$jYgwFh72jWByMf#y>#y|3(f_x3v4F2$25Y0bBn*$*Dtms4k&>T~Bu2 zlP9JI2UTGLlS?v7K@x*Y5eE26GQyCJ60dWo1ElaLyEvw0k&SdCi0NFdhv?civ=)_V zmV(;yThO#^tN(CR%QU}tThh(v+?z3DNeWWwce`Jud(H5@JKgu^k355L${he^{jx1V z?H&w}?2InV5bXM@@nH=y0yjLa-G;9WF64)=j4tfJpBdXy+r4A@jlB8{AXsiNQFy0$6v{m21D&=2 zKNOf&XLc-)-e3dG(;q5NU$DEUSDj(u>*9|2+Ay~b_UxJez`*Jq{I+KrYsKms+~I-M zGrQ3x|H_HDu6*&2Ab>t#)s6?!CpAdps}^T1$@CNzv}Urjg?=kg;-ilHO>Xq?a1yUJ zaiNJeSJ=d6nvV1c7Pu@JiM2rTiw~EiL9uijV-duvUou5t!el$Jzs!~O)M`FmX{E+JoPP|o(x!TIwNxR05_PcP1X!~=q`dVxxZ`0ITP@1wJG-~JJFKqK$Vd9@8J6Pi;a;(=_^dxU#-37a6lo)iI=#y5dZbe4h8^-Bl{>qbl^ zFli3!{*|Lu>1dEI**blH#05S46qUprY$A2HZSLoYVM7Fgf`L`=z$7cpZe&bN8UE>U zc0zMpI+fAafj`D z8HxRwu6(>#tn)%cGm^WE8=FSMY?K+ap&6N(YwFTHa(mEDTvY@j?6X3Pc350Y6E#Vw z1c~jUqPr2A<`C62B-6b7J-M5z-40he{?idCG{xgm@3F=(_3{d%T(0ymTAl>~l;b(_ zm9ZI`jeSu3k6|*-ZJm~wf;}OP^}+*I!)m)ENgUX}V$@Z;Dt0kEZ${CvJ4fP=u&3Ae?5TOECNlpOM9tFX$43U#m&CSri3(#cT7a*kw$Q{M-MX zm0SrDr^mp8WyUgL8bw!OjVEy`r&bVkueiT8T$yW@dREz+$%?Bu#Jd$|`bB5mFMk-i z9B6h53I+W5*Vh?|l2;3-*oY8b4n6o6%x78(bN5G=<**e>sA|jtMVXlSA8`eJQl`r6 zL7BY#y)s^Ms`~+ro6JBDS&tb-_Y!qMaJ=GfOQ+N4K@7RCG)Nk)4KB$m1U4m%4Ox{u z23(Q?b`nh1J-l4y4O7=4Z}8J!PDA6#bW>Aw$s-wAT1LcCkEdZ*1P{&_QY;18znA^^ zgp(~8Ae7)R=i>UDgWyv)W{P@EEE#al&D%r_r<@9H6ISYJFs*eulEs!>*mbzQ+^B_JzO?~O-RiTJ z&#!Xp54!nSm5@7A{gQN~<{U=~<|@!%EKSstVE?_?MvZn{52T62XYzPXRT~r_6>Wgi z0Q;`Ffy(-kxzA8q|Ee)!Ji!Tn%z-pbni{v4s~2aZ5{s-YBfFO>q0`=mz#p!v9u7pP$0>Q=Gaw@Qli@*M~o~2=VuyD51 zZdH3ss+Mu|w4S5EgZ%Kon8%j*QX@{$$M#@NlO+n2b@d0LRGt46D`c-4J7hqc4VVjh z1#A&02gsbJ)gW1U)|-ed?=Sy&=veT zzM&z*`syg85&GyCZA%CeMErsUME`#8D5OJIk8Jk_((>&@98MrwL`>icg0+9-H(8?U ztlt`TiB>kk1s_WNT~1hl0+!AHN|5d9rqQcz9y6dq*n2U866_ZCj!&Whr3bDQR%iR zcGOFi^d(@OB&N4K9+SX<4IUSwqJlXmYEa1ck2nyK`e@$dNAiW+N-@|5=KeM@2I6)_ zJUpB|tw{vlj@y~HedowtL`t6~6CTqfhBs=7UZDEDhrA0vJFYZJag5reh9^iK+#Xj| zTr7#z${K1Xgf290WHMoyMlGXkl$JXyZv+i%L!3jq4VS?6bI7a%=i^7XNXy_J6ta2Z zAasI;6mn&ZNI_t3W%wo_sBATq!P#b`LW0p2qsUodiBjH*7BK5ZjUUTEijyX^4e8_4 z=ZA8T`sl2+eG^JI9$C|wCioY<*A%Ib=VYv2@Xmt(TVG?i5n z&oxuI7>=NRWAXtlbwJ+=3H}KfhcwG2x@_KqRd@BLbwCRDLQU?BlSw`ytFBBMQM~kP zFy~O+k{%ndLyf1Ar_f&#N`#4{I*+HpVbrG|Hd+g7JU|{FDb}FLM2wrL)1)6k2e7wH zpsfIcJX2`jKXY@lofLf$Ld6BK?+InfA5O8S zbvFyg6eu}O46v9@Tx7O5)DLJ=RL5TGCyq#qV$y7OPy{;Xki3h-l!nOV3KNgALfUL5 z6)BA=lYP>NAa;{e4Pv@bVGd0- zh#5wl+RAgNukzCZ6EEradWG+p+~YkIZh8TTUUU+42VP( zm)9P#=IuLPX^$Y)oGw-?Jt`m9U6lE`qH8R-nthBN@GU;AYT}eX3+ahq`Oxv+aUYDG zk8yD1iC&TBZiZO_XpY8+7AJHq65I`vyHJkDz3P;#xQ_OAK68L~bEqK=) zTr}+=BG!sFVMx0+O;9Pw&)77{GCa}<5H)r7%D*KWjIEn`)Dxq-r3>m9tNfMcM;l5S z@&f3y?&3!KlFx0NfI|=}D#g&si_@7^H)=^k<6P3o?;m1XJtySvJexL%Ys}0VlVl?n zs**aY%b%!^!Aoq@T=kc1(Edn^8$N6C^Qq;f(pCVcv<6pFvFN>`)=1mnpy=qSa$fI@ z99*4EbqZ4mlm-}t)TsiBA(>F(*Uie}C+BoLX>JcGiOqw6xMA5|?fr zl%p=SO?{;k5!H!oBXOn4U7qQ&8 zCs(_MnYL7>zudD%myM=|giay@u;fdkzK$YixiZN{#pl&ZRV^n|V=@jq*QMQznLxHt z&z=F%nbJz;X3fg1MF6RQOWAtDnUY!?Ej1?xCA`s(I4ovE<&GEHS~s@cb#uo#Dl)0}M+fh8nSt z)GF> zd<3hh1YE<|&$!8#I^D{uU0darv2B*9=U0w(_lt)tJ^XDW9g4Pp+YG24H!5%+*<0CD zJi#0|=N5NN-&euQ-F1#hh<+p?_T!(tTS_FQ+wx54^&45ikaf4=4 zm;76g#{7_zLN9CSd%>zq#m($pmxO<%nXD#e>O@#Q&h$)OEW~x;`&;+;)Hl0LeEX8r zXNSa~!eY#*qN{vmw7{y=Evw5OshGfFVDw17H)_;bw4vP`lT+MfK*J-XZ;+|!cxSvD zl}kJdofenmE1Q8|=#rJQ{0ms_9SiDGJ<77jP~6Ku>j_zA{n{gN850OJF%8)JochwZ z`;pvC(lScCW|t23Wp^rM*EUf=@G~qvgIlN{VMbDs6YrxeVfhR826c?loZpFjbyYmZ zAZB{T+d8Kz48fBJRI`cuO<~rXAq*inkJLY;bJ`7GQu7Qsps`rwfP1Q}Jt&^f{|bet zjtGs9V1%%5&$}NY8e(E250n|yyxXEC_r%&qtTv=z!90xKfC-gNWG-8gbqR^BVLPz0 zA@7Sd$cTLO5iy~UlEWd`ywjkZomQ-lDnPXE;JQbMB#$^uxy;=Wj7evNuSY>SH~5XD zA%>XzFYvz>gax{2`d5-4KeSYT{9yPW3c|lA3;&c6ntA^rBP<-@-|9-A>=Lr*$yK=Wap!s7Y|QnN_~rSMe+|+rYuW;l)4T0>%Zf4M zaO;J@A2|a!Jx9>ty$%NL?gjBZ*i+Ey8XY2{*HfnFb~=Fc{XIF9%jP`<60wn={C$hF)DdtI=*Ve?H%DNb1U)SHqd6>cNQc#_J}8o$ zJ|mr)?)AoBV|+@bT_fe0i}A0+#K@3k*ZnDM+s|Dgy`^E0iPy^P9`3dmSPUAEJKEY4 zR9&4alLIxtEqr}OBukq;9ELTUV+lqLV(!wQre2$JR&}^**DpSdU-TXAlm`V8D8KdE zmBQNoRo$xV^?+qCY?DR*6#7JBAoHw5V=(h`#D3cRA`a$?`eDd3nE}4jL8Rcj+4F`cY;J7-B2vP6c zA>e{`VM`YvvH4gnHS?GYxn=*lxJmS%C-gTbNQEqO}3(Jni*0}jyO9W@pAt1jW`8L0epxPp=Q%ej~evHF8 zO=Pnh=7Z;^J?*uiE348r@0;}DIB9nPzrcbNXB-jWKMdISen5PGQ z#9lXxWxmdY-Ef9Qf0i&e_qNfs(ZaxrbfV8F+E19geexX^EeOI!B%6w4@38s9zmWi~ zHqnS!>mS-6pCF%*ub+5x4!)xJ2|>N&b7od68x$PJEvc~Wao?33MP0u4;FD3#aIZ>@E+OB~t+pv`T$ z3ZemPja20j8LL8_&7lq8h$W^Gkz~|S6QH4JO+w|Hy{bP8Ihsf0`~T>~bA>S8FSL&7 zi1I|AxU-@~#)z2V{XpE={aiCEzvay1)?%kZO=rLLaByX;P&Qt}CZ{9m57_rhGgTpb z=jI4$B{iiLTSBsYqK;O*`Z8_OSIjW>I(DeqI?En$+BSWVP@5$$nq6Za2boW54)*#K zQrlAd+j1k=#f4amRL)h5cbVNyum67Mibu1)!QHXUMsKOVv^U#RRNU;thNDkvzp%Wz z)MTS8u^*9gs0$6|DN$zs7%?2(}%GR$9!#(jKNQtN~Io!fsdRwCzoW~yQ72YtQ1wv%} zD(KsabjfU~yNOL6*)mQ5=df|6x{m{Lzrt=c04?Uj~NCL@EGlQ=lci5 zF@XwYidW!qb{b70J(TgdC*XP??m^F3#N1nZc84fP<%>rWS@jq4A~ZbHY^-837_HUd zS!at_)Yh=YVo$Uw!{`C~1*ITxDy;z&!%5V;7kl$7Ndf}uw#A;A+-5;|Es4k2;cAVm z&f}anjdAH~qI2j%zbr()+5|}(iQCLg_l2gkYjiC6oTrT8;#qTo%%_2iF(b<^4N<;= zAAN<~5~C3V4e@|%u&vv|gHZH#x#%pz*g3Aa{vmh_2)RTr(Kb3?uqPKlbQnd9?JEx9 zOy{iZe<1_7ooBU~9|#Fpodu9o;+5P=>Hgx1q(v2)j>(cXlK)*(_t-~i7NY9iGTFVy zN>yh}Rn72vNY1E+IRb3yb7ae8ZDx{K?z}u&2Z>XP>d59u^9sT5hlb~ARBpc_er`2>ycQXfnEiyeJHowLEIqp5EVaA95tZ& z$=Ru2-gQA_)UX?mdKrbuXW}H=kQN=FxVng&&Z(#@KI;im|0NhzwG9cVGiywb7_cKz zGj}DCo#D3fEQ)LHRc+1t?R|DzO%5#<{dHqTl1&VtMN68B8c%su0R+jp4ib<7q!l7B zxbU1Ta;TauO_-*n9dkuW=~Y4um}eDVd6ViFE^_jAV@oFEu=*g3vZd6bVF%~)=nzIy zal~td$O|ZqM8_&h3TzhY63M2|*DxXHqYQn<4{6??T{+Azob8u9VeF*ANWNX>g-DkN@^`e;f)pmQ zStAk+)eYp`M19d`;n=K__yx5zoA^w^RCt|KXHOTrn-Yo%X`R((Ah6VwxMB z5R!fgPigBoAVijipFr(GrtIb-v_s4}M=Uqq^T@senh<|3FL6N1 z*(+7h8FQN#ooF*S#ZY`QI76Rc2g?!%%X3#Hk;jixY~uhBB7j80Ae(&A7~^@D8dDky z%O|ZG=$W&Ow%EdXZ=A%}8OFKiF80JN^C7RxR|}>0Pu+j*yhh#$ zaqeJ4a6kTXr#U;>+VdxJ*neEJ6C@aR9HWd(Mp=7fE2M_9lcfa-BF}Ql{oS3+S+%6!|3; zV3<26HqGCL2ufgBaq~j>&JMP^A|ZQG!YmB^-s9OjIxo5#CV=OK$IyG)u}T5X7C$@m%TW*o;fxbXVSZ4g z!$ZScK?1@45xpzA?uJt;)A77?fM8eQVA|z2?4_IjmmrvYUpaTjD{ib&U`!+=j?JJZ zcNfg{>1u$CD=%86%foH&Denz@mr#5&Jw8h8`5qMcD1xTN$}Fe{!B_r(z^({hPgvrI2tM13o54n+vTWGwVL5eoy z+WA{6n}u7YE>#SBMEN~A`YmMp^F6$ryPsY17}v}Vt-G$MawmIyA@BSc1YterdjxyA z9WSXbt@Qi{$ppJpkgg-s$EQ_Yf4OSNSUko?Af5kuQS>A7&kY%-zzVpX??JNTV!*Sw zN_)WR0*MisdnWDp+3rZ{DmiisKh}dIHA#*wpr!7W0B;*YK|PiJHkK9#1*v1@C!LK;8r3L^ z6BkGA6=Z>mVom9z=|mCjDpM!dcQDJB&nMk>I03uomdVcUKHty|y`=Ybl*le7ON~oq zC|A?4Nz;+-z}JKI@0HvL*0oZj#;7Z$;8pFxa`Et%*OV9R7kL#`JVpQ1jxunls9B^M zKomcAyEf~-z>weuUiTAF?OT%INn2xl~(b&LlZPMk_af}S|y@V zXpt?})gzYWE#VDEUZ9PXXId*YKv9IFC6~=wlp~Oyj*R@`+^eDN5S4lV2ds`Q3s#7y{b6mbz~K=H0D2n|TlH zr3K!7UWIn<=`2t^&y)%BDNZRq{s(E*YLx`A)KnU4@4^peab%j0&gR+jcoXglEU#1* zReu_`Uzt5)ppZ|Zitic#P@-Mv>;__yAx)nIavN;|Sl*>NBlk;bR%QR3dDGq&8k&h4E15L*H)_0$D_&aXpqOn=o8D|R3YO3$RNNrUwA67^1We(UFA_JvB?y=<} zCaIlSKe74-huIKMlZOqP7Qn)0QnfNa&$!17rItS-8D?T^%(zwuNKs&3^_u5?)d+IF zTD0cgXU(Ogj(NjT)-zElrFGo1M{hIUXEcU)@#*^vIw89!15maM|JbW>@*%ErWa*() zw2R%P>>XILQ1)}e!=(A#*R_~cmmnr7S*EAMc9K_FY0jNm>&t89yq($b`()b#QeQjf znwW4;n3PrHVq6R78l|?Le!d@&{1jT`bngw*gf`L2FZKqq;6p36Kd zV66qqZzs7DM!ds{K6PI?H+`@;e%mu`=Qnr*H9TP#H(5 zaE#!LiL^Q9T#Ir9Wo>c4L#qHRxt$=V_~B@y7Hsmc!6lPt5K@u_6Wi0efU0pc-1I5o zd>Xy|N<*1|!elztqQR|M0wgHsuuI3}SE|5G2+==DL3{$zG?Z zZ;hE5>W3^STF}?`W|?+Zw>(I^3?;L5P4zT8HVPn`w95!HIJ;EK#_uxEMv4V|*(S}4 zjlJJ9pea+ttKxGT>S^^~Gs>zaUB@$96{!`Av7n?r!Ohzw7D{t#yEiLv1H{RPn#gt; z!A4y?ZCU~5!A`E1cjm!2m@AKdeOC5s%HQ7lZ%Nb+_tdVlxbz zW~UtQi(A^6(?d!2Un;BP()BWxPQq$k$xB1aOJXa884dlc`fk!{K45ed&tlGmapp5k zVCrh%o8{%*&$w0so#!z?;X&EYyFo16 zsxi<}?X4)fn4M!lI~YF{y#YF2#UF&L^@4%GCalygEmOq1_StsIGCF$PAj1z$)ptf% zeU-@fd=ErWHfa;%LBb?u<06|RxPD5jq>14Zp|ZT;G`9DAC&W1Zk@@2`p|XltAVkqy~G0vI)_Nlj5$I{AF80lof%BDmkfsS^+ApAtwz40SGJCab(xRncZiv&BR08epyn-bLbAj)YJ zQl>dX!2qN$GOotSqS~o+5q5L54|DD+oiyTcwx`jRi6~b0jIb4+t5N{^Z>k zN~7}w%o)I=E~fu>E^{X+gUFAg!I$Z!q7q(4etp5kKK+FSjVaTiFX1Twr^}f6&>i38 zjb-UZfnIc~oGKSaUqx{qa;HJBI3X<^s$z{T-zr}pcXSV}ZVM)*8*+j&$QzIpaNe-n z;SjR;YcQR2BH-tYZN>cws+gCJBK_4M3K`~~ECYWbUM!rdp;FB-RAypl&3S5MMuuQT zB4_y0x%E>;KbHA8>ZW+=!L@lX!s$L0+_;R)@I@VoqN8<5xO{mba#t;jsd?PRbaNu+ zZLE|WsLDu#>PaALe=zI({rrbXk?cc{GBNfE96C{6^!Q`*y#}aFOxXdlKRa|SZCe)3 zJ|V%8nSEpiLgd^amM3ktE-3~o=(>_z=w^FPM0mRexGt9D#=UJ#JIdxd=$BKyhsY8- z^39G|!WkW)w9}%;6HOO1T#}8G!Xv4P^U>)$cBBp*hd0p^80HxpqhgvW4=(sX9g3s(%F!cU zql}s#O436vu=?+x4_tEO2H3WTzaQ7+`}TX5nNQ?CFRqbxb?v%o2NOSzM4(z8W`k%J z;w@Rxtx`6E13{DO;L&vUs`GHni+FP_=neK)LfJIg=n7EQ+M2^ypIIX{nHBY_QaJa- zk3{=HVTj`VUSB#pF$40#_Gg9@}g`0A(X?h(s)bc8BohPM+k;ZQe z&b~X-{t9vpHZB9(JltTz$F-1M;f#TY>N2@rOPJw{AJGMy3s?@7Hl%rULlyP7rQujj zeX=)Unu>(jdEZEfcq8~IbmxWDpN95Y{y4>8V}bFQgz6RzGRAIbiueH@@BmtrQ~>UV zimu?K@LMM@&}Ah{Y%8YAT-tCOaHeA)DWNGUQ(6K|SLF0OlfGsiZIQEgi4fb6%MiR| z-BFnC4myn60Hz%(-j+_%-%^KA1Uvya}t4uS#5T2`$>p`vyVrpCCp03T{3v<&J* z59)O0kexZlYziP9+K1mlhn1Vp3td?X%3bh2;}KHv5&}`5Ko$=Azw&f=r4$m?jC1edNNvf(U|v$@H2VG2~**(oNgi4{3~pi-B1nqZ{$(z=c!T7k@00!ML^^&LV2cDXtwxBcl3_ z_RcIO+UC~xPOV#8H+(g!eqZhYqFd!MVUS}AjZxQ zqr0HecClfz96Jw(sV7cj`g~u!>4iVD9-?6An#Ac%+l&VIpCY^V+&#o#WKaCOeE$;D zX-DEhC!twQC+Xko2n*|Z?#7odehC;j&ldq7JD08TV`h>zCkx);> zOHm?>a@|ShH|3jSnf9e=UX0iRkm0mGH|B@}azk^dK?V(4?E^&s9j2C+xJB#KJCc2< zGDhr)D)Jpd*&Wj4TlU5)y`;{U#Rx9q%CHjaZi=#JTBeuxqFi6I1a~oVtFJ4`jp(Z< z8M<0*`$lqybTeEPr*g0oK|sO2RZ}vg@tU#u3z=snxJ&+7y!_Q4{p5^8eU-N!?^qd$DW~n1K}8I zr{6fgL;b~TiI>3yOWjJs=FuM#*xA9{>a3q+I_S(q(R}1bn&LV2s;EbRAYBjFagBrT z5#<8OdQ5JeZMIVoB@gaK}-Z7Od2^Z=pY4^bLrX@d$7|NMV=tG() z@ynp7N#(gKMQd=P-(r;DZB=L#R_K3%Q?CXgQj5FIcjSLlGlSEUb^NTJz-oLs&& zIR$f)LN#xX~uZ+UD01De@_e7+7Y<%7KJ(k2~3~VHE9Y z{=zQdO>m3s_NEB-Mx56{c`TV_Ob_Ap6fj+04LS|Ppf=rH*#~;1ms>bDOx5yHUe>f9 zGG{ktJS9_oz7!+WuFXVEZ3!Uwiuyo$UWsuYP@_}~1ER-f+&lS3o%ht!s-GYaDXWqQ z2H~ZX28C)~pexi4gX@zz4fUKD1LrYJCS$t9g|Jwi`a9ccH?jBw*RYg7@H~|*G~EKc!=ul zSF_>Zt;sA#aRgQCMH9_uTbnGbnV5#e55rlN zT}R}YnW32@(d5Ao%e4t9x(Uxd>3n_G2ULd2!ZUu2uOg;x-*hNzdnO)4cwyK#)55m0bLsdKVmot0C{jEh`6R#mugq?0C!;z za}b2)y6C+>)jF^8zdn1@-)Qv}@YXNGynb|<2}+lFBZ8mY3r>~ehD=he7`wsLs~u~r z)v3|8HIDPXPCGC6>L#U2zho_YtT3?F15MTPl=~b8EB4@Y|GvC253^qQL+Y}64t8nh zm}zD2&um8TrdDS$x5swn_rq%93kYf%{XIUoA+}zww|Kh^@p`WP;=CoI8AqP~tr@b$ zDm1CdJbGQPimGUdtt>sM-tXw|R$CBzne#`G@=L}Ol^-8mwB+=ZPzCy)(wJZ&H?VlM zicy$0VtK`4fmSZ?)w!%@^=y#+lPRZ!-4DBS<#tUy2#qTKb|Jga?B!#}t_=i_Y8u1( z4QOaLGTyqnK#}vz+s-#FPYFKQ9gWqY@G1hOD{(cp2I=h(H*2Kwst-;bc#~qlfIM4R z_0o)IYbW@}xjJ0c=B=(94?@Mse&{*)>-P@7TfGO&qbmKt?%eE^?#bC#u?L1g?YqXP za&?d8{OPsR8`Qtz8p+Z~5c z^z3DD`xWn8C$ZUl|XH?MZQa$J!-%Jn&+8h3|r-mrHT5mFi6-C%LagtN@9#8(iz&9H zn1Sxv0ZPB1!#ecF9PQW%qh94vyz<_im9CDMj6XzOfLdAm-3Jjcj_5q0GwufX9M?M< z4Sqdh0$ZEsB<=rX8Y&qP7|7?QRgbf~o4Y+hh#qOA`vm{|2L0m?857UeUy8o#+U!7+ z-S!+vM4;{(6mKC45Q_7@0l}es`(4#}^Gv}7sbYf078YGj3wr6#^?;Aj_~XJ;pW}{` z;QLyS0ww*!!up(0y?@W?K;d;ZJs&0^SU*T`}+J>cG?Et&b z90z_&{_0y~?jl^hGEaPp^cWEW5tx*0B4%a8y7*$C!6%V32c%}4o}Y;S=^}Ddjmn(( zwiTv)+X}`0e_TYQ|I8|>I=GowO4+-bIh&X{x;i-jJEEjMxDxckwous_b306)-C6Ai4*Gy$_@kFxIwB6EeQ+@>x?Q~`U)T7$txE};YbGp$NN~da zPwDR`7>And@1B)lvN`75ruBxNh4;PL{7N@@ zAeTe*HT=hz@qN}hvm0-?2zOWl#+DfR%{ir!)EF7!+>6pmBT*Uy ztTT8vcijOAI>E&&7+MWT^!_``b1o5;G7IkFHgg)yYCC#G1vBpE;^cP?5zhM=!!U!$R9!lA7X<9Nm!L*j2|%4vx~^sqaMos|6_R$5yxEPs6CzB}a> zk+0WU;oWy(N&eO=6SelKKeXC;&`jsf$`GvEt}Pc}sCD#T)oS0?zn6*n|5QlNKf!?= z=F!bLmmf~<$bkXOEPY!!b$DI%>^kjTw>cHsmcL#)rtDLe_jYutmOD=%UACAUoU{7( z8y5~IF5C6d_TX7x-Rei8%MMjf!wUZ1C~BB6=|jH2F%NZENE1k$xv)xdD8bNXqK#$t zGC2(opM6L0rOG9ve(6lfzyHvD=0Dg?L>n?Hf>{^z`hk4lHXt&D+zsT^)+5>u(5L}O1R-wk#=2>kjC9P%!g(52cgNT zqj>Rp|J$7t@qMqpc`!EI!6U>=doVToI6+Rlwi$&I|4pBlSpNdi`h(tik3@CMk&?Q* zPaV*&@i~k+X<%d)O8M8_EQm+Em-a|sJggz%j!S=_8ck!2u3J1uG~x}5M1GW0iyX-Z zES)J$KB%8>2f`yR=MZH4a@eoox*tE5mV1+iQ^?Mkhy$9$R)PL;+Ju!>rl>4$;Gtxq z^^3iPF&>;O5K;1r$oLEBKktgmW-hGD@33go_kHnQHw*Mlop5%rGG%aab98iYc4ctq zVDPXqwJ>vKQ2CCFnppl5#`J$FB`SJ0s6uFbi^DbB_Q{I1YC0|CHrb+1G<2^8P$+02 zs+EbnFv;6QnVqv?nd{GOuPk7Fw}qNu1n)`*+gH+HLheR4(|j%hv$;MeC-wCdK<>YE zzU6s(T-)~cC>w;juJ%AVNDjPa+-7WRck0-_p$4`+>V?P{kmOnO$ku^hAA6eOs7Aqs zd)zs3C7k|(_=u%R&&VQeDzl|L#ud-Wl8men%8@5$n~n4JubkwjW(gs@_)c^zJwVmi zR1l1wb15jD1TH3EM90i;U7|mWRK%K+%?$9h@q5=#eiHZc$SUJSl{2dVT*kV>-y=}( zMMIs8OR_FudE|&8d&9-r@zWa4_c2D)f=`(-e=RYu(;ZRY+$H(@Aq!x`3~2ghYs@Z z>tb{!h1V^@_znT&e+|C$DK|%>r911a5I3f=bjHv$tDg~p&~RaT%Z~T${^zOD_^6_U zf%z`f#smW5{~u3{kfYm}PMWx(033uW^V$?WWfav#dM~>ss#Q638Qe#qU}@)x@fUBum#-1#2pf?}3h$ zQ)Ix9MUjA!DgAdZO+6O3Q<}*>p0ZzdJP2-lc6Z$OI&pw$k+Y)Mb&HItc65aI{NQ%x zEC>{Dh0uk3BNX_j!3d0Ql^_UIZk^Bp`~%qv%ul7VPgFbp+9PJKF;Q~|F4X+-3@HgQ z49u@6B)!vykik>fzG4F!fBv#T7--zVU#i~8`BsDNj-pfd2H!M|>%q}m-10%}THJy{ zXfU@+k03g+!M-9p)bB6bgA1rPBCS@f1v7zDq0?bmJnEwh47gF(jlskCSM7-hHnB+9T z!USKSmY%z4yxmGN#?8kNkPlhIC8KP0ehTTmVq}RNY6eT`GKd&=rgYUg!ah*x5M$d@ z=cWmHK5T?M@G{f3EPK2Srz-b)fLMM39hqyZcAS-EPN)8)q=Z6J_haM*psdIYedJfn z(j*j9;uD@#z+c*-SeS8m*)lP5yxHk(cdcNI#_A96qoBYNJ~R%n^9P$b$#asNid#Uy zz6#Ue8&eck@)QHVr2oBtb zo+Q$UY^P{H{WUf0qg`u=u03^QIT4`Kmr=S?w(tI~J_PY-sTt-D-#3H@bG>xy^Bzba z9MqYU{w3g5c&gb4-{~ID`kJav zzwIlA9+|+6iatxT^u(^mjV&RgJyU~+3{eazfyR~+17lSR=>nJMQ*H!_Rrz^edsp#R z(>@?)^LgGIc+h@x-ehSI z(0V^HJ#DjM!jopR?j-J|T+30EEo- z1=x=@G-IM2KU;BHi95O~vaCjVN=oBSJpH_gGBXbZgvmjaa?VF@rKOCQTrZ_0YI1UodQZNt@~REq`hox3btl^YjXl0empY+w;nRERAr z-c4gMWxk@I?7~saAJQu>x*|egJ$00hQD+oZSGVjXFk%FSj@abQAybefZ4W3`vw)D~ z6_eO3UD)GwrB@q2Tgs+u&(<*H79pzB&?X9b}dn9g$ak7I8KQfbZ(hD;XDZ#+}wA zsD~~)dv2KcP*!c_K!xR#UEP8ad5er=@}urTlMUCF*=KFq(tvsA9NS>J!lp?c49%QX zeV4rXH(m&Zp?BVT?VsjlxkbVaxZeGbl1r@Y>!=L()4cWL`pQ}E@uc?wQ~ zk>+j)u?71SDUD+FPK<{Vz6^#~qd?X;^)vDuAy*>igcKvX72usJREs1y{T_6^gdR1H z71Z3l{Z$SZx?hZHRMmL{t&>{E$J69j6vrGQsrGkhYUL9wQPOwpQ4k+dL*kEb!b3aw zN7wkOy2;3xMRjy2+Y4{aYcf#MS|93&x|Tr zdCSeD(2wXw6qZ7jGuFxKEjQvz9lOp_K?$}?{C+g_P zz?qIkPWXRHrgJ@ZqUN{I&bj)VF!wwP!i3#1!C&nu7x*Ysuf<|r3DhNDiZ#4}P9zZr z6YvKM9vNF@;`fx#lwzdf_aV-lE|c^6@fMOj1-)Suq!bRt&ajC}EJkF{xRl8F7~&H3 zZAWt68$2H|1wLLXeiO+_0yiQEzLh=(ZJFsn6XX>u}%TBkC}6*(@k1< z5igER8nx_iiC3k|>PBrdBD^(v9EkPNRA5h%W!RR&=?Uk^iue)_P${l(v#|+NXM_Vk zU;yZ(5kLGR{xY3DIOy0d>eH?VYWea+saS3UlQqBs|EY>W-MLD|Jl^WrnBJ}q1x>&0 zv`A3(%c`IpMGAv`1pTw;?|59|&p3z@>4moG_uFjUpAq4#DrgI}$B=XpmfqM$a<Av&&_ND53?<3w1!ahxt7pfFw(K zyjz?D`c1?NXF?=2BHHa%EVWzI>-0M2;?3DbR$b90 zUNkv|^bInm!=LeV%oU(*SIsc$qQvzq`??zXbiEhI^He6;+`aL?g!o?DQZvhi$s*O- z^2jZ=5!mr;t2NTsgp>WcwHtfJa$PL!&^(C^lhg0oU-+w$uJ|!@{U8B%IQPR6`fuYe zKK-n28OOUl46QxTodfY)o^bJzmk<}p0W=|ZxMDvLM$)RS6SKjZS;rO)p}{-5x&0@5 zv!;r)+dk?Q-8Lhi!0OAa?(rIC#^fJW4`n9Hvd(V4VU3IJX*jmnSE$Z7Rj*s#n!hE4 zL_k37s@Ih63Zpiuso@M822qGiO<;gsh!xC_6%8pvo-O97?H7MuUI;H(*MzI-yGx9D z#hgm+n{{lcHI|zYc)0q8#8=wldE7x06&$MgmL0lmkr2B20?U)09;ILcyZ>?Dd`O+C zg%6S*1Evj|`iQ+weUa|^EpMeFfgbYchZkPKwDtKVHJ#uqK5`Wd*(yewaW>H}yNgup zry%YvZmj7k^vtY#Ix}~2ZrP_yYDv^FfHWiRJriHSGHuPb;t24(f_X*i3HJ`cu3r9E|?IZ_X)Ab6Q-hAdKR?cJ` zT*J<~48xfh4+*kow9PM8EyM>NKt16)%k=` znuH)<=z4eJckvabtec}=i6by+9{{IN4et|)YFO%-%vb~iwbe1^ba|=?DF&pnw)Y-Z z@U9_cDP(nhq0Csbb5Nl?p_RA%A9hKtvIlY$*9U54TRbawc+{E*8e7msTU47%2w8LE z_-&X4y~30-rpQ&OAmB`03a1WlJO{;dsyC007&x+g@(UU?KIv9iPgpI=BWP--H;NS` zl|&V$(gi+hbJe53*BdO^AVpeN#-Fp3R~^2lLEi4Vg8>)yq150E(z zr^Me*O$22G)lM5smg3Cve!3&-w0Hjv-{f^2uI2^~1cZqI1jO_|UMv6gconfUGqDkN z@ch?%HCMw<162aepS-(f_*hI(AAoKk_z)znqtmPiUbvECNTsA>vy3nSQk}i+$`ZZi zu}N^4?r-Ts?YZId_6zYtj?eC9nm!vy3JCFJdiHwDEAQ`?&x!o&-(7)EkXsD@s3L*~ zyH_k&=d@^JL4-EPu2}sW%U4nu`25NAF6ZY=)^-Yue3|OM&Wpj6_y@3DT@)G}x_T)h z`Uv1$Sk9UY4K+q$!4n0T4wT&@tg(FbtYcWjt0UTrLniqt`5#g zg7g^D9uKQbCCI?h4mnoXLJ9n4p$|9+KamYJT0bsDXEBh+3|js+72UU+IBl-%_gtD< z&Ozq|@Q%r3Lr2nlY3ml}P*oK9ifY2<(M=a6Hfqc?Nx4649g77^JAT)a4TPSpq1C>| z(cU|99qBSoif&3|Zqqh<=~HGrJFjRK`Ld6oqD7~v*?S$$0F98InEWYBbjxF#GM2Gq z4_4q;0ihiulN(Gh_ZNfNP{m7tc!nd172SHIrGeV&ch*~#A4B!oU%1Vnw)L@W6KyX0 z!J&E<9_4L&ETxcY1#Pk#65RN_@-WPhOq!}@eGVrdr8^axhIjhcLZZ*pKRQjB9G5F zgNnJ;??lJ6auyrI%DH<7SGju!+5o-D47(TYAydw;LSvlduCm6`V{rDT8DeQfE%E*% z^LC8y~tF*vs_-@N-ykH)-tf0?av8g=y*1USupijMHkU zHqQiCUX}L0v{XJ~_qRUl7_5OGLycMo*nWQDI28u9W(Lz4;q5Y%@Ct3G4Z*JJm18}7 zaQlngZF>jAo1D0}dRzN8yC-;7Z3dK$4pc3V7FXp%co^4+e|>M+?*L?NGn4fOVH0m$ zYt<(A{DoooHi{N-V}Mmm`T3i2;CZuns1GH?f?W$_uedYp(wi|x(L*Qit|)SC;AYb( zyB{A_a0-+^Bi@u&qoO&be)8|al{3OstV7A8Mu734{xJI`>)6bZ3HX3dglDxI!x6!G zf{OImYJQ&bWMVfztr#H#xqAB0*+p;8>y zb{99@AbX7^mvMO&cpn~kKX3$rAon_1Dr0w~{Nlno=D+iM9Asinjf)wJb3wRi7aou6 z$GE_$MRHP7UA*Ams~W4-@3 z&LM;%(!TyT6dwci|ApZDuRC1M&DPaQ$j#N^A9|#%nX8$qnWyVN18GppKz` zjwWgStntFK)mW2%WN)B@z?tc!50K$P*c>l zr#T<(k!F(`=Xmwn(1N|M3m;ou6bP?<)O*MH0t$zQ*95c7uJWxNdiE`z{;ghGp4u%R zy3U;+{vTkOxvE#9>dOI_E#A3meZw;e+K-Ive8&eBd;O!|WO*OhG6EK7n6}5q5lF^L z12i!DYPVTGvZUop>Ep|k7g<2;(vv{6>CHBFO6)JRhR{77h1*!_Ow3V2jrnid^^NZo zgD|k_YIP#XSd!VgMPo;i1FyHJ_&#J;+@jpWEM~FP^W^xp##0=OSn~;7oV~VT)o83u z9YpBObm41ASB%M22|wH<^~|JFUWX8+wMZUNm}0d@R6=OyozA)>w@;MpcTOw{@<7p%gff3<5+J&)=xDX;~nupU@;n#^ufeiY!M zboP&Hqf)fwa4;9wRWqQ*&tk`;7%I%bxMz?riVskA zTJ0nfO_Xo5!A!*T@45bZp3X^Z#+(U~TA4ko%PZdNDsH{@<=VUx$KMwQc1X4>PtbFLf4*F78uQ>D& z9VeJAj-!Rx%AxwY6K-rR$ld~8I({7K=Z3Jp3wj~IL{Wb;CmeJJv5^-WPhv660A?9G zv#VS#v%DI!>OGm;+K70Mv-aKdCff&}3A`@<6)kOV?rpHdq>#j}y#76e@Y@JF!W zQMb1C%#$kp24@a4Rv4on0Q3h|@Z7&yO${wyQ?k8G*?hxl`hR_u->d9bR{iCsOS|ra zKQlB=G&lV?f`cYeQ#!Rvf^?l=t^ExGdEIWjn5g-IMAQBq)NRSpP(*3(0|w>GSD4Zy zFN1XR8WE+@lXXC%^+NrnV-j2U>cpi`a&$r5DVo$jfWZ)o(bg<&9xVC7R^hn6fNwFo zD5tY91GXt>M&+TwaaU@}-0@OpzZJ{cc`))aKc593>d+ep-osd}BlZR8m8@^2-CfyN z%dk~^2I$$uI{cYWIslv%9`@AmkQdEak z&vEDVe$2O;3Wu*WS^xwX&n*TmZOgk`(s1-SKy*sAKj?m~9+1LpExv&r@V|*PL8|s3 zjkwdlJ_=OCPIX^avQFh$(>~=kUjyM6xrg-16AH8ZKq0^|i@YGTebG0;<&?wwB-I#* z6695_&wu_f5%}X42W%XnCgU87!w1_;}CBKwz9~uMa9#cXVH|7~Wj!6&d@Z_vT*@ zjnB0t7W`Q7cx6yX6es22+uj%Rw?lXyivVc?v2xsB)Tm2e<;*+y_6cI7 zK!e<02fYmvFQr+n52BQ-2 z`BUy4q4B@B0QsXfE46*E4|_3yfSCVxFEHhAEU~?Xu+hIIn_LZ8U7cg}uYen289+U0xo^W|=Z5bgV8QMO2(IAm^#pzRa))I08s(A#DPczs2K;;XQp z2@%_>+eP>V$Op#oh+$pGGAImgQugT4|MHEGQIw>BQeUUNU*8!*^H(0ItaC;v$lPKh z&h}f7y}97~;u|PB)kD%a=0}O(qwV`cBgowT07I0%O@M?=NUBDL#!n+GwcSFj@Ei_i z^Hkm7Iv+6c)P?aI3}!fx>hP8hD#sI!fPr4AeocyEfc4B0d79~>$oQEMUco-HI-si$$F#0Giw1;Sd=h34_$xe|}cO?!}M4>@zy!KwjikF&CjadiaJE z+DYQ%H~+lTRCx#3g;OubnY+v{Lsm4pS4KaXCcg1UE}XRUiNBcpa3j;zDod97W7CLxAC10B|u@S1K- zf_XO8V)<_dT5ll6pM`>hY(Q^lMVP}O4}iTWiL7wH>oqUze1#ESbyG;Xs2>N z-1&*P4n>otG;MVnDJ*yEjO75}A3|XB3ayW%$uxDedaKe++VFVPxN^(vU$%dud}IAC zJjCD>`r~UD@`^Q=^ONRXdx%_hrecd}xxfg@r=)oo3T;*sg4(})|K&9}Oh8&OR>10& z<+JGEpP*b=T7kxK>a@9#Ve5C1f>*htrm%nmGOufD_^-h}ws%Mgwr=X}N5E(Ge!zlF z{ULndo)k-$61i(Jvb?r^g6tS;H;zU_85?jEG6+K@u?#9gq2(YI6FqiV5{JtnbPl(C zURh>y%PE)#(#6v=tWf#84X9z^GZL+aJnj5!i|7f+`6G zQqzms$oOoNZ53Q7^Gdy3{N*mw#Tl!OCOZkcr)#-vj~mMk-5ChMq!^NW3bx8hlfgkv z31yDrv{T7Z8P)0+y6u}QqSl5s*On7G>-xgk+FxsiDWxZfGfj>8S&T_zy11yT>rv}^ zgtj^52~r}wE9e|3k&zG9TTqChwM=o`8{0I@jXl1jGKNV}UXfPvCrPDz)bLZThLC-il?Alwet6fIGF+Jn7wY{eC*=^? z8n853qsv_qS}1JH-|#v!>hSYJR%DAEyrHtf+{}5Yv(%b4Tn3M}DidAcT_`qXZKIv} zBgtxctxZ@8l(AC|9B|s2NAp6qw(8g*V(@tuHx@Ei2-@o4uP+iMvz7#Swo862zF)Da zL>}uYsr=GssT-8{nawoW9B9-v|5~8hHj#7eXN3r+1AE@?mo|$W^@fNccZpZRj=inG zMc4CR_ZM!pSYS~$jb>wV>Xwz=tD4a#$!fUNVRpI5tGnAAIN-Q~@DB#j(xeS1vl$5t zRNw$(7@7%T^W`BxxW1iYQ=}Cqyl#Wql|OBqKN$>lTl>a{Wy2Ba0%=y)R*<1i)X>k= zV8E>3*%q`PF*b?sapvuMn;!B;@1C)nh2>MsDAb)d#x5nfh-5t|aaKY%7tcjaN~z{>E2Prp*2nA@}D42!-M(GB6})l9IB+iaZ428k<2S+T##@}P@guS z=|*ye;8?AZPnVX%Pu4u`evus#XEVrXk~0r~(VTwms+(xj|>m%c@mc zjy7Cj54D!VCs*TH7H;M0Vh%Ei1Jk45DE_J{lB=-PXoS^#q|P*-@LG8mUipc30ue&# z5AzV_q<)v2@dEW5b}1cyAV|;(7`{4vd_f{1J2cocF~n7_PN>wW$1{H+CtBP3trLVyAi93w?7Q{Qy`?$E8JG#LbxJl6j^N` zat?dY;#8_q&M$3mEE&YZX=GZH60FRhzO!g)H?&yd*OcnbZ)oYvAYVd`4~ln%vP(td z6t-qd8wt_wo@ebKowi)=Cg}8oT=Uo+2&1fnlvpwH6cFwHn6j5cWbN2|?a6aKNX32h zBRvr$pX?F&(F@Z*KF3}mb-(dM+JIT+Rr*fvzPp+cQ$ zYUMiZF5~r}Mhj|+$|0PgomlS|rg@hp*se~i-)kLLmJ8gJ_NY!h+0OJ1A7}+Gv+=Qq zNSaKOLG7o7PgcI5%ZH4%7R8}CnIv%UySso zgJ{dCB}i+GQAI1rXj2=%dA?-u%;f8T-U3O3km;L`OPhzPU*C5)YfLK;wJ(;x>aL7d zq0R1Gm=g2fsMPedIn}!>|4wO~46LSl1z5&t($|?R)s1DwI6&K*Zgxc`c4ngcfL1?Y zVC>h%oY|>E*zQ-l*+zoKghY2>G#6cw=HtaY6UI)N#Ybqe^=2$|MyQkoX4WCeOE4`0 zrc)1#+D{{ijuQpYz_nM}&JKjX(LM_L!0Jn15EY2m(CcW_W6b(G#q5=`x<8}PmG z>lIy!GnTVyGz=FwnRmkb<4zqgR)S!Vr_Llfk^WN_Y!e`my>MS&ioK9fB*>pFmsxX4 zqDf3ZRb$4(-{vDyz?gsKiDxjWQju|54_n*Yp8v@$IJYa;w*@L-BOis3aAvH&oSHT^ z&VN`=+#SwoRJ${kntO!+CBU=)*HKNoo>+#4aP?0{xV=_itUZ^*Ca7YmuhE2umacl@ zkp2|-&6tbtZ>JVSgQ3;^V*0)j8XUhb$p74Leh(p9oZlYpwQmuN?|(N2|3kZSaI-fR zc5`)gu>X&KM~z4woH6t-x+G1cDLfY})Gkpl;MP>`xNTz!cnDOQ-!Ow~OtBNv+J<&k z8d|meB~FJWRvXPy8;|5YizIvt?C!zBi|l7-t!JtFUvho^eh%uA-~7mvLlbj%^BteQ zmmPJ?#-P%MnD^p}@%!&^Ca?ARdn*ecELPIMxUTj5D zia}w8S|UtrnM+A1ym#1oI%y3as%%ARl@g#+-mXGFK}F1YjmlywichhiN6X!Y@Kxa5 zgnp84C8A4~p+GM-fyzjLa&Iy%t%W7=LN6#1c%H^+~(Ru zIxTEFYJ{BT;%wOY$$P&OL+Waxz-8oU&l61zljbc~9IgF##(X4&^xjjlrq2=xbJORW zy%v--FcI|@P!BiEd>9iWY9%Xp>u@^#;zOvu5QsY0e>~16po$Dye^l689#(p4{w(7% z0JC3;sc6JrUiibqa@LCJHo5*cT5A%Ea0yPPg(H}!bOePM@|rC18o(ovF2|%28>eaR zJKsvjm(!Gq?c?%UX3K{$UWeQj2aesHo@7>56M+$GLw7 z{p+1UNVYCqEQJwc+(wg4&Wy&C6T?WCC0l@wbu?IdzSC;8ui-tSmR`GIu|svNr8!eW z<3&acgR~`41rA)EYO&I`Cf4$Asq#&NOR_Sr36+^FB@-&;3wUUZxKrEW>LX}QPbEEN zblj0(7=*ooARq)P)dxhH_ULT=N2=2?e{2KghA2$4Z=>ewtsC~P;;meF$({}t@jcZm zd+)cH=czUNg62ygpm;0NU9=~GrF?7hE;?EbQ@7t4lz%^M)9oZD1gNLc9GgSy9zdFP zaS4I{!tG1AlL2=)po94lWU#*q;~%_B{fg&bzX$PIuowTD9MpDafgPZB>!JP^;ge|p zw5tXJ1;7ai%&?{fBOk;(J4kT6)}wy7a(x(orO18A#9WQmE6$ zBqlKcw^?N$5rsX&FdtkB^Jx3sS*ZV$U2S=G#_%^Yh|4})Yn2#VCYPD-{pm_gDVE&v zvR}LarTo!AcGt%#Oi`w;wfFk~F}kIVTf%(CmUf_b)Y3|AlWyq-EH1*ya$)pS>(?-&SENEMhN9|87AEsxQzhqlU=$8KgW%{oGAv?1 zzod^H-Y2Mzs>nvp)Tbw*u%W%KyYy6^?tIcK3^FG z`^r&b7qr5vEq$j1+mbu+mj>d^gBHchxF=*Wu{p(gp1G==a6LecT@i)ShEGAkI)lVt zjOPQ1pZbHPvpP0j0Mv^W=Y4VKe08kdhmdu}$4t0`;7*=>)E5DoxV^`7(;XFO(ue~k+`_>_mWP?p1 zQ$-%oeenfp8^GE<-#z6r9ECR|@1R&^eaRVvRK7?;Nx6b3$)sF?V|PCyMvU(3aJn2p zM9?_ynQ>C9h1F4tk+t1wb|pG>OJFO)Px`PDoB}TLkg?0T9*eQ2jvRtoU9c{=6wv+b z<#hmd9lC7LHjAboaNV3T9o!VR&78(sXir!aZ<4~trs7^dyz}l9m#Fn;s%p@Ze+tJQ z*p63u{RmQQM9+*)^okSQftmz6J?M6cf7KUg1?VyeN#~xU7JpkkTXhZq_=tP?qqBYB{&jQZzBpKHiPN!~ z+EH72;ju6?0Nij*iDcEy3Gs^-0AKp$=q)}zWFFm-$y6O=2^$qIhmlE=W zLEJyW!%{%9VWw4-k3!@5X>A0T57_I1mv1|2&fX zM?d$!jr_XMzTf<5fs>w0S##!OS#mEa^5`E;A<$T&xJXFQJ_&MyNHs}BED4F3q~_$n zm|Ib=9W8FvgR4QxsoJ&whp%%A&MfS*aMH1D+crD4*|D8`vDF>hwr$(CZQJJLubHZ; znv1D(cj{cf>+Jom^(@0gfx#wAwDUF5O11Si*ZQ@#g)rjRuj4KbX`x@hzdsJU-me_4 zT9301eW%m2r*Yk0jzygE)UFEHI#j|~bSRTrDai-1b+7j7UvTL8)2Hq4paC_q7KCy3 zMC%9AlWS5`*oBbe5h4ESts~>*g@vP{X7&rC$9LF7Sn#}Hy#vlyWxc`A|ZOz-pP{ot*F}xhW@DP5jj^eqg;@3Wm@+>aLjY`dFynSp~UTR>EUY-AvEsKl>o zN1@~91`3RTH6i;B^hGxEe7Z?TlF3Wu^t{@eICEnl zatcQGq9#^~xZIPwwf8Yy<7>`#u75zGWnX8meyKaBc72}eqHd9LPZk@ zPer7WzRePQK=g}W($bTfU3^4^H1q4c3U*;Bmxh(Ifpr#_i@h=_zQNrPhLD&IUhFGg zY?Ep&I%G^TOY5G+D%0ZA(EOUYn=`4#dU#E(n8^oX@Xk(gssoES^C@Ig201$?8$mhR zuqWSwSqeFRD{DPe`#y{2+Fot}CD=nHa4`gX(P%e(gpNH*YepU>oCLZe?E?oa=4LHWVq`bG^bHd#;j^u$pL(o z*79QLqB8WCL=F18VZsspQo9n4#A&<)*gPQQF(IV&XzOY^)e?dRXZeTv(CfXX!k7p_FL}%Ao=*XKCqLaYU%z^T^C&nJbgQJ>+DGj(NCs|xKkE6~Q4 ze8uYgA&VSQb?qwu)Hhz`ElH3>bW$PfY$jYR9qHmorO*>nDY=$u6z#U7hAV63s6raw zNS@lr=wVpOq}A)Y&5Ce9^d@XW9>t@W)MTWVn8v4{rEtMM}KWMz1FOOh+5$Y8<(d z!4H-;su|=Tf?$a45xo$n#;m72g&)z^zuoQUI#ZjcgAT^#5!K%lJ5mtGReZYB8BK0E zC{xCU>VSoEZn%;fyqP1ZYUDF#iT+^=sz=PTnB@>B-VLyn77!$i48SJqg!e%Qk~a)@ z4+~Sz$aBU%TYz(bj=eqopMP=>tEv|b3Aft2ld6eaftyhUoC;|hs2cS1M%MJAK+8u5 zGT0S*J8FAaq_RPM|KzAGrqlJP>k>Qtq4xt&o!X zE9uUsCBt?ynxtm`a5R&VNH=OMt!*dA+Ce&(6u}P7<;uB+B2 zc8xEzdL0v}Yv5!^V{GnV3}w4RuFMr9M0Bhf_hOlbxzg7JMJk~}&YE39*2A`e4{sxu zp+zbT3~y8`vqcrfO;W60w8>p6GB?U&-$2)-iL1^uRh{^YuZjZxZ1!Q$x7zXaX98Qj zrj0^exIFmTHZ&~jU!xZ9qv-sQOh?xHT<@{OP}LKe5D^g9}mxS8&VcLT;K&TF?vk^&7D_S~r9Xqswso6p4I>==Or<`MU zp^m)}jhxCB1=s1BoMfNAzyRrpvitmZi??9GDr{2Vt~oKjEGa5(vM%H`W7QF0$ z$=Tq}Y(C-P(bsl&6shGyrkO;gPhQ2=gR}azFZoboNnvLt6Eg|*NPP*<xL7H_p)sBj2g#x(5GDq;EV2is+XbdmCR?gx7&4|{q0{mpx_bECK+Zs2hO4M54*ds zni=lG1yZd|X!A7r*F%HYnn33FPSJO6`Nju!_tnnt)>k+pr{9-$_vsg|_agMp_n=fm z`8nsOQV`vTN3JhA9GiqRofM7ZCk`CnqC?+_SN8J^7Rl+~L%zeE{gdB2?l%?UXa}1g zU9`9I2Bpg8K0s$5xv1Z9d)rE00|f1_D5swZR|eRw4ap!J-@(5f?|o0DIQS@Nt`hfz z-9H7MzPT(r^^U)Ho z3sBp zT|O2iZJYvDDZK1~1;S{B%bfG*isU~en^`Yx`+DRTv7C)<_e5aCU4k)p4R#Eba z6PD^ckVfB@X-jP_@{{pT481efM3-J0O?S^WB+Cj@if~@Hlxs}Hqg4|(J_0Eg-AAH% zrVL0HQHIo;6OWboHKUj*ReUH$+kv2JZKKQ)e9AfXTCQfmyE3XBF;ULWp7;vj;vfyB zTV<{!#MeYQ^+~!_S=&k%os%j;qpTmD z>Uli6orfP$QsnAq(Px6<+R=?t2gtXU;*yHs*3U&p{T#;dWP`WjH~;c@iuC5bMTU{N zU?4jS>FBAg;?Sh|U*Z@(Q5IAkSCLjszn|^;0unGr+|HGwiEU>;uNbBtbEXHJ^;n3A z0y-6L0Gl$!1Zb;J-fg1J+|;wSr+S;zjZqBkbk3u{Zz+?408dq9b)EQA3E;EXVX=_j01;ic) z3MKfeo8N3}hPKW5Z0oXGICeGs8~?g00{YfV3-W_UkVKGF0< zB%G*pQ>@uv6H0Yd7Ey+2Q_wX}G^Hcp!jgsr1VPbfPz@Wsq~{GSo$5E@Nx?71hRm>E zo+Irtx->3|L}>whI<@NXLm_H^N5StDLZB_kRFzW1X3l82B4z5?;;xj2+jV??32B-D ze<~DE__e1W95ejR^Q669q_#(14XpQ^|23)@Nf*|(j;pU|)|TvJEt?fNTj$Un+(7)GX`VBLTzz-*^e8rfw(-4)iDgPrh|v4y$OWC>2{8 zVMd<$*Mmy_7a^ZA7E0?Tl2uGM)LEbnGGk;TYIkt9Po#uALEk<6ne}By_GjrzTGK$2SYg+g&9)w(PXJqg{~) z-jY9jnSX(S4r%>jc9xhb7dXY7NYM!0Pc_aGDok(*ap(N{1=owqYk9+wM|4ucin|5U zZeh&0T!Y26nQMeSs*L6i}`pN-^W~2k@QD`oDVA2q1Vo z>gPIE$m5yS;?%s!owm7Rg z%|S7%;5npr!;Z0PCQ_6+L{Q5s9WtuIKPGFi;uk7rqHZKCjnsbC1)FEQ0ys7VySoQQ zSU!H*z*b}_AjTuT^1V1B5st=N;@K6af_^m>9jy2T2CY*fKx_tyucQ)!@QJlvvfm}V zSO?W!g^drrv187(JLKD;xWiWSnZO7NBP3yhX{{KwG}~3#8rCduHOU|(o%cfL3k5i+ z^^_pys=U!uW~#lG_w<`0O>ve+F-bKmmX?7@+lURe(F`T6`W>#9Zk%;Sc95Br?bp?s z;EcHogZ*jEA5d2U?}~8f_YR(EGZm&PR@ZU8DMJsH&fu__%F|}xQAzM#x5zWF{z1yy zUXYhDZp8fEtxm{izQbk~S8Ifgw}EpIQmwg~#o5paE2OdMjk|>4XM^SlkFd7DN({3; zlk%EM|EakNS+j!KmU|UDHFdy#ZQ^k=54GjUth3inWu>FKZSC17$0iiK=M4Ak-bN^5 zk1ubS;ILS1Vcu<9L04N}6&VIUD7>C6G;!y!C1OaLvReD2x#SgTI38`}_dr-_BUH5! z2Pfig(?f}Is`^4h8k(ZNLXP@s?4=GW37@JkV2d;z0G(&3<>;ZSd zPQqtig6)(6EPj$C#-`X(8`x~B8MN2X?3!6A%qGn~%ggu2Gy$rA{+C!PV@RYXY|{HU zLEdcGyPy)Df92TyK#+dmwr!91b&+!9hFn@lE-dM@$}4qqT>njvMi0));Fj`K!f#M^ zk^yX7G`881Yx! z#<}~19E=iwpK!)^;+rAq5NigKm@oXOC)J&p-#wpQ@X7CHoQuuo44si0*E82AIuBjJ zOWiq7>TeLAkv0$f81oQbxS#3bGvd5S{6|y|RLk?eFR*VBBoD~dxeSLKv|d!WCyN!g z&3}&1SBE%iGn?(;w+G?3dg-_N@qOa%U%BXaFjmKXcZ7U`y+434Zo8SDSm^hwTeKbR z5|8$PHJK0=sNG}O6QUP?HuG!NRZCMxf0z158erTCT&M`Dy;1h7_D~wE+#8;3@XI%+ z_8W%XI-XeN7j$8IE5)QZP=K zbW14QVtx1-mN@Q|K6yH1zUdj3n{PDUGC$xx@%gp3M~_cDTNHg0`rqa|q`vX0m-HYi zn>mZR$1C5qUwJ=K0Q21k0h3dg>(v~n7Xz&(-`aIwgCZ{R>38DCX>xxKD}IK}|7>zq+b zF*Jn%=tZquRUrnIYW9RFc272hUlnJEwzI(I(;n1^=cm$dXbmM1wt3UJl7ECfF*qPn zcbC0S*Bo-lbJcT$fe#8Qm9qaLeubpnvZ@P!_zIZ3arX2b2bg_I>l>u*Hm_Q=q$vV$ zAXA<@>~g;2O-ox%kmZyO@YrZ7@=XJs*HKUIJys;MZ1T{SU~B~68lleF{oq%dVJ!sVEX3{~h*WmXUHhrOycH)mzDEeYN)!?f&Y5Jn5)#3~6Yk$f=KwIL6 zomcn5FZqwFeWI<5d0hO??G~xdJt~C%Y_7?qF~~eVXP6-%Vk6MW`<4=nFx0K)6ZRFV z?oGCo?~SV}Kt4Ipc?jZG1wzb{&2Q6hawp%Z`9g9AuEpG3tMFw%-IPaz|0!yKZw@a~ z(jeGp1ogFrDsh(BMu3)k>nQ5*8?J8~YHfr#+-p?bDU551f2BSen#qB{;@#dz zQh8Hc)!cc{X*+0JsYb?8i07{MlmaBls!1I<0jtT55h5`x2ZRwL=U_n}AP|VE4x|qb z96HSNIn}AM<7!Hjo+FKLqzcF_4YEQxR9mwxj;Enc_i|?5#uE@giH-^^0;+MNHUzTF z3RC;X;ZDnfc=NZ!@uHWv8*kQ}1zX!<4)8lB4v4lr_9wM1CaOGx!pNJdU~sURF17+= zFH6)Fo8iUss=sF9MFZNDDt7;D4sM(4u_Yz_$`1XLq`$*k=yO%#LA^rWl3TuwK5^*^ z_8IwI^#01fHu}83fUh9oiKD_5z_Z^j^{VyPd|P=80hrpKOx1I>Z&{w2WLD*pVGObG zN!=twE~N&u2`}h|@KYAc5X*0TJCO*!Z}6F53{iYP>W2RlW#5dD)Emg(PLVHTR@Wq? zd4KDMXl(=1L-#FtPxR)^+`(m6_Y5`DL~*k@p;g9Zru#V_q0l@sS`pT0OC0~&xK+tp zgdp8A)-ii8r~%L6eN_gmrB_ArU{h3?K!FoGIlHWe58Y|UMw3w;fqQbE!#dFb_+AMX zfd&(QMRpzynFBf^!{$M(hZ2!>=h2g;|Jtsce=d$1P}n#0HYP z&|PT8?7)_|yMm}cm<=>M(y)IOk#WC;M`Ez{}w~oQQhD&GOP4<_+fl&+B9U?Lw3dgIymHXmTyqk6xPua1L( zU+|AX{s!oLm_@$O$sRwm;rLdpx@RZlTcioIG-%sEUN2j+CcAVb6-Ul)tdUOUPtM#m zf@%J1Qo6T9s+6#r4Qqst(5+51$7xiuiB~JyjI4dOLW8#Kl+8DXFn)vbl1AEuyS^_C zux?9Cn)g+>2mVR*KJvrN*gSQCPQRoI(1Cs`y)jslWx!NFwWisl>yPrgNi#Ig(hrRA z{RMMGj00UjwZoHD=>+2qms5%v9>1>*s!$t|wxHCQvLI`x-X3EtmiQ`K{3Bflp9(FmxL+At`kc~s7Ot7b~`1Yv)m z8D}(d8U*O|iJ z3nhmxxa3e?uqjeQULg}vofcYmgdj>RLe)qC;*otC$f)1NyYB}4+40~iw`7x6Er4IDK;F(v0zyAUSPZ)GCFeR5(?z)P$ey#+p7$ z6j_3d6u}i}+bF16E~QFMjzz0gL^zVOtxFb{PMFJ5OrA>GaJoUqh?k%8vB3~w7zV1` zrFdJ$5^F0o05&}4!ky+e@HX#r6{y=?l+c^;{EP_ZUm4idt`u}7 zqthi?eOH_&T{5b6HZCyOoeiV3qT<|7vXg3q&1-|5!fdEdX0#?- zf2EFX@ltjxbif}GS@hPWX+i4V%j(MJWc2nNJ*gYpbTf7;7%U07%t4cf>jxJ_+awkK z0<5lNV6V$zyUy4L=0YMlSd`bH+iAh9}4zop+&xe`#)H_J}b%NiVL}Zn=uq8~h0K1bBqfjH}#%*D81`^9^#!3%#CD|TcREJf*@Bz>37hsUL4Tg#0v1)g-m%>NT4udyH zzK+zMn=_P}g6(20t> zSz&cVWmsadR?``?X+l>Pea_9D;P&~wh&+VKSMH-9AQg}ek|S4KaHC|Ws$%zogJelh&w7-rk5<{ zT#x>lYd9M8lG4>>w@z8P+H(_54^{OW>BxHY>8^xJFTl5A$s|o4+!5<;j2mAK8<(tMm1zqd@4D09D8p1D z<*|ZJvzse|PK!jvtL>zMcCy@B57&cCH=1_``HC*@z1nCJ%j1X8U?17@4K93e((URU zjeNr$MYr(tv_>)v9L~S~A5zPaUvt;Q4^rV41_x-I@*gaVf`f^p$$u!b zr1CB%4yM+&uK#)a-^RxOiR7xCE2F5Res4<0ks0)lgM$%NrddK-Hc%_os)Z<&{zauM zdFUl?msDeKw|51ZTU%QTZdBEJ4F8;A$UIGNnh)M-$n<#-{-!KG1`u-kK^u{KUU7AM zW#VFvRZmsYY4|!w5?e=M>1yk(rSlU>_;S*?5fpD0`=AT+p^v znJ|y=6_u_^3jdS~82|~J`1~2i0N0Lt`NJXHGkGfK#37ug&ZN3Nw-}&Ii%PpLD}yf~ zb84yPh=OOK-Ym20*0Y2=>BQEaDT8oYbcJuqiLX^?qrqnrYuy%FfH~cIIY|QBRZwUN z%huUe`iOB)HHojL1WxqWsiw&!hN^{e$9sbE%HmW-?|(8knCDmELLG2h8dzu#}F+XNJa%G&#Ll*Z;&7*MyX#~z^JVuEq z9h#b9Xv&sI8rEkXkp%PO!5}Iw&J3`mQO*k)m~{`bJSwdSV1dmgDmO1~1n4ZZ08#@t zoyAgBjIDdspn_mg-c3XdM%}>EO;GLBg6Kj()Wwj@ERM6B_VYYNLL{-2-K2-)F5+(4 zwV{qpI!FSJYt)C@TL}001hqnTv7CdN7x0!vXFerqVAN2ItJZ zi9$p+hcIF3m=V-f(iCIr*w|?9e_IaW4dN`yF6KFKu|bAOmBg4M-64h1dFzWqP4_P zbBnff9`!^F;mY{>qAP~f+^__UDgTi|cN1A+8Pm)Ku==KvU~Kf!{6aA?**Hy&n7>B% zn-!X@VF7}dl(WTd)b5A4&irTpgc{RSAW&5oC#|cKh(6Oq^=l4@IznKzz^IKCuNusk z?_fQXD+as76Jj2sn*Sh4%{yfJ9lC@`ojlGVYmFkiU8b{>HO;k;*PPCB$o9bnO-A!U zKUiwy3F9?~@>657|IOEZ(93C3b25FiyhXtutQTpHbpiucnOQ-%ZG}VM?)8Dl78c$3 zmfvCbvfrlt@B`gLtB(Oy$NI+URlao_#}%qCd5g5>YC_o*+veDz{?Ha?lPBt{H{avp zopcs?#bR{?fp{?)kZAsAO-Y`H1i@Pc#sg`T7d&moel*(C_JVuBu=_k2g4=idyVq2a z?<_sH6`H{TWD(Q{4Y@mruv>1{Hs{~=1Mw&s!F?=p790$6OFOPPM5Iut`b0uF6lB15 z+ca3VYj2GiSdt!{(J4xGejJ&jWOY!@{p}+TyO@__iN)ivnW877K*Lqe0%lA2t=K93 zkVKVjC23m`8)j()==Ba&_bfIsp^&`)nx<&KrpHogB{P*uR&VDIkG(S3)9E z1x9G2WoPI*hiOkwyGJd6YO-2!uv-xC8{O*Fb!DP^*yRhv<&I!>$X6(CIw$)(Lh%b` z=(RfK$k&Z+E04R$2=Tp!AhE%_^T6geULd>E4v;+&DU=0C74&Dr6{9^G{xh*X|D7AUIAs)pbBX|kD6~EuD=wMb9ecXV z4t`N;0R3BhGQjq?ZXY@JzVWgM!43`-RNlk-U)qPiFF!pKSW_SDh9EdRjK3GJA!OoPJV+Fai$U`Kfku*+{LN7WMMG8*iJn!#6^^c@lB#8n%DKgN`NyoQOzx(iz#Qu#JC`tu zk7m17 z)C|34r;IYaD~-C_j^UvcwrgTsD6{zBCg9Mr*#Yj~a$Dkg$*l+Ri52K(Ox{MxhR7d4 z(J-CLv$G$da2Q{A0|pR|=>KKYs2W$-)~YANPj6YU z-yOj)bKe5*$erE8@oiC(^pLT-iBFb6JB6dS-4a|Ax0RB&kqT{!Km75(3x+8I&h_w{gkL$(zV|gh zpJkXe^LFj-@(CRTt`YG6!=w(qF_J ziF{;tC2R!h)MALNN+@6erZGBbzC4MTTom&YdPE~A>LT|cs*I$788_qf6oKf_w3Gvb z_yp$Y6xyO4wJ>B4nL-UI`^R5&o1}_zgV26ONGhpg^honiv#@@q$gJT@tURg{NUETd zg>CK+oU$m3X(`tRi&Cjtv^~v#B%(zhBuF$d_U96dHw>Yis|96I8v%;q*B%_%SLkqn z+61Zb4MVO@oXtI_y+def)>)%MEmlvF@IQx0<%8I=4IY1R=tCPr*_;1JTYE-=R|r#~ zokP7r^Rdqu-hl}K19E+m-$bMs-Jwpq#Y6b2dXmJb46L4mz{KnN>2AJ`PsF zA{fYS2nV9Z@#WP$RRI)iLs62+r48E(S^KH>HM^}zGsleTD)vwQO6MNSn60U4xuKDR zZK0v5kwIs^E;q1uWGE5tlCFFWTPtlnU29F9eW}tyqp_o~71;g(v)lsCc|dJyr-9ry zhXwV)RW0br%R%6HuFsucLE~g_q@o;%xN?&oV%x2ixSKxJFc3f zQEfiJMSJlwQond1YpF|??@K~<G{1Iu{g8#J@PQU)i2IB$ zZvJ+!EvLJm+Vo)|*st@k_wrwwz%csS`a@QmzH4(c$Hlqz1!Ef~3&S%6vDl=D)m2qY zvuk)aiS{bi9pD*o_N2O$4x|*jjZ1Jk=Ji^z>2|H*Qh+di~<^JW8TB4-N6hsj^^m8>H!d z{P_9{PsH9Q`p5A_aB?>oSmWXLeofe;1Qb`0DY$5NOBNxlZRBa~NDJrk5QrkVI3PL_ zne$lxH*rd| zdTaai&TZwIwm#W|Qe8-IZ`sF|xwR!h%u`V~5k*&6#efPQG*MMV8_$gGF^@=ybX}lf z?U!hQIwSW6(uGguTOzaBqRlE2H(roR)5){+&O@RVLY+>nNjdMK*~U{zS46cG zbGufl!lMZ3b;7!C86$`!zJ?XhTgp6qM8@v9fIe2fOUf)1==IX_VC!(%tURIo#CYx7w=IEk zlG!y`8JoGuZ`r3XV71+@j9Jr^+1WLfrZCcuVqy0Vl1?QfOq!3PIsoa2J!yK8wnk?) zu`{%3wCWqZZCa-M@o$Tt3!*Q5R0C5hAxLVY7R~101~XQ^USa5FT8k#iGGofo<%KmA zrX%^=O_RQ%@v>&O;Sg*@p>zmBp!ozbr?-)Q`tJ+z0k(evh(FQU@syVQnlhU84x$4Q z*=mC10zi1+b}1}%kgO2hn$iNX$UY_}u>~eJIvFbhG<<#EO2$qbBPBIgs#*S{N1s|I zd6nosMo}TDTl)txgsZsGd`BqWyj{iSXc#h;riD)EBDZt+b?H{(A6Uf&tf&+NK?BKs z{r)a+xS@~Il*bmKt{PZNCGJn6?1r!tQBUD6n=gI67SCdlz4L;v1OE&pA{1^)bSAS2 z@jKl6%0ROI$Q$tCwgCv&=0Iw#saVvvEOzUU&{~FF{A7s+qZlpSy_33(JZ&K^p**KB zCk(iBgLENbi-?#Y z?`%iyKX;ue$Z@GInW(rhI?!li-7G{02=?j#c*V@gC2{5uv({DU`7&zY`3|IKwn_Xr9< zYgTw5)eMU8ZzAJZB`aj z0UDwuPg7I*gW^>^+KscBuY+HC(?KaE(=3Z)S zB>L61N!Ho5oE)O*m0$PvK4iFC z1NusaH(Ozn9z7CNR95Ae_pYu|TPB!1c+Hv6SH}{{ec+k+nsG^Xrp0d_9v06r?;?@A z3ljdnx-P-p`yl7$&0!>%Wu{{`PZ6G9`VH2*aw@>##A&<{az`Q8ywMl+F(d^##-9%A zTVZYQW^shi#=$LU4xQE&p3?kJI+=znS7vwPk>6u39TQ^ zo&1_ukkU;?8<&Tt*NH`&lIN+_DR5aNJBJD>^8rMK1(QjU$q*_W9)Gqj>doN_qC6X~(^0 zKn2)Tx~-(8>f{~F8)VO8Spe)^swV=pI~#;o*-?^uM2ugkW(l~;VjF_@4^XZ({aMGk zm>wJkK(=jo8`bFwjcuLYE#^G*$=j$vo95x8!n->ale}GI-~HY^Cx5ATQ-Y9D+r3os zxiLA({xNkcDDCwSLlo`O(pO{gp5vL*kaS_%#Ky(rHh|77R>8gEDZp3RuT|vASBe(P zP}YIV25NB3kvB%P=?3<82sax+q;YpZi0#dBekm=Q0OXr`-!A zG`WROaJ4#_)&lk|t38lo^p>C?6KN-PDr`unStw z>?#@yZJAb%0oIj#;ZpH$O7%ytM>?o0LaVLv7V~BW(ke)#rGr!g8Jf>GhLi7ED!)7Mf2n@DD`u5O;*B7iQ8#RW@l@ogcPS$XZ>9!_D4 z;2Bbxoa}$Pr>g3(Xu~hS2*thoid2 zbW^MtCh9Td@`Wrj`k&?^0^$y$o_)=}Yr2&*S*D~?^zO>Pq^GZ6{`Cq`Yb>$L6zDM< zAMlvY7?Jatt{x?%&+<-i1z#%AJ~(&=yE`%aQf31T;_no>wXL6WSqd2!VUwFFMjz-R zSh`@Dm{(mHPEOdP%lRtjsu&)X+hUNeIU`M%+*79KU!A>@rVwt1oxTu#{~U|II&yE1 zPA{)EuS#?K2A6ZU|Jy9N*MdAV^K|k75o|_sLJ{01JTdhHke$%`;TuGs(vE>UZOINk zuZpL&$YOk26QF(d>fhBknSehXbrXZ0VGrUroPAhAo1PcAj^BqIpU;a1~eU9{2fuaW!)Eyh6ZQ ztB#THrhuY;z6Wn#On-&k(m%XHlhz`J@jkfO))IU&mI-w7BqBG_QF($S8|39luvYK8H#)4$smp+fnj!#hNfQYJMwnbJ3 zEv@>BTyGO;Z($T{8X2qgNKAE%Zj9@}*I3s1w4k;mlgUUNoHZ?VHr5%h=Q$PMowlhb z<_P!il5hlbjbDw)o)UrCrtQvMNfVo@4NbdD9#QmPv|mNx2!rDNcuIw#-RFBox1m#2 z#Z=Yg&{I42&QG#UIGKhy;uzmTM>nD>&&=;pQ{sfH9e>S#hmj0)*Zzy%3*=@X?<3Gh zIJ+Qvs+qz!lRvqTbO~{J{N46~I@$CB8yxz*cT|h9@|nh26+S(Pk=CMyK~W_oYOXj)Lm90WJdZ`CM9ioM3;6pr`nvBSB}pns;um+N|9@s zA3BeyG`|QdJGroE%?!kmXRWl2D>B4mPQs3oWd(UhRB*J{w#e&oFmDvVt)vX&caV!2vSJ4-3!p@MC z-1Ax5YC{)cLGUtZnQLl)@%jp?Pb(u87BgJHG>!-0PL@bfI1a_QSh%cHJ=$zbL8t>J zP>f^WM2&q!I7?$K-}cz}cIkCCivY`ucxQ6R(%SZ7!Ob}P6ID;Tw!>-(VzL_*<;VFk zq1ESSU}x%B#&B<58E8-Jo4{bRfjgu2rwVzSH zwJb6ULH9=pVDdW5E>&}$^*0%>j4|;$0UJ7{gcfxirmdtmZ>lS7N z-(Vw~Y-c3>v{xyPdD>fKuaTU6A#GJ%e>Zl}kw=IlpGq+i1LvwK_LFE)OQd64djP-5 z$vrMB+*B|Gd%4wZR&PqYZ<7h**McW*bL&*LzO|P$cdj#Ls-40lAkO#oCP_xU}rSetZ<2`^iq=yeC~cY8#x5 zuIcLIjj|mpH(R(v!bl-jz4JL5=>>55?TvfuRpD{s2As% z-Ltzp9$k|!aDwPun#u}m{kc&t{op64rN}{RnIaNClKCu8tmkDJx&9jDF=n=R$Y%P&+JCgp zjnD~OF9|MC7tq+74mQqldj92+wl;Nb`ZLD2dfO3_g!8-jha%}0a}+02J5K`b1bC6g zzAfIS%^ej6dJ4hLlgvI=487rpo;*A@$#8pc`TG}mPBy72nuN7ndcfIe1UwTwI{~vT zttUGc5cxcd-q)P}rhHl~F)<-@E|Qi@N#_F6A5b!@KUS;fh8f_vgQW6pa7=ZI>%R}c zpeo?NXPH0?+}9)sz%PVsrnd3B{bVqv&zMwU17gR^PnuHfO9%PO9A_9xSnD3huC#M$79~YDY?qKHw{r>o1R3b;z`_87ztPhNs~D?r^)F#;4IK z_odrAbqpMJgnfFQNuchO>pMufGvq~u_s8OnrhKF|m7mw-!cC6CTHgko;jA=qw9@Q} z>`NMbM0rd-QOjYSA+(fjlYeX5S@zQoXi#QyOQRnW{_Jz$=8uzPQ;uxonY=>%LF!yn zZDD$Fc?Q&KDtKB(*KK47^m_3ez~pS8mP7HFM4CecK-H}=cE{b(<}rB?X@pC z;oeG_oEqaAl|f(sSiYB}@(wV9+N-1}Jmd8cj;HrhizB?p6g{ktKok`E;3D#b5edv^ z)Dv)}d_{vl$qz3c>K>sMQqg)}GYjpD$$y2L2eo%axNy#pla!kP2&LSkYq{>M+eYzw z9Zy>;vP&-a9yFqgPdxF)%r?(TmEi^XDCg-1?rF|C5SvZP@7Q|cH8g)^pi-aBBjagl z0+gCwGiFk-Sg~htiy1Q6>N7{wqmuzSFw4TvzS32C2ml8+vN6GqO*Xpp- ztp1Cza|-e#h|+!cv~An}wrx+_wrx+_wr$&*wr$(Cr*(Vp-iRB!54&%b6;Ur$=VYE! zncw%b%)~z5(AuzE$6nXMnN2ZasnT9*>C+WX-I)5TOUo(jbA#@joN_(F`PmT5WlU>R zuCWuHJpV_*xL&-?u`6pn*%VqoeT4t5PdK1TH3oC_>uW3rI{K}YO#h}u1 z&AH}I3q~>|Y9idGubR~SjV&cl#;$5e>;S_|>m$2+dDrw{h3FZklSC>@Z1m`atjzH8 zSC9d%rSt;xtLNP1;PnqNtmF3@u82;tUx1GfE7e#Dxpp04O}9Wz%_nqPmAjq@(^!$wPfuLZP|8?IEJdYx;}a_&f~cueNiJM`%U z2HY3kty@tv6}xyK2G0W(&f6e5WrscLz<*C?(xL5=dGJP`Y$Lv1_uj8D#Q1&eBcB^N z3UAgJ>_9wLtcpp*+Dy_$YjkHJ(7)rXTyEbD2PM8WqbF&M;YMy`pLNsy;l2sVz&8F? zxWS!`?$d%}A5L`tn4NhKwS+QE%5cM^pDQb_VeZu-4r{bj>V&8ki~WsFJS(;^QBF6E zi5b^{JmVh1F|M9wUXs{o+TkNl6*=!&H!$JZRzfm|c2I_)#~}m7dU}_j7YandfFs77 z({kz!P`iDN{*cjvU65OexeQpIIFwEKY=t~#GugO+B{5l@N&8v_sWJvD(3>c1G=~|k zjWi?FV%Uyq(zxfmAcf{|o>z8&#z?gGq{5}y9Q#L)nc}`?IcpC#C7d8Ou!yyiFtI-o zxuwM?k)z~$ZxPDS88}PBw!cnD79pP8CTVx{N53*T=s!F8T-Nt zZ)u2Rmw3g-cEng@QZIT)mP4p+OV7^cp8U5%#xyO&l;S|TOxr@|%vAn`EDSH>35)6I z{Q3fF5K@B z)mT(k3z?meGrLc7=U9I<_4c4JVGqoa6k{#BFJtO79C_FbyZy@4S50r!YIZN_L%t(* zc8c;1YY|Eton3&@l@f6tc|svi>ynx;k)#^2|SZN zE_bdDP?R^C=>WhLZ6o@238;6CRlPe!$1GXg;O&n!gqJU^E`pm7n@*i5N9Hxd_zUgv z`^E9QYKwTc9rMl(!_MciXYJaJYoixLr&9Ng;rpRy&s%rq7Rk;_#?4P#l+XgP8hHPS z=&9aKU=aIr1%q8i=X1;#2HGqJD2^v zOTSx><)X*r`JK&EqFc{&C*B#~sCL(rbgMMsskVN_I}Y?#y9s9= zhwz(+RJ9S-zFzv-jOGMqYgKPm?}z|madl@kw3oCYR@zvG(9Z|*f|8b+ACd%I->0J+CQOO2m89$^LlrC}C@fQx6JC{H8VO_~UoM>@!y&`sU zhEXvrRr8=^xw0l2b@lLB3W|VvP_rsyWW9bI{P2Y_IShMx5DV#F(H2|!MZUL_r57W{8suB|H*OGFmzd#{8Q2$gm@kHMYFnVaB zPA7T`DL@j0gay5m{*CUvTJ;uB=AN-}b`v+CP|2mQRJvD;I!^*<6ISpn-Y@YW$f_Pu z7QY0O(qZH?==>#mPXKOvWVjUi=W3#d9z3xkbsBL=U1-1br*Oh{?a0!)ZT(VFaw5E+ zRZ*a3sK0rH@S9LOHT@4e)h3YkHzCy>kXQ7-Ee0TVVlR~PT%q$3(}JHj2#n1G&S?)i z-2WgCz7tG!gjA-Y8)P~MjI$)PS|uA2X9cD`2)&D~3ffx7I6E`k4`PkWGe+L~U`>o` zl(;8u4gHaj-1}}#<<&2l-aoF6PHkqS0rq9brPXU%hh|N_F>1=lpE>1P$9c+Lv5LKpBH>$5!e!bs4QYqN*I$nTqxJ&|j&^#O){ zXjiBE#q5gzO&fWOph57RWTUoe9h%VRN=0%iN77hJb+ASzN!h8KKI|&NykwP@ot7>% z%Ay2`Wg3y^TOg{oi=Fj^@=VVX@acu{&i;;oT@CTNbg5+Ra;JK@Vg_m9g~2oY6&aWL zGJx-jn~(a1s6E6d{=I9Ux64A7m$Q4dySxe&eE>PkGR<1UkoC$TZ8Sne@V(JD>$>n{ z$5Ld3{ z-V9#K3I9xv&^=+maB#*mfcrsP6tAseWU*$jm{uyt4Xy!^-=kMCqpO&ys39$W>sp0| z5FigffVcV-<1;G(*LV}vuTyM3_L5(qAqieQ3Zx&q+Y}ox4Nr)JKM?)rmvDX{Lv}u} zFh*w(FUSO=bJ+W$*aQUIy)-OT8mhlS-Z6Eh0+8(Nzam28G4_e!BjX2LC(g*pqc(HS z_r%uyjo%YeE$!ON+H^UQ1`zl0K7#pNASBs-WW9{teS#I{Lb|Hi(Z4$D5@`szL($nuThf({%$FJh@ zLtxz}yRYx>f-3NNKs8;XMWkjJo_j40S+0Tpdklc@N~MsmTl}wIPb#;3ao#T7!1&ie-ljjEsiJ8U8}HVf8?KYIjYm9DKCFiOUW6wWX;GZ5 zth|uSMSHo{9KrRE5&e5Uqr#st8N~oteQ`tQqVh|LNZ^p|$NbuDa4auw>0@qve0~D- z`&!NQszAd8rjdX+(8Sr`Q(Kd4<3Na{sDuMT7Tw^WnWG2kesA(UV=G(0Cc=KX;-tSV zfL1!@H4ctS(HXAcNON)jf-qDMfrLRUqS3r)s387>C4FIG61omGt07~??Y4!T6iddZ zvanT0f36cr%e-c?-v_I>1V_QrG;7+Lsp3Ny@q@3)6@l;tzhN%TVlHhALzAT-u827M z@tp~RIF=OUEr}#Pl9pJGJv~GAuh;PP%9Y}?Oj5%M5uETChsPPZ$C(#Ye5kt>ZulSa z^fEQv@QUWJj#X02Ur0|hhNGY8xL2u`>F>n2qCS>XV&rKmJgJkD?D6xhaq)Ho?q60o z%_uaM6t`TF>2G;i)p!5Yv;5zK$wK%7**R(s*AA2ap0p(td!=)_7q=(SDDG-6R2_=# zWsc!~A)bA4+dhu4Wi--cG%^5V#^KtENHM3?Y#LX-l#}RCSG^M3s>cn?9Mts0i6DMe zQsFA1nm`WB8-rs};|VXEBw`j9aUqhPs)Y>et41>y%=g=n`WMj$i-O$lD+P=1YDM1O zT~RUqQ^?>Dc=rx30v>=m$c>hYas!d^N|kQRok0=bEvAant5i7BZIL_@OO=4q5yMQz z|AWQ#&oO!QYr0^bhw&dIZeozSp(;!|q^W<2v2aEL$eASHA%G-LfYJ|45^0gL(4d(K zeOh@~u#*XijXIIAAgSNB_*aceNgw`XdKg+`^pPfRS9C2CN#@3@We~@4Md|}9Qzw<* zk8*eeLI~OhylsI$6nfZk!Exc7fqwrnQ`!mTI2}ojYwZf~*AcNBCs-}f&8WnN-SE%k z*-7KE?W8CT>WvNA9f#1r5*|p)63_fIV>o_5W1y&WodRm`iljI~?}fU0#MV~2tz~3C zjDXTAnRa#4#9e5|>xJ-IfKoDyYv_kxU_qSx^YErNm!Va1=K8vJ3DX0lH%4+5p= zb5v5AjXjPvEO`#!THlJLo3Y%H#ES7D(Y?5d;89DTnc|c08n^wEHAK#a>F+7Rdwxp# zZS23|_pM-E){U|^hn~k;HFg73MRV)D?_`s2QfPi14WCKlRbVoFg^4C94R{Sn63M+Y z22Bm%#3b@ErG9w>xGJSpwSY0DLRkANnd6A??;2#ql8nu=IF_Tgmf*A(2IHPm?K&G_mPQY&PpQzE6I&K+nYcRQGVRjHxtoUmDtQQ_^y zlY~X+y^6Cd#=6M7(b|wL%*0GRMf#Oy;LHsT!|EeWpbYidEGP60GK3P{;pt=J*@O$*Pv#afBb+4BvuT_niy`4=&=|4+N+2dUa0nddS33#h9SCP zFJz)hkCt4o`##qA>&<~zB2ua&$o-YrsH&~dxn0YhUC>ZZUGZ>h2DtZ69E5|CTLhPb>M00LZm=5?F~Txn0WQH2T2e(6+4 zV$?hJeG{k=E0nUx-i+s7LFVRb{oM09i_f+H8N%p0P{T@ zL^R!_fz_9PQrx{~Q9Cxh*pMIe9@L}~lCbB?w8_gIk&hTs>r0ly@tI^q`tUs*F;jyN z&kZ%Hhj71#I0B*mK)kJ%pwQwUs43NV$lJKD{2YI%N`P=E;_MIM8WKaBkflwrsMj_g z{F4~P7K1ZEG;%g+W`y+e7qm_u2)Th!n;dosH*L$-7`-vOlt+7_9w{EHAjX4~^gy1l zWQ3=+s^z#M8z)Y>C*_Wb?V{7DX8)2kCj0(i`sjKCMf8%lmp9#q(Z$N>WOg|~6ri1p z8|-T{`t<_zQQE!_@api_1m9)OH;swx_oZfd;qUGy&RHHGpi%%jGek9xm}3x&@-HvI zG!1vCQ;rHHXY4aQ&!|RYeV8aBj1p9GYuBEm0UWB`Qct1fj}|AUX`4`P+CB)Aa(>KY z8Yjp*iQ zB`#4lRX0es%>5o(xRiXHh4t$QN7eWl}((EdX8)FSc*tz-tLZvkzB?T8S`i z)2gaxe8f-8N7*AjkXB)8iVG+-q4_2b9h{>S>lkkEQA-z`R3-^)4=ez~A}}fBlxFWw zNu!XJiPAg7isS%6bs#?sZ`2Rsz=;^*lqde%f@xYo7NqpnYzoV~hCZOb>4F;}@mdqP z#+_mr0?Q;Sp1}*maLGR%kNAkln{j z6Fu-xvCuxvBjJ}95@_pbFpC3zgahPo1jDs5Xh|er8f{B{h|LJzI@C$ngN^2KGy3V# ziWIHW0QeVc5J!V~I&E*ROeYJnNk)ITGZvmc@ON<L2iANVJlfDfbJb^hEHeUnHTpb`(qx z>eM)$It^Xu9|tfRj7~hhgtq))4z{T51iVm3QofC7;~n#Oon(9b@rDGRv^Mn9n=u4F zl%vPiZE0M&Ouo7?O|A%GerZ-3+Ul=f#y6<gyu`#rs|h`{cVJ`ePDn3U(-7 z(*r25Ehjh)P}UpX`;QyAGoLXhxTCZl(f&rWGrGK$0-*K?Iel7fNDga+I=X2l>R8IE zih5}BkHrW~9v_8z!Z+@(7I9i{l7&35qQObvs$K@x^s_n+87ZDB6 zPO_Gq5CjX;ea{8cR5Gr;e)&w@o0gk8hy+B9-!aRNM#j(l@;;$&kduZ>0ymqJFMa}5^8<_=TQ4OM$ht6Kj?)`{OMf~&9}R^S5^ zl?<{f21r@qO3JX<>?{#5=okMH#DJf zeB;7@GWb_0%vMA-Y0=XPM1T5qYbS4PI{;^duLGS6*;hsqD(OUt(E0N;qYqa+F{s%1 zS)4njRo3`{olB}$wFq=|tTPoT5ry*mUx&S}>C+bW9hTyt-&2@4Cxly^D1GFO$u&9W z3g^J`!Q+KGKzfBxa?quH5vM<8%g)jX1-Jh;VjKb^ZkgoKR#O-P%G9b(K`#Tb&IyFf zf}^zLcHD$PS(MeDGzBQNs*kOKHob?=U8BfR)9h2z7?jlo<@Y0kFD8XMVh#HTWbThK zX@el+AAykXdCFjLR7?NkZ^AU0&qPaP=N_+^)1RC%fGMyhTBeU^7&;PPMLye6eq>F* zWa-3G3M5?Am0#lft>m`*Y#m7B!mV7!UERhG6Y+}l6;-t06CqA*M4lb-r(-ymR*0)q zBi-ln)>gax?MSWLq)52j1zOCW6_%k;Re8>0=|o22>{1n&cG8;sc8Kxq|_=72%-;7ZhjvvAb8dr*%} zcC zNOJ)73-3YRHv)E(qv8tF2lfILc1P@9?bS^NO!s#vh-itC}(2Ett=?7K2 z4C6Y>SBFx|yO?$QM<@p-h%&jk%T$wUl3fB>lMz}|G3lnH|4+k@G*+^zD-3u&xSR2Z)X*rRMnV9(I~4)?zT%fWP))wPt?R#U_5ELKU& z6iwDuT$Mq-6mSreXq~uzGhY_)##?#`H6Qf>C0QaEFn*Fr+Gx#_^v1DVa?6+arLUC9AM8H+$ z55`!U*>!p9xn-92|Bmu}q{lFtH1Qhk!hJD@S-iV32rFE;9xMt8Pg^83{v8cXQB)Nd z{t5BT*8-ge+jGp{+oh6^>@)5=*d3U#11etRY*B{|e@9Tr)|L;KbNC%94_y^H@+yaT z-z(-G^o`m~t}?!zn5Q6Lw03x*0`(z%zz@Lz>_jwGPfPCmNI$HI0Ay_94bBBOE5}Pn zw=rJVk*mGw+qc7FO`aP#A=d|glX6ryO)@EN_yv8KL0o}TV%?~4k&=SX?W!QIlF?c9 z>nT~im3GO}{|{`55d!~{Jz85#pZkJKf;;V`!O4DOuS<~45c@xQY$Rs9bEIXRtNuP- z7Ik4l0Y4laDgVk|ojip_`4>{fTUZz-RBl}5t9_MwIS4k}vr8zF+D zTJy&xy*>-^Q$bfBqCv{5(fF@6O`CLWP&RmLR&c@zuoeSb_Mjl2dWLnoLgS@(dJ;Ha z0A+*u_o$|e8%@FG2l>1NLg==FKsMcT{Fm^?LPaTgW!#ZDge%*bCj zUp3)Pb0Qg$$Ir=tjc1mPnCtnw$g0Zi5NfsUXSREcDENldI%)QA+V8Er34D+^j8d6> zf7<5>{ErtA6nLN5Zv#vcMkT0{)^u`eO2R&S~Y258e zUzaRSBX{QSDTm|7y{V7kG`sw-@4bl-lyE^-|%g^#j)t0 z%NpYGdf#&TUj)6re|w~Usu$Je8oZsT`$%0H+8w;F>^nZgcl$=(?6fN;8PX8SGN zdUJPM-FXvqr$+F8(0c6vwlRDIQ138I3STR!ML&ewbv{r=x{9oo8AFtGF+3M(0I&be zx58IaNo5!q2vaB`Nnvv;vqv#>R`b0htav66|kiIKCN<8KRNlmEx1 zEmoYcT@XO!U6Ht4#5@ln+?FR4z%Q@`3lQ~}LHb2m5LQs9&l)anLd6_2>^fmbBnU(E z3d9HPFcOXmN@H2yUfX`MIkHK>-{TEokD)^Vr>$$~FccbD$*1ZtHQ<84&f^Se`z33V z?b5FgaJE)N6W3tOE+LP7CJ=$3+D`UhQP%ik%0^#cmmE3kBOk!0s=glyYPJQ_wi79{ zE3PM{K}b%ak9aY%(2aEHk6&iU4l^c=YWU(&Z@ofNrCErPJ|vZ!Vn&k^hRm^|ol+%k zkaip|Jb0OVi;SkINEd3nd=|sEMHX<^GHHTdVjt(_AXu(mCEP3zB75bwFd)A#Z-BA< zj<0W_coqdBp!oH(H&xvdss(IYD6{$zi-#mMfk!5EBerqC>$4}P6{L%%Im2foZ-6g! zv%02joABEJy}DfaftUTY4hkOtdo}6x!ph+ah6}gaIg&H5euKa_a7K{-9M20up`l5- zDV$}w_rYlb=}xvH}yrq5n4un+il|7)9cjpH9VK)5cK?cnRNhVwroB0 zwF~)p1Fvd^^#EVx5_6J2&lL-Ego`0{NLE#6Tfd~QJo-;MyqEsJV%qNA%%@?00^}F? z|3)iT{t>Vl8aR?F8MvAlD>)lDoBXF}Jy~f(7DW*At3-#(Mnhfzp4f~^D6%>%LbFN; ztU3Ubkkqkt7FcbaZwmsC=|kLpzO?nlUpmMvbF33`y99Bkh<&-~qX?`!pc@GRvwhKyXGq z#eSZ%P#zHsoMAE2%wu3Y;V-#0nSY0Fse8!%pE5IHlNdJiD|PynAkLCn^#kp4)wuf z!vUo@ey}552hG-SyTwT=1m*3DGM)Ibx6C5lHX^_Lo59sl-(OH_L!*F?(L{4!(7{H6 z;~^pOLvC$C%(l;7n)4+h<9)TreSbtrhzr^^9)N{SHL72h?>!+`8vVCG0V2uNygE;# zhI-4u5Ix52&(!zo@6n5xvj`8*+TYyNM{)6fKAopb%GHNaDvp@AI@2C=Z|`V3S&j@A z(u1=!9Du~iEIh+LcIV^mU0t=r!O}7^|7Yd(Pv&|HihHhOJ0j^ zB1YW$bE|A#TDO&7ByG=78NM*HiIn6OU_OYM@r#J-71fsL5$3<pEVX9^aiVnT*t2?@{ymJD|r&$db_NnOX+(069> z<}5z95U+(%jVqF5_04YW+n1M<4?N7C3%Nbr-#~SNme>x~#&H5ffi9>@fa1FJesm(N zoN~e*8TDG2tA9C;S9u#}?mp&v*XwHIHe<84zxTM!N+or>_M>=RI%Cd=Mtn_E|+G{auS{amHI zIxt6~!Y#!plBx1|r&pzaT}3I9e2VT(ZxYm84=eDn&cb86&ej{>1uZCnpOr7c0O!qN5Rn|ZeDSoPz#IxZb{CC?~SP9!NHlXYwVEoYY^8rHLPwSst)*o7(eSk z%n!2je=ZjOCzGrHTSWY4{5Gp<$e}2peqGNpwZKNIuwfXNYmPISpfvjl#fu_^VM}{; zO4l-RWm}k*h;B=NKzzaFvOt0-L!@H(Cf#iU3no}vFR`@0&^S$hPP@%yovqk$cLIgf z;rfR>AZhmw0W9Oo`k8|YjW1#d!|^GfB*pcT7QX<_MMW%mhVny*!p%LVf9_BNyL+#y zF48o%s1F}vE-r=?ytgL#kh}RTUQ3L2&|MAI&~oa$_ev<8C!1t^1NKAaXuHfKTzJL9ozrb9^flLVoxrZqH0KdI)G&pxD5x>dF{HI<&>buL zyGGP#8wSyF1GT6(S&O^vU?s3IEmI@W|wJAVN^cM)M1@yw#;zn)`b38ANbB*B>2A#6?xf zNWJGeW&2nMqbS!bC>6B7jdTyO&*f_kMFs$LR_48EaBA_Yj3oxRE3DFnn!*rVted@2 z5gKq#is>UVA&+`-V+{8vm!L>a{o^odL$o0^$oV|E>{;45@BgwnUc6Il4D76qfl~-d zC%oJ~;l`jd%|^+;+~{W@TKAxQmybjjN?~Bgerf4xJSq^i`-Or?g=j5PvFDVj>zh+u z8KqG+9!Z_#*Hq>s!^dhHbGW*X8jk_rS8nidTo8H+AhE;ldED(OpN}?wtcjf0oSNVO zxWkC7)nh2&@8Ci_gR3)m!AoE2vf&ZM5(eq^5Sn!?e0EAlN0$x*>Ah_cVt1%F`9D+wP# zt7RY)+XCzE;Tey3HIop`)m$ACyawjQnH!L31qhq>QHLbXSf=x+;-(AW@&&lWfd)W> zOV0W7hJXlX6E=tI56M@xL|PD&k;7SE5F7@L;g3j!#wivlbLXnOpcu?O@7^&{ox!Yd zr<&Xpqr`l%GDaQ!XLWxLkrnBYctf|wm&bVhH%M+*B?5B_@ehqo`hTmwlw8crOq`r8 z>};I`jScL7oaO#A&AL4QgG%@G-TpE)nJKONn<=grF-7oK5KT}u4KNyHqyln^2%`3W zoOD9GG5NIgFLSFc%jTBmW>qkZDisAQGzIXuiZWW|>gwi9%}$LC&FUXyoo3wk%jV1R zlr&TL-OIPP&+T4!XO`zpyBYrr{EXNAsF4VZl-4d1RQ-%FKgPS$sfUAKq<9<0=nz7i zds5^`n|oHIur|*gy4;^ZrTx&3SEN=1Cx@U&f`1r+Q($)-&=QxC8gw1l#GUf053uTnI8(CmSJCU zY&-5NU`pMC)&0`3Jw9{91Q0$5Vrt|~2q9$Cb>$V~=8%Yw635b{khF7BL4feZ;?hbv za}EoeP1JYbp5&Wy;x{GvT&MS1<@Sow)uo_#oG8+f->D|@I!4eqO_XmcUB{y}%+prB za>EVAE!lEr$EWq3{MisT>LpmG|Fq>y>}lk2Z28EdJ8?I!eC#;V{+c$LJnl4sV@J>1 z<(!!a#`h@T3AduSaEuqHOOa|*sGKOaZI9ZR*m4AO%PyGUYUN2T%{|VqJd)I{+a|#| zq-xckf~>t8ZQf_qVe2qS)XKR|xxlpT63-!GKXoh&bsc5Kx~942%#?G2r{A1}$-amO zZXYAjGNz6N$7+if-|)y2P9;LP`Za#f)1IDxe3G|3W~5__6Z%E_3jKv?sArs4?_mEzI?l@Z4Nk{LDRl)JTXh5J+*$_%+O{07$r%(3 z%Vp1=L30BuY$$+HaDASP8Zk2{o@)qdB+Pgh{xad;<0d zWGUO<-qXd12OGMT9x@ykmtgdv-wrq1rxbZBPX^uW0I5v$)kP@BsIdmH*u~%tVj#LxO}yyG5KY1Q z-yHax*cgY6W=-~L9J)4ez<=AUROEQTZ;R)8(RIm96}*cix^mph8vl4R)V(DMz*3wI zCuI%GdvYM&go7`r&tf7B&hc@-R|S7+82osB!#TSJX&Nq7qk}I=C`&S<>)9v#2n>rV zsZnbOB$mOAT&nfm)ojd2(XEgASb6(Sf0mjSd5+a!r(Y{I3x(Ou@zap*O6#$(bNW@9 za20T>A%@cNe>*~4BGr~@ZECF4J1$|bIKFPVWb#&EfhaDRRkj!|j>*$DhQe5X;I7R7 zn#?qnQr*DUjVi7+F`+~EDWJ|NapL%e6XW_o4T0!nbtpy^a4f(k?$rV`;dpg21Lnw; z`u|ds(E3li_?w4qsFsp!BLzIm;J_B=JU{Ex;Qv}dZw2o-kUV}$DZ>0?Xwh%SI@uga zyk=6zff8@CC1DKzwUc=1D-o1_yRFW!EvJZQ;=*$rUeW!82mI)<(FkN|qI5y%j^~fL zY@DTKRDlBS;M_z}wW}7K3aZK0Do(nR*%CvOCFGQ!fc87 zf!^%ip>y72hY!EffaR=)8;Uc3Rs`K5(%+n&pEAY3vnJd7YJMl+X=+?=x!}>4!cnyQ zC+(%>cM~;YC_5sH6QT=_yl9@}tr%67gc^cLf_u$zCGNAp-`FK2erAy3mpxrh}pkaJ|zxvkH#jmijB zBYoA&f*JP)9}7}qwqPTAiZi?A|3 z*2$8s#ldj#ua2(vuBCZc8p3}M;|+^HOBgaFCeJlh&>JArac^ZvBJG|Sf$EfWaJ`!;JEB_mQbM@`KjjK1t~xgTgA`NQ ziQa?i41Fd{RUxU1#$}j9@A{VdyYy!!XYeNo1w}{kBE<_JGv{5?azzb8gs7LRy-NPn z(atWUvrrVyHnx%Bp9fbsto)PzJFsr9!M3xuga=hPO!OkJk+hJIH3W+9C6TonV(Kgl z(+_ld7Z$AOLtx#fk&_~-c=EDQ)>-+7RS18TgxY{+iYwWq0*9FSZUFo<-LYU^YzqK$6t-q)>EdU39YFEBDb?MXbRdb!eze9tHTMI*M78n=p}NFpN3ttQiJ8>)cL|J9tO| zO&|T@C`~hlNm(iG9SAfB?f*!8T3DDc**X!v$ zvJOueEe;yxnj;kU8b43wFtf`Wp71tZ2$r+7&q|)}LM_~%P+i7Ter>POA#rW5$syl% zjtHS`LA$zU<)XQx?2x}w*ZmgYf1?;rXC5;Iee-*;AKCwG#koDCeD6Pf$=YE)k`qZ& z2yc_zupYiJklzRsU8BDcA}}7lfb|c}ftZOxBE9Fz$rpzQ@~2=wR2GdAh$plR5kS5N zj**p|-TMgh5xU_RMx>cT_F&qLLLA`>XZ21&ZF>FYgKY`wpW2%H%{|B(qCFVrX(BZH zSYi%XJ&zUtFg4w0Po(qBgG+k_As73i^-t3~QmS5Xuk{YWq!=EsQio)7;#uPvhvw? zhGod1R4$|pt$F($k05Y3C=nJ8`xeGiHX#o8h8ekhaF4h-E8tK_l#AFN;-$!EGDK$(|afsq?iOCpTf{{8mNeOPtGmDCe;~Gbk-wh58g?jw%!4 zm6K^Tm&7kF)7?wh6W7CXSbJC-pKOeP2ls~aRv>sY?D4fmGu0b|(TcMr8Zi2)`v?iW7P+E?xJQ<`VxeIuirtmlltSa#vk$#7wm1U z$84H8y0_d{N=8ziac(K>L(0!~=zG+qF4-J|y)WcYLl=uxAmw8i7CA(A%b1J2MC`?U z=n%~yE&x`+Z^Qr-I3gIzAD+gK8~(n5Su|{C9uQA`8u^#V_PBZ&9$U?D@37@-`8Pue zI=pRg>_GoLiA=y$hN(IHRJj$M@B%CQ-`9JfWkqtpJRU4aAnsJ)DNFfn`W!>Us!2)z z0B*fwWAkn19pg0O6NsBjTN86%qMG5FwnuFZR!B-|A3*NA%AqR%$ORT(Y(=axU}2vHep-TgG= zc!k{WY#mD8@uFp%)Ne}C-8K@|>Q8@P^_G2CUbO{Dq2O=xy3}%0Sys5h9ytG4vX|s9 z)yEO;0HEuL!9X8(*im`dt-eG!8{&!Kx{$CP_y~1F$!3XwkJBr*8N+#<{CHq?jm!Xd zfxaPb%a1TS*y<>`1jenNN7ZiNif?zkXU>k3S3j|CERTZ+0}+LeA@%Oq1k zU$=30wDD2ljOan}t6Mo{h2dv}mc{uhcW+|wi0h;`WdjbvgH0A8ZOM`GfF?`266Osv z^MzG5%Fg*L7XA{Oc~hoEnve{*ff8@oOe1rrW{4nn6v6%RDGeY*z3^(bYYfPz%jX;#ae?iND;?R>-#l+ST~6fGMW6wWOf|5TASjmU;?ZM_ z)7aEjMfYxF2+XFIZ>NanC)XJ)NB&@Qws+TY2!e57*Ih(TJqi)QOe}HDgJ%tK_9Snu zp~gNTHrAVZhO;o(Ju}2oijAmqWTjex0V|%ah}Dfyi(q}!jY(p-#hQ-x#VVktv)(AK zOQYoV7O?zRfDPtymIad?boR2FWX7gx zECCuJV)iTLJaX8GfBV3Pd%DDNW;>JBd9~3#B3r<1UEuX49Nn-`z6|fjH5=VkNaqd7 zh?r@$e_(O?7F4b)pc{jYmGVj^OiF+6*@Yvw7rijc{Fa{*M9{3WA0U-U<9|M{U;^qcXP@l&{ zO-G0hJ7BKj9l`%Y+dxl4Ux9|595s+;D=68WXaF_!{;;lA#1f1IcQ_XI234XE$>2SG zmpb1PkqCWKmrssP2+X3Xtkf|3`p8=z^sO%MAp9Jpp<0D77fgYy+~Io5LNy)qG+D#f zXy}PVZOTJdWA7YWdos~5_&%vsr(-Jj+qFH z6!#tq|GTL&MX<2V#lY#FKT&tmMfVDI4-k4U;liRfV;}d{lYv$mHx=JYY?z#Q4pGSZ zgF5b|g*CSfRf-DBE{Yu=wLYw{r34|gm-Z)X>|QeIj4@<1D5@0C>XR~Z=Inbj z!H!qGl(@o6on;UNIHqMP``@=?^vYOJzoMDhgN|@Imk4qlvu@TOR;=vn%v2I0nd9kS>d&qrBp4mU%M&mgq9d=u8ng#t8zS_kD*6QBs0n7` zP{DF$o@DZ3B+5=T?AQ3AEp)i1O#Vmg6wO&LM@kl*tpQo%>+6P>9cscM(SNJo4$ zDvyM0bD-bKo=|9c)+O3pXw3^{Vc3F)~**gW< z0xesjW!rYuF59+k+qSXGwr$(oW!tuG@4~Bd@9Ecl&g(ec@gi2NkM*%WGG@*>M&`(o z1z8cm%t&_$<^V*XkXX%u_mdfRT+iE6m(*3%Y3X@$uqvTrWt{w^0n2Jv+ahl)a5w5V z?72pK(Ry^QMxl(F!crDdL-Xmqfv1{v4`8D=(ahq%bJNb!cuA0(r2E({b zS=U8N&aqSdM~8?5LlFAV+CRG!QAG+c{-VqxF(AE@*IyGcNWRt`m`BBu@R+63O2#NK zNa{o(7N(pUQooMSrK3U04l-|(wQ7@$&LCA6t8++)4}JFT0@k^>VX-*bSiWBs%eJJ9 zQ|*W$k53>w_w#0~x-o=7T@4WZT|k>?M9++Ksh{^p^FoQ_i4lP_(U88^s%u^iR*(8S ztn%AT|BghUli=hjIh3Myo{K|3sYNJ2>HI_`$v5KuOyl;3L%r=}3C`CEH52#%rFk!d zLN6&oVm0wBM@(~@NJpAiazK7xSt%h50;Zg_MIff>N*N}cVna@81(*))kD~y5irQr% zRFfQ4?X4pLaxD*lYFkl5>F?2E#BYBnoYS}t#1MZ zOqomyn1y&-OI;#dq$GH*>p;htkZ3&kPHsfkcB~W+z{`86v`Ep_BU6mXDSBiBj0A|w zdsWYg5}6=Jf>IO7pLKr9>trR2$tX53j_>-`YC;GTYgx)+l96I;fycDor32%tSA`rb zaJdHrQ(L=%?b)e$Z@eRT6%w-nLQQqUXGTH{+ycMeaXM|%$yGZ(@Q(Ov#ro${`^VMh zMxZ(qC!1}uN;X35JNEOHn<*J!OGoo53N)p`d5evIusYc?s$oi+jUi>JfiO5zsVd27 zkq~q1aQ>8mH@D-jBQ=L3fNW}un1vJfG&I~2h0T*qxkxMRql$@>bupxyb*nmYAKWnkWz{krt1BHj z4r$#b7fB8Xozj~^rFNHf19oDSz3XI9+s8%@*J}{=?wF0Tj?uFp_rqicWu9j{dDLdP z098`+W=kQB6#yRmy4GFlr6YB;Hokrx@vQQRFnro`RQmQ?&9?2tfuw3R}NHPoP_ z_XbkE1(!20po~}03~7036gWt+ng^Ge4b|GjI0Y8nK%tfkZL^baxZI5@m)c@X_$*L z@$v#^y+U>o&acT*9ZZo=k#fWiDa`%|6mxIy|@cm7T?~`eZQ8v8i+-J*uK-Lnvu5m(WdGKZg__D@ zW>zXocU%Ep^z>g>&1eE_6YKd;Xx052OR8+yheF82~kutV~^#U%!v7Oj#pCJWGOID6zXPJ=81_L9MtX z8=7D#@r6osk91iokniSlM0wV$7&@A3pd#uZ}n}a0Wd1`8E zon7>$YQ1GEW+kP`NY6th5{k)+XWH;vR*F^Ng}+1XoKFXQ3LzNF1BV+G)`dC)=7wy@ z3<=-`QBKe#H)!J*aRxcuL7JHUvY+(B&;tM48Z)wX*<@MdG4Pl4X-15?Q9*;T?EW`# zc9d)ChL|qxw4w#@$~0J(GRsl@(%yqaPQd9i#!}wm5J#RwBl}83CtRQ}4$h^pJ_}9> z8=TPIl|Zpt@Du7^i-~Y>3#zC+)*DdB4unID_`I3I<4>Rn2FMO_0X=K|5qAb~ve2>M z(ZKxS%Tg&zoFf&S677g?&*jHRn)2R`RHL|&?nQZB|Fu-rD^dEC&GQL$Y;odlmT8TTCSuP|$uwuPH-7YvA??723yFQPvL|Ifj;y{nk z<;a&)oIBph2k<5dZ*kmx;&T*yC5#$E+L*cEedG>doYD#Y@rmLht)dckXS6mApmi{Q zyYNv9qAF78T}G_J$8iDNRXI$&h=GpQ-UQCLAXx-~xe&}$BW7|=lu+08j}1ttmj+bO zY0?!4YhJOm;d6G_U*(Yxvqa7|yu*xL8n98~_@^Lpo%*Cx^q1OFWqM$swN)>=D&=h) z_tyaB&DcSp@G52>vXfWZ3v;ps12y1&{ zriHI4v)(P$m#yZyp_(gE{6iP;7BO98&o>IYOWLvmf2SSNJC1u}k^Ny7gexWD2q>9Q zXp(<7kH?WQ8?SGYcrTYBI!-_~Z{+r`;s2!M$f*(iW+~H){JNO^1~~URH1-si%||y$ zuU-|=_W`L|i6gSF#@2MpR#~theClr%Nv8GH8%%ohf$*h)bNeY@G|*7fQROoRn@}Cq z;h0Opc_tRfJ0^|0)E}`+=Plp~fdA!)EOGGB=&1CamwS70|u#GC1L|kIH^W!S3K$#JRlf zQ+3n?qyD{kJ%;Qw>X_cPDYz#yp@)3@{3u`1 zs^Pujun$qP{4il3t@wh93hHbhWGgssY{E8k#-Y^$&%VR!m^}iAD+yj|_7BUnWNzcA z!V|p@oxn@|1Fs+|h1P@5Y6_8b&!|_Ag^R5m8!In5mn$2p;F@dk2qR;_E-O_2dGJ=4 zLVeT%$eIxH5n2XiYk=tneg04!uTiT~&yvDIA{^5&HMQ(DrHGAywGhWb4?+n)~ha8 z%h*5A@ybFU|5!ZKha4GgDU<{5{D9}hRPYT4oSe`+rtt?JMVr3itOKt9IzzY;>tY#c zjs#-ye18N^Ux>__-Y_R3q7rk|T!-R+K-48N`VRC#v%ea}`4+&x(LI!$E$kGirO+S6 z5&ukfCf*97pU6*ZL~M|{@6?~prnhyQL-By0N_Y`izbW>(_gW;sDTTcU-blWQ=ZYV>+j0SlR|l)ZiZzc0;gY&ktoM(tQWTd`#@F z+8p7NYbUs6uvYYz#KYKa%k}I zPPKCK=>JP>`ES-X{;$)sCk#(8K%eN1(t#%qyy8#nrtx8{7ux&RtYjF5XVr1=$3~-< z1v#Y0O;1@JU(G}#$p@Bh9RI~38l=a@q$4~2D&c#JwsEsj(p+FWKd6gmCM;UL-z;8` zA3o`5qdSV#AHdmUdc`dFES3p=fVJNdr>8FG33mPcpMl*3JEFTEF;h}FTP=2MWooGT zmd8ijE7wQHC|zxu4zmIaz86n|=T+*%@)nSE8n;qT)Q-4t!z` zw$$xa+&3617lyGFS$XbHanK%d?&|4He;%d0(YNvtJaYP@REp%L4p;6MZxdPV{l{U9oVj{;eJDU1Yr=qXx{&jNDgvkszg5L_oZ^Z zOlNsLZ!&T1_<4VV?V@R8qfu%=saYG_FAYOgaB45?bp&IhS;CkyCslL|&tBT^Km(t( zTQcH-8yw2sbTFO43Lm-_MdW}SjJd15>(Y0M*}N3f6~cz7+W2?B!wGfZx(67v6Z_nm zH|!wqDQ#oV$<`x3zL|%HDz1!~YEBrD4^d}w@9QA)TvH&*ij3}BzjZ@w5Z5FTECwD( zmE(zsJDC9Y@Em^eyTg=cEN5Pbc6}RW#v+Tf_wL-6dXwM6e=Sxo21e-q277Rkid zPsfLkH#s);nEic%6eA;8@<<@NBvZ!7}`0O0?RM^M1tUdYbI-oRPO-on=QXMv}%qn-WFP=xJ& zokfy=s&k7~Y?L-c5qxDas9HoAB=VB{XPaaVVMO%J0fo%NfvdwIC9?9fy^-gWwc|*m zomsDD&SB_iu9`j<;Xf79uOXEZ4bud<4?4I0{4sl3>*V?Te13HUU@9w)>r28aS)iAf z&WC5RnA~?_@s1~Rp$+t)CT}iU6v36^#5;dYAlz!&%<`rw*hCo+Ub@ekMUTN`3Fw6{ zUdv*732GcDZbt$!>A_QPK!cb$*dr2R+-9pb3eG=qI0cXCIpKK-6z$blPEuNHE(jBY zDW)Pg+4fg-ND2CN$QU@Phks1DINXAPWU{jd^G9Xxt~C0c6<$wsgI2><)n~)8wMw4+ zkBM}dBK>cJvvrE&l5nfx7s`Z{iJCe$Ow)}ZIYJz&IPOg(?^>C1i44q4$_vUDWBuUG zM3{k88#8^G5G`DJ3|kOilA>E4#|nD$enNw6gI%3_KCn_yj6WpviU#QfUY7F>ZfsR~ z&BQ9mTsfrJgkw&rcgh=dMHw}3(X+=^f&$Oqt-XnMRV5;!ZRcyWi1)6nZQfU0VDERM z{AjJP-oJH=Q((D8YhzS^tzOrA*~&1~N04z_xW&?GAD-mW2rCsCbtX0# z*jjh&wa(r9=sg%dH%>{#oLM-*_Q!VVS8-FtR$#@MKL?wSFwa`C_AK_hLp1GvhE$Y`K3p zQ$J#dZv-y5g>(XO6S22&LjZ{yi~+{E2u>gFy&}EXDVbcJ@+$a-nBgJ97R?>PSP%WY zBAMZy*(q_)Zb*nwQMby^m&%|pj>GS|JY3?!&j^7lHk4+*y1Y+JGy2M9c}tVLA_bxe z!!ugm@Ui4u3P*-=r0YH2eBM_!x1-!&7Ey<^bwp4Ma}Ga$d&VR^9RAohNRtp^UL4!M zUDOOC>&v4)tTwjD_pdpM){bq}|C68Dr~m*I|1n4ZD;58-Q1_owV>K;jY%$C)(S+uf zt_GtuS#g|HZ4}Ch630X`iv#BBO6KqgrO?&3X8(T8?e)wm*I?Hp5^c{t&FdE}i}oFc zxS)03V(@MA={?BpU0A$5#GGAw_K)vN&*D)m@zwVo!DZav;@1NDWp!OhE zxT~Q@7%Xa>_NXiFkJ}i}2R>c5zM%MF0)0v!cg(RldvlFYycmHI@D2|Kw!HmQVjfpU zP&tu={;^cA!Z1GW5r}-41EseXDQ_@rxh8!x4i9g#BzM8Go8fef@2T!j6Hwg+yOmJg zCA-*Ax(KT*7TGJ+j?+uf8VjR(IrKPct&a)6GaAcgGBOTMV*=1YJ;|yULX_xnN{K-I zp9Pm&v_C7T>bwLS(Ii{y)LXZW{ODEH_rAV zzpMmy8B$Z9+lmU_b{hkWA>GFGleI1_HNY89i2_BU%ceFBMMHw_Af4tkm0UUcmIL|O zH^wHg2wpZOhM2UKf-shcI8+{7=41McFYC^Rd-T^micJK2{9&%1%4AMVt9!`cC`^X= zdj3Uxov;UiV>xUd##W`vqNl+a?`wgMt7yLi#CL_#nUN(EHNfiKUC3fZy7fF*CL{j)kY4@r4p$`s64*}2sPKS`Qzw8 zbMB>7(0$wByjJ8^XZ1?zuuKnqzc8PGbt}2*EkD zrUcb#lfh<#wVD&`hGD&o!%~2WgpmFqf{R>(6yrK#AX%9yTO7)1 zQ+1UES4S$&h}N8;ELL$knH=W|XhOmzYBpDpZTO11mv?cQ)|k z-;AM0H;}rb*ZSoa#pvgL_ndJ}SBXZnCsmsRsJx?xjsp@gF)`2_bISJN5Y6ruLA7vF zR+CgIkI$&SqkO90e=ZVQs>(5jwkTx@DtEakyF)|Y4q(_CDd#cJ+PpSG?yqkuG5Ru9 zJ^=WX9ncwp#IzU#>V1odLd7sHMku!fAW=u`@l{4m;YygVe*wK%kMSPSD5vtGqB9il zmQt47F`>pb${n|HL=jV7_bH%Ky|zc_?WR)J9Dq4(6=AnP4v|-`eq$!yQ!sJ(g+~CR zX4-UerWY@;%b^1-HALqJ=s{*}hO|m`6h0`TuC88`RXqv)aT!y-P3Zlix#0$_eA1~x zjr8c0U)-D=Dk7^r3|sL~V@Vv}(9pL#fXVIruK>?Yara2Jjb5z_dN09v z!Xq)}B1d34S#=C0Q2<3%+0C)YC?x^`fD6vtmV5j9C8 zh1qP_tAaj>SPvV7?fW|hE)m~?kp8jI5;?6Gw>JCj5!n&{Gt?dc{47-`%!>VUAI5w_>P#yq6!U6~+AF2%@CR%b&|!&06#04>-$ z75q%G(mVRIUTQP%l%4!Q_utx{xIb-g72$(qt`>TRo1<{uO=$0UKWf&yI0C3+$CEd+-ld(-Lk2W+xUk# zd;QIf9m^sJSDR&%0+@4oTru3N=$8kMvT*biH?-GZO?4Re&jzjr$|4{61mFK|CRA03bg?z-UBx|SfBYD4 z0V6M`6c4|g$?;pT0!{)dg_x_YDs=b9t+z4#6&BQ$eHs9$&yPi zAProrxLGdM6V-=cyD9stA7u{0Q@AOD7IBsor~?G8UOE3FUm|ckR7{P?t`0q6pmi2a z7gKitcczf0p`RsO$#s=W-mYjdO!;z4qLV;bSOk5)0DG$d9b8y1SuN3@NP<$S3SvPF zA);krwJ71}&g&_+m(m~sTnI+lKO7*+R<^#pp%(&De(PuvkU2Ra{og7jJ?KZKcyFUs!d8^iw( zUj(-$0h;;&0L(wb%Y6S42>dT|b8@!-b421FG}7b;yZ<*lh>qd0?dL}b-uZ15_y(;I z!ynJQ7C5g~q`1kCu7zH^O{Xh0U~7aXS5&`ufLTC5MNWMDTQd z;n%p5x@5|r%9p?6o(}Hl(Ug)u)_%D*HL|tI57w(lId&5R$&lLSXEo?hYyU;hS~=596JSAUpw+Yf9K|BsRS z-%f4Wo7l?zFltk4J2yoaTU!G|>wnJl{!!8T89qe$DuLc=u$F39>HTrHm~0FJYNVF|);KoFv6JpJ&E_;c z?fw0BMD-hz+bS^PFI0gzq=mQu7AEKb2I71fjEsL&RRH@i2qSF>BqqEucM`)G0`GdA zl&{1vijec4$?O%8P9%Pq^9mCOv+}Y|S~pC*6PL=}RZ{_{PsK4;?rQF0mC1g*mnM+` zCL610t*?*)9b1phpB{@%ilWEglFUg)^Jq|{8mAHyPdSWB<-l$k2fTGtbBzY*tbAfS z&5vNeripACpH^{kwQbhN{g&%AK|XM;K|D;)WvR`Mu&4RfstT8O1y+}WS&OEWil=y- zodO0@bJ3Vlr;S6@kn0_d@ggfAlG4+XQtVJGPYQj>=)OGb^=_kER3-b1N+JD6e!2@v z&)G^Me*sk7(-ekkL$Fxm$%-`OT_bq|&hN2uLp*3ow0NcZAQM!%`u;epFA$9VfK=7R zY91S(m*3cUDurN6%Tufh-XZZJU1#hr1G_buS<{NK=vX$3`JNXt1`UsfPs$?UEPKfh zQ-*}E48vHihGCe0ou#$)tpx1!5ONU*pC(9rw<8%MnvFC;I~z>!9nbfKE6|2qo0o7f z13$-d9!#BfYCvqhDnwnlxu$QwzIDN5bp6m5e}O#Bq{{r+o|?ObI|uC}_`{?ikBC?h zYYRevhwcW#BTm?l+$Ly*Z!sg0YJM$l7SlJMiy#S)FZ7N;eObytHmQhVlMt1L(g$Dw z*$@w1v(Jej&PE;#;hm_c2HXRy2n>A|t6yr)Az-Bfx#0$aOrg*Cn?C$Xo&@!eB8mk?hy+E9NBIN1D)dQ}XM7*cCK;=nc;xTT z-l8ay>UQkQE4&W#Ya$BS8Jk~Ilv67R@1XxmI6UwNyw!g)2M8GefagDF&;KY22)H=g z{i8f!ZQ^XAY~t>$YGLB`-?vP*+M65l3hGx5DU&HiBZjrwsw@P9zHxw{v}8XLy(_t- zjga*ain!3oygD9ZhJqL|wwpvN^I1a6T1Syh3oGOrv_zcadd}A<{AXdt_Fv|V_+XN# z*lCZOX|J2@8{3=h((kXE+;2eofQE=IcTXPb!?Xq!_R-4Kfkj(yHy+rU2q12}h>!Ns zMI?B&*HK2L9i>|z)XZC8-dmxP9EDqARINKB-8V?3nX*@k#>>7LclQ*z&#dy3G|!w+ zz1v$UJl~;#T8|gd65oMEJB{%hBEc{bP&!I?iM|OSOG=L94(1F=nHh*C9cd`@_9P3h z#Exn+Shd|R$gSzNm~;u0h_|i-&+s83NKXB>7F*JkN$KTVBo-VokPfF`Pmc>4D-`RP z+Z;CP9%xVc#0uR(bKbs_V@ED@#?^K4U9jy*4y17j>d{GY{;w;zEH(>X!g+q=yE0tH z0av8M?%n&iYg|+axK4~Ay(N$ftR)fc90M|EPH5H6GVB&x8B02eJ)c8mt@>ync)HP? zg(5Qs9oKYO|n*GN{Pxi`p0Zg{SGNhKmo{PBo{POrk@1uGy;MBi(2x zAb6UIA0)u$m`1+CS}ic!NC-*1g6J3;Hq%8Z52B`vE>9-&g-*kTt8(WaXZq=dwdC$9 zeK(+BP$6vBoNo?hV{lBy>*VYrY*T$03GYpvqJ-&)7+JLIIq6IZ&jlLv66+dUOHPO0 zZi_9raxc;&WIZrj1*Le_zlL>u!chqkrY#in5O2qyC}Vqb@D$4E6S|el{4Ng>RQm8Z-I52oQDPte060Bo7O-w zY&#fwdlNX0zdpP5)&SzNo0;psjfm>Q8pxE4x3sGi)#)&@7HDk*D;6^jYhD*rbwbU* zH>Wk{i|@ZHx;zVrac>0sV$c&J zcU#`;iNDSgB$2 zYnif*uwIpr3SEJ!+w$m`Vd#UR>hqZwvjg~gko?NwP1D;l;-Iv_1l zEg!8@D+grIYfB$s2l&soRbbCwgb`QT$7g(U*ywH?N&+cNDykV=XPbcB{09&|xMD%B z0HnOs;|ME9eSypsj&J14dl+~m6{U_adLxAVitu{|Nd5hAfBVTGc>BBV_Iz^ltE0sK zbRnz9Dp1&o9T^kIJsmN)1leyC9U65X*3QcE^+v(_g`al&Gp-+yRuQ9^5Zse;!igQ! zn?qjM@kfgglUlpOW;;k&kUHNl55M-*oq2PAfi5z#?)0J+v|M77=SQ-(gI-`73!! zs#IG*ysb98BKX-U&S)P4^h}fB3+UtCK$iFEAMAq-&s*gzxPuD-Die zvZ>UkK*i2=!L*NywNrfYf#=h+0}=~!ULfKr`hHKhfb_SBjdxRT_>VTBt>A%0TTf7* zXH=}jm|WSYucU3Ks?wP!@XHg}P@Wo@uNG=6IBrstN+(z`yCTE8-II5b)k^wIzIN&t zY&NUlBw5>_?r>`{lucV0-~JdfgXG)FE&AXW{J%cg-7X^R6hDC1_NSHfe{ZS5_)j9B zxbfp(gus)TX|+;p;opKnjv|-|-Jg$gCm$44KqOK`APyO8Ze)k7)<=6G^J8G-&(D1e z=#66Nip>E_q-gEI#yycY{C7$j%W2)pj5pit2i3#RS*rEJXJ<*%JR*ryA zQIL^(a1KOcZWnp>eU(w9trb5=Qi>I?TJ~*tx9K4NaVSzgvymO`ou5r|)b|j6pCrl? zT=40jS8y#jm;;@alD49Z!Ft9Vr>$g(14{)Wg*fI1K zqrF8jwWhA2zoFVlk_)8NY+!5DL?M)o=RMY6w!2=E>l{BE((_ZOnhZl2Ds`5_Ljn;E zWSv5Cv74u)UEu6FmdkUsx^;Nt5#bnFx~@L$y(>^gF49J&|MArsgH7BpQu6G#*u?}w zRp?7s(JoO4vtC15r0JOUFpcswjO}Tt<_=Hh{TtUDg6iM<6_c9~d5#kVQ z^EHl*cLFT|kyk*sw$cNJ0r@2li-`;qHQFo&j9Q!mt(K#|n`Y`2>aqig1qLAjty4al z&)n0MEV*8UFOF&hRZJuSLVG92F4XjoHeT~Kqb(1j9W<#1SLkIsjyh+crft?OA_u?0 zkC|4s5@c4OTy^rf$8_p`2xC8DA6Z~-EF3aTML(~Qw-hV8PzMptSI1J7gWXKU8p)Wd z@m9kNjU0J5Ra7PQPdACUp|Kq_f|DZKW{)jc&RkQMqafJdIIW8pso`=1w(9*a?!;AF zkx@KhGnJNZb`Qe%P~SxB46a7L2qLfBdCOz4Q{6zI&>Hmy$2xX7*N4y=FFq>P^1a_9gi4FMlT8R9()U@Pa`){F7}kTkQpg82m&%Ew zuj<2GsKw)r$`Fs|mZ!OWLYN6-#Q{LUqVFTn@F{*TE+=l$7Udn*oO8W1kScX9f$9gy zm64c3*fI!(U}i7<&p^$uG{h*usUw{z7lZBi79czdyg*!H-w3Vbd9}xsu-I&({M#lt zT{MSv*?hH3QO(T0I@XOoJkG|SB1!@LK^noM#6Ee_4aPDBHLMcuObLS!v#gw346}fD zmbD~3(m4lRUaqrqmXAbQnjDEA(7#@-RpHy=V?W26{Qp>W`5#VTa<>2I!ALlp{7@SU zBddR{x&%k_Spf;444%B5$kL%3{wji2H$On55T*tdkf)YTw*BKZdfq|R>2=~J6%QW= zPuiZSUIdZ8KNXn1_u}&T3UV7Uf{~2@AN0#=**d~xcR{=IQrsP{rf4i%rJWpAZ;&S^ zdK+?V8IATJcwSn3r)r7oY#3Z)9D~BZQ}2D>yM;E)k%*RZ#|eRNtM8c2uGm|DAZGTP zNg}o6zCC5T@z}lhT|07DYKT#6+kC(y!+oU4-k8z5Q?z8-v`CKeHurVpCLW*B;c$=aS4N+=~xg_%K# zVlmhK+Rv`Ho2X=$s&|s(>&aJ2p#vS zC4rj;A7L3$b1pzZzK?&qG)wAN_KbcS?(#o=LPGyBPXAlYhmw(_owfD9o~UBgwg0jo zOa$q4(Sfj8gHA#c&Y0!&7lbyUGGHo#hDCwQ$uiCZTZys$CGr8}*Nfcq8wB*Oml*y7 z0A3to(2w9+T2L{g0fflpc$>>9c4pJ$@?~ec3)CK_mHAP>DKmrtmJlRzXIP9p4(QGxLRfktght~1CM8$b@KJ`U1rP2JY zWfprlEpKF&P63K^#|Z~;T<4nUv_#5jx<26dLWz^#3`sp8UUtQV(*0 zwNBI9c#=iNJvECW2AE%KGNJFxb1>4XGYQk-1k5CfQ?<#MhYFkVDvoFVQ56Hs2Z1s~ zb=*k`^$RZ@6U=8$R^Bpl(+7s91uaijJtbom8GQGQ5X#{g}85w z=AgCbsjntl%DufExJK|*8O6jg)tszGk#Qv|+OzQkBDksc8bheKY6j)TiY78GDm{Do{tVar8Knp$ux?y;AuRnTvuwvXX|=HUs8t#av;?Ld+EX-1jTI zFdJ9B&QweGA)!*b9?Q^X9CVQZL}gscOseIBfduhWrsOWBV%dMX3H-WgUB5k(D{`ng zW{NRJh zoW8R9VRJ;2-q*wDZO$G{YKNUt4p7SD&l)!3Cx14EoY6uR1g>x2b}96nx0qSW&=`en zvv6+V|Ixo|GZ*xPA3{Lnkyz%PAC`!mtty_ULzMU<_{d>___$Cui${)6&)>kGud^DG zjlecfdudC6a@r%Yy3FO96m#%26jB)XtS=wHa5=>LW*_oNB2vsOtQd6+jA6^Y3wecT zl^9rW#-8KpKT2sR7mqe?Wvv-}5BK*xLNm8Rb#5z(xsQs{;|Y;5Ne)Aq*GTy-0P?8v zkX?Di&N0i{F>6p@jDe70RTu}Qa{$&59eXfI`CaAj9bc8dYQ`*7LK5iDfLM|7X?Lwmz2zT>jU^5N4KA$C(#FAf|9P@V~wY(i17zSUYqiOx3XJlk$rN`Ir8*mr$`Cfex7nws@X0w0G1f$Jtw;OPy zmsLpi$B6od$-1?j4+5COzQCOuPVh)NhZEhA9%cLt3a_Iu2L)Y5kUOI#>WAv=O*$N_r~jxq8T{Viw94VM=o1~<_B;u$KOQO9o>;59j4of{rzoR z1M+3CJFH+e_(|wsD^rgg;ecdOs)?ORU!_++TF1PvASftMD!it$$-{Sipj@&ByFZH> zswfAw@cAc-8P zyl|EasfOu3SjSYjbN!L|yCo_qPnpsBYs7Ab`1jr#bFA$yvML7+kFWex4|IJ(&VypP z{Id~hhagL=a{&{}R_3OQ2+CUQOZoZsq?SGHCvphB@&T%jXlZ-hv;uO~M2 zW2XADi0Crl6tbMr3zPZ*G#W1%1J$Axi8^+rvDP}7HX!LKP;sXe=5%~Mm@-ywZ#U5c zGIn`!=s24((`;6Hkdw+t1Dy0TmdP{gUXAX)lC6!+zGj0Ss8*Y-r7elOYRR=JQLVHT ze~Rw2O;x-K(GC$UA257f;>7pA`OfVdGQynv_#@`P{{I5k!au^SfAPc0R@-tyRzdmR z$}Gx^g?-FSLW`6qkXa}R15yN$oDd@@;CxOyi=i}<7JoC za|Sa5sfLf~?v3(GB+ltvvo?AcXohEd*>;+_ahu`jadLY<+3EQL+l9art;c2~KJBN0 zyb0TJD{PDALb@KF4e~OSCz%{ZK#YV)!st*y5Mp@j|BFn;BH4Wtp3XHHZlDXJ2?Mx^ zJ^<`cM37ICPc2{ukt!A$aaM*VWG6cpnUasn6shST>%y2=QgTsogo|MiH^DLG>K&RR z8p=tPZOd7Hmf<8BFouwkp*BHDXbifqE>Ul@WZD+z4OwbOi_uYdE<3DvHR-a%N~tQ) z{8xK1{>vg{H%)=$Bb!4;?IHQT%2I}+k#yZ+3KO)LxmrC#-7C{Uj2-P$9FAFc0F<^y zs<+N>x+bl}fFnKFh|U3$^8rhw!)cRo(!ogKg+tEPpT#o6NOVmZ2fn7ZFVmj17z~BZ zQD#<+#gO;1CfkyIpiLV9vr4LZi2 z0ago{9fn#;(Im{Bca5kxsf$*{poGOG-hes%>86373$vc5!S^D-M0qm)3wD}ukX!@0 z;)t-t#=T@rnObEqeibGYN~X0!Me0(@J=d78b~VXnT&%^s)1qytZbI>-%s|;n+aXC} zDLt)O#i}p)KvN54jJ0yrvScrg>b-8S^U|vwTu4o1C#f-65Su1hIOfW!qs=m2msqk( zRZA7wuM(?({a1gcCgW0tKh(yhimhPrFzxn(qLkQa4!A{4w1riN zNwrhr(FcOmbq8ERkiUB>Dg2}V^wyb8fGhSZ>HxKzx`m{;B)9~NGfLWgk1LB7^XIwl z?ClwZJcHGHDTgL}Zg>Z-U%>(qwQkBZ-u|;c}NAh-PlZW}b{hkZw z)x-yoIb##=bW`FBEC$Q@4gcZa%V=2czk}!=p#P3J{TVRJ_?(z;fyvXflZ3AwJQ(){ zH`n(_*^fhYO6p~d3E3bP#4~=|Wf|k}A&vrwQ*;NS1Moo4d!}-!?9G{t5DM|{DtMhIrwq}PK|qW{$TSg z^EYEc%o7Pd;@F7r{g|r+*$4Gj;SQDrJ=-meLcwX#HbhNvsY+6yUj)K;RK}N6!ZtcK zLNG$<@YPdTzrJ6-29XEDUGm*3UfT`UrXfh}>;Z~YVv^e(>}fYiM{U@(Rm4TSRBP+` z`N-07Igzji!k~9_Td^c}I7RGh89JF;rEcww-MQc%FY8Mk=JxYWLenpDJnO;N7FiA! zm=FuTF*BYS_j3xQSl0L*NnG)+y(bQ0TfT#WonBuyF`U}|US3bB&QrZw=7N70n5(S4 z8I$}F4L^kc(lX_VS8VFO;xXP`|62vzc$COG{AF>m@dL*8?{1;`77h8yyy!t>J&|v4k_Go!=?4 z&!l^fluQ}F#5iqd)=+_zAmujZPB&NDdmeb*zJ0$3dH~#E@WJLn+6kNog;wDMQ&Rv?GD$E>+zDia50MNULQ7kdX>?zJ#6cTSp`}qXwvU@hN#_`a(A{53Nq0|9 zoCv)_b&pTfGI;opMM~=$-ZNe}M~|(fdk2oOrF&ETwgbP#g?uV!V7idTln`>0rs6Ri zJ`mLmV5Sm~h)z>u_VHbvchWed?gI-(RKbf*&-(u2VTv7!Dm_$ z&D6e_WstjcoY2&0GdbUU*kqd7MQc4S+fVXq5ib5+XxY$H1=vxEI-B*fuSisuFb4U% z{Q2NwDW{IHeKIONMk~^bEg=3KaBD$9&`9HnRGD;HtYlddUhBEQbR_z<9CSaa&S}bh z<>3HrWSHkNyjjVs+=}=mo?96rqLRtdBtD(%II)|CLGfs(NL>w{n_;|l9C7bQEA8q_6tlAT8`S!>! zs4sZMTfi?^M5K>V4pl#ESH%mFJ`i0j`!xQX)l?!S%as4w<9*T)X& z3FS06wAeyqrVrj>Tj6!)(3n9Ho4{{*K>7G{17y1@_(eJcR&G6iRC~9?T>`Rd_P}L*=Gb*-FoK#Y@~%NgocD)DI(+x##C zB~x%?8H=>b>}A|%+`=b;n@eEgGgly*4b3dI<(-5vJeQFO?PtmvorvjZ(UUE9_sYrc z1wbh)1SHNW=UkcY5$7E-{OuM)qX8@jt2~R_mJ+?B6S53}f2o!FldWwEVNf-#0;6`j zBc2>A?XA;S*2~oNju#Y7KH`35=NRfpU5F-l>MLqBIOgowe09l-JKkjq^%qvk#k88O z869`+b(o`8Fd$JGgskMXqV`dDVkCQRv?rpI;Tdm6Zf{}^wH~pBhKSkAp{`%+ z<{hB0n@HO}?#nUD`vXr;B-CYzUt-S-tF)h;m=m7AEg~A5!kE?qu0g!m(bM&BE=b** z8s!0hdlS6;Ykl_9&fvUFnw?=n798b=vWSy>9Qg9+e0zGFHnf_qmH-+@yEeh@U`jVP z&?Oo+dCU|$g1nl%5H#?`7lprUi)DVp%MVShHki#_q$dh&1IW$9vG3^{Wd}oI^6s|} z1{1g|Fs>WW))A|Kx#ohw<^sv9;bE(wDoy)&tASF|vKagHNCnUw4k&aHwq4XQdmZjTwGq6VD4%VlA-65;!EQtJs)G<;l!mXN7(*lb z%)F>(oAf55S6l8_e@+AQ+#FConW6QOfFCb}NNM*SvWheiI4%bXLJ;=(QGvbSOX)Ac zPVs)q;=J!Z5r|OrxdHEx1}#bv%6mrr*M->&gXIP1yhI5kWAl6pR9hpy8Q+mDA^=8! zQ40|ORG%9IEJ31ju7sp~axYZoRSFc>dx@4}PF8puX3Gur8I8iyLSdNW!%j8flxF0X z5l|~_qT<(=MU`~~2V}P#9Tx|3fdO?%nT1Jq6@HkoS}l$*sNbsd~@7waJsR#w7eovS5{x8ddBpg6q8b(!7|s^xj_QOX!t|%k>wjollbGK5sU!Sq z4a~D?nl08)x2DzFD`xONa4gIztskjuZ?stbIY(gkSt9c(?<7&|6@Qya_{0q}8s>Y< zsuoTOGj^5Ko+h;gNqa2Emv0tX7t44=kONSUT=%MM`}7%Fr7>>i>VVN@hGmOskoIfL=`g zZy;wGOFL6TCmBOedsmnL5*qzi!=&^Vw1Ens^<=Z%G?Oe@Qja1zGo)cG@{$RpDO5Iy z_>zbyiI|lPbWMiBhQ=t`yLveahNJ_q8YP7e0_bWlShi|av$Ssg(y#Wb-fB?=dzkCI znMslqv;cJ8)Scvcw|UQIa^98J6Z*pdiACbF?m~R>W44?0*Lq0v0NR`#X))WW8_>lZ zuby2t19@3*5jIC!c{|&()35f9b#=P4tzT~Y|7`ZeXA3CgZ^QKazObesTzdyZ6FNPJ z>v$)KzuZTKcf2tn@(s57^4%KS@lUpnc})7*5sdfC@r}0%>wG}35S+|Yc04QB{hAn2 z*5R8OVa0x>;~#51>3n7d^`D&^I%7hKcX)x-=@}o9=DUR@@ZbjZkF0liP__FPWnJ%h z<(l_m&9J?@&#BWhk5?YjyoFfiNyVE-m& zS0IIYX{^=%K5EWm*LnLzU+2Re$8W$`-)XK9?h_{dK~ny9b!GEXsi3+#IxC3lrBX19 z5{wg_L4|=W&nL#3$B+?@VF9W_LcNR5MFc{A4_=f469I!fxIelEE|K1;V{Sr}A=v${ zqR2&e`w9Hz$P~$sER|H0AJeRh3dxS7l8P;aQWy=|KI}Hq=$d*0$+yETnChsA5%UXf zp73WjQ`YiD&QK7?C&Y8+4A`pt(S(|jP z%z_EW(r#ZaBu3L2Q-vX4`%gs?3@|NnQyDvFt7x$7Jo!M_bAymMct{I5D+XOvj+)|# zt;o18m-Y36>LP8rid=r9f$G!dIW`pd)_d73SAA1gSJOLRNRJ(;GflaCeb#^jSWxrE z-Uy*bQ9E>dcsd{Wb^HhE|46jMQ6? z*__?cs5Y&ja3VFNT9!_8uhnas2xLouCoD~x3WHXg)%xZLAR1|U^8AdIL4(~^?1_ZO z)CNPS3(#kA&1aTZBcI!CF~7;(k`Bnx)FhXzW4h*GMTSrT&lakkN&MT;wQL~mTheB$ zQNi9p+|fnMXVaz2oz8`=-N=Tr&uTWd-h8O&IXL)!4DUt>tsrMJ*keG2W?3ct_lILf zGA{|$+w_{(IwPydbJJk?xrz1brG^~poQ+zBTUF%i{CO0xw=5b17F1o;$+6l%wu-aY zwpA&1LE5tQmutN3IW6sY`LyBb1a1Qf8W37Mgr(2`NV>6{iKQQ)!XK|_Z4N)vk}vx`Hn}+Y8&Jp#FH!8ZuE90^^aoRGyqA(Vec81{eD( zL1j2^|1fHbV5+#RSxnYc*JiASOwXM);*UUXTE^L@V}XL!a17+oGHTuI$}8rM* zcGezd$;nLQupR@Shj5~YQuhY|^szOO z1)>gFw%%ors;_`f98OKFJiu*TGidz?9C2(BImWMHdgUZIy-iL0CJ!yAr3O>Gk{Os6 zMl);Hws-(dnKG@9@R4;c_h5AA2`VY7QW)Hv4UZdJu-b#IA%=f+7Ha2o32mCOx!8Nk zI@$5Ya<5?4B7CwM$QCe&7g(;B$+|YJlH>9gEdpguh0WOB%;fCtphg&KWICCaCvD-x ztS?H7Cbi1~xk@-uyh(pf7Bvlo+eoZ!pMGy|q!6V&bLEFF#>CDq6YaDP#6I&>@3i@N z4nSCD6em9Iaolh9hbU#%0f^=+t> z<9Q&Xl?Wc!`)if-1i{T~2pZG0T7+k9;Z?$}W34O3Jpizsfj?9qxpL}CNucozwy5Pu zzslae-b$d0g0(4aaOo!3pq2G4p`KXct+h=K@6Wfokb>jO<MZb0O z&%Im_B`&bM6|u3rjbEp`?t^>mDPE-> zrjlD3l7o}8%7tfmer7pcNo-1IV^>}s;se7%dYz}lQ%rW9X_~jc;+SIupvJfaD1Z>tTUuy3y~NMW4u*}KIaG^cE?{UvwMM!MmeD1GziRj z*(XuZ2&<3+ZV{22Il~HsrLw~&c5=w*2(N^%`r#RqpmPp8Yz$?nKf}`2tiv+lT=6ik z)O?b_S;Esn?)bN8@v1-kjk=jK_&wsVJ8GZH0LF@bJe(1_=`x2A;@Oih$Y{JGn7(MH zYk_6e@C@Ms5%wEbkY2Zl&dr>$5g!H&rU?w5-3*OGr07m_Xwr@pYs}js2ECS;?5R$T zfss%wmx$DmmX3%!whnvr9_g}tY_^)f>pnx+)82TtFmsz4_;!slpMMh%TBS4AQpt!) zQp??J>pD0#G^yMH3l_diQi=-H@$;L2L)nn^uq3nyoNy>3j=?O}fb9i5%c!;qcqvUR z`rE=|2kpgOi?gn>WB5|EhX*dj4mKfWV>xQuH>gXo({wHiQ(@r_hE;`mt(9#F43e|{ zA1~6-5_nlx1^%DN514tzkAs*o`yKY1-KiWq7h<-(NctYsd5xsI)BCaYov?L z)qY>xNGc;#L>sgFoS_-%1c`5~OZR?Yngn*dlUob;3D!E}!d|p=oPCz?)xjk#A>Q4Q z773kMW9cH`40hDdV=(7%Z4Q87pZqb3ZZz0gP63p$-)-p1PqCXoYgn7SdQa+yvk*Ev*Drk zV}Sxn6m=wa$iH$&cX!utiPjYvarFAC0*5&;E|Ct)x`r6$vs9BNBBRG;10p7_1h`1byl_wOqwNoX993~ zJ96dFqP3jq#TEfe7?rW6zmq?dP)+x=+ZH(*vQQ_GyvIz zLP0Sb0&^T!7XCd7ltJP@GuQK`AJ`{OLVfotLzeSq)zKt-O?jx6Vs1tDatVmFY!IAH z`!gv~>YKrnpk3tkEZwacqs#0?_7YOVtIk3bNzCQmM$P(&&+&3L*v%~y7neTyk`&(T z)C%o(|3HHKRxIm{pAf>2e=5h=tGgvtJ?oCzPD9@g?_-4%9eCWK9xUT7eEM?c4u;LI zhS0i}K&Z405V)(ps$fQV&brQ0)XYg(8 z2`HG|Gk+xKP3G(glQ0U{+LwtJ5c>ZA(rNH ze$$Kpx*xx>Kz{06W6Lr3kEl6c(VB&d4aDGe>W-)&^mguOgJ#ng^wfbAuS_eD9X_rf z_R|j%pcj%31qJ#M3U9+v(O*wc@-{W6h7cqX>c(38-W#H3H4`l?-CXE+W%^1!W7bix z;o!(=(Sou|9i;7pgx2Q;q|(O)l%>xN)U{)Z7tnIwOc?rTbcAFQqyFo>IDwjH0Qs-X z6@tV|wicy{qrIDzJ;DnQKyDoVw5&JT`$^8>t&?{ybqD$wm@0vulkwYvPL7A zxh5)%@>^v`7y(n|4D0#@tHesf@dTyE}(wK z{n-#bp%8fF2FH#}nh<`lea)r@;J?jQ8S4E7QZ9)H&O`qBF)ETd`e9yyk)>IZB_W`U z=xAjoFstL4V}9yIz2Z8N^HjWZd=6}%+EDwD8BA_>WSljffJ09k#;*4xZ3ntvr4C)D z;uvRiy|$K&X!+a`?#ch5BWPeWy}R+!{S>(Ed)}wC-B(F@IRE(l)!6q51V<$xL!!0~ z4T{)LxlW*~6E)kAMjLT2b^+lK& z9&bqG1LF6Z;_wewCZKN!?NuBlmv-N!F5m@bo@=}5M)xhM91@JLN7Jkz@wh!yJCGbWGRE&QD5wt zmvI<0x(SEMlAG=|f3$6^7Ay_mLV4#hE@G&9t&K*st3Ym%z?p=A*5t$n20IcR+B&Z-jV^u{N4>2 z7SG{;2g;&9N;X_Y&|FDiSCoduOm%1go~p$c)oYGeW)bfJ*p4NtPVm(&BMy4fV`xD> zQQn?9(*c$R9hq%MAZ={%f5fN5ZBdOT@O6HV^I{Ywh zf|=tH0ne8%^>gy&= zRr}^BPk*p?R3b=27V-kuewiwjzvfkc^18%E$OGHy4%OP}EuxZnjXf+{$P1ad2j&4H znEjH&^Aiby$`QrryCasv^Jh#j=KUgkh%^ou(_?GHGc@~$Xchx+4ak`N=p7MUU08KP zYFwbzuSq5>D@Kh%ZCi_^rwoxhY zJRd6wp%Ih@IFX^i`uO2GpCB$tDF=V!yL2cE2m}9BMVI{T0*)tb0t40{aS6K2HI*+~ zGMh7_+CViU&~CxeXL)%K^QrM-&n5fC7I``K81giI4A6iCWd;#;uuZCGWAiI0d=Bh* zcK0OOy+QXH3gFB$EEW_}Os@I#6)x{DNMy30fYa)Q2BpCQCDH#hlH(Y+s`|aXl+Aup zALG@nwv=KG-kw;a=b2<3nv1@U1<*sjD8l@>K>bu+FSCg~F#gzY=IzR3Wku08os9D1F8LniK5kwV1Q}9)}qTF)^}L zf=Wdvf0&cOTfzTOA#7=jF}zi}tgU?5y$>)soExC>!&6^bq4wqsX$bQPhN# zW|(cfkaBo_9ilbYk={MK-NR`-R_&rpC$tYI5975#S1nni!ioQbzHKTh%MWOb03REV z7oENYxc*fFKfKZdA4YZ$U?}&^=r`_h7c5Kf^yGx|0y$>%2Em}?g@V|r1V@z-1rCJFI?5e+#_C6SxH3e5pWET@}2cWs1yxExWw5@Z|7U;9R) zD=(lGJrQ9piB2j>HW`*r3VcHYC$6wC3WTo@+-(HVv^)*(y)4jo7X^dx)#+pm0?#8Z zi1?4AgHq4p=9oOe9CV{4?NFYHwhne!|Lz$FSePSXtnvB_k1l^_XkH4Qy) zzesU+PMve0Y;7)8aBF0qstPAZ-2gFuc%N+8iDmI5-fowdc1**qD2)r>DivW#AI2#mU!8VU@RiGRgGPGhwM>eR)q>VkGCLKr+(;-^Jy*cTz z=*X;^-jOnrzHm^ufF~sKf)nTSQxf6Mmweo1pylsl&9iX+k=^`R+mjbPN#8hj{ao^met zynhyUcv@v+U2J`4xc9Eq>_!cnx}Lu3roR6XNBHz*+8;ZgoZ>Ky0q}y5ek*}$;ybVt zXWKKnjA5ElZ=QX=1Fe~jPE@~cT4rvzCt0A1&_=*!ztu%Q3x-k7O_zJdtYigHyVKof zgFn`5Cihh4n=h?-XLBE7XO*3mnDtwl?Et@-wPjW>J8TXzAq2=hPW4h^Q+s+ZJzV`h z&BU$)c=wMKBX=1u00M+tcCT*C_j>u`dpaJ6kG z9Qq?}e#C*S{*Wb^W{?(6j)FG6+XGgBG7>^ek`&A018cH@T`zC~ee?^1KAe-`ld z8Dvw?O)+>uX@bZr5+$q}?9U40lDIX@zu1B6&$ht3P;R|orb!krw0xl$u0xg)sFLvW zwuaFWVTEl%Ov14KFto$ANpvP|Xm*41!MV`~)6;N7mxM@Gx=8V%I31C9-d#5kSv!$T z#HRFJKfphs+u08#vpdW95`Fv zX#kGt*Rdf_1ojC?%x>5r2y=Mnu3L90gNF=(CM~rQk8#Lan*9DlgXLui-NjN@r7TTc zbE(+!Mh4YCqx#AupiD9!#l^Jd8~%Ih)NBG7sy#J!n)!%gz%0|G}NLge^^;(cg7 zqP)SA;lvJkP8ADxzDjo zbF@lj6x6Ac0ToJxc4}o+-RQ!9PCRLy{s6wh);d~+Y+VvSjA;abg5(xZOi#I8r$_yDV1u~<%ih#@1Vq6 z6f{HVt+TgVX3rhpj<7>o18RUwjvxb7JVrmCljPc>+rZYV@0sd}Vt+IKM^b!(yq*v3 zb26=7nAatvy2@_)Li#v)q=s!Rdi;=qb*)F(K1gT1MIih#-w{1k!iQIC_O2D4Abb2h z+8Z8drCLeN-~@_PU=zU<8Cts&_VdW^!*ld1P=n^-{$hksjL6@KTHvr`etNE~a0%US zDV`k?*Jd=$4U%1vZ|8)jB#-$9Rbz$$Avy)r3UtKXfE9yAoy0jmnQ7DoA?A~KtF#Am z3tGp9$6S_{qYz?o8qIYjK4~+eoOO~%?Ke7G{xnoIh%2R7^F;#7-9@tr9TA?##j<^* zDpSEs4&ZPldeq5QN3Iw(E`th;{ymkcp!szNyx+xZOnMIo66aHalIuixqP}uT+e~q3 zY%{12j&J}SDSyS^Ia~0amwyu3u~xv*clY_~p5psg1%Sp3i9#g_9=N7c-{SdKMemZ= zHcV(mgWO0CcQ!{N_myYaQJm*J;bz&R_bk?3v3G>9jwiVw^eMVR3awh?g_# zGGS-vl{2d+lCk!N5prSiD7|B)vY>BAjnvD)lNVxWNltJn@L)nqp_#hV|H}c4 z-GDYGh1w6Sgh55gmH3LTf`8zG*e7bGNO@wMB?a7lca1$Jii;@i@34qG{)8(q!v%y} zJ4Qi(JIB0OcE_D(Gm>2E)x<8}#-KKRAdn45mhnvkrxuESbHQ9Tgfb>a%Q z1A7gccx~q2g41FvXw;$8b@uQG*akOkDnZ_ceV1%IUQMIeRmFH`@HNbRDH(8 zLNf%;UuKFC-chpgk8`CfwxsCs?=VS4{G1}NkzRWdbQb04U|6nUCE-pX`d$5 z!j|HUk=z0g5`W(^B^UTpX1QYX`9>c+VmKQA6(?|nhdEhL{VYl0(?%$6&0=}cr+xWg zN@A(lynDdB=S{i)@XJ*oBl2YM4LpTzlMl&na1Te4>{)LP?@5Bg*&A<1;;@VwDT!^v z5pNcjOKx>U1~N6Z&Dk}J6ba~mVda^MrD{RRwtNb6fJRnnh`Hf9o*rK zn*YiZsp!hbO(GJ_BSA>&v17dH+PY$grBZQKt~f95pXfHL*`Q|}}{e`FeZUsVa773>+O$9{T7*ub>tMZh=kD%gvC#V{ifRpG_=d5ca zS~cA;kcMrP&@)5UN&hgIyt|fgSdnbL{Kx`Odyt{+p+7GZffPHM~V<5}GFzHw>Fh zdMBhkE&-%D9 zQ`uayU1@U$qUK)dUN7BzLd)+D3d$D?)c<*Hv*{x_b!uSH6>QG6k|g=ZzRn zl^_IqQZJ*753D)Ww?t7OjC|6#L2V6D`;=n63@_v&CBOe_615>3r1T@Te9!Pm(?iA+ zAx}9kJfAjvPxT0@r?v;^hNdq7F*SY9`AGFtNpH;M2>!AhZ)9N7-ZAOkJEyKEmNw<3 zQS6O%nVQfb`kuIrnsATeh|weSo_f3D6V+age+Yk4{WW7DG`>1ut_r5Npz2jxbx0n- z_9-KaS(Zf}wPZ7|?;82rDi5l{j#-W#4OOMSLdDmpP>W8jvXrFc8U13(Z{NtZphFIy zuC3b7F<*;;2Vl4_=^Empi%-3+Hi!JJFh-ljBk8C}q+6jzWqPgxlQCCZ@ZwV{TB}y4 zenPte5S{!wM>+ca1acJ6CF7~|Ba|-JtLQ1KQ`uIqPH|rfN*R?Az|SIb+91Ik+u&L6z;yfhe9<4^sb zzX?DX+nS*xg z%u(O0q0_%kF=K4$cgplT9=fz_+Y5Z7yjkhKrg!uiL5mX)CkE@Wt_g7mrdO;DgPw?b z5HAOvO*h~gfv7(_Q5W3&_9D28zEN2JnKnVWJn(i8+fCx35mIxD+a;2R?ic<07BffW zcdfR{U^GhuBO2_UWhTLGKSARJ%tR^%Rz$MtmDk%O2>A0k5H4o>J(-U2Z?)b4ZVZzn z!;VF*>e^6{Nd3rV!n&k0hAYEa+oSl>#&;#gn(UpB@&;$L9->E0eK zE|&@3XqIw4(iDh2UId%eb9;-@dla5=MqBdTcid7-?za`grGFJJozZZ}pSk(Y^&Bf@ z6gpzT-GYk#S~Q`e5fpF9DWG95UV?>YgGOn%81>*vD=5s!DPV~^R;3m&`JqZHVAUV| zjC33JNadtL!yFuG1PyvHrxh^e#gkLTP#XW-GNAiycsYix7Bu+Um|Kuxz8S%4C}1*# za-hW*Z^hj(qe0x4=04~;YLwYB9=Z|x;D7n@K!V5zVVKh{DX&I+7g#6CIpymdj-fkv6nM!qlpfxQb`;s1K;H90L zRCwgxYHb7?$EItzCmJgxyeoqZOYX|`sw~-zFlN$xl!yj{TFud0BuURT)GFaf!-yPS zAh9+rsCrA;7ttbHu+|c}fW=)w#$@QXSw90|bNA^ASV~Rh3@d;he)@gzBmZUeeLI2Ise*Vn&re?hGjp4EB^_e@r2X|!j$A3n zQrU8)p7Ane>bfMCCjAzs#j_Z8td?74exeHSCFj1UG?PY7Gzr$lLvOc07uK02A+=w^ z$15zxj8fbk`|Dlg38p-U)k@9e|CXzjj89oNuMgDA-W|yds@VB2LaF2|Q#5pYUul&# zGiP&wVYr%SY*-%%reCtxYPPuZa!3=b&zm}>OnG;1(ySSo$TK za**~pm7-@{a3orqWoEKan8?b8xJgT=>bKs^k@+~Xto))7;FAe+Z?A9`EsqI8Y|HG9 z@4@~hv5Sk1wvc6)n@!0`Jh$1vkO;_0O#D(1gW3V=a)ULo+L&PP#+Pc%Ws=wsRXdk! zQu5vvx+1XndmU<43tIP=Ai#EAuS0GFvfV-;On1H5q5T<)ujnc~-vV+M8)cAmo!CRx z8zjz3AXLCYelWkKd=K;r`!)L+55r1eXm8yRuk=rZa!a~H)-%lPyxti3dc9-nGlf`7 zyF>J|c8})Auj~2eJ;WCGlBHhZg(tWk+FUWpiEG8P(W61@+o+aU1}+%!lIjdd!hT{M z`abq|T)v>z`|ifQzcIv?vhIZ>PqdJ|(ple`p9JBD9A$_eeLk@$rukn|lux1bz6Jaj zzsz$tr`eSVaU6PlPGrMndV>AO<=c1(?MJ=Nno{>wu@V_Jh&E|zohjgk;O}jDAY(=- zbfjD9Dpg;E+%R=A9BN)m=`PMDZ;EnJ2-JOcxf)pis_UJR5(&71Xz6P=V1iK+1!$x! zib|0C4kYlz2Ohi4vnMZtruA4rm%B2TuFMt+rziY5pSv-KWRt$qz?D2&Jj#v^ghR30 z@`_Gu$#WGbyk{m&pm*NmW{JK|(R|dYG+|(!a!E{*yvj-~(J8)iyBrELlyZz+X@j*a zQEnQ`W`ea$)677TPzLd&IjbMlI#Lh@hDmv-ZRf#z*@aoQUaYB4tpC?A@8G>@!?s}J zj1D@uN6>D{=76-a3<2}jNU@9j*%fBX+4H#|ls7ij3tC>Y#ezJ2^;0dM85<|fppyi! z`K*v(_rh%4J~hMdgqA$%RX&AHlhw1q$1CGoVT2yiUI9v;GRwr*F}P!=92e4JNQw`j zN7kJjD@D?lA)=sV>Nu9@5GFcJWLEdlRxv1L%Y4?N9-NxQEdAm)4u#fngCB%#92cgA z^7^4U+D#o7WRlA)L@>W~TX7v2?1ju%>Ai>j z2TX6_qaPRT`A_Xju)x{ZUi~}Js}f;E0iuvFVGQ=WW=4H}?AIf)M;bp~_yws$3_r@) znQ?=d0OZQKaib_8%{dcErdg*zI5uQ%Y{VOUZw_LDok-Bc%Z-bS(6Byrd<5u`8Ep@!}Dm9RS}sJ@A4 zHPdCp+(=rd!L#1tW7`}nRQRcc70G49*H0<1rSmPMm-@OTy2cqbx2(nQkF1i|KI1N| zC&RBx%{y#DjKF6deI_SP8YgG03`vojl1%1CpU9GXB0@g^Us9zjen#)#~ta$b&(Zto`1>1T# zCIY7-c^$YN#W~0RfdjpKZMp3_9j2B{Y8Cf1Bz)_jm3#^%Y)Rb^__4kKy>@?B$?_z5 z(UzRqCX|X3tLyK4FoH3|NcJI3m&UGp`~KO;--ozJe|hJ>f9Fb5U)Q)#XR!=90%F`E zm?lXd4CG|awii1W;ndy3{?LnNI7rs7xd-LDcwnP z!SVlO^Q-i`(~mwfFGH5X-KWyE>RZ^1SIo4~x9t6u!070r`)8!R6_N(r$McN$_u>su zc`t0#6K`RCFC}%)Ip$6;p3o?ZOkqnPq(8RH_krT9@m9dgxUugalSd5MsuAZ_VQk|^lx2``^=w zOi~kzw>fXd1S$4OpPb1J-@M=VuiSw};yU?X!_Jc767hs2`1Sqv6T&{Y?P~?2YmND8 z|L9_5Qa>=0`z;)qvfv@!5Si8tg4!U^_+fS&&30tpr7V2g`4H_+LvVTb%2aH>$R|E% zOKR(bwEgKV(+@dM>qo6o*3ZkX>P9Z)TDM;IH@0%Rws2dv>@B)EExU^;*RH)juCD1G_>=0w(<#;D|LbhWzD@AQjGg+G(x8qleJ$Byf!+Jj~SfAuwV-!n6DBJKR2! zn(*)YKPeH2UyVf4KQx?#A5sL{|44~Yu`snYHTiEg)_Q7V_&LH^+mJw}ml7ijgQ7T^6kE{>M`-_BV|6KyeC* zRMIt)HPSXvXpB@dv@qXH26Bd!O_VFve!ap)3H#tTB>1 zh5!GsUb3M+Q<(hOockXX5A*-HIsd0J_P>p8Qk8Y(H-0!CcEZ9N7Af|ly#cAU^f7RE z4Uz@25%88u*vS=L=E)khijAa{mM_hMAhPR2en0{+R}?PUDm3$AQa-*uvlD+-o@cJ= zcYxe(dE)5^FbxdXMp1F)v7HpP!;aeFa9!(sic4?89FZ(gJGb2Jhx|<8wgjxyqw+RN=ImN04Dc=VnPdQ^DEbEv%7!?fEyCk6y52pD zhhh{D{1)WctN{aWMJY^>_yl1=37o~|O50^PECLmmYsB2lGD#Gr$=0PjYUVJMJREsk zDUx;0pcmTaJyVqnbCVaR3RTOA5$o&icbfySHQX73vw^YcEriBsLk*lf9}3w7ocv#W zn#fDPtsa>gc$z4OlFY&4hbf1&;eGL-o>oRjc>vxuI6Tkm-+y-0!*WAEG&}_*;q|b7 z8ton<4etfOLyx}@)K0ZDT!b|$Q!ar-vAt|%7Ko>m9}|x?aiUvetsB;l&RY zNd_j1CGLc1=mrPS62!=5P{r^^ZFZ(h6VWm%bOUwaR=Fx;oyAW#OqkP~jwkY{G=@{-NXCQ zeTq#R-*;+DLH|L%r9yec#ZqhUymzJYWjrUq59N7|%lDvMxQSTRwjX0r;T3XyX^9Al z3T5~%OHIFk3vI(Nu|L0ch`(rq!g8baHNo;c+4gchWI`KGiYnv^nM_dKH_^5J7id`9 zr0V-2V7QR@DZy=|4VV0D8Cc+0uU~a+!xlfn%|`F&3uS2YmJyF+j@?B3uA@5g!X`r{ zG;8m+>5=6xT4Rn4_8*C-)-KDy2I+BG%XK5G@i5T`{v{1Y6<#RPN*-R4ZA4#8?n8V! z7CwCT-rpV!b_SE8$Sc@tV)mTpZ38{r1y0kS%4 z8)yHDN*0&Xns~Ob9Mt9p`ce!9NxN@w)l$?YUFE?#z#lL@NJvU?2#7~LhJ3(W%zR=i zZG}J9RF*}5vSAT-3x^|c(`T8!9}GO^R=$7@f|)^$p`ZSSqNs**x17iiKk8atN;Yo#1fLnh?PQyZmD#Lr-onPZ@&3!6tPVm7RGvq$eX(%NaJ zN)P&?-m-uOUkh4o_N6pv>51PXJjq>VD(FlTydgKu2E29*QyZh(CAh5ZY^ z3lT+wIsfy`-{knMcz-gJ;3qTxFaJ|}dmAG|C$j%x+QgNEo=az zRRD{Jax>*WNV4=P289V#2}(%y6l>&LO*($zKL7eE;O;Ia6A%3L8>)RsVddi1V;n`{lXBwLr+@{$;6s8H>?)2 zhP-gj^egUq&+$BQn+N#uED!YaN89}Ab?S{}O)aBCcdTyDIF#7EQkJMJcn2fug! z3NS5cZ?=~@*wUU762f9@1ye3ZTEFD{T}K_faM1h|rmEw_`k_rK^w5vYTQhXWjs5-U ze2_GRt%-S3umwH|K2|0X3xtj)Jm)6UQ@?qKiI?WyZ)o0W?fMaMZ5V3AoFl#kXcN46 zFIUeNF2YMDd#IahYla%kUm*}a?BYpFPyJZHULl9*a6opMuzDVk1KBu0MN~Q4; zH^O^31EF9aEO7vpHt3`uL^GOZU7$+Uqt5w_dy=EKdrBG?m(5HWe*`V}1XuZeQekV^ zfqr&lK%RB8PcWlZGCQvkrPCeH%_0;}v-nuE*OvDN|DVBV;YDH$`Gd%}L;(U~{2$Zs zfBWVMxw^R6+x<7{RQ<~x4S?-O0S!kd3_?t71a)6&h>0yi_cx*mEYJeQ5=E&nKY2?M zD<@ae+#FPc{#n_&b!4upRn>;p?R>r^i9%l3=s z_RF7}v1$MBm-=rY4!=v}K}%^rUGa{3A5D z>8VN6%uo_{(dW9!OU=wLiLetB54|wLDF<0M{e(4nlV|0`ugqz`x&ut=PZY+oTNFQX zTE_BQ>r8A9(XnbCzv2NZ8E!o;GtcE5dVt)U7IApOzItj4t(WdD@0<)r5z1q7-dz{Ixma^dQ`+H5TUig|32cV914TqfxwIPDkwCU2x^kS6tn zzn~N*z-f+Z{C1O1`SX{0m2|sD*{Q>28Kx#^rhn2ak5H@dz`Modmg8G%qRo?~fdLjr zG8_lJ^4hYaK8zVtV*Mydv~YfoPP*y^%nkz9t6>95C|m zb2y;pW4!|VRU9aT<_9|VxUYRl5B=MiC5U2BxtCHZInK3YU{$`+(RT5vGyKR^QXIp? zaicG+Ql&dii8~&)lYT0RJ8iTRqprw=JFDC2P_`a& zf2i85mQFK)&rZ=WCcjGBWY<;GQGSA@;8(>yF$a0bN!QrOD*@i#RM35=uYPaDZ5*e% zglhF~KuBrj&uGb~-cS+C^ff3|jR_S0Eb)43hjM-nUEYhu|3t(#z}!;u zTuLSnnUlLVZ-_tm^6^fg+<0AD#I6Ooy2)uX6c|g<;tv9F!6Y}&%roQlg9c>bANog^ z^&^b@ct{Z8nJ#AfehX@YU&VSL8q>#7_gu|SfH9&UOk5KC1eb%qImGyYR!6{_MDi*8 z7U%gBp!z+0uC4O9qv6b-`wztn+}b|zL%QS{p3VTDGv?t8W_d@55|h`ovAXOpM;6es zB0lA5w&A4-`OGdFwY>9Fj1mieB88M0DtU8b5(}>oW~*~5Ad|M}`sFR<&$f#{IIc)> zeFY-n7wjq(O$#l07y2iaE$+cLfXmCFZFc1kv@PS8TMF1%O38At_#w#fOT1H&Bx}T% z3hAuMUtRGW&Hgg6eQK0^(mS@ud@CWJpu9@b<&v%8pOg8{|3%q5MpqVgU%p8yw(X>1 z+pO5OZ5tJyoY>BZ?TT$16;x6&Dzk-eE!^fR&6JhXk()AFPlcsKWa!8>DteoY)E zRw^1%d_`PEzQek={wT(sk2}Y%@t(cI;-O@AF2(QLrej@D8 z=-c#E&*^b*#_SD5eo~C`tKS$@kNUZFw`)DIYfoh}WSY-sPTE9b3oPCyE^-!FZ-h6t)SmXMKR; zjqs1rCoux4_K#%rW|cNNt%WtdX+}LPXa+8u%$GvcF;uxkQv4YVI7*WADpX({$tEQ^9r( z?0)C2t=l?Ob?e0wx9I*3bh3OP%?wYtnPg^n+IrpmeBJcwzRVuoYI_v|tJ3Z!u)Eel z5fmDg%KI13?Cs3;a5LWw(Q_0Wbovy3YS0#pu}QNnM+{t@B;od{N8!GmPlxg!4n2OV zgn7N@|5p2V1ZMV7bM7ikW=2-&0x%9<`K2ecu3`<2kSr=nQxP)B_PLN$bY~x<+ z6!{6Zp*-F$!8{%Hs|tiUU5^g>U$#ESNj;sE!^H2h;t)S>^FP%hZ0%+D&O&_#2a)*B z0Z*T%FdPLUN&e_F1vx$aLgGNb!T=Y>x?+cB0jdhr7VDb1^3@dMVMD_lq%085|2ENB z-{8xTE>2aqBCj0cqBgZP=l(LW&Q}bvCzT?4j5Zc&>Tb>#lyZh&LB8df1bXS0A&pmn zOCZp(elMh*XMh_FX?cj9*5ea1sgQ%0nI_sfTu%5+AO12>v!T}^hA3~Ev5*BU=l#+RboawN=9CP$`V;~HYDR!GV; ziCoM@J{_u?YRA%5z!A9#(lYn~w@VLmAFilqaZfIe5u8%^)&>oxLFb4EMCs#$uB23> zFc6}QB_lA_*>=F0653Ab!>Al%G$E`Nh(q*5p9ptWF0|eswvUpWrS9Y6@D+|nm>uT= z(~G&7agY_H006f+XD;_Wv-IV#CZ2CKrOI(oMH}H{l=*@4(lCn*;Xhtm{iPX;jDPf% z-C2gve)MFl@~6ssvRanqMl#|19~lF&Nx-pRhP)*=TZhF41nRWV5M^cj=u$xQSe;bO zCbbO9#><#B0LdcOWI;OhZVj!(vV4M}#vd8S{i^Y6!qQBzJgW8$6`f=c3-%mA9e%VK z#OEQO(9<;;(yR~#8S|#Oi(>Spq8=7Wwk&*v{d8{{3AG!=!JsAHhTxPOLUoE`5l_}R zOJp8j%uZb(fTv1-4sk>VmtNLf#7SujQf5(CWuR{E3s6l8Qq6CbX z+wpznd?^`f)4?drtz1&H3|Yg9Ggg-!XbEGoOxl0pRWGwe7I393 zEM8oSMM6Tv$+66@t>cxUV*ay~5MeaFqo+i&xl2ASR-2VFMBOMdUOOW2rbGB4n5;FH z*&Z&?|APuk1u-JaELeG#ld=%Qfc#+_9*rpBhkg)(1SA^zd>nR1;*398-_FnPrWBh4 zECybySNS_{_niP!a-pCqyez78WC?+2BFrfAz}PL|6Ju@>kRb`VolpzG+i>Xe3I_Zq z`ZZ1y>{B-IYiAjl{uG}s@kaECdad*(H$?x`8uSVDMq(uYh~6VN{8z;7oU?26wV0N4rAWPVEO*sse^~=2&T?YvQzV;}5QE=T$;YvIbc$ zE#uoCTzQPf&LJg=q7B2BL_h0_A=T0YZ5I$f;Iv{^>g`w z!eKl8L`F+F$QE_;$>%RT62N5G#>H5hD=x4(ad8wKT2aXzejH)eSYCzGwX}*Ikg1uD zJD4ToYO3u%K@jJd^Q%3PjP2N-M^x{~Mpb=LwM($l_RBh8LtzUzAD&c=M!5Yf@3M^V zy_PQlnfbiH_1~CHGm#5p@ij4XlwX~0ne?Q;ju-{dey>>(5HKmL@))>>sG5fHD$sUi z!;?Y$ZoxRG#%PECXVJ0ClAvJrU_l|FW*731S%eQx=_V#c#fK9ke=Tp``*lA#3Oi-p z`~06wCJlNj;yuQk8Ia1gM_ZQNp}p|#ZMTPXNxs_HKvC0i1);6FyCWj?_k*^nm7L@v z`n5pgK~E&9>$h}tOCh9Z#;##Dvtz&X+<`C~b_mcP(eA$_aHo%jCbPwnmQ&$gm21Ws zU^K52l1u+6j@MGoU8zd(-eN;r@Zs&%77|mkIHb>oA}5=kely_WD-}r7`%6)ljujUk zn=k#+v8o8)(@Wj5_y%QStG=lYlvT(2*C<*x^}PwHBBx9#>B-fmU+Bgw&wTu1XxX%X zoVNTl`uo0h#NXM*A;9$vui?kQKx1kXo;uSk%{A@aYoDfiDyq?e;U zD(yfjgMxeavI4`_lviHL7Vos%1=H{$~t=dLcM120vQ! zvE>o6WyaA(?omMh{>RMF_zVbbb4JsI-hgBI>fknrWo;7$#)bBvlPRXdg6x} zN{EDZbR&41a-?Nb5TDwMMhMqSSzzSILD#PWFDNe2i5fraTt4~$d55%*(h<3zY8r}{ zv_Iq=a0FZD>WG}@;OmQ*f8xgJ?x5y0kCNUkH4Hivg><(3b%Slu{UlpOIU?=8s}4)f zU0GcALK~!KC0H>Qa_lqx3#@5kn+zI~IQn)s&xIbTi>)6cCqF_E2~hLl;i?jhSrGV8 zzfziLMf*5+-iw2fS3+J4ZJqzcbGVMi#cC7;`Uv_kLw&Wq40&fMb$^m#x!0ZA7e3zd zgk0o%_n@HR2OI}PsBDhoNV4paS}xD8ccy;Ub|N&!8GEMx9ELr7vXfHY5e816O_i*4 zp-nw*$>`g6RMV3!xP|3Luzr)ON0m~E^;3y>bw<9R-V+dk_D)d$WRdxRWg0en@zGp7 z#$Na=Nw`nG&!)zJYbHVCQz6Pi4Hv7*mfl-u6(NN2NH-o;VHEkEH8~bE^5@juAOZTk z_2BO4w^i=kbL2?ncsLn=%#6A-;^;32_lYq42^0dB#gU~6&T&=c_{G8P42AaZ{d!K` zZpAt?lI7n%APVg+#jADe0Uff0k+cM8!np{!cvBs?2zQd<8+7~biSdWt=kk@E=1XxB z2N!RmoKevyNo6<8X5?zOwJgZGKDgy&AE>zVO6N6e$#Um|egn;Ih~RkQvCL8^i#z|Q zxJM3&VfNx7D;0_N4wBg&27!2_-|$1{;V8)!&p9Hv|8`u9@4)b;c~5B;I7X$T#7q0>$D29Lr5EVV zMp@3All50jsACB`GSde>s8}%|&(Q1j`uHKcl3Cey?X(~HDy`$XWeZuN`n~jqQ>MvF zwV?>B(H*&3rRBS&l)fWg4r5UrPX8Dzaw+*lV<^_X@k(1s)h$UN_tZ+Lwk>EWX-8?YN>jq<%N6GRU=h(YV5qgO3*^)<}JE5)P5zDhdz2g9S ziO)+`qSo#B6a+fwgw497U8`NP!;*Vy9Zo&y|Amm7cdeF>{iP2NB7%WQ{U2M1|K0TF zKkxpd)2VrwI($J~{v+4bXz93NYG8gi&bqQEBU28^z>+h?@MNO$LF0ziTd=aYKqU6( zyPO}}BmpunS~{&DfCxa17mT}koZMf=Awt>$HmSO4X=w+BB`8ck`(bw51^-mbGf)+% zwokS{+Hdhb=H$*g{=8!i0(sMiaGk|(gCR@K$BCQz@k9k8IwMM=jVNQrn`t9T@x)0U z^AHtG1GNRom@J1_)_`U_OaNAwtKtL?F&2yAgJeP_ml$>q%*K+x<&J5%s(4FN{Ar0= zf0G>a;>uDUX#mH^aTVAp4FyW{5*_7JtcWQwVuoHXxC5IhJ0pI$DZ1#Tv2Vo}wC`C~ z+NH*XZthw*rckGWgB)Ften+ihI`nBMxuH0f&7m$9Dj*K)SE1g8|5GU7a-x=h$Z2!beV!>H zM^i6jFXf)&cx!q)53nBn{al*o7e>}`#K~h_K0+x&2UH#vHQN0 zQd}aAA*EoaDMm(~wdsv|Y>#7%#aVJhCxeZFhfUvG%qp^o!3>`l@1L{b2visO9_v}E z3tHWTH)M?^s<(?-e`Jtb<%q^%*r=qaL}opWVNjgExg zeF}!l(yg>xJzsNGkIv|1hg*lS0)mdtW!G4gziCaXu?^lB1A@!e4_$L|YWqs3Zi@N# zT{|PIHo3k1GFHLh@=BYI(-E)7JLfLZd-DpCTdfUWdSfe)g=zajkHn&?pnC68r|AGZ z>Z`FTp0h{Y*6&gVDOB7wbWRo=U@Ojhih(j$IW|0RB`IM#u<8MC&>58fJ5Ah^D+v@$ zw^gjzUS8ZwrARN>1!aJ+@NT(>kK-;ZTF!4TTdbv6sXhITE*-${*ap~&dAs}l1K&X} zDK|OJRtYbwYM;nMSKYwE+ELUrd%WKyy3)>bBCGZW8UrJ62{aigDA3I&_R_pzDdAfZfd4}Eo`7>(J*}DcM%H+tgm}C?S@NOr=3IJ6ZkAAx=SyePDKz~<( zfy&C3aJr|B!9NY)a0Fld{(=~bdJi&RL8{+>aKwHBTR?;uzaW71)I#kDzv?lTs)zU> z=A!O&EZkA!n8$1nKhkg(Ezf8D<3Z#Kr4XzR%vdfN2*!-R)_w|b_ZantI(_7H|DtYM z0=(wwG#L@|NYUlPYsp>18>~>U0K+G-4y?LG);P8X@3sEg4 zbZAqz*dyYWXi1QM?aFh*{69}b1lnMtYre*Fyk9i9|9@a3RSP#8UyJ{Sh5Daq+a>C! ziWn-WABuV%^$e=*6-zX>UvVWZu4)%+c}2MLh%^KiuKA6+!=bF2*ZNm z@A5PmLjiConDSyvlhD?*e@KonPQrBokVj#8=(RJ#A`T9sE_DW(({(=`h&#WC6_#QeLHG9C;O=K)w zPxuYXbE!;&QrAS~2cH|5r>n}KLs*`)^-8(K)FQxT!)_Xh`G$&Vj$84`5&vF%zdht3 zncNTlzn+E`US8@#2ClUjDJ!1Sq!b;L= zDJ27fd2)-*0;(BoLIYC#1UkzvS-?j8hK#3G3wtA_^=XmrmhKi-wS)aqQ&jvA^g`3} z$-Hmeht%5M^`;ZRf-FcI#j5xDF!1r?V()9z`S!l$wF!QO`hhA*56Qg9IYv6k&mQyM z)wHXM#F*|g&dNB;L61lP6&OH=2*b1}U>LQO0k;QVYny>o1edqFr?fJ6fCZ(e(sx)CzGQW|O%o1I0L> zBt6k0VB&La7-)Fku|A3w=6l|xJjY_KYuc8Phdz_Rno1$Nm=9ue-2<52_=zC;=q#47 z8)+!bH~O9XlTi!sEn=j7&)Lk`=?L*A-bgB`@uEn))}3fo?yp6P)pB+>o0Wx;n4KE- z6PRT!i^`RT-#VrXr7<@%#}I-V6+#UR!BQ_9c3;RoNLXqgpzrN}I9jevFd1;n%vTh# zXh(~ZRp8u&mto)d@bAyoP{woU6{$?lP3#ab#|&Ao^7uh!RXmh|=s?NmJ)Xh3%R4wR zYc)n*sjDOb&KkHF)ynCd9as)F-dKRPUq}s3j(p-M2LBYRTP+ z6+-5?#E31+w_mFy-e8DiTRK`+%VZ;~l-y54Nlj&V&QDM0UeD@?^v5A3NY~Y$nNsmv z=CQgF`>EOKSq-0I#7XZ%MezJujJ_+pf(Nts9J!xJF(_}7#oZ}3a90fx z>x(s)I3g{Ji&HzAM;k;#+M2%>Y`UIgCE6NAaVOkfp;`0r$EEgoLuIypN{r*3I+fmb zK@wiRCZGHaYd0F0oIGYfE&~GW_yVJ}Fx}r!bc**h-sDGTuMvn=t~&rmCr?<|?lIeN zM7<+Hac)QRR|G`87Tvvj2hffuPlB6sE(pu` zjfDp3)3@0k^aei|5266ASOWEN=tauXGIvkb^j?y58lS%=wWSQ^R_>-MJ%6Ms4a%Ao zZnYJimrU(yqF*Xy6StC0te#gPXM7SitI!=tVtY;b8y3Tar(QQ?d(tkfbfg-q@t5YJ zxkvNy5pWy0O-yC}r5(K6>=bYyw~*Wtbn>)!-d_jhcnFF%u4S^SVdj22@T9g8($2hi zU|Sgb{k=E*w+dJt<++X0A+1ehZLJ|MBD%gkQt70W;{*+mOy??l+7sQHSo-e%9z_ZH zJ{~FNPJs$ADmC*EPq*4=h#ebsOsHeN*!<{FLv0@=mJ9m$RH11aaE)#NP3Y}S(P!sR z9{fUo2H{z1CjiSOa3GxOG}X&^l z;?9xg&H>Hm{YVoY;lLYrA+j!m#}yLo@mK8rE2CGvBD^7^{JTFEHO&wqMpilavKhFh z14BbtmbN)jkst&EdG$<6@N$}n-ErI+Y;{P457-)WsxuEZT2Jhnk9EN*tOgTmjVgJS zf2|NB+I^n|$u-A&rLxM;C@Li1c^nbqL`m?8C=a0#Hw#VL?^T!$J26eWtcZ}PL`gl! zL$?-|4B|9zv1qV8Vv@H=cg`_)V}x;|n!d>ohAPHX&=7!9V~ zO}NsHkrv+Hn?Kwbntg9}Mf%*m?lI_xBCv_B6-V zeNrXJo3TkmSgz?qxZ`whNSHK!0&S-b#S(szwsvrxhg@x!1Qx-Ynx0#9bf@%6tjGaW z&u#GObb9Wrg$9E^{*immQi#Qm2~_C*m~>w8D?dIdKF^(lAc?3QUr&HpGWhXFt`}um zrr`CkBmgt~^;yM-;8hIam-Ih$V(nkol+Q38i5L3{f2%h874I3F%AL&eUXXQ{gbURI za3Yq3cYrTegj$~=;P-X7DqDkLFWfm=pJV}k85d^MK2NOvIm#$%O1EBr$k zb~dQ5WTMV&@Z#rQSIbOp@{~8F8vmX-R8tXC0Nn+E?pWd4I@-yDN@?LO@M@|WP^zv9 z$z**(@K*GMgknfDdpi1HpL=`jPfR7N>_2`Y?fh4I&(po?r4Y}D@JulA>V`=W6yAz@JB44p@MheL}D-RE44@DU=25q*9B1UNmm_HMMk z-dwL_w}L^}mlr~1(lGv0Z!#6>&yRwg8FdC1SJ5B(o|-nv+GL_l7*pOBqEcX}!BT3h z-wzpjCRk5r@Q(P>w1YWOt1(Bvq&m*%_cD?2u}a5~ohy|4$gq;h3Oe!sQ=JiKl@>AX zG33hNl(M7GR_ruOE^a=+_*Fs|)68Zxqj?+sXUG0DC1-fv0=lhJ7z<#s(L|GX`nvQg z(@sP%01p3R-YB3MPkD;hB}+_`Hq?2<3}Q`aN3mBj=`&}+H8oKb03H& zA$pAerfKEwwhN#&tw`|c0RYGcTcBBdLM=Puhrv!rExc`+2|PFE-`@$tj8LtdUl;m8 zhC>d*5j3RRwxaD?0My^bx$s5Ayj^m*4XzxE0H(*eDL?oN_Lw)h(0M=fhBZW0 zRs9SxY@JyKwkB%76RpEh4B}lNljYCBZvg9U5aW}#4xmR_09QAfAKI{w1tK!>+0)jH zA9(Ki0=aFla&KGYDTKNGP?P|7J~WqtL!l_1b!X*aj1!rk9LQJ0G2rk80zLA3A(QAE z#+|zmT7Z_>yVFoR=DhlCC;jE(J1f(mBDhlG5ow?@FXsUw1EqrT1x37Nm(c^*k5R0X z3`-4z%eKfG;!2Um5bczQmie-*e7WZrvNuIi_MpfYlqKz^p zm7{2$AN&q&07c#?;srFPkN;vH1lQ%&%=~JW0bg3>|7U_I_kRvANZmkfQ3O*^PS$Ka z1$%85Xe2=|rlKl@5JIZ%>>MS~cXblx&KR8Fp4Ie5!M7JfLPN6`D%?l?GjVT&D}~J? z$JWx-ZRXEL=fAJMd9==H3tWCz0?ed1#@6d-?e2t#is8Pp)@ZUVNn|J1gD6sUaFGFEd7`yOkdD z(YD-D%t-sGIJ5Sc8c=TApqPOSR z*c(;Z7FX+b*zf~1{%&978YHmRkVY9o1!Sls3|EKn4q*zQSsUg<1?R#y(aa@@%qFN^ z5wfnu%uJXA;lEW@=ty|DdF7qf#%KWgTe4KMW0%GV;wEh*#@(`$PRv!IZM3TmlovfN zcq%FoL7-GcC9%frm6pJAtoGJJ9K14#5d^kH*@hbPmeeUY^qVp7LwJJT0V+24yOpEA zoc4@b`utWTY4R5fGq#`lqehQq0a4G`)X4){PV0)S=AZ1mN$%h8=9DnNqa}x*i?R!& zH-(0zV==PGnNo~>?+_W@u?(p1h2WwBPre;9zQEB#PykPHgPxF_cGJ>#%F+vXvV@@c zBiv)0zdhToJ`7!y9@UwQV;q!v*8rNRp|ecu0b$gDxUZ!U+JRj4R&D@lzZa~`WnzL5 zDQ&DoIIoQ|2H?!|3-@c&zIh< z3+JD*)GYjOM!v`V#$px{P!9_UD?@66fC?F0F9AoYf?72|$sQIgLp3E2(Y9Xb;ZUPT zP+eZ0pW4z!30xDh&0Aet5jwYZaClu?n_gQx5M&JL`E1|fPL|2AMsIo>=zi>+{4?AB zZ^q;*W1%`WkX?$1knX>`ONZY@(4JY<&L5>!1)-Q7g&iN8#r4{!_&B1!3q zC|+d-Lxu&R5WE4iEw9r5Hf52d?&iDy)X_C^S!DaD#EdYXFjEy^%2P5|Wf!(_PS2j% zbp-cb-7fpvlu?(GOVRLT6PlOUK8ydx$^8@bDc(n%n){`e%(g#gzvZb4I9;*oT!m!! z4sWIX!U^xN+Gq;trJ(tgi@KD(7Ce4+0>4YjX4*|JdFtsGPI!rMOt>zR|6u+60qZ-w zo!2owS|@wWP8-N{YKQ^b%krc((EmA>WQ2g!%lg#nxHeKp@W#*Ge03QG_o{Yqa=7ONK*&q@u4PG+;#nT< zYT?~9b7^r6k@qhj`haN?IL40n*ZlJ6QT8J>XwPuf-38n0!>+q)excaO?`2!tT*i(Y zqT{#Jx`2Jj{`PBv(sBSXe?#D0lSTYDENuSe5F-RX~tfM?qofb4#o@s4I>cdFhQ>uM)cUC;?yHK81!oS|9+vn78goAhnWZL+HX&VpC4}ou4 z-^_&y&k4zl1lvB|VMq+u+6sQX8s@xa)~{?Kp3RJo#DE+j4sLW>C_U7QkVI>1V;!=e zl#aj@B+qcs=T+i9gCX{sG5bbFr^O7@_hy)~E@B4*#}QsIi&0PwCuIiS+ollT$$-bu zPn)BNP#EvUM1nqD*4A!O{qB9&Ai67!G^$Fm8d7c^2+E^9pE9;%X$i71w}F7srv!wj zHmhF7OlNn+jq4CRhy!`)Lu-OH&KYBa$9&SXZ?yo~{skUA(#k#OidOb=sGi!qJPo3G z^X5C|HxF{ie^smvvEzQ9_O*2UoKV|Afv?mw8e?-}&6K6zh7=E+%g>B$fyz?W33eMn z%_sGiq%4o;4d-yzA|DD{r%(tkpStB7xGMX}gS@^RkjS~CTrZ=)+AMAg6T-UdvDo5k zl%3X7uz+aM*FRW;I(TU8<~Kx5Z`Vp10+W9eSvDaDJmJ)dCM)8sA3U+Z7Y^dgr^G+P z+SD)cz=1DrDv$H8$Cl^$e#rOb9?p^80>^0l9=JA_Q{s_TP1<2QcwTdaABsmp$if~v zZp53hv2!$$# z*NxU;C^nHp1cJ8*z*Y4}FzB1bry$XI|7ogF&MsIm`9&YlIdIO}cO?VOQb2+%msB<_ zp2j#%Mk1aStG)^G8`u8+5h&1I_Q%tAfh1!_ZuhC_pbQ3M^&c`GYF`tjz3_VaSZ;M( z7WlwQ(w6S&_^`H7 zx5ahxojB560X2AwDfze+yR%H=ywLgq;vN%XV*2J~nXH*fP3WSA-uA5OBTEi4vuNq5 znYd^sN6?>|FUrt(JzMKjpwNNq*~apwZ4jizX`p5o_$|M9QV_^!02o zBfVsQ4SVI*RZ$P8^jMj#iTo)QB^c$6%P4S>26i2C_^g1sR#aZmPGy`(-!6#8BU;bT zgU4#2L2nik5bNuq`6GY?#w~DO%~hiI?9fE(DF}15vp8soNO5gnwcV7onq#GUyQ`8b zEpzh%XAa{kHx^Mr$7Vje2`Se)j}{tq)F9m)s4s-!{^=cFH?48rzit^HSsvX;Wr&Wm z-$Piw zk`=t0QIp-{aVrkVlMQ?(qFxvLDqCJnaN|N?L1*;_6!dLz zPJMZMK-0AnHg%j!C!P#JFOMkG=GIVEQ?ppeQ?OWwrV^AfpxO}kQ#dIdq!LtA!lheR zZ*SUC_n|qmqsz0IiqQ9*Xo5)Y5i_#Ty;1pF1lK2)oLg!o&nL-@J7HEy&N-zFr~uH{ z$)GF38NG zg4(neg1kqXu63nE<+8fmZ&fu$wMmySf|H6lb^71DRDu#x8EJu(I8CLx6`I+$Na^I^ zg5T%4m)dO^+46sn5{q+YoCtXIj8mCcEcX*H`FemOE0?Z;HTT&kTqu#e(N3x7DdXUs zn5r2Rex=nUcl4Dm9dK)iIB;n+8viW}p^D!&Rdc{9a8e^H%@pUQ%dC`W&JxI# zL&W0J$o>k+HXVsps zpWU6%7HxBVJZc{7UQxlMmY#hA@4*{qQQD!J!St;_K%=}{HmXXZXhr%oS=C>b!K$@m zS$!q)kAIdS>(YJU_Ra}(a@p7#){Q{wgcEeiaQ2C$%X{|k>Cz5~fD!dPtfR@_HDjeP zP;PzrdS{KuqB8VfwOO&Gcs5d`mJOl?!dSbPA~h6as%gm1mIPfYV7psLZOQoZHgg1J zyB2l7xUJVDi?etg>|H;Thq2v#T{+JzD*+;>uBL|e@4{iUMlBkr-Cvv8Pd*@B`60#&?P{JRb8mx^vDKGsf^pYDo zE3`%q0>}vd^G3ww6J_x9Ec#gFHy2z&p0n_)sV}ay;(P6Wj4k^WX%6Lkxt+(}vPd!_ z3QRF{bmC?twwjI&{OkE;!Rc?F3|Fc}U^(d-wOSR?(W358oBXsid$6h(fz)=2;528c zK6pV1+OQg}xM)BB%e?0MhoSb0eKwI^F8{z@iNP*)4#d@Agrva5x!VhJ0_mDA0mh^| zd5&Brxv>@)`m_Shqw<)5Wd3ncL8fR#f0_x@~=WP-G>yDJb>|-fmISNIYCI%C0vNd7uOuja8>sb`)v?o)c(v#oIH#@?HEFtqHj1CP@n-7=R znhnLO83}=*@SlElrw6S(4ko-0i1Z3kW`bU&I42|+k@2J7x)s-}rIg-{Q@m$WQVLtY zVXmS44B!eE<3D>i_B^Kcea@^*^|rOs`MNObGN)0f`gj_EQv0K#nc{n0_|_;h{*803 z!-Sjv+@_)b` znkUYI_G+9hehv+DzC0g65>NcdBJ>NiZxn;}9btf)8AHKm@xS26gS5W`W3NH;eXDL3 z2UrobtzFqSnyJDP&zv(2)D^}k&c2`x^;HRCf1Kgo2#4yQ>D6bw)U~7VxEYmjpY)f5}GKI z#8*_PPoGwoo#u#bnJ0vwCx>5jwJp+U0?m}cLeWHR;-2SwcI5CK;jhW8EHZU~m_ldj zg2MHYYJQ?;bzXMy>Drs7N)Z_Cd4FjEa#^qy#y-G!0|=jHh_Yzzr7SVkP&G!>M}MD8PN=2l?WGN&zpTa!DMx-&Dz%*rVSSQWiv z_zsuuh)sC{8Pl<%iDJ$QC)liTuLB6jL8wmN2 z5Jv&;VDBZRna5givN)?Ei;&hDC<3h)0bp0e@*$~dL8+3TW*AR)FR@5=*+_ONxSy;O zY4G^OenAakYpfOrR~bFFf?&-;h`)YD0?3qO!!jT82~tJ4qXH4W_IajfMP5B#K(VW3 za5AJbO*u|$WRo_F!zL)#1wud+@N2WV%e|+-kSMfU$X_<#4QT5}u59zKelMZ1js^o! z6DW&!FHuDtMb+7snuI4sv1Mc>R&#+ZBnU4Q?{KJ#q^I0Rvuh!n#l5TZj4klLwJ1|_Tx=bfbvKT=}nctw@7Euxw=M~(_f>Q9)hnlmpIO-;&wK<$n4!l8{ zuTzd$mmUwWrsNj+Zvag@p)oqZx{_!RC^%pF+lmpyKcjE0@ev3K$)vr(AF@t1CY*Cy zq|zmNKVjsM`>M)*=Fh@OTg?d{|0KJ@4{P}>`e`B`rYlj4k>WIWedmjLSu|=f*9i^k zOBbb9NfPU)wh0lv#Jdw>Rj;;(A_NyuF;S3c--BgzM&+0?4!}}(NgIPA^CWx0?gk?g z6py~2QCpXY?n3Xv@mNeErYDp-rZJLy{#L#p!2%%ZhyNK;bA+Y*Og9}~1^da)7z6iV zhyJ!wA8JCWZ7{-gbpjTHu4wk{t+#js*x!--e0M`Qg8i@rW2Z)i&9RO(k8Q%9feR(Ug!ES%;wK&U64hM zA;RmPMx1R~bL32}YmB9}H`rlUd{i0FZvNpJ*&yw*ZYy5bji3btIqTOZFzdux@DYEeyug@Dz7hnoaAp^JsfT?vQpXEEOZXAUBjiwLQ z^ZUZ6)B0O_7t#Ot!mnbzg};M|ujERBLCr3g_gNa8Jr{m5f=C@+8Qr!zKa+uqZSDSl6&c2~@> zkJte|ot&$tM1E%1K4Z*33y4eBc`08xbS8i+i==Sqf5#hKC*P{y2dar>Ln4?^KhI@i zO=uIn*3r-3^X5|86N{mndv|!S_U=5w#WDFkK6sX3zk?sgYM0hDG*m@<35nJ3vQ-ob z?Uy;)C0_eC+`2~!tHX?pe-Y=#Wp@{Y0~sS;EfF7PkEnmRh1(v2fz?y#dCajx1oPVq z5zOR-6mcmM48}(#H`PPPHku6au8cQOik+5tcfO~PBN#d4xAtc6`O`_*5A(9EI8@&q zVo`NN6z;dM)m!lt#_1w=mG|JsEe7$|-9h*9N?K;?#^3;W9qVek!QJTiImwa3UvONf zi(Gnf1_i&O39b3IAr(};l8v~c`+TiXs5x2acjr_3twd_fDuAQ&+DySGRCDUN(v3do zpm7WJ(F1ofEoBO&0#c29H)Qt0?=m`3zkCP7{l=-mWPJ7~ctq{5 zcxK^lNIS@_$8S3sKeg&bZu&}E?0#znsR%({a5K+c@Y<53YItum;Q%oLL$mlR=1%!! zr=_eB)OZ`D>rUq!sY3?i+h>Uf*=aylVpdD)eT_Dhv!Y=+(PO;vhkKoAIM#94K|$y@ zA)lkhr4k$x*=^449Q_BXFZAZ2;`I94mutod)*W0AJn4$70t{!AcvBeh-%xKUnVQ?* zs33~%HOS~y9VA5%E(&5bIWVgB%-osiRuK5qW$jN(zqVLD*qf#oYVV>RKoPV}=(0|K zNV6Qy$=GbbBpoL&;4UnEea(eA#i7yPH-c%Iy zXza+}56HI<4A$TQ6X=Km{fZryaBF5fiPqR%-PSgG%>NM6)vCE1EO^Oz5xxAFCm1*l zAh8VOi=NQ&M+rp5Dad6pes7oA5a#3k%}L3bZaB`8r&0n$>W=F`SD+^fpQRpXL2{*9 zt*cv#Zzi%wt4P)fHMUvJF2Z3%m^eFtwF<&1w8V};%{gh)mc5nt1N>@1&j-=TCj9mO zjLXrSpoQBKmWau|&4ZLlEvgdVXPI4zlrgBM3CO2Zt|t@nHnX+&Uv*7hYuTD8$lX@A z%`(mr_o~@9444B|Nsy+ZOilLFjGn6`s{~1X*i^v^6jCkXgP^n^J)6O$(LX}GP+M7$ zG`VUlO7YB!RU-l@X#&PNfuph+GVlKWn9L%q;D3UJj@JM^g;dij4m_2ML`!&awyi~c zi^;sMB#g9==DM8$vB#X9Hd53UXIxKUAy7S@6Iy&d3pq=UeHACg498OVr>+dEpva@^ z>VvFsVs7MP;=$w|o8O@+E$i1GH1Rt)VpCc2%*to3>e+F&<05qYHq}x|VdDiS3{~@* zjHB`6x%Nt$*2zsai0*&KJI%gILEs&H;~2(ZX~BlCvmjt z`Jw42khYPEUU@r-qO>oCTVsV-EA0@6jNF7jh45TMiTRTOndMQ9v_U4p*WNdRGo229 zwI;+i_QqG6TFcaE=&trXRa>0N^ojE=1_sHW0qlkcj!zuq91Di!-9Md4#7-7Q^;i*XIK34^*47oVd=o)u<17z zkE^0447b`LXit7&MX&2*cW$r6ci4m1XIQ}jrA5&|K<>8HvCap+;H*(u`ZKR@YHuXr zg^w>r!J|Q7FxJoL#b=3`olE10cVew8Ie}24L;MdRwptQr#!ukvA<3=n2VC91yqn=S zI;Wi#o~hn#(3{-FzR|7W2NKEt)(yrRAIZ+vt;)wY(swxet-dp1vj?Lmtv9U?iqF`s z-QL^vHx!}%&!Na|2a7BIiOI`K*Fd9bv3-MbZAJ}bjk+A$Zr2LQ)KW1zgL7rP6ZpFT zS&OP{_1X@Fg9?6);EwD(wZ|%QI2>sn$-OJBl6V5DX-QeKY*(tdD5{qGci6d0Q)c$ea{LP1@jgB4n*I+qoB*hV z0q<@uoCe%}PS_Wpxr5#WhBNWDK%y5^UDuyH!RDDl{)PR0@I2t!O8rGB%xZ#G>&9f{`l?tR zI81HLq1dBy!gD}wK&yVK65BtSsYEKwFT-A~b`5klUp=DR_M&;G1oh`cul_{GqktZz z7xZPClv#6wM@B*-p?3Gl0Z%u$56yUERt=}lAH|TqJca}g6}q(KnwS$l&Pb(YxX`G9|0?-NS{-PHXC^PaJ+x$Ygp14xzsfR2mo{2PchO7Oz~XN z5|CLr|4K%{k!{Qt>W2TPJDWn`F8FO)f>SXd)PL|LcM=k`Rq_8Yc22>$MBTcMZQHhO z+qP}4*mm;8wrwXXwrx8rcCyaewfD_`>eQ)S)fclbx~i*d)aWthe8=;uG(^-$r4H^+ zT9;H6NZY{JRna&nF+op6l3gj_Ap9mPbU*LqWeAo*qO6RA{b@1%>B z(jB`}ls=y9j-09$J1Fae$wP#u14?UFA#*Xym*VEkW!#6Sen@K}kk|1fZccv00P_tT zJX9po=XYiEJgMna+A+ntu9PLlG z5Cbzjs-Yi#;acH1eDT=q)~qBMqr4aXOkd$BnH%&+vG@}F&$)&x_6jQYe^QOye^QPAtqM!S+T4@u|8cDSf2pw4XN~%K9s8p26yj^qD*AHt*14_QA81R(H5x#)@(M(pOP^h3f zks<%gPS5)IfAT%N5*qdcuZt9i;t^n2R{|2pNKqB#)a2LUB)$y9QXxWiT+BJ)#MYvc z2Z^9eEjx~Kq8t*&X8SN>g!&FytYQ7zWGncI#lK>Wd$aI0Y*~-9gwt8+T0)QOQ~V<$ z9CzXsQ%5xRJN>ud!zRZ@a!|$^SjfFmA0nqRBIMUzdFx(-2ED1tPx^4hbFvUwVXMAE z(r&ph$IA%C^m19Rzn+Ukj7zR~MGsv+mM$er5+bjlB=u0Hki@pdMXFraFY7 z!m~TrDYnY=Cl;O*G1qGV_Fis0#!F7Rjj6(#U96{E1y$bV#%ptb)l&b8r!pTfJEcz> zTe~GFq*A}C9)lur_li><5ts(i(6$uo70lvXO59WaXK)@t7aq_5!bwnKh zt*(eu)puO_M=&*LE`v9|;=#%f0mj~pCQ9LmgG54c3rqy@(^~PQY{XF4C~nCfhQ1ZMf?1C%R4H*%KnGJ`wP?%Geg0r2i*`^4a{(mm2f4n>bGrH zp&8b)fH1TZTD@(RIp)EKW34)p5^=9~DylpZ5u9CvCB^I~7CWXgaS1*2vg!-C0S;MP z=`_+(C_!-?byPL};QO~{P04d~5{P^8!aDC-hBbiHry`T#Fj0#hI_+uNqR5fn;;nrN zNQVw6A43%XcQgyN9Mc?wpjdFU9G@P%m^PY!}%cwSgjxLz2hb z5f(bhnu8LZf*vE+9O_6Xh^l!&X1>l{qy%7eZ}%Y=rRx||{1)r&@1b1O2%a2hc&QJu zBH)F4^~!r)hVIl&q;#fPSc8;EKzLH)SJy6_VRfh!0-j?rwr}Yc#c%pCoLes-&@G{? z4r$e?(_8k2ePTyO@{TX!-{d7b-~I$yeUA=P9OEXQ87_MDPk2O&V4zq<(b&%_h+E10 zEl_(~v+xf00^iE&zYo}ee7im(#EHw4fX9qyWi*M?NcahwvQl2Am>!y_ID+7~oZ0)& z$S{h_3I6*pGFZTXfT;h!;!(B#p(Xwg*fv*9`d?N;`=LN^KI)R!X`63qVWZbZVgP|I zBms*Sssgk`XmC3fqWS<7u4cvBQhq84gaFS2NuYu-_oK`rctsLg57XK0{*IaN?^j!% zKnYI$k+K~Z1%bKfs_TR7aN-Lps^jM2jqUhX+Ol#lyJ#_X_6o zm{INZ?(0Vj7?px4G8A*z95$-wYu#|~X$WAVmGr6W*m+N4EptA^&KO&pXU6H0i#eFlrNFCw?Q{kNFm?3pSl!0Uo{KD|9C@$-;ML`R#j~F+yk;+%e9`yjxdopFX zHOdO6=^OHG!P`4wi204Bp>fRmQtl4zV@OHgVd@v!lL(%)sy*b1LIgXzjtt?2un->x zn~E)~j*eJbwOi^%V=CM+gK_n}ts8u3!Nvu%U(6dXrTOE|;9USI_t!m>7V{jaDjIS= z2|OP6IWAt)He6j>j6Uca)vv}|%h{DPiA zVX;@fqJ0r8SFxpQmyh^v1|T0?<6#6!^XlVjS?9vLWcV&^Y({8W)KsK6rNE9a4nbin zi^MPD1aWP(7||~HwKzT<|1*l%d?@9$1b~3h5`cgx|2I+e->IdPAJRxoz3pt*bI&Jp zLUxW!4yHFWRLL9(B#A*e3#AGMn?;l*%Yp*fgt23_l?Y=XSgVNy13+dp5^k%lzt&XO z^|G?k`sq$j^f%{ox5q0}PQ+~||I>m0^~uKp`^U9k;Ef6>78S8`J?V=P&~rX|Og{OY z>cZIlw)aL0@L8Fmc+hnJ$->q9a=*Ou1fLCpo9r!o4Co-3K0+i z^XKx5pVKTe>=pVDlHrH=@A%B$5y7%;O28*)tG~?19Mvn~q@M!3q0+7Fq@Osvq3Q!X z`JT!He(Mh*`JUP}T&Y?w0 z%1X+mMH1pWwPaKb!v@Z(%tFfkdFQvXe z>F@ux#^_2t0vth){wvEV-(abTy5#3p29G?Y~i!gnV5 zvUU{zJq}QIfg`W3EKG)iRzfK;i>p&xc$LzxEc*i@BLa41CZkYj0v}gRKBK9Bm!Tr* z{@k^=AKu*{*p@3JJy6R=V~nDJNT(gN9Dv~DE7cQ{`wW3~#Z=jXn$#DA$5c(1 zMM;%So!XuxOr5HHhLNc&Ii|7MIoGJu;8=iLQ~Ea*rZ3rf^^d>wyeTrFf!R~IE%eWN zbX&}wQ?)5BS+~N0m%LrYC0n;szf&|bx=o@}qy2&ML}BuV2ptmY@84T5f50qIN%mc87^oVQGcc;&{{ir(>+BVnb?ClF zJW!B3b{;VQuux2Hbv+>X?Uf$$%j}jPgC?(M4$mRFpOA9m7JtP6`O8gEhEDfWzfzOu zUrYwLow!1LThuz%PU)wPw0Hfcf1Z(t{f_(DY^d`cB=Ql)k7KljS)HwbR?lPMM00>yMaDBK z04VZi34d&-eA|8(+kCmJ7h|xqhhJ97V3EyK)WdSVUuC7e*=B`6Po~4^wSq-4nJ95# zCfU^>f=h&D#55$^PKnC14?gUFP`I|N5!k~=u^FGW zY>LlRXY;%&*5&>&Cpl*Z~dt%*eDKV%GEVgcl4Nv+FHq?tMriYlaK2s z#-ppQsW)X>ztvkgcdS5A50?bT`M&z9whb<}(80z_vqsFuhSTH-$B8t8@WYGEQND51 zL*r}Z*3y(FWw}OHU}3T8mcg~PCtEe~0>oYZ{s=#XK$As%7?~K7sj9NYF=sd46Ki(# za&N#$4NgTKZG$RfX9H6fL}FZySD5x_BU{UgB-lAO#I><8PSoL@>))-(Muk&X=S->~ zoA>$|ty03bF(O?p<+`$10XMOkyuwvF$YEc)LN=q9=Nc+0u3^Bl6B!{OR2&g81O1md zBbgE$tF)K*>&0?&QERNBI7sfHTRCQLsaA%CC~G+k)Py#cIZ+H|2{cNTd8hV5@20M@ zX{(d|VHee1FV~WZ59kIrAy80FZkXK*I;quIZFEeF`@`Vk)m)S-s%H0=x3S2MqLwUO z@G8^O=FMD1f`l4ogB`~wi-m8xs@ znK1RP85BfFqu8Vu)v_bCq56=zz}}QLnZb)Q?QVk4tTXe}4w=VaqUXH;g{GP7TEJCc z_ZpoW>v09oRmZX3zy-h~)bojJ_6gUC$-v3@97ivw>4dUYp*9RA-7o4ZFFlTg_vLcMQKEOxFT|nDGe4=b+tw>RIH_{%4jXn*I75qxW$6s$E-q23^;Oo{Bl1} zN$M{4DFs?Uh7!)ktAb@uB~gU!dX5}QXF_7V1dWuO{0HWA@^`(tG&1ds(*D@~kO`PU z2{4VE)F`#8LMZft=jmxd2JdA#1W>vqgzOk)`JpnjR4W@}g3CXt39jzPcJeD-Y9=rPU7~?tFM`|m@9^39vqn!J|0MOp?y&q`g92Nlv$3g! zRzd9&7YuRkMK|!01;v5n7UZP!j7eC#Q2fHF3sh7LjCv!uVQTm_L^Jw zm0#yuPb+vn8PEthd#D#J9%Pmmt)YX#6`MomnSdB>eN%r4Cqa!B?;u#+hmhVM7WaG( zlr1vI6prVvF0A8hYlg)GOype`;3qse*g9hbMN1`^P*Fakr;jY9_?{%Nk>xR(k(v`=~^<#(C zxxDoINQ?C81EKgVFPv$8^@Zu$y_AT!n* ztrZG1;HovU_6WY?u5~peCsVOO_du2qtq0?@Dr68Eem^TbOvLHu^U%wF|Bk@TU#*O| z2ojg_U##llIB~!1D`21y`Nq~amLsq9UK8?hl4D#_vbkms@n#-oqg=B0!aF6CRAPUT z680snn=K(KrD+?rw`qi?;?`km1+1~Tp^}db7tDqPqPP-NHo4o{d@V|!j14g_%3ZmP zPiIHM-AcQfl~BU-ML=CUFsk6JWxl$wilAJC%=6l#Bp{N67q(VB+X!d2#7es9j z@t5g@L+TI6>*CkdTbH>4Vl#d$?vP-&qX}8$h)3|0pO|fr>_1b!f(D8($ZA&UEXR~5 zlF`KwbYt=ej&45OJD^L#0_^2O>b?$J%zTCy;+|*Vb5G*+-B0X>8~WlEq9%`{{`D6; zbPqgi1p<69V`>njNrgBZpRw0r<3*54TnFzKdMI$5E1aVW8LIO$zG5~Wc=lolsa(1y zjmHO0=|?F4bZ{;}BP&XT4wpE+W~*y6a3=d2_;Aw>HTC*9Rj|v&NUu(qDfV!bho0Jn zglcag27o?$QS493f((}%&V?^|oamOr9VZFjHWH^gqYada(WQ>$`-m|}s!dy#C5J_G zw+=>)N3)Tl;;IP&BbR!Vu(Bu4S}SYq2nr{p40Y4*sIX=Wg4-Fl6LS5H*cQ*zXlsF& zAV~wy9PUE7(P0FGY1V^`W^>++`AYJcXb2{mMoZ}m;gEc6on{EH4Jp#;p6sd_g>xcv z(Gq}?J>rX)^&d9nv=k#tQ5K1j8D$;kJeiaii{$Va5RHv&goC2&QWiMd)um2tvoSOE zlDaDvR~`2?Y4r{G)aFf|8CJ?xId{+=EN%8_U`=j zAPlT7X?>ew3{8e?B)YuK%-kxmEsvu@p`xw82l*0xhpD_2*mu<{8DYMc~`rC(mFR+Wa)p~p4SwSZ4N zZF6O_j8*obO(1iPPutb$^TjE9gcdL}47#iwrdoY@?z+N`X(e=V;76XTxbgw#NSZk< zdB}n~_Bm-)(`@7ksdYz^L^NuNcwid&hbEqU$W}J7+0gLez}NtjYFbEav{4hx{`#n< zR{iu3)1oxgwTWCMif&qYGEdLt38F>>C=B+NKZ)j*d$ z(Yq~=JUomrG_%tCjtST4qr&tGRByaQtR-}uBE!@BI03Hms+KyV7+(kt)>vM~Mtjgo z!i-S`Q|U@vReDyC3$j2EM~6qKJ`mijTH1S9{C)V#ST!ThqBbbrjT_H#_XzMGDH^Za zTjs)HziBtdekI@oxr^K_R+eCdxy*J>VdoX=veu#}ouI|N25Xx(8f!L% zcW4mA#cB(M_h9ap(L}%wR^A%9)@d2qb9R*#MJ~#(<g0?Xl>K{9>ci?d4UvlDm)j#noPe|(|_MZ%9@8y3S@&xcfz&fK0%2( zMhCD`N&kjOlIujfR1vPNrqY(4kX}xdk;Wmv0GKHyOGiaW6%nF;#sEX;j>oeO3$@8%hQKjv!7;D=kh*wF)<3UPLN}8cDFewzByKxR@$gnbcre zHo$I(L+HvRU+qm$)uzaLxf^@gBtJ`bVL3)ZgH^-<;ZM9?niLUJH10rTk67Rqh4Py< zL{NK$CQDL##U>kC%}$s^59+L2hf|?TVqd#?Kx|I`_2rDoh^p+$u!y|yttYmK%nZ*U zN6IX&s2);*rL$q!Pk2V=7}jzF~xXhislUc|rWyZ^!0~qQo`n6Jn-E zqslpoYJ9(T?0U#0#z1zQ+Q7v+@pu&qTX%~h#%K<>oK%GHiLpX#IAWr@I(?5NPHPan zGN~j^i$M?P63(%TOj(zN&=qCTleRMu&q5MYH#V07sV4a$6n)8&lB+e^!@jm8IfQ&M z4Ec_PYR+HZ!-{>Mxq@c6?DfMla$=Zo&zYEIUhlm24G|nBZaeJA?aTTLV~)Zw-7-=&sz*XZU|J;H>NiB* z)T7%;AaT}+j($N^4JJJVp_GcCe2zmTE7L)Ul;14du=b%{i29L|Kt?esccx32FI4zh zuK*a!Fn8#1XU5${By_&;gzxVQKIcAS4y7w_z*o>EL&+-maW4bQFu9fNp-P`PW;*s^ z!m%1-`7z8xfTqeVjSC8HWJ?^_flcGYetXeKlWrQ^!T zbNG5Jcq2HmQ{3GmHT6LXd}Hdsw$QH~DR;@@%BXCsu59aJ4x8Sv{f?FvlI+wFi2iUx+q)UDvwS#b%0hQo$z>OVNylErB}j15d3gpk+yJYE_G0U-C$NA^j^FK&m08% zL_V9w&2~v#`IZ#K^xot1RQ)pdvkxIGUK;d&uM^K8ES^|qc&8ZJcH3l`aJNh75*UeX zhvF%RMiooRWsnr8_IFRoNAPZ>Fq*=isQ%Vh^iU{ZUEX``PKUaB!$>CdH@A(by=L8s1_Vmg$3>x@PP4YY~Z1VHK^AFlIXoD|{Zz z8h2LD=K`(a9jM`we;{Bo2;pOY9JP+jY2E}|9_@>Mb`y3;>Zxli9P#P~;MdRel*F!? z3$Sia(PM>p~ZCUa#$8Nqf1UDH7Kx1RUGVG2B?8K$(o~o=4;l`IJ z(0SINFODFEj#O+{fOu2!RksD9l|@LB(_)p3+K_}iNvVe%NvGC=xidS$L3r9nN*bBv z_e}bdr`^zbTxP6{6x6JtL$CZa_}V!V)YdT>0<_|Ge?geHUc?Pfrpb8yV$3h#+Ew*% z6rRG1OkdODoH}L>v|{61aU;-a6Xa6!Q+|?e1Fu%my3K zDfg!13@SP}Kxru|Pp4?8a6!tO`k;tvd zKt+(O89S&}$_*bHqV3ydZP0oWrC;QA*{HyK=E8JX&^QzvSGh11+ za4!fLiqOm-q;dI0^wFxStDsSc)-oPpPNPi$vy7p20 zK2e1u$c(HD1bt!XE%*f(X;?KM!e%*vs28Hgo14dPEXytNb%ZmqgDJ%!$Bj7Hb>fE` z>dHRC$3M}BeCv>?Pd#@M+_NYeRi*oU0fO}fIoP)pk{g_Jis{QT^uP+0&-p0Vd>tGQ zUE+gUn__IIO@h=SHp3?plS{{`4mG1v&+LY=vsX`DWIs_lc2*)owN$LkXdEm0eUn)0 zx#QNMwchdC^v^H*4vy?yy9z7Dk6uGXr&U!%-uVN3dZM=3w)D}=Duere_KCl^YZ*Ys zaV>>Ho2H%I417L~`HOGAT!EGn#0*~N!#t0n5es**t29h&6TO9x@#9s*ap@J$n09r> z&(Xmhj4vvkJ$srQ&PlIHzDRJ*Gv>{^ya#E>MoJOh%bSy-%8A=Z8vybk%Z36PB94$ZT?%T%);hGK z_?aFD_N*9L+c7UNXR2FknsWZJ|Zm#gmI zA9+T8iY46#eDRtjDi%9`Rp!Q?u!N@T+{74T9r;!v1|F zjeR`KW?80QG+D_Y5WIeGW8^C!_jJ5p*xvv{4M9Ylo`IjpPP%5??i_t#xsmPEaRrJX z{V-Fgbv+~~gfR?^xDLV=gn840UNDBY>d>{lYwICb-8-uGB>lKzj)?&IP_Xg3q>F!5 zq$`Ot{&`|hBIc3UJAR_l8&XG_XJ9ux3hYuGht%(Avl=PukYy{5S|vZM?h;e^(TCp% z<948kr_EIPI}m;_TZ1vb&W>q)h&+?2o}xdA6|Ez_IL>Kdzo$h4w6T;raFaKUiDuGx zy5O~le@v>-zY6Yq)_vMH>V``Nc$AH z!4@5f8{mmQt5ynZWaCvTIz(894R3N}Fc?o0F|-ZIP0op|r>OK$e^y$`@J^Ra7DJ0v zak7IDx8k2F`C+>&JeEz&THiRqsT0WNF7;j{&0gFvrC*-44t>o~`DIE%&|5`>0R(52 z19G$jdNf;xibQ0lwv3oBYDnB)G}#aXHI+8%BHY$N{Pq#Bz&w9Tb-<1e^)kWd1$y1_ z8eeTUrx`!^_I-*ws# zd~b;Jj@36N`Y*q1@Lv|juj%jsVGbOGMwHPFI|{9Te2n*wdE<_Sw+jb$=s4m`{lUd` zi?mq>W9*t#^F|+S4xbFK4ga*EJj>2&^R&5L6Tgj!8p2NiyxCr(@UV{L^h{PRmO-6!Q@w*sD_?*SjTjTWD)CQP!`KO#{%sTZc9q&j^i)v;!f_@GNWmEq8 zvmL8<5ahZ?8~ByluQdJ9HWP&q&kY?9&{MaPmf)SpPOxEjmTqWQ29D4;3r^G7xIJP! z+<#^pKX@hf*hC|DG$MQm$w(hV*BaC0&EHPo-SGPUFg~yfrtPNsG@l3>&Abf^ag+mm z#}m%yFF&DH^+Cs?R1or(o|kqJv$rNZTTxeSHyps)1!OZT+K}J0taxF= zR5wIAFY8~q=ETWrktvL`_7SKHlEXDZbWl&xBs}`b{QAiwjM=h20=_vNwgD5DrY$H^ud5iFIU?p1yvnm#9 zLhXjXWS*im3n3gu3_anW1_P<`^&@Or!6BMzmBt+c8?P-g#@hz%JZSNz974daJ+ww| z18K}8K)X?Ajd=I(((EbNL7J0B}3AdB2TPj$nR4 z``}!mO>C0Q$ATu7HGgAce?t+|HbL+OxYQOk{SB(kmjOT2C*^7 zYeJ&+>~rV6V7M0!?^RDDI3G;(6aI`5fxymdQ7X&7E*;`NgJau<&cfzt^wi(si9!Yz z0WrvK;ZZ`#QF9wsh3DzKy62h*#Fkv4HK2;w(bZHUzT|nVf(GC7Yh=`JC## z@Py;PG-XR&fAIPgOM2vDM(A%Zv3B1|D0~gIwI4axMK;@cN!&WmrW=bv+F6C9VRauF zkdZ?+{W9QGK)qprCGN*w!`956?eON*YY^;XJsmkj{QfEsa2B~)qYG` z!g*lKR>6c@Q2P9te@6>G!;s$I%;GD@!sb#t{!e876z9|ozI%TUejO3xBAPp=yt3z# zS!Z@xMYnZyS2o4e4qIl~Vkk&gQ$qzjLoAGS-!@xLq>Kj&*<&hIjrx3o=77>|#DXuo z+1)9|XoDlG$F^;zOSR`S}8vEv_ATH20c+J}NzFM!Hh;3m!g|JrDyU+PUM)o36c@ua7F} zsHF*n8vg{09-8X9YwF16M!aOF^U`6q zzC~-1{lrS~#Ypi%W^Q{uoHZuhH7H)&V=LrhuUrI7MG3|U-mf6AM|0j+bKTo=-CuFt z@I*miHaK#9!s+RzI@L+BIDDjFTe~tT&M=%;K{P^p zq?KTfAd)ohjWH?W%7}d{8nb`B#+s`r2`()8PP2c-#G-ucaDHfIn=7ke-9mG>$fmPw zqrRNx5YOG9n9AhtaP^bRsd*YRvH&8Z0wos32KxpOGf7~>pr#r#$zmh8rixH$O1Pm? z24JI7jx}A=!e#j^&doSKsbU9Y6mUxj_FL>}SL? z<1Ty=ej4Q6{~h?T4azkubRb%iP9jxzsGpwN?SlW2rzrr(|eapr83&IzJ@?~(w z^#~tXiS_oeof{FNsEQK_g$Y+gP9fZ^6rx9l{z>z)K+8JtezKBD9(oJzP9&(8Hve`$ zLQJTdVYK#buEWLU!#XwWF2$_>t(FOqM?t8^q0s|kYwNf&42Z99d)2$EbIJ(mNnV?s9!?B8~tHrV_4drApGa5tTZ$EcX=#HWdZ ze<~%Oo?Js`g(s)K=Jng!VZ7pbUekRez%Lr$w+e5*WjE>2NagAtvGLuQfgc%@+1-7Q zI2?;f?L6xGagodZBXTX7Oy1vcfsGX+(XM+*17T^8Kfeo+O_zOnZl`)&`Z}ER9s{>+ zZYdH!9_&wo8!b+V#pq)9eGxHeH0^ z3K?>Rq!s=}1@m`$AL3w$Tf#?T>o^x*(75E&C&|aRaU>Q{@raOE0May4h;cj?2<(WG z7J0P2%c!VvLSCSMtTplz?P4S`yadF}-QCxr<@^F^S&A6#F$PBa5UK8b-~A`mN=NkT zplM2|CX^VTBkM8o;^#|9d1T!;K{*s~5MLtzfzWIvMVV%_s6aRtLOm8d9Sic}5URw2 z4-NyhKuJz4TBbluF5KD#W*SvexHE&IGBYH`4dyqI4H#U5YiL zFupiTBI__Ev-rfP@&yM<{j*GKNTHQZ%L0gCe`+h+oQs7~K`_N6qP*L{Z`YZjEWOVL zirVqXwjoygyE78AwPyP}J!Q7@MCPIl@Nh1ihY>s~l(FAj%xecVBx89HaA$rUYtg?@ z0`UV$c+^myK*eDz6Ug|<3jFStdwwI|-1$QGC{ZPZrqqn21n0ezdJN@r4k4lL^^JTI zmuFPH{5IrDoPP^?qZGzi=0OcJ3sLrZJ_q_yC3EP9|ApzvoJqxD!vB# z0`bs%JeP{!)47N(C#{YM+}y2|YMh?@`_sm0#Z9V3O`@IS91x>IZV;905TzuY_iq@P z7OICJ5trr+i?lN9N# zXzNd-vWbZmw=CSzcum&{B-%KMssA;R|2#fhgzC89A)=NFg>vFdxF9JaA8$aP^rQ|& zwWW9-qd2xGAB=m1n!cd~ws+UMA~zJj}0gKf~W z=+AwVM%kt#wh|Nmj$h3B8>svoybK4V^m`uAgyiW~lW}cziVO#)Oq6C0HNG@Loz4%H zfv~gYkZ-@9^2HmXKhG9mBkWqW8L)3w07<}x!Dj86s2QHrd7=DwnRB&BYXYJMo%~Vg0-!!7 zvZxyL1M%xr&B~o#aOEAz-o$msB#OzD*qI4b-;fcKpzy9M8!;@uplUCTv4{wQ4i1&E zNC`qnM+DsL5{7*5$<(6C4^-~y^yu?a9y)f(7Seue=)&l}qshYP+Ed$|l%}DzZK|wK zCYY4VP}{YX><010t1JTY7v;jtxUh4&yDTRVzC4fet@az81F~-; z*0x+x(-#`cl}bSW4FxTKiU%NM6Q8uP{ly2~U(B-y(!?#j_$n)%=`?blxQS5feb zg1dRL?3aOn*MS5sVsL%s$R1WP2jOFc$nD^9UeRNYVUM?ovsp=X%G`RYXBz_jLX|*( z-aYwbt%2KQYHs;(>z8FUq(UZD`EZwE4bK^X7GIU%4*UJz+$2^ei*R9bPO`*p%A@>r zx>weGwfn$ev2uXHryM#{DHCITgT za;3jC;%W(~SFAzhO?a=akxU^cIOQgY4sGnjm`HhM#pha61b+-CIm=kM+4AWPSHxkl z=vUzzXUXsM=zNebT#Wj+T|#^YY?p@FLR!r$p6 z6E-dn=EY!KJ1KOq7~^P)HesPMS`6fnfK@S)Y_vw|~P04pq--e?kl%Tw|yD2g5#fWBL0+E)IR*KK%n#hZE+5 zukIk6kvO76ogyapk=29F)bR~8Q1|Iq!1Jr3?mBG-0#?Y%s;Q@|%bFH!cxcs|*X7u= zXEZ+>P*?CYN>7`fZ3MbSZpIwcAR7fMLpBWDsXnW926mMt8xodHUP^hAzYF4j-+8hr zs*XL#x$_a0DC`S7O9|+UQx+?nj#a6?`L+TWH4_ej-D&DI%kLjoGQV)#F&xz`A30iM z|EMM$I95Ntb6$%0OVMkFc4hq1`Ph^RXey4)XOr23|iA2P%p0M&U#Im_1@Djlb=Juo<$|Fxg!(tGzadx5j z+*3bTWiyYLH&JfHtnLn?_)XNFI+&+WPSmjYN-wOC^Mrch|27S;iN$VOTyTKbz6cDC zq><81rj-8h5y6R>NXAlh5z_EZu7K>sj7>3vbssEK^qp7$C*e8itJAuT8EhiAkdj>^ zre_u%|IUif_$p(>*H5LiXN90yTq>JaNxYc2v$(aWOna;?5W)HAgH!CT0AdbjLP*@uxj2OC325=+08p;&vZAQZ;Y2WE#W7%=NJIZ)E-!IvQ20gXcJOt-0nOEa>@=f2Xz)K+Uqp zmS*`rwbF)gIDawec}uoYa7lQh8KzNA9W_c?Xpq5*d$P3&rni=8O;!6!GcMBt^e(L_nsiO}3m zwBC<5-`z=2-8qb>{2B-LyFL#`42^LDt_VkC2P1ek8&_8h0=9vNQ?)JBsts|r;g?gw zEl{%$&9uQft+p-H(?_gc#(=6QALMzK>rmoH*#gI%$&5$Vm%E!rK#S=R9A>k84Y-Hkz> z^{Y|e8S$uiZT4A#To=7`c!}Pe-BsdcTHF{ys6cd<_X~YhCOiqdH2s2dCuCG7JWIV) z{bF$!>{s>+cT~+k;$1#_2fc*-f_`TFGJhuj>HA>$tMi>*R9SB-_UK8j{vE+0_Fb-0 z(N_$p`a@%W=_Awm(bpvREyS(-Ep=c0SH)%}Ar<2p^#tU3Z<69!^+e*CwN(9EZ==$` z@LIWFEl;Um#XzlJV^^(TSwOvCy-&Sg6`^7ew(N&!`!az<`db=KDFB0X*>D)_Igm;j zF}iqJ)T9i;q;PaN3I}r~i)7VWB&WFY5JetS(+b+8`V^(z)}c{W7A?Ul{FksSO1<^O zp+3F3Z%JtsBU}BO@Dy@Hi{478^cURU-2T%q52N;z%tn~&%q7wYwnXodnqf+z;nnXdH( zeFb^k#1^b+J*-xE<3kFp2`e!1Lequ22#gq2qw|m|^g7*bdmPi{<3^9-&yeBK3RbW8 zFXDjY2&VLrgngg)2`KLD^ar1J>Wr%)+IRAv@UVeu7c3G}-2|SEN%KlY?M^k~>GB0;nk`;uz`;yv~dZrxE zPQKW3=;K{5ejWR%DIg z1tDGimg5?t^JBOfZyVF@A0uBckC?LZ6?@9xGCPf0n9)hsk@&CsnpKZ!M709}L2vzr zM(kz%zm>K0_hoVlAK@XBaNtU)KWX7OL~XwM&CLIyjKb)Sh+-|SBl8E`p;(A18Jr$@ z7YJgSOBKxfMfg|$f}98*{tzuF3xu*-ctA!L{m6~_hYu$GAtVLwEa2IffS$!IjHSaTmY7t{FY2A18YriJQsqx*!v_&3@MD}h2xJIQ3FaJx znbtE{b4bf3yz8V+IYS0EEIM>vBC(=+xE_j_>dH=gP@&`0jsPPFA^Ix+of3Lb*d;vX zZdxr_>dHtw*ITB#U4{=Xk`2RPkAt=8Hoj~jWN1%;X5DPm!+|T)T5KH80f}K_-XO;d zLDOPNTrv}eaqZd0Vd#LvC^;Ez)YlU&6L_CC(N%yZQzG4Aj1Zd?o*0>Q;N*2}IlzKN zl<=KQgj-c=d@)S;xqr{+Puwp>z?Vn4l7;X!dx$AJQrNZ-b zlD@%-1$LCMYORNGC(5NB%y-_)N5USMUpV=-K-UlQx9(U|TQb&gf>iFxBeA5w+xcRW zzKls`O7)!Tt2vr_1WVMKC7g!t!ALLh&(a0eYPu5OY~hg)8l8Y9K!0KO!z7C6SY1tS zA|`KXvf0HR8KwX)vmfiBm7GaV7pAz?yaIbF>7CXn$)eAQdqHg6d53MW?_1XrUp%YZ zTKrUpEJlw>6DCxPO&&&UNXQTBwmj-Y;C!q;tuJCp&}xJ9-fQHyu&*o9LLGXH zE1B)FZPQQ8ByJUZZKE#?-EJg?)71xo)nX*K^02*ln>|)q?aL!A>+GZ5uyLvL;;&j; z4s>p2Iz@S4=+)-Jb6TDKR=DxCTH+X3+6;U7Ka{<5aAocGE*f*iwr$(C-LY+_la6h6 zY;|m>W7}rOwsZ6C{r%3p`>S(yox7^mtXj2d{xjca4m@LwXKYN!UyZg9A<6s0w8~pL zP*=pACc&TPu4}JM1{<5G?gYpvBGMG;2%@j;`fQ>f-YUD`4)IcnNyOYD`DUS->$ha+ zD;&_vwISXG9>vd0%^@rG-;Ik<&JL@=FGyrM0mFE(Y#CWT4nSoEv9V)t)T!JQ0zvYC zaWabk0KIk7Zr`LN`14EUoLR9^K-k|64b@762R}Wk@fcg?)2+5+p5}mKIn|4subDdc z7XM|)sFH1$PBhZx?OMKsv*-p@YhURP{-S;rHYn!4eaId!hz7{>+9g&nesoNVYqcE~ zZ595Fg{NYkMk*vaSFmaz49|3d9caODB+UdNybOm$s5S!MD$Fe^$RDJ&PY#2YVcw20 zJ);;Qet$O>t5tT^D;>o(yTG1Ryy04P%#wF#=>{IdlqOJ+Rr%6^w#L=(4lzxz^s^VC z(W{^}GS-2RwRSm8ON%YY`&7pfF=LMY^KoF9(DnPs`8)KKvu!hWw*Cc`>LyimKZnl2 z4;-mTV!R%HL`|T&pu3OViq5v^aAh%-$C&n*9hab_*Dxf9+i(y~eH!JlV_?6rlB%fDHoQ;!^NePn8 zEmK#TgG z?j_%@_vlo5j?%TuHPag$Mlbh$bw)4_b(Z)%6?KMvoRfv}6|boj>M)og|DO2lA3`~} zn-X^C>9h0j1KVgDoV=o*ywYYcH@J%>)?tyY-&7&z1B)G5QW3+eAUt@_dobgef;h&w zb-8H|ylnVw+q8Ku%ix8JzXqTJYlM<(3WV#fK5|sI(5UT&R}WIV5^q?-!L#ZA&b-wV zQ4s6#qD)%c3ETF7Z(?yN67v8ISl|ybIwwgh{eJd)qD&faF%>_#_r}2JD6*GZ&RBZzcbXIUl{AI}qz$DEq7_oEF5mAcpN&2gw4M+rsTo`L zr`Nczx{b$=g;S9TpWcVRaE=|$^h=9o80McqeVU`2soOna-Roy=Oc`+MI}rPdYHe*; z7sR+2wstK9NDlpk+&!n6LYr^LI%G|BGv50TE!SeF$vmolV_MV5GTQe<(qYhdfQ%^F zLomFfd;U3(3puyJJ(!C){<8`ZGxqzI$)3~Y4z>+Ms_h3rH<(v9&`3A5)(a%b;GLCk z=79=J(LguqP|Mzt>WO={i#WCv=K1FlnkO-3i;98G_|(l1_&K|jhNe9a^h$$U3RYe@ z0$ya1R*BL18C3X#xmgK669U1#Nz{W1k(xrF?-O3W`EMw`xh5^ppV&S0H&ghe1{NM= z(RkV~LaJixe!&(|9k1=;7*;?nElEBKUvK_B0vg-n%Xh_o*t z2;ahob>Re|18dgXzp@KwpBDXq;*lsfA@)nkLf~~JUwt;#^(9$?uVjLNKW+aIhljk} zem&cQSgy`q+nISPXz%bih)onLkr&}q==bjSYMx1y|VJehhUeoWv_|;s_uO4!XCf<8^?xN z0AvS^`m>PvGvnqLq4yJFH?>D{&o0ysXlk9P6yjL1SMr)xN(<(dIR6YnJqBNU?-6B_`F zR_jo$2nbh2tso0)#5j!uFs6?eCPI50zgyW`y-vH`w_4vfo|pG8R4qslycD#xJ^maa z1w)=rW$~WmdVPJ^G|%ZY|9HQw_5;ElbQikYZiM(Ya7x>W)Sux&6Q-Bq@Y!ks%d`+@ z>0IyMOLCg~0mq{GZykRCml;Sl0 zzpu@E3Cuy*%BBXgzV=k4g7tIad8jjRHB<3f|2YE-wGgzLU-5F|rJ6={x0owTxh7r~ zNM^w!sf^8t6kp6OlS!{Ea+R)BnrpzFV4_Xr#nMDGoY0Tyx3LYM33F*#kLykUy-7US zQE7@ECCZ*~r~VxZt82TWS{}kqG;%gVbFa#h2F0&;n44x8wzl|(VuwnK9Fn8U<^g%G zh;&hd+5_xa6?$r9t7^HyrjOd~1K?~8DknfEN%ap!({3*HpkcyAasbc%c43F%R}6FF z##&@r&wYHZx938S6lOQ%dPfiCBoq5$WA<>?8>dhg< zZd~On{|JQZ_=wo+@BjrhpO7iFJHyc5JLZ&?fS2HitmUFz{H{Xn2i4@{g>L1U*bVBK z?b3*9Ps~9nw5=-#Y!YfC&R@H@BsWXXxnV`cBH>%Kv(OC(?Kh3u2{XyLH=-K~XTYuzH1UQX1Uj51`)O2vkF6a-< zz+^)fJhQ9!1T|TWT6r=?Y8CY{<+KhTTy0<%hPTjWK04bso+FWl5bGa4v!=!7B$byv zdf1Rh=MC%7lzBD7B5(8@7X?g|C9(PVLx{wd8SQX}01)NXSWvKD10)0+5a0lk4MmSD zg!z3Xof!9kF4<5ry`1*BAy_XDTD*SPhKzUw&*ARem>Pdg$~R2^o^0L|;XKoMfsh-h z3}L^59V^N^3idxpK0)FM*pS{Sd9%WE3ySy|1bIKnGd$~xEL0dgfisB*k-h{`d!0jU z!s3(7kp|KlSoUvT+y;GkjI*<7@dgo}Nm^8A0Xja>*&U1cC!@x&I(PkS71mglHo}#x zd1}2m6p!?RMLDk0^^!8b{uW|^5984dC)kxtFYa4?&JEEGL zcBzPC0%6^7%%~B&MUkk9(7(O%Q80Laqoc80jbzRE!=zs#Xl)^$ACx~(Vv#qUL#51$ z@jX&{t8~J{=g_n_Z(AKjAf@(P1FYYk-?VexNSbd4E9alO$4kO+h1SLd&22c>_aMm$9{p=EQT7u182$;f&SaEng>*t&J~14_$FC6tOoo(=45%Uo(R>D_in zh{5ojUOdaHY%t>B8k0tTp-D_#v{td<%B+x{CWEp}s@I10>-<&$o1Y$;p$-mt-N%}a zEO=xaW!Owx^mqonGQ=Ql2~*3H&4mzjt-or6S;Xd3f{zi8Z82z9mxd72sV1>1@J??}JImg4*M{eL z^JPvq&~krq2%w5~MtL@Ow>*To%CdC3EdqzS9Po2H_=<)OqQIJ4WC~5B4`Il72{vjZ zg$b?ike9KkQm|!`-@O+!_H`Y)#XU9mF^DAK6@ar4w5**&wBZ<E*0CwM`Us+%TT*wBvs&GE; z96Nb{LNwCOfyE;T|4Cw}Q=x{F#NDbsM)Dx3Avu<^npTtcXT1MS6YawR&NqwB#9 zBLHOSI2aU*LL|=PEQSrWJ5xHk_I-*J;2xtRopeN}a%^k-+;PU8psZ+uGOKx9xIr$L zr~8Y8U$BgT_&$aeoJ*T!KX4vfKE6Wcr^A?LyiJ{!aR}(@pKhafz9a=nKQaCk{@s3@ z!j-k7>71Zou3jTqj}U$|=^g)wdQVSzCNn=#cPS~0PDiMwC%dAb60&4Px2RN+g|ID{ zVjfh&dV`j$W0G?@%r_=f(=k3N@ZI6sUg6m<%m7LOp#Q|_l9>e@@Yj1<`Stx0BLXtC zGjX!FG+}Udb#SnEa$#`eU~soIF*kK#khQckHFT0S^t5+%`FF%eDr)(!S60s6#Pr`$ zUvlh(be|yN(C6CfU~#27!>$xULShRf0!%h3HB`KG#AfqKp3TZd$OQSU#_cxflj81y z5fZqgL6>>jR)=3l7cl3LZ;(>Z1{6w&hncm;bk=OYLmZVzuc?u(b$F946tQJmr7|MhGTFpu&GX zTnUSE2G=hm5dRfP)BM+m`>&0%a;A2!|6~5LRCN?kgit?X&=r3>UZ;LXhHME6LmrO}FwZyCP-T@qEbjU@$=z+EQ-zKLu&=Um8 zF72HC=2oiW&2lTKncXXWj5-wYThHKHqLM9CL^TF!SMmd1h1Y8aozff#Obi@7h{+l6*q6zaKx_ z^qS0bAWnuinZs%#q{fynKRf6mRzm}VonE0*cJ-s!H(PvHtb^%d)r3goLZ)Pq*DdwU z<{VdyZB@_HXOGn(5BiN4V|*U%OV zmY}VY`2nMz`5e-3zDhnV!z?EM+xjjZmplvpY={uCa?&Ww1ww1G@psD6FB0Yf27^~g zY=TwA70NfbT2GuFEx94|O#fR7e@r~WOQ`+t7>LD}Qm`hq;IjonU3>HV$~iGb_t#MU zLfTT_qB`hzocgU$H5dhdA=RZ>@LTRHu`;I(*p3%5`~AZ-WaI^4`+lL<{0qH2{}sI| z?v^gb7JnNBRSQ>JBOyCWTSFI1d%M50!N1XLrsZYqU!?c9bBf z(kz*a0JEA2Gj*&qvzk~*N>WB_;cOw$<{bOJPqVP1l)S0_3z)3tYqq*{(cDv_?GtfO zk75Q%SP?wyw$IrXT0Mr%r_Xt=s*N#Xr-ns2vEXdmT*gVZ+Uxg3e#nhU_=jI=ek5n``-#T2+TTfR% z)I%Zt!xi_?g^75^+^4TP-5=l|c7E#9&r0OjdStP{@#$(TF z#1+XZRwd-H$?#DgV2R5XKrYbUF6aMnW z%N^EL-ggN7p@q6Jz(?7Z`QV$g3#X*mF8PzJzyZQ7I3tejL@KD&*Y^OKC74S&Tr7Tu zfG}8?^+(h}tzZjG1kx(8UEGv%QvT;3)@NSNqq2WQr&N2=rn+CS-u;5L>VJi`tfjNd zzYMd6rJaerJE^$6le?jliKU(SU;mieeFdwcmd;<>zwO0aRFR~oV7PF{oa$__{h~;xyU?L7 zJ8%h@bSBD>XIMgL76Ru8M*TqVOMG)s3^opVYMR>z7^@LI`(D*eZjiKZk}EWwu%12C zp2L_*Otz#a8~R9ixV4|(JrquDKwLfn8uPqH?ulk|nKN zOBQnKmTKdHero(94+|r>Sj>md%L^>#@}`9*(=qPSoEwPNI*clF|D*^+?nNy2(6R|d zYy;y4#`c-*>{K0wxlx4BKYjwqM;TF%Tv*CMnvqbPIo+fT`GkFU`c;_dx*ycr*;~!$ zBor2zyyqc8*Ke=`rM&`E!Qfu`;$inxHL~K@LD|)qtYSDfF^P@RDdHtcw4H(Kydr0C zTG(}@iKv177_xD8)LDq+OyKtfa>nGsoMDLM5%ziC1>g9P7nI*f60qrW#mi`s_2cDz zMA)zSf-<=kA_?c_k7y4{l@z^~h_CP>!pqbnidbsKbaXgl!yJ;_vQBCh+l89TJ2MOq zh^wZ#B(5!K`=Wkf@J9b~VIeTv#rV${14)Ss+3X9>XkT#tzhvtEV(I>pQU2RDtLXj} zY4C{%ppOzOH-H~&E6vo|YJs6BhK0l-hA*TdBNK#Plt!Lkv}J*Gy@tvrk*7Z$1qzIM zn77+yq?bR{upIi1b3JbUeE-V*k1Hvhu5-$O zNoG@JRmCFLf!vklN0QSA1E@#0yKQqdEnGZxVMv~u^l`hMX$WicbakIL`p~~ZHet@L z#heaH0D_f$ns!>1TV_|)UVpA@^P5Oscr_WMRdH2$Y+B-lZ~q`*8%eD6gxloZ_b)gb z{+U#r#V&HMKgQ+KPlZ;%<`n_BC5bd##?-aMJ(4W3JeS1cl)$4p$zKwUNDMvEe)?MD zdEj?_Ndvrr&Tx98t5S*xx@Mkc8CfHCqH*;#?TH=Bq)k*P1)kq&&my}(X5ZmC_-;}0 zvuz0)+h|Hj{Gu7U3ilSJ${5?(N-OtS|A?(rgoeA=K`Jy@4R1+l-Vs48FyK#49))Y;~FXN@+a4|GAO6i=eGhIu?|F}Zn9m{a|k3HUD62#$xg<0Nx%GF0pVYmhnSa< zrhWTr<&M$)i%P%W73a_5`}4(Vtwi%-(2iu{QZM)t1ju!gGdRYA>0KovwsL<}e&du7 zho*oC;;^(puvkS1_w~+Q^P$a*4ZcNXk@R5NH{f#G1iZG~qx>gmVRi)aeZDe|h%ey& z-zn%a{~N5)%2G0*Oqkzm7aRwbPP^<|a?x;=dIERFP=m^I^S9~F``MYv6MkCyrEY`Z z^M>iYDeb1#=5oO8%iP@DbkPyyOfdj0GVKw^8X{C;UNZ(MK^nsk;>j{Lkg;J+RWgsK zw7^8C7$TN5H?NWkeP^*4uAxrYmOU*UpFp2!E=m}I@9W(ac#=5;JnQ1Ygj^)3?oxJA z!8#9)ArWF&&Mam;3C7;J|00YQ8UQW?6D;131FJ$G+RR4V=8N~ErfTx@hNS5ZNF zouz)2TO4Jpc8)MtP$R~ZQR73Ek_&|=|ITUgxRXCMgj!ri`spyDSQ8-Bug1nnuOBHb zT=p(VQKr0AHt|*_uI(tt5p&x6O{~q4QZ>EEDctfzp9ZZ6u0pZKP+3REqU{RmJa+>k zi*6S!mEd=Tf<@~XC%=}L*aKRY$-B*E9xPvt>4liSieaL<_aXXa4}N_66Ves)F^ALZ zhfKe1#Qt;+6C|Ugbv8ey;;^2QKzuaAe;(oJxo;Za>-h4&;{5jDes2%ubuG5K1PFh(hc}|dvZp^J`1C94XTLa7>g(4p_XyF4#jSSLxu3VdJ{`+l~YD;!eW(Cc-C8fG|JoiX>oM-MM1b1?O)p+kwH_Kp1zH-yHV~4 zXG&RRc)}R>Pymwkq43(jTMf5(#Cd&OcVYa&O0!_rgrtuA{vmx7wfK?m9@9}P@#;zS zu1F>f|LDoB>>r*I&5nz6TVq3;YqiJU6lPukx-`gMu6hS+6OdPt>Lj87zrhhma#5n% zur=E*J8C(j{;`4~a=K2V1P$>MDzH;i%-f2&Qae@khClT~azMqXaplDxICYqV46oc+ ze$LttQ*GBxe_8@RaZXa)DgchVi2QvUS+lj`msqHK%qIA9A^q$T(tvjD>ZEzi1IGCG zaXy)O^bybke^YF0fmTIv@R#9=JZ=)G6E?%ncjz;);B4m*v_r5#EFtIP1aWkyeQJQP zUA_sc5|ef*j(kkD91@F9_$oF%%9AvH?PY03i*%G%_BwZ!lKr%6yO3xW`Udv?)IZYZ zK|0Wy-(Rr8gaQKM{I3z(|0+I-SeP1Ho0|N?v#IH-tcj!YMVgxM1T@G?OWRUPS=4~{ zK<7xw3P%w|VGs^}rTl01zl!@WOeh&M(r!w6Uu zi)>CK#zH{|BW%@JEM=KlL@L^4DLE-6uu|+RH9p6KhG$=OWpywbngV7OyI6_Guk{Um zw`W7e*QhC?lL)gB6U+^Zm25Q(ve(~M+Njr=?H%-C53b!%a-eMF%WfLp+Q|?nE}Qd7kkEwy~=WMbk5=yXLP@$>8*Netx;X^85-z zG;8d|>u-HvU5hpTRB&jjY(4?Nt!^2HCvW*inEYI*qFopcl`{2GLAvb|jGkSPL(}@6 zZCzS=n|j(Sn-vw)1!h~yz*MxdsiP(Wxi9U9>S%pG>h~PS9$ZaB-pY>eVWr;0%2Y@7 zBsWqm?z0q!m`e=YbT^mlqs%4&4**G$#4?mUwvsC=7({LU%k4N^OuWz>h7&Q_ARi zFkTnHAGUk}!KJmMEDtzW${UDU$O!&Y(bcf#cudvRmO`0d?*aT$#Jh=@*kL7 z0Ax9RbT7uyd;AkO{IyupNyRr&yRdC=MF6VF5L9!}h}rgFCgG_#Kkzeq?yAz^@@ciG zF-3BH{@_ua4uDnGqM!KIrR0f|Y~zeVlAoxo0^Z&YPo0#&J8}GX*#UiGr?C?3czDaA zvV7wt31!7;mRv%LH4+}@&`it?cWTPLQUqv=QTuRv;*r=zzkruf3M!O`7x#7{w^jSK z@qgrP7lmQm+FxvXCIASC<^Rqq{ACU#O>G=Zo&KgLHBP^Z(ukiMyqaMwnGg%NB& zm>QKEq!+?8Rgh>!Q5BC9XzSWc<~HD@2_9^>6ke5eY;6_ZwJjs>9A9b)UMM_y8(BC= zMd6mSGtVYF-7m)NecjERZXX4@-=Pg)yI^yH`AokgkAUEJEK^=UjwE=0^kHrf#WUj$ z5Kh6>vW`0sJvs6Uj#79GL0x_)2ZAdwl_Wey16c!^W*Ur5>|mTs=< zvC_d(u0btCUE^3(ZH}ex00-LrvSiw!SXj~ zPLWu3%q73C^>rVe_tX=Nx0`GW z_BrHrH%qlhoIaXvU^R4g<{wc~QL1oi+*Va zuQU>K44L-tzLV(y2U1I4Co~ykLJ9YR;+3)@=r{(}e(Q*o3`7waaw-;ZX&&T*Z<8J( z3HQD<#uRtoA#&czi4WV3li173EP8>_tZQQcWt@Ta)Qh?C+rQF!olyfL4zB|uFdPMY zWT^GTNUA%EcU^7NuOTLXd7#*rEl1L$AzYuVd4z&!T+?r=d{vWUYqWZXsQG)q(QVSUPWiRqzTP)8&JTWVC&u?(e&odNyfyyoL|6s$`%%8;(^>(WkOscJsK)o9<8 zuHo2WgFZC^U{x8>kW^%{qV8g{XHhcgU=Pv+CqO7DrfWQ$U@N{mh@&lcm+T)aTBfX`h?N4c$rE(&0K4sonVusC~GICK;FMN{}96 zGZ$oGSw|D8J;@tgyrt-6Qg8UMF9yR2{p!2K_^`}W~1&~*Bc8z z8^JWIv&{WfEwH#IGCm>m?u`)D@3lKH$ElCex{kR-ao6V(6GShG;_cj-c=&8_h<%j* z9wKkYCE+!dZEB-HFvo0G1*bw7d(5&AEH|FL)#zjagU}h8b{~7 zH~z{AZjEl1B5d+Gx~@!i_*s(4)Y5VT^hP65fU)b$dPMhlq2@{bg!9o11p8QgRmd)ifkj!+MZ~w&+IOLx)C1|&ccCpn z5_R_>wRWG{hh@@au8p@;jS03t7Hw--1Ul6my(@%FAX(vr+vwrBWaABbf|Ilj^Qj9~ z#tW>Dr~Uw$XmM>v{t5PIUvhH2=1kSMA!Mp5n^YXl%5v$SV)pa~84s z_(Dd<_HfO0Sy^7`$054qaCTflo{c|Edzfz1bk(4i=@SMVlSI? zVM89B;X>$_8I(dicXEWlIaVou_reZy!-n^g}9+#!neN4`o zn`X*$c*P&i);2=tSR=>sm6JsdLJn7 z@nYT2wAVIfTa?TlLz`3SuOd$};gk0s9+#(#ut|Y8qZ*hYbZ zlDJJ3O-tj0Jjl+J!`4a@8K0FILq~{cGJnANSh!-;-nds_XUf!PKFWqDu?6$e4D(zi=~;R@xSQxzd3hd zS4*3(+WG&G?Wgj8m5xG$n`vQfl)zAXj285gz=@nxd=;6>7QLv{naItSW9r(@?3#4? zA+LmdK<^O3$@zaEnDVlqW;j3($hl39b2xY1X06m8KIRZ~1C1LfNgxciF~!hele_fC zEjq|aq&9H4SV)ecXu)y8abWGb<4uL9V2QJkT`UN1m1#9yiuFcT1T^r>C^wBxYh76f zZ6-o zH{k@rx-hMi03XjL-u|5>e5X!q=jSsXXx8R6U?0@vu{}I6trRhW;FE#FIQ^@KnK60| z+YA$Ztve{;vQ2&)vJ!W^FK)lPuV$YASY)RyhXd?UyJEz+Ciwv?vWYS%z+P?mPolAX zlVpg(Dl=nHBw)^*9tzHRs5R>W3k&_@b7Miy{+hBZeigtc{h<6&B9u}_4CNK zwqx*j1Yo5pajxb!P)ON0)<>M>eJDPhld`rdZ>Y1ua1If^a-5tfKOSkyN%|naHr-rX zpbc;87U*m7!>i>y+DlT~G)o$5dyOBARHg>4BLG?ay9l~S;wkJseH-k!pF}9v6WX9c z|KbWhw>y~ub*>DEBlsPaV4|QAM|0?f?oD*rk@5Wf4-Cm%X(W9kuxdts*Zr$>?gN~n z;pNx`RhRHh`u>DsDPajU>{Q2?Gnn|Jqz|ArrYK$|EL76qUvYHo!KZ&+qS|shxH)2^ zWaG2QaLsoAK@D`WC&2T3;n?jfS`+;Lg=1NJ8yiapdj~O(FM9od0lG+S&F-t=f$#KN zW=lvRur?w%2w1w#X;6bI88{e{q@)s=s%kbzxDp1J-k6(o{5HlDdR$x!?-j5Qs?k{* zA)75)v+wdxyot=8S$y>$?}vvBKy)@1k_DwgVoZ@BUm~W#YtEEAF%j+5qkv;NL)cFw zk^FBfrjl;^zfFc+gKh0%L-^*t4|t<%!RW3WF4DV;)x<_g`6+k+o~s&YcO(y2{Owmk z=S-*dmz$2=XfHg;J#AcD`5cNcF*k=D3r}%gaUk4rjdfmjqmP{RCEH0t;U8r}dsYEu zo06KKXlfAmmbnmA{K+LkOEI9)`K$FoqFvR&-56yGFW={G3)iY-cM%|!k}HO$xy9sM zN;kVj`1rpzmstS}EO2Ksjd?b0AT_FSSuxd(f|)FMoc13k4vBO7b{pnSbh@ToP2v`m zLi6(T3c|gqwYd*!2d}p8`W0&@Yp~k4KBdw#>R62nnC6XKq7H0Z_PU#8(H_GW^Q5(m zkKxpi ze4r_TlP$YgSFuPfm*dKP18;&+!JQk5MfP}(8cvKMGez)wG$;3rP~Q?dP)MEcS2akx zNVGovQTq;|qr{P)1fTgs6bEX(!O$#HYY=-6Yr@79hckN?pnMYxkrxJIs%#C<7=dLC zp_h7VPV+wDKp@IZ6z25zcze)mqF`O#Xc{E=MdY-^gKN|!tH|s9fdA7jgW@vje02%?{3`PNO)f~enA!@N7&?4adj2-F%41)+MCC(imqGyv z1__Qs9~Gel4hj~GP%M{@CnFUBEA^)}=23-M?Wikz5mDP@}$Ir1jhzc503@*ZewcLUnY z$XQ08S&+IglnnZN2zSen((|w=$r=c5X;D3)!XDmWY0Kyj)|88->~oWv(h_R1^QP=tR0AN9rPC9uQ^4m) zG89H>2Jj)z6)TJw!TAWjg?jf3FpEDiEuB?$#aG8Tx>BckIldD$3 zhfrML+C!d3`N6wJBW|%3mDMf!=(K7$j(X^T3C|`IgXP~vb@dWTJX@B2A6^yrt}|^+ z3Jm>REwaK#Vbjzn)w#OMa+%cqOuZT->>vN|-S|J<&drEZ^*`OxqNX;c z=7uh&Qnn5@>Kvqhaio8>e~6kI+dKWgwV5I{TW1tCR9`#2Hp{j=y5*EORhq#%saohJ zWj4jNVmeXe@&<@2l++0}Ejf30Hx9aYxHpie5YE1+KnAF$DDIby?!rBfi-XF*klMXa zKJQDuL;fk}Nj~?-$8O&jwBNXP03$Ga38siv%7g0|+<2~7aLdi)gHFoe4u($8<4(d7 zi~`MmNT&wUiLVMf3=E7q7DPwePO%f96`A8#jHzn9-CPsh(AWj7Nvo}Ss%^W0?b^By z8l2KzHl^KK^r&$5gC3)7pN&J;}x!P(v>3)?ht+6IDOefJz)r{k#w2LUjXY(b@3na;>o;pd(R$ZxwwI688 z)qBacs3&TcU1=+2t1lx}DUtbyw9nkJ^XtSbsh-!U(@OUq6%%yZNiK|hZG?NzymUYt zaugn*(Nw9a+GUfaYAM`hj-cl6M?)jCG>cbL8dO80>L@b;C7^oJ9AL94U+$%#re^-& zrW`8z^xjm>hwraas)S}}zqqnh+VxgXw91;-TOF#GC@|+-x#Yxz2={6IPAEhtHxg{| zCqzKYUe1mg;HZmHmBG!CT0q0+w{Lw+V3AY4lJdMqwE>soNKpd;2r z8>PL`hx(mV;`rB?xVVYNEG0m^l1tnz(<~KHFm6-i=TCwjW^)8Y58*i=@?rc$`ai(E zqp4xk2#yJhgCi0$~gpgeCy;aEf%esc5a z63kpWMSQ$~827wA54@6*&kzC(UZijNr}XwR83)$AP;)#Is5_A(uaYwc+ZV)Ie=eRC z&75dmehl;V7e;M6148g+&}Q&oEk(oLaip(w0MuKCn$P%qqbO}P0)i^p#06)sqX*&U zn9#C&fOFiE7fV(csf(&r+%mbuI!3cNBKzFRjQ8-UdA`7U+YRd=B9>@V=2uK<-q5yK z&FT}SV^!af@;9ea+FE)gfISj#f!a$@1Ceb&(hz4B=JOsfdE%@*Db$DN{-Q{K0xNdR z`b)XOv)`>}u{M-$wxxjXL2QEvGxw$A@{Qk9y}KDef6pMESEvUNZ0V#wv@W>Zq8?GhU@ z3ht!2R_Q8fxTKYJ=JFX=vPkDH1}!I7!bkx zQP6}20{b4#C^9B$UFQ-$9(1=JH($FRH#;t0y`Hi{@qwpFOLy1AHg9F>L;DK}@l{$`tDvT+vWOTv>xN z)IE`bGt^&k)Ws=Y1VL6)K2@T~J>emIW)FS*-j0R&*zcEq)9TSjeM^SacQ#`C7@R*9 z<3zE)YUpNpf*kuO+m@r~cuGZ)xw21rlj!lwS`KSY^UN5yWb{Z?1w$o5C4xq+ggaq! zPDGy*b_8C)fInrjSBxCGZy`4EFMqfyPQza?@`^;_XvTb@ALO1u{vjwdj02tVVwY&v zWU(ViYXrvYiykZ&%QsJ}h zlD$!uJ>$nLgD?{27{MLb;AF$Kg-7-%lyEcHv@1tuH&kYOMIh0wXJ%3IEDY6r9h+gH zQ64_?UBY%0Vc_Xb4vg~Qye-3hSTEU1r{ExSgJEF2T$+=L76)xNKe_!F)Yj@T)P*c; z1tYb|{JyRB(UVO7%D`_jjnyXO%;S_6UMw;Dj)Uiw`8BtlR6aScXs&vTv$Kib8Op4k zNwta_?zGEHiYIQLGcq$7R~e~zAp(N-vv;!eg2M}t)gcG#`Rej1&u4I{y4n?8a2(l8 z9#Fh<9*OCjh4;FfRfst+L26Zu|J|d54c$e;Ep{cJ7zW&|F_dLI8n!1LcQ!$8&5C4G zlomhSl)d|#licV6|OeVbHW#e2vlGG^rrtJ`k&XU#~3|~K$o1o){ z%Cp`7Dj{FUn~u9qqIfzvlhC;M_Cw7Kgv)wnY1UF1uE9#l8|F{?rm=a#Av2^lQGAe{_h>m@2g@;xt%h0CJ{imlh(G zuyhxuxXRdyg+JGbA|NSpo_mu0EKvh#pqvt^2&6vNf&bTXKqd9$AXfvST2lBiHGdGo zul#SSrOP4b#31>g7ggCEpu!V{05w9tOd3JG~)YHT@qO9I1`qHW-UN=1@v=PHZDC z5>>hgplN^3PDmKs&k&46aB>+(a}hYZjGA`yK+}%XX@Jyaczc_sh(w(HkafQZ*P#i! z*U|VHd=cL4KR~y48qDz1abw&=beiijdmp^#1J*mK&>%K3N> z>pH~equ3HIw(gvUa*f3$h2y*8bE*eV@|vUvmYxCewqh}=$V9#?@s28^>eT%c*YR_b zQ?lX1u@~iGuLoz+3orZB_M?6Cs*n^l4ZpyB3Wm+@ycOe5nf@3G8I_ zbCm9lb9LKf@xkU3rsk!Qgt$#fz4o_sY<7}wS>A!(q z>>d()oNTyrYttFKcFMW+;O9S~Z?P9?<5L^WQ2Xu!lB)g0oYB2LsIh!|)MahxwW^tR zv5fvv5nbJQIM=w?>vG$4<(l%1{KU)W=e9;zdxS^$l@yx@BHIliDFid9L^Nwy2lf!* zjkOhI9;2F~ijI0(&@EvEMBb)E1hO5WCMZQb$8RDm$|Sd5GTor#*`hQm-Ds}aXidV6 zAhFpAP4bNZ9LtZWB$f4`4B*JN-~{TUEe%I&E6ZKq{aaf9bVx>9%qs0csTPQBvT_eh zF<#uI3+2P1l(Z-U(@ zM;db7D96o=;bNd^#&Bdi_%(~&%X*)?q*fR834==T#_VFx?3A%NJIa0*>J&Tn;( z+E>sPVvCo+j&49`bR)2$Qg(%`ElhqY@~$OEt89JUIW8yC&ZD|Fg~J_fBVuiW+kShu zkcPWfZH?J&jq3m2pVfdNpWf~BTUn=eJ)ZeMK6rEVH;~!c&?vonwL{?KIEUN9Rm7Hr6Y@*x`Uxh*^~d~6|}-Cw@z$&$*J3Lo@Izm^^|c-VaU&_N>n-I2P4)4!k$^B$xD$C&n`4`c$B}LZoDZP znSQRGL%FJ@!)(j?M5o6E)~8p6iMJC=_k*klx0gXclz|tswn+0jbOx)zbnzRfYjntg zlX0W2lXOQ~aiXsO+QwlOM=mcx8PlyIW{$I>eKbbd!Ti>cCNUEu?6egT^CoN~dNO6b zM~>rdgNq3N)!!q_Da_fIQ1xwK-=s~vPhbBKmnrWovyYu;v6ko|` zXY3db2ndG`2#E2&r1*caN1~R7HumPE|G~=-XnXpg459fJB-8284zfe+fdU4BS3pc+ zf`H(m(c>a8Wotldp`{jQjTkJ*B($+IokIxl z{t38j+qUFDow29jRf*8gCcFMd_2IJ#$M8E+^%Xz-GVuvGoFL&T9@h6P1jZx6>%AY2 zp=Ye<>9*wV+?>=`eiwt(S87*-)K_kogVa}M*PYZ?0p?>nL}Od+1JniFm=xE7JF)bD zR7o^HEhthH+AA_ydE(qC@tdsKZ+4cn2J(u*s0nG=nLWV1AZh;Kn;{v##`R$xJQ;F? zSYsSRHYRS=AYg0SDTkT!XfN<>CJZSuq;}OrsV+jOc9Spngc=0wN+JV&CTan2!bfE* zgj*&KAh1+?#Qv4u%)0hr2Q#2ln==py*d*|TFqIF+1>Daby+qP}2*tWW( z72CFLr(@f;J5D<8^vgbH@B7}_bG>x_RWk9xg_moK4#NdJlh67by3!}Vo zjCp*jesMG(p5`6RnXD4-z;?j_XJJX8w}u*aI0seUw)hUdG`0ZUAZib9*-QT`ul&nP zDgjF0r*S#d;M(lyROBrpy=%3x2{l&VGu}9xnT2 zg1pQ@^*yCoZQ6RHm@+yYRgqJn)JrQ~Yi-NcFL&qL-ImCt(@IoB4DCGRPA2=na4E5$ z2i>%l;Pn``db!X<5l^`sER?zO@U(8#usZ{x(xygi?TocW{*kHnO1UUQRrtvPqrf+9 zHfCP3vhqReE?Q2-E%_6s z6T`GPOCFN+S30Lj*D!WB(}Pxg2%)-kP*6*I4jkm7I}HS$yRFYbvwNuT!}qDGB@MUCHV?dc!ihAaH=lV?*nbHo~uDma||Dp24k+v;j9Ww&gPqz$a6GWDf>gpvPS%5Vs?^(HWd)8qe(6BrEi9)>+xH*B;_SVc@YPMhT_WLa z_swtwK|nK>h0~&zC#qwYC+#RNb zSd|tq7>`ZKwLqxrNw-L-KlBS`vcOW?+QH~EG?mz8L=n(69j>`#5Fo8i+CjJ* zz;KP(VQi5$akeX1Q1#`o>LGZJU5YO_qqfwL^m)9Uhe4UQrk2+gwfW=k-sJ3GEnMy1|WhxA9M* zncDE<5~?at-<^F)?{$6z9u<@|dA~C7bpJf7NNcgd>uJ9uK6JQy1HM;W4Ht61hG^8j zH|^%hJ}&Vk$svV@6_alJ>ClpZEcTMB%n%*sApO}NG|0OVx})4dQ8_)CN1%bR)Fq6z z&>{3}+zt21Vrg<84Z%F%)tL2TVI@$_SHTqP#O+3= z^EX0?=&S)o${RMosMK<}WlISv_7)?U2hBSt*M9WMxRU(I)`Z18ov;*a`cPjo$~~bv z^%sw?NJMUDY3Jk7mC_1dby@`ud$j6Y@7YfEev@8ve-bZEW2d zEATJQ;9$ja@ecB`vSl$}CN!cOWpumb_XF-HX~GxfQ)j8i03cWz`iFFAFfJu_P(}Wq z2vFC2f)9|rAF{GPybzke=mpZt0fr%sVBcT+BaA>OTfBM}NQ|NS??7(4QA)A|zp@%F z%xDoE--pCcRbB*tCWk~j>F?Nmu;|K>9JM@P^)RCeloL9jyBxjM+uY^43< zO4OC_sld=-;etSJSC+c}lBs4kXW9JNttb4NEvqZ@WaCd)AK*a4KE@j$2Gg>p#&Y_`9hQmfk+0U@A_btyevA@qM}V~HYk zL1(TFr(!TOh4LVIxZ=qgW7e|g)ct_YCYyV&=lWeYn=yKh?*U%PkZ!(|W)S?~&9Kz? zi{9%uO}9_DGk@i9Ke880peOHV>1WD-?-O-fp?RAKPuF&kYKCY<2#MgLx?JJq_+TZ@ zw>nCw8^Y!b!{&?L?wSo#+Z2HbYF&5a8s6kK4c~|QO3l6H<2?bOra-KwK*HBo_BD-C z-iS3mgf%`Sj#a>Y{jA?Qc}=;7qE}3t)nyOHL`F)dgJJe7r&IX;j)lE#c8>-iST6op z{Uw}l7RP74c)xp0i*8ukvwwAc6ErERBhkwn1f@V6m)w=wx2e6!R97!2rNyOJVS#O8 zVLpl8OR!N~-@2r6P3~tOMNdDcZj;v$gDnTG#R!~_&up~a3xBRkmPP;>f8=NxTDj|qt0;bd=AIOsTq}O#oZM+4+93=N{EJRmeDrivk|*DKwsF5 zt`2pRg9{9FtfQApk?gKN+@4TQ*OFf^s_ZUbZ%o^noPK`~t}U*FS=MlEzgFT=%h~+d zT!}n^FhO5J|EF(nm%}jrspKi=Y+^5$aA+YbLk>O=Iz5pEzj1*pzp!;3<*{{TBx5kS z{O5sEYQ6mAFtX%S$#N3RVzj{Z#7Ur(%P3CNmlr)~R*^B_NrhNJqMJ6Wh!_#+zR38? z=;{*V?Zt3J(l~)z)jL|2Y%a4WO{S^AA8}(b{AsFXPy4wMj1*!guT$P^&kG`!op6TK z?wLf9?ts3v9|t8Z`VTX$6QVIuw2T!V+^7uqi629$%Lz1nfeUVc_5|HmY}C|1F^ZaT zJg@Sgq*)_OhT8$W17w^VEq!WhpKL`Go1VQ%X?hEcg*qR#MH2!dK;fXJ&Ukv<770)T z?Mv9I;1D~VvCoz;tHa6mp^>oVH?6tr%=6|^*c*W7j|Ar**H2p#)@RH~&p(Iv0)EU;AWUQ&P|T6DE{$L zf3y|T4$w29y8x&a&_71U$Mraq)LHPs!zH&O^g0e@3!#r_fHLKG5)FrmPyrk3*IUn_r;zhpOkH+-*n@ge z8S$X_F%Qefp;~r4wrPT^WA>6)LU~ zM_>~N>THncqQrumW=E$b43g?}(TzEbUB|TLw-OQdG{PMhxSZO@tPbih732^v7IPTa zz4X526PiTZiG%dd4b2;qaEsD?hUzUBCFtawc$(0YPK-$fG0Jam%(;b@9z1_%-8CzWg5!8Dn1;>;KU9|LggYs{>5_r4Rnk#}=ckAot~p;lDUC(yXBOi|BSPI4C_h zC@l9QpBNo{(`J`ycKNLo(%&UiENYao+D1JDdK0z5KzPB20+{h`>bC zvv`;+6J_*e4-UiU)Pv^ynI$g`MrI<&=oQQCP_xQpjyNR}Hd!|erS#F~74%CxI?VYN zdhd*uHEJ@o4ST|APE%tJJI(!`jXOJX z0E!dd&v>U^r5WoB+4*M_-k+5s9BdP7)rF(Sx_@Ab{7+C6Ka*OZLm(@cA0N~9!6L)> z;Az!cYb?PC+-%L|o|SEpND#Y)sY1@$g8oh31MTJxmheTBI70;i;rt(N=>Lu?AqsH) zr`1S_*0~nmDnSofpkz2G7-s`$))@|K8l~Cpl_~_JS{%Cydpbe;5Vhb||NMGU@V8cYm+p{mwyPq?C`eJ9no*u)A;< z32DVVLLlWu)~Z7rkqGRSiW){~Q)d4|#Xxn+7@OWIU~5sA%_=8)ZQ(!Zu9&e?ZpoP0 z)SB+`;H?*p71;{(0t~tPIZv<7u>p8_W?Nh`s`Xty%^e?6*pEYAH*_!KtJ13qEk78ey%wQA_eYayhbL`keZu)&S8S~R5V zP{|!eh_>M3UfY!GBos*M0aUpk4rk0aA0blSRz`?+)E6wLRL4R+WW+4@KZ0)UTxptj zT0HC*rW@31Lhlx=H#z(#$8D{UWCLb$TK%#%8$_Acx$dGnj4kXI$1NpKzmEm%F4hA^$(@l?=`<>oR<$Jl8e!dc9A zYAW@gf20rXx;IG@vP5YKYkOp&wM(!BP^eO*QXn>AG>>3{36C^sP&X^Q;!{l*-WShI zwYmFAje6>^>qNMC6p{Y&DXS;bt%=d6g9U4ROfRO@)4H-7uK9X5-l`-iYt<5AYm#?wTS--c^&Q`MmqZmB9> zXt_)6xgB`L$U=0%uzOH&?Y^`RF%jM8L9&6>|-@?ZOHpZG&KCc;Mk6_OtmV0KTFs#mo|M>Km!C5K+UHU(*)xT?k` z6FJX~2h9`|?|6yh{tG_>(bAcjzhu$fXwTT~SkDQ}@E_Q5Z7({6icueVS0qtfK3m!5|8 z2PUcg=R%*iKC=_P6g+>3Cm!`aEl&MGnM)xS{rB-7abI!k9=O54B@c}kuMKD5v+df? zbsFL-j(l`MN>1f1$@Z4CY9njzx7P6ZGEX`If}bnQ&0vURmbdjQ*PVk@0Ta(J0Yx)D zwlwtaPF0py!;<=)uX=+kntbFf)&3xtjvoW$9MylRVz0<#UvYP2j9xXn+>0_3KU&XD z(-io4$zPpUNM4m<%mg?Pp~z@Z?&H7(WR7kmwZMBiH{xeRm5v96t)g!op|v>H zmk7<{0EjN5&>0;w4Bymw8VN^ry~Pq)fk~u8dff!m*w^@3u|OrABY?Q$Au&59j*8&{ z^UL=vk0n(#_Xq~7(s^tC0w1RY^Y}xxbd^I2eg)f{sVgxNOsOFHwJ$Tp=GI8Qi(kw{ zku)j{2Vnq6Ov3~0$)?W@dy) zY=&&P6SFcC;B;N374TIBc=QG0Q4=91AAo@-{MqsDOYLN%c%sK zgLZTgHZ+2F3J-raq<=?RE^N__()1$dkBQlbi-wJ5q6@sE3fl9T3|a9cxN>>IdaN=2 zi=gOh^MmI7jq1-wl={Ps@>);9L%-|XGzg}8coaWP<2RNqnE)xN>@l7nUBn$1AUh%v zB85x@w*64I0)FvDeMrZD{v9kS*IX^*{;GK6zc}C`|NSBVztJ+tn%miVo0tO}{+$HA z{vTx9q-kp#=_FA&b2+avT?J8SaG^QYo{i0x4L z&BC$deBmQv7rAg64FFj^{eccXbsY}#ioL(Ew>A!Q<9}JPp zf5cZwo67XJ!XmgsAYkxpsZ<2%!CyhhO7$B6b25yMj0h}8J#g8oSkx`rS%C{nR-Fcf zf_?=$Wo0<>%gANuv-mA^zf3#}s^Qb3%37E2aP;n@nWB;kTsMe*-pH`qEj+6Sehi}| zamd9a7oTiT_BNT z`*1`iwJ?!Y_(40%?2*ZMi$9C4-^b&QPn_|u45(LWk3yJK9lelpB2x+DY84jqv5%6D zUYd>CiuFnJMpU(9E^vx{xSLt;kb=>?$??cFdM8s~p)$_n(pk&ui$Yu&{nuuUAvd^d z9UKJY78V4A_rG73{{yRz{Gav(IhuNUcoNtFmRx2eb~GizSqrI^4G1E*kr?z98o0jU zz*g8o6MF(qFuSgG1y3$vf#s&}gLFN&BZ5jIcLSrg-+u@V;UQtw?8+~I?B9kYhGjUO zyr1NF?z~!9{PlYIYIln15sK|>2jLMaBv>DkQ#G-F_< zPLs_gD#emq=vJ4F;~79|%Ef!j6{C!a0zP=eW3ww0%TD;mymw>I9r3JU1gz|f5SM#* zicAghB1e2*@wmFhAB>Ah+yGI=GfgmR2k4GOlsHYR?2+W{2TEH`2JF3NoZCy-s3-T* z0Hs&xpf?h`uOjJ=52A0WUZceX2)t(xX3(GQ*K0i_891Kb2rA1Y;#I97nc;;3Q6or# z=29V7XI1JV;JGQHNMy^cfhRbd4C<<<_nB{SO9?yF(t`)I)|luAp9~;4@KxVP(yA&= ze{ZTx-^$!;j$UR!cewjzrzK}z_$l+)8pp<_1bU0Q51W`1a3yt7^<va z>mCU9v*K?#;1jgM)LrTw6f$uAY;sst+&O^DRy_@}`y^z))bBvEuphZatby{;~aV8xWDHyIx?@UuD~ z^OJwecmdDLY!91-_jCA?i(2o|p&1?G@h&SRM!<*til8nTh3!U%<%JaMk}_XwlW_oo zZQ4EYDs4N|JuKyX2Xang@uS-k{6R2EX1xo`BYrMD?!zp+OE*wz{K{D!sOE>&nWe!p z@LnI&m*v~aky8p0JVqUMlVQimH;kzIJnFugH|b2wDtbTDu{QG6Bs|P)T8`TP*v8*} z-yYvuu@phABbM=k-3W?B33pPpmznkXw(fnc6wYV9uPa)yDyzME#vjru1^-xFj9Jo~ z&2NkHt;_=ta4f1)y3Ur~sNq7eF3mA}<8yr5kOfWPXeW1$?mCGo63@-X z-Cm_mTqwY&Oe}L5IUcWg(%L0a+Lo9th|zi81!g50)(t*(5w8U@x5Ma&ps_eyVACl( zR=4>5+w4MoanDS@o}qjs8f+JfM^g~x z6`5if5#8XU zxx|?jMJLk%JV}h|4Ro^<`i2>?>0WhU8hkd}Eh{@%UA>e`-GxBs;~ZKvOLkrD9d95C zi<>6MQvPEjIqOlpW)$_wtkqC^sn+`>|F3WbFGn}ISmmUF}fwE4U_ zf6dU`SZ`n%@lUPg-M{~J!`usE-?jbHHDG>uar|FynC$;l%V^kZp-G_!P~tUF(#xW# z6uhh?1M}%kV5!lEUl!(!tCjhsgb=z+vDYuJ*K@?*oA{-gub_n93WO?0`LeJ>O_?c9 z%}z49p07ICJWqE2etIMA@#dN(3~~reo$vb~f>E2ZMCZAtj|NFb@oe=?gVF=mhnOfe z<+m*Ab+;ycSvB=kyUn<@j(hPS7FvvC+ZdA#uKaXO#;i58T$sw)&^sfY+2Dhv*J~iM z!U}pWBBWEmj3ff3;xAckq()wK&^)mr6Tf7yLwGC@buYc)6NGW5B9p3lf)7UA^Pg!Y zOv|u?RRKvGr}6gg;_rWO~?Wp}F zt!`#~q+o4YoR?yCfV50nAMW5;z{YoAUbzuB`GSjcs6L_t_4Q@#L%nIjcD#FDm4&$1 zK6CCyH`Vf%=6GO7|>VPM=Jph@CK6@xW zRAsBli3myl!=@mJ1MVkadq@n9gP-+oZ2*$fS}wM+0bYz3WAiXzyVm|EaxCi|)S$fM z%In5yaDH5Eer)0PTcz9e-_s$dfe3J|!i^rX()VkB1Fxd|(SAv9DekU;Wu1h@rKU1? zOCLAFib-ynpY~!1YUT0?{p*s`N@kn=RbWdaHlIF=YK`4!(o*;@?OO_K1xIH?o1RIw z)uK^nJf7mcZ5%mcB!{tN2i!tJe3Q5Be_4O4!wE(_jc}K8Nhj!)4ZXt~~0zU$+hieLcnEs5b2NM4 z@Bv;u7xz+7&}~EL*59kYFE};63Z#T7B!$hUCAVk z`rGTx(8?JpBgHHI0c(JCI|FGP5rEtZRVblMl*_h8NTOVN4Fqr0P4o_yp_bAL(j#$* z*&>2;tYU=A3HGhP@h|<>fDNUb()&%hMI+I_sooNBTAAm+Y8{%d0p|b70GeFMK@s3# z{iRO&8c6@wNoJ^Gm*UqXGkbcFQZbxbwYWI{2at|bd|E6aT3NqXu5GRAjMUY$v+L!M z`ag>AQekxI>Sn&G9GvNZe@vgX0lB7$rjpvaP5X*BJT|ry)OC8+C9w<0BWcHr%dyIK zSM#flD>cX`p6+$smf!vNV$t5IXXK{G6AzP}221ZWxoGionglDaH5*(nMm<&j$oj32 zM4~8ZfB5I7Q0|LOl1LM0|1PLBZ_-+xBoUD1{>#Knh75TYB^g2@X^m%+eFB1W?`V

hr*T)$Og+hkF8V)u5$^=$`k&)5u$$~@LD;Pretjz{|p7!4w-i)I4K^`Il z!o!hs6in5e<7JUc)4J4InJz+XbK$yZUt`cHeRF6Ji)YYOuqfeJNa;IfsuOTr6*O@4 znl@AKDounUUo$}lUdmhQ`G#}QVv*ZSO511F&vhf4Dd|5ShS?l{?eQ7>yhYDH7G{^<4bw10Pp(E!rNSs#Gt;ugfnTX{e%`*6_jUX03P;CztGYbj30OMc++ zV-w}`3P#XpA+GF}jLJ1X<;EwIOXy@;$?G8+Y4(7p_r{yZuusYRflbgq;o+kL>gVkq z1(D$h)9VMc<4{@{#fR)b9mNN*z)gXYkjSuTWC?Uw8Ry7}w4jvNM3%Rv6sOY1O<<+2 znD^03mF0euc2>o-VLw1a#;qjvB+asV8STPJJnngux>klp%%)O`2s?bfc_zD7w&amS zQ2ouc@>OBr2Alsi*nE9|Bw4UrVi_Gwdhew&ya2&w#ECoit4ioplo40!#6&1z8!ygf z6%8%}CY!MiwVg*S%TCPvq>*dNQDgmCtp@xZ-9N{lyU;ink4c~$6Yoz&kaDoiqE`4s z)7YjEuITMoL#U-y!bLS0QI4qspCiqAER9&4e8kC+h$z93FRC+iW*0*daDB86^GPw$ z*BZZnV4LD5MQML_$1?Qm058#IfPcM!3Z6qmQ$dQ;*|dpS%)gtgv~2kRPcc&Oy510H z30gw6o~%@&wQg~tSxG_W1#IvU!4wNeafXJyyh5zN&?Xa>v&D6MMoSfjW22&M#p>Kl z9%sg6a8J-c&T2#!7~7rDNbIUbZ4!D=3Kxd;$lA{PNX@hM=&mbjkQecsB*E=w7U%9G z9`T!&Mxni=fo;uYHetEd0bP|Q&FsS7%WTYZW-Y%_FAtR(r}ZdVF49PJhph_4O4{?nA|e!LOh9_2vEEd zWWB=yR#7pmwGXPL{=rV0Mc>J3H4*-;U5BG+AuzhWICv=ERv_N$Nh8xhYjQ(G@gXyi zN3+A`)zuOhVq&K1wl}}%t0^z}1H+NzqWa^nskBWNviIU(1a!shU`JC%ox0lC9GYHB zp!`HM(Pr`x2$Jr@SKh1qGh)e-o7L2bhX`8%Vn&rmUB(Oiu&6)-3C*?en)2axGAJpe zrOqxtC$oD+1pMxN?~iZgaz!W->oBeHuLyKS8l@UV(%5;s{5W#3G0h(|T1_CeA&<~W z;Vrs8h15!3iRtb`euV_JCkz8h%OU5nC7l?0;`gN6nWIoAPl^FUmOzT$K4ld%tY9Or zzrY$j84y{59Qeh?BX8jTM^)7P>5(g+L~TJ%3eR|Z-I3pbSZQmwB`42%LlV;9)(J$? z1bfrsXc)inb+`JXd}uD17Z*|2pnU0xZcc#kkO>y z+)kTI?YzJ{emwQjudrTO^1{+Zg(xg03vJb6ab8WtBgBif25u$uaTt~JX*BH#7&oPq zzT)nI)f!7xloqu^kX5Xb<}*@r<%9;Dn|Nm$kFm8MF|4h|e2!KdVKMMkW$2kvE34UC zbgVnEE$SZf5nHGMZb;@>IN$pnfNYB8+%uS4te=ru6y21EL}wP-926$QhS2(*-&w1( zQ42^NBQey}CO?PvNk8Nyu}{a=LL6`e^jl`o#>ymenOO}-fAWO=9plFOg}tH3tu)z= z!Zm(2;6saU)*bkF!V66b=LG-n&cq98FZm(=b&l8?iAv5mw(HoGjCwj;+GKSImjk8D z6d4=S!}tp_V^X@21uI?3I=hV%*e)A^mI@>TEz_X+lQnTIJXCoud~w^kSfD)XT%BaH zye`5Km}&Zfrm$R;fo4S~^<0_dR8b`^0=CZ&n+k1V6!>!s`U4n;OW!_Or)f#rB1Wq; z?TjgldKchI#SeuWxqvJ&mI;mmgg;m+3Vro{E)cQi<$fV~n(fTFb7t2$L$uU<1YFuG zz4V&>>#>U311d*(*^#EKdqWr`ano$$qTXn6Ni7z{dIjklCyvfp3@{2;cZ?0Pl`)N$ zzum0dC8H#=d}eo+2zKgocQ9U6o-+Blsnz-b^R6?bJ0kZ6z>>6b6W%HFdJumlCT)f}S7AqjN7Angc7!2kWpX3p* z)OMOF03RI7h^Nf7Way3DykxqE8}-B=v1%x!jZ`V5O;KlKRrgz%3vMecT*zFLmQyyC zg6HfVHs-pYvYs>}oT^l{m-#lG9ZjwxRC(6jqzen)p3^kispj!4&DvHuigj?DvVFJZm1bRRzoDNV+6MuhGXI{X!M-*>)516v|6dm+uUeUP<@`g-3ffTzcLYJ z3A}2Hth~lm;0NS}%IYd=H`oqXxh1&#Ahg9biP%a9A^&*pg}8Lz&?V`8F8sX#IWEDQXcQNp3IJ8`>r)bw(<)%47W`_# z8vln|a!4{cIYqaYsH~`NP`{OtyF$$O0w|n)#^8Z=4Tt=2ZyYAK@?%CRM9OqGl#u1) zK$WSTP*&X8WF+HQFyApO>jNw_Tpmw=Lwp_nz<4W~AnxjQpt!;G7ZS9h80g;PG_Tbs zcgfownRJI6^uh;t@9djgs-GN)vgJmiaNj9%d&W734pUy@mOUEUvYyEZodX>$Vy8q$tF`6&K}xIpW!bzHY5>i@#eH_lGP7-Mlm%8pwg@;@CFA5V|o_Xw!<)LjPmkE*9aAhjYllY01YbB~mwP zcUe3*3d_d($F&)zeCLyEhfwn^3`9_e{^|Bm_FGc6>69Q8p-C?`V`~VwcBE`8yt^F_ z?z(mQZTYdHt3Qm?*y@ zmrn=dy}Lf}fg39HG>`Xmd!||@kX@14mo`}kzjcNd|=`Nvo0@~cY zN=oXpcFi@d+Pahnu3KRaW?&9Ru*$;^)X%5w<~yU84p;0cM7FwUb|clhlTn%)@6{&K zu14=4yqldKkQmsI_UskWcNTqVFn7ZsJ+MKah;`S*IP0vZogIhMB%Jn&e!(D1VQzuA za~<_v)h9o=0ui8`F1%*_LZ+U}6~w;Bh8ZcJ@H-4CVD_71E(xl&EMmjn37QOUS}xE& z?9sJ*qpAd77jJ7DwIF_vQFYu0Ofa-5T->hS#mKbFGz>m|<&6KqoB>hdXDu1z%vRi2 zE)1afZN8L8LwnCzxHm|Dq17Rfyt7%K+3TtNbL6Uowh6&f?I!qjHEQ?JFSG3s~ zFUy{zI<(hcsQ)@1^F}j^j`)JPT)to~<^R58{9it`|KfA~hwTR|8~OkG;Xfk={uT73 z$;$ShO;wGCiqfJowm@4nhGakJ1v2Cei}7|mYdUgpVtfU_;+7Z^ZI@9mSW9-Zc{?2G z6Zv~EQ#v)d;0xG?%E*m}>EaMV>RR#DpI+Y^o>RVepXZ0wXCjc52A*hY!l8Upf3We9T=ge3FUI9t`nX@ix>AV0PjY$Tee2C#!xRw%jbEAEh;rKzX;~RWkqrX@i7kh}eMK_AaG|!|y zirsk_d_tlc8;*lUi2e1dQk?t^hfpImn~HPg7VlARyfYn6f(EO68%$QbR=D`M^0}6I zDIcyko4Wlw%W4fg$IGy*oTbg3y&lQzA?8C=$dIhl1eu~Ed4MjLQ?)mXUSJNiAjsM$FM zvo`1*kUT)$vlzlJTG?Fw!Iv>geq4IX9IauN02c6X<`nE6hJF8VyMcuP0a5w?yX?8h zl>rXsc9P}*H+L6vHMcJp9C9^)hq>8*y#438*W7l*lR*Ak^K-?6F=lb0m;phiq5uoe zWK>zy8Cqr=Qa*=rh*H^$cXQL}*w3?*4~m>nn3!Ccm_&pBb_5KSiN86hI9&Dv^iPql z#VS^rjeK$V3&7ICQ!s#!jqel+>F+00pWF*`4Ej#|qzNvWwmeE(@`$-Qxu*o9R!RHR zU1_o7c*(?_2d=KtJFZlWX{c!mz-_udw1qx8|5t>MF?f(j)kfj&=$O;H|2*UgqToBHzF@u#?ILxc!9RWZ?8Ma9q3HDxMLjwNl5(p}ESl zQoNVIHfoygr|&&|t2@A&nK}l9HA}C|%4&_AGA61P*cE!}s{Q390{lc80POqcrS7WLjcPKd-{>9xb1^jRN3sEdp50M>qrjS z@auRO1~-`b)h6~W=wHT)#cT0tXo2#2FATGGk&&iQ1Bia1v9zoo5tfjJ`;VxD%(XX4 zS{;?wB8)*)v>3T;Lyo#5lsp8bKWgH%;I$0G4hb&kfu_k9PmQN;9!2a>5*dOAd{lmA zavVtWjMZuR0ZnDDT)TG}2xwNa0W=wowptDPGGXUswnqSR+ zhDBxQjieUL`v&L?HgVSh;182^5!~6?vj?mZEN`2Eo+89`1OQZy?yzj&vvV--J@g+7 zOOEVe@|KcroqpEK=>eOER4bM5IruNSJXXf^pGMH|XiziXGM(RNa3aGPxHYtUDk~M9 zBhD{=!&l_&n3-ZPLQU~ij2z3Ucvz2LUF0p5K_QN142le*$2_8BPT~xmfr;3IzZM~? zCTE7PEH<(ivq|`YpY~ao)E4E?U!jLDSV{4FBF%Tn9`op;xg>es@!#nxfnw#01%Q_( zz{MCr$B@nM=GA{(vP??vvewZTA1gKEQBo@&Lf=SUqg*a~C8(b`o zsqr}q4fAp;eb3|+`8`7B6NB-#PNTabca}N#$Z#lnAb(L}l*U4Zf_!5y-JjgRB{{rA zg?Lq^__zq3DL07OX_>t2jawGtz!GSDccepdS!2b3lM{tcT8S&N; z`m$~8_QompJ5tWyAEbX(KnZ_I^hpH4kkd5OA*+`fTcG%dz=TFC2hEd`+)Rke*|CFF z9#@eZ$cd8y7|4Qc*Ws{lEU6VG>jKRash^p8S5dzQZu8VrFow3DzW;GEga83vixpKP z{0%hq)VO-q-=a)eP1%IVCe9?2Dr%2COs++DRucI%2z22Wsre&M8p=a)_-_zB_^{SI z+1K6@_;sZIUm{NbjF9}wP;>l3oIWj@o<;y--#U;@p{-e#oaH&W5=9r#SB1^T(Tnr> z`xeavBDw55+L}zmdY_eU$>N0%NPh=P5xx*eKa&2&QrDP;uYds6vZnVw$znV8bFF

zc$jFFfj6;Xm>){mIe|1}r4Oy`PKSU_j+h0@~9bDRm z#oiWrkNd7w1+TLVyKs;VHZWRQ5PyM~=Ep^m=z|WU1LvIy%gg94v+y6md|I;Sm7b9 z4I;L66xxf!u_=876ud97gZdGM|3I~Q znJoM=jv;A7v6Iqop)mJ7Ha@OYz0a#u$fYJ(^(isSd4b|QXnh=>7RIuF6qd1QAxZg= zJPJeCY4(>Z*W7ZuLs&7uAB>N}ht!8Z)WbSuK0d&$MC^4{8FaV#C_>LIxFu@fZtt(Z z{p*dR=$B{$JnTi+kC61-u|(vvu^>H>3&U^R)Z-h_8nL+Djh&wsbI^INa8&%A&Uep@ zaZ$uMnSAlgK07@48bR}R@Ou$!4wrDH<(pO6fHlmYFy|o3NAdzp)?%3GG|SxJl!x`x z`iYb#QxCxhRDY$IPv{z*g|Oe4MImWpKze4N+7A)5F}xk;Y)Mdm$Q%+gJU7fFvwpX- z%b#!Q4vo#e$D+pza%);w_iXi+W8EVe{_5KLGtuUR{UuEr^+v>5ZF%uBdCsTJoNYTK zmVY8qesRg`{ygmd4Mn?>H!|$rnK$I@7swRTWVot>bUMyrp^SnRy-CP;KxZ;DZ%CRE zW1aXE{3kRrm^H^zo|LxT>`A8)M8;rh9xp$hen5*QJX?nH&*#5^0EpHwo*-XGdL%9g z2<889tpAJZ{-0-c4z{%?p4M+cnbdB_^_*rE)YX(G80zyNv2uF82Hkbo)JtSBmc#ib z_Hi%C9Gr0v*yI{>CfmS9H4o|%ICkY3P(fG3?;tb#eA$DZy?y(=d`0uo{JM!q3;s9P z&tH|R?}E|i^9d2?9;jCnkmn^ZIt1QIa4=!u+i||G4@Ahzp>`Va@C5) zczo*@=F1*~XRX1i;4rd>0SN|SO;(kTDdh)mXpSr?4sU4c#9hYVQqx(PJ^?JGU2zD$ za)*3(-AGhdlT9o+(+$4IgB)~?)KMwf)|ZH%n{Y%~-7{E{rI6V329jq-dEK#HMFH%R9sfo=hB$vihkb!kNSbEr}^iS8VYR zglWRen>KDVU0PdLccen;Nik|%9Xr8vR9nMzgn5b+z3Obzl{-;ar;hyFFfAjDcW4Lpg0zQi!M7_@t~_sh&uqbL6hcYQgMG*|wmuxX`AF(L23o zJdjdJLP}H5HW2zsEGh+;wBtf5kRUGk1AAk7taHTJrK3`30&~`iLxqQy%EG~!ti-xg zg5$?L`O{jWzKhFDe5=IeX zcKlJ6)w_?_eyb|IGhIdwYL`6`nM?zTs1r=6o{yx7}N3_O<@wm1hTn;V7LNn=Z z!9?GHP&j=+Lv!q_*<6$lTqMQCz7?sjSfz}N#)9m)n-1&!$2je(86T9|6>3%+yae64 zH34$2CKtWlIrjBO%w#@QLcyTGR(?&oKDn168V^(Cp;498mDADW+fz{QumL8L!k*fR z>~M*~%Q3ZZn%9z2^W;Veq3{KLuH|?iIL0sYzP(H(T<6Rz9Q|hgjo#vFw{*b#1w%H#< zPOCI_JtV$qsv6?PHgED5fCK!eW_FS@eESY-{Fv=hhdxZ#%pN39IDMKFX9AXnCzNCi zXLbKb8XwTCbjlH2OmNDcWrgWIRV*GW3WZVEIs!jixc7#9aidvH2D#O(r|7%4$bzII z(r(t>uVBkHhF;SMnic6-`uNNgxA62hmEmFsYHW>~fI~ju5J-PU1+gxdxFqf`!r&|% zGXX=(670p+Cmx3hpy==Bc_g%`<18ijRI?=+uy){ctgN}zv1DvLo7bIO`)ycePj5!HxJb<;^^)+G>p`SnOWtu0+poA-O@PAlea*6|aKPN4eW@6OSADY^ zf~VI6kV2~hfzAGL*x}yby$1Jy!!LJ2yG3=_4R^A49@t=03qa#t<>KAf7y9GfV>9;A zNXj{Q-Oa<~V~)%$$Q*k(~AG#^Q{FBVJOoFYD`mhtzla|s!6>b=VE%w=H zD}33J68@a74hJLWn$z=NCC%)Q(HOHY%&PC4UJWp_Ii1(HWg zXu{^y!C5S>%il)}_b`W&Cw5v=&=rsCR&!vXyNK({>~MQaJLXPk9f2=c>iP}S#A(0Q z@DM(c;5d^=Acx{ZsSNvrFb~Ib?(N{uX@~9QDfje9QcjDwqA>jTn?pwh?r&jtXhAS{ zMVPSzEO&4?EYDu`&z)J-Be zvuk-)2h$ya{FL2`aH(O!6SaFF1p9*{{1HFQwH>!PV~?NwyzRH%UJasO78nuni-)Qg zsJE%;O)%m;Ne~hg3Xw;6Tpu5@6v?3jQ2SR`)UD#|b)w@lqt{ZP;4zKp4DXQ6XiqcT zDfG;sd5{)<`(9r(7?JDV;aRbick1V{HhHo10mKBJ7aBGO4BRlaH@4Zna3A*bUPzEnwp)4>iiosQuiA()u zYl%OP@`Z`5@!#%5&?(ybNtBohEGXD79_J%@7D)^Tlz0n9BS5h^l}j+cC?@PX;m)I9&wZG6CizrAhQ2fCe3!!JHj(JxT+aFPhiC0F^ z3M+;1c-QJ3&#jrTD8Po{ap~(wjDjPi*a9lr!WLtBkD>Cr8S=s~m1}k>KiCu}hAKXs zVF^@r%~~kb$^(UP|9im9MGqhQkT$O21+7=Tz9CvlPJkT8@Rth*rI&Y@$aj{kjK?1Q z^v4E#mF)|&nq9|>M_FnQ%~Cgn?yuC{%PSGx7}VYSZkNVxn+lho1$&!JsYQUi+=A87 zNM7*WvfSM>Z9tMee~L>%%=nOxWIZrj7I&U8`*j#TzPQ~&i`{Trj!wMcjCiGc5XYfw z$}!RBN+S^qi1J#{OAIc^W6IxXzmPs#$6QKB7``CO^dh~aKKOnFhc>+=S_zRG^?4x> z=0rQ~Cy3~U#^|T)V_J_PSr4)M(g&{OUCIR&g5(3a=~pBA{D%0~iC|5_+~#*sfPW{_ zhYt+@J%;*!h423WQxobMj-bKE+fZ|3v-)tDBX_Z&LFR*e=fsKTHDHoNkCer2cX@}903+Eshixv^_ zdS`Hwe@22EQf)2YY~On6R+4Yzt;qd_73`gs{}p&J4*S{A;U|Sczre zWJ`x8Pf4|uurTqSWGPJ?OVoxEQNDJH@&0M*=>rF)K~jJa)vla8t^!XV zMr(n_?X-?8(i>*w*$S%6`)PD$k2vX7twQSu z$C*5m?X3Jpp2)u8zV_i`R<^Sj56yH^-}W>XWKJ+)+p8{P60|j`<)w56`K1^LMyR_5 zDBGxC8ZzZKBCBKjik?`i)5mZ$`B7MSr6xqUCX9$wAgmf>4{zNTovnsv`TSWYVCeaf ziPdQ==TJ@Q$GV1xI4cRA0Jsqt=)C=rk?qy(v5Z&iSI!uS!>y7-X>|dI_CdFcv)#nw zhDX|WMVulWE43_xBWAae%3{g`^St=?9;T|UIwV!krd-BHj**aWO^EJA{g&?c9>YoL z^i@rU9#&z5L2xFC$G)8E1mhVPav_`0Qi#w!OV^|iU)Fr+#zIu%e$)o~pg0G-CmdnI zcF~F7MQq79QI#Uxy!#cOm(KVxjvy`M%E&xGb(E1|V(zg2MsB!Ky#(tPA$bMk+tEX6 z4XwVIf{wgD?~eS8eyrAbb>hkD8%6E{NvADRAU`9!{atpqA!6H892i`F%F2McMg)LE z;ad)Q4RA+9*#2C`Cw!{Usw;wtLxz|973K{ZN7!+nT1}pSj$Mot?=^5*@WuQm>N~7; zz=QAuvtYop{U*vynLR3cnj{Tq3G8ZVWl?>!Bu~<9N}YdsRCiHEsa1CXUDBP1_~D19 zPfW7wn5ULvjYeC-Bi%3qNcX33ey1UkX5PlA0!3E1cRx%(=FZek1A$7;@DH5XZVeU&sui7gn12#(sr~ zw>zW9?gEtTXmV0e+o2RO>Hzys4*U12{PB91{gG~3#9WR?D+z;MPkkOFbL5`-w{#~%V^Gq_VHPA~f zLdIj;PE=~`nfCEp9VHzwdAA1``lAf1j5}8=cH-csN_OOP&uyC2{z`pQF|8My!K5iM zitY^e5M4T7R0X^THqExAgRQubR(sB%v(z$5zzYoa*LCrcTxi5*DR~kK?z!X=zGLs~ zyq`gH_@bgi2*Rt#2g-|)G~h(LG<~Jn6EXQnVRleBzAAG4x79ic0r3JAAi_-M0n!^9jJPyj)XC?jTY|!!#V$DaEgNi0eM*iYsIHxnNWE+42fx$6=2zv;EdmG{&OcKjOv__2)uY8+!>=N%I_X%cKIAK~e!=Sd3$H99 z4QIN^*lL)NFP3Z^t?zy7wZ{|k6V|CN8#f|H!wd=fP=LYgw)zHAmuY9}XtQ+1*2#K9 zrbs7YTexn+dGj#kVETT$6l>r(a;mfWQ@ntdtCmk-O{o0-vYxVZ4|9u*r1OgTvd!nr z2{!r`ZK)7{YUq6BtX%Cdge^D9;4C3RHtuNGtdQy*aC)?=_g5x7zhH5T)Vq=Z^ zLZI^;^WE#jJUehmPTyJ*$7U868l+|K^Y=^FBm!W1eom*u!Qn=219onf1}0Z zO^T4&&7(vsH*Jm#I8=A!O`^?ldHPoOXF~%BGJF<_vX+=_p7-sYBOn-WK5463*+x9^ zu3ERM_7NAR(-aT(qqyS#G+afVN$hZb%TWM;lb*Q>VgIJ5xcfq$m-!`acNT_b$}Zh# zN#rwo5ZyjK{^YtvcQj1<3v2r)4RX|M{Cbp|v2DPHm5>p7-ZbVktkUzh;1>DK*phFl zi~LWBiE^A$%>=7KP6#AKIHLCaqDV}F-L;>ZLk0-qpLjC4Z=ROH=2Pm%?q-&Vumt1B zr?8Z}ziB^)XI@pwu%mzt8Ra>HVTMKT%o3f>rLu42$>8PofL8~vjkvwXi|v1!o&dT4fAY#%$~v|v zprzkRlr*gv!j?^{RpFx{^};yMxlBy+nkbD50Di;{)KrtSmEQx4ouX;7^cDKLku%bq*#G z2(=f1_r{)!lWj(dc_a56zQz&{M&G$F@6|QF(WW*FV}IXnPC~J#*_R-uymFiDl9I{S zowv|RKN}tho%vMuk&mcwA;Az}KmcEq<8~foTWrOmNY*F6IEpO+Xsad|?p{t#K3~ON zTe^SXFH!1I_9;azgQ^L}KKb73jfp7lVvnGK$)${^tTTTxJxDTN_T@S|KJQ!0m0&g0 zrj2h5C-()`X7)$YB;>l?JdU{DuUIjSX=Sqs23ORJd!>!fDF*lw2u%Tr&r2Xh(*Z!r zhxW&5^s`pq5=OT+7lwBZwEJ+S_^t9vv+3h}@pSnNGPtFZYwLLgDHR(o>nX0IoK=S) zmfV{hPvsoh`1BF?x8Q(N#*GQcr=ND42&@{o`*I`;t3>LzxES5Cj`Y)OssY}8C@a-X zW%Mz`zl~di##n;z3yYzHHE%yuy7vjQjLn9KF}ZA@zWy+4taZwi$E% z{CdW9n7x1Q`}P3$oidVB^TGi&O>Ng~Ff}!rV@E|ha*s_L#Y8Z5gwp{F(}X&D$zCIs zBd9I^bIrC4B#2V&G4d$W2R1<3q-=z1EOwUfDQoL#b>-R*&yeF$sA<@@elb=bBEFA$ z2{)8+n8G4Cx1VEwjQ||ZMRnXWFbX>))%Q+oGFlrJw<|KQyX)4Qk!h43t!r*qQyugg z2!|RUrB8b|7|1!ej{a=<>0@j^6aNEXvDpmIVQN3ca&#fx-=`?&SHeT6#rpC{W;ob- zuzy-#=Ge2#oGEd?6o#R5Mw`}Nk_7H+jT*X+ZHl!am0EwB>9@j02Qry>I#L;Q2KFlkiOIOsEW z7dM`>@ih-Bv3T4yC52UrH-|jdNY^_86 z^p@G9MdNlJwzfJR7LHVB&jZM1@YYgE=!Si33fm;`U)+Irk|T%3IyXzSnj~fo%C{nM zTauvF7Qb*+wi+ATm1Zu6Z4RCh7u=#}PZlG7NgX0CpP(&GFFEb7tegF|v~E`C>7olO zyUA8t-tbrrGMICu?PjOZ>!whWsM_Id0@A!s$Zq+s#<=|`VFx4Cv8i~T_ZAOO zaU?02;K|*#$R_E76zM=l@fR>y!QHUA6Bbq;u?D25OX)j~Am$h(AMpmH)e+HSzy%fe zkMb*?Xw;*CBVUS3ZNFOK!#-9Q(?w+cxG#H4{XN@1exHY8)bBV`&aF5PKoQIftUl)lOLyQPg1RG_`45&UK5Q7d)3VO?(M zyg=27^zf^rZ<-s608Bd80p=LMphDSFBD-Xftz0+GI_2G~QQ0^+QE zc8ik|fs^Hvb@kmWy-`COA9=o#W8u+$Zz9M2Tmm=+?H`MRI zPupJ#_oc;TdgciJM}d%;VSZvJSL*?elwp=G@zfw7pbTxWjKG2 zRW=szGxNG&EHXH~^V?Cpu96+2O^iQNb_z+h-`=7ghVFtqy}54Q21JtpfT#pZ0>X}@ z{3n-L!jVI3GKW<0MmrQR({alXQeHx133)OP{Qd7EfjPz3ock3QnSKmEj-_BfIBa9* zeKG|*UyO0wk9Q%&JgMGF$P)euWS@ST2_))hXt-ADW)iN08bu+4S!#wSs{?z-#9I^n ziep1`)c+~SHOZeY2+PQZpP_}marP0`zO&faJ+Q+qBE)Se*3gDw7>{0&7U$!JmN~qK z5Cqo6XlEq9S;U$08tK5Vo)=&BThFoX2J=zjkzD)_(2cmENC zC*a^<>-tx;@F!AG+W3zpr<2W%MLOZ1iA8eF6xI|q3NS4g$wSRq!3uiqb~dJEM=5_- zH)u_Nx*Wp1m<)nry6pRO0XaXAW43FFHD$FFMLHUCI!?`s%@Ux*ou40Sy|beI1O5cRXOJ+h3y$} zuPcM)ISEDRl%+J@xkTX-b;=HZ{jF6^b9wJ|H;5L92OBRDC*+4+YjAaPH>M{IfOCVy-dkIsw3zW=n@w6;ja`^GxgH z)00rXh?Sss-QG@?G5Uf0c~sBsvrACa#}js_xE7`uV3cEOZJpmSEuP@@dt{(p8=`_3 zoUc;T#}fR&EPjX}n)h5H_szf^<=Ys&CFm(1ofG-XlE!lNV0H$(Ej*E_{I2L^0VG7; zFdSbJq=uIzqh8xl%lYvv-&(Y1$YrY#&UUy6malo6Zjj|uJwZ*wdBMbM`CR#~Sh@E< z<~{)&ZJIv~BjZ65+eVsGT}A6>+M+}o5*Pap)D3#J8GP{`5}AD#=M$?_+@@5MvsbS9 zP11#V%uGh1!E{8zd;=r$6v^}yfZ{y}@QxUbxj%}(GERIz*nxO9R~I2MhMlu_4{;^2 z&h3uz$CS{+PAEJ_&f5SV2*NNS);h5FPZ?aE!`cBmaH}zP`0_VF#PUIvNVf=t=SaeOT;;lOv%F$|6o!Dt`{-=w3FU|e_TPdYR} z&e=q_I+Qy52>gRJ9iTU_t?LI=C%y+z_gRcQsG8O&oeY9`2o3Wlo8?T} z$BG*C#!GDqSFM(=7ra?PIx_Guz_2b9!nnu0NF9~Nb=Wow*&&TR<#=~(bzu%&#n6$g zcw{^jg$$ggVNoA4?qeTL2!-uC%3;L(tSqlOSl81FR=K#H46)gEzGM=d{3dKLXA3y%W zTQWf0RXI>E>;gp~3N<#+nVA1Fj`q4c8xZi4kMhdw_&N~q(YsX<-ItZdi#b9{@metg z3!BtV>eB51%=|EOV0U-kKoklr*87R;Ys>L7g>eyi3L`TmQhjPvoPV5u7#IYW1{QWI zwz?lJIg~2n$k2Dl!Zxh07R%V2E1Z8jLRn&J!GC5U$v80or*!-u zN2y3v2h=HH`Am{e0BgUB&wa~PRMxx#gU~criDj1&R)lH%S~vYl>-5bC$N|!a^POLJ>QOvCZ+&_DXa|>s&7-a(P9L1@@5i!%C!XkCmxh?gJLfIeu7iBJ#>G3Y@s6p|>MI$4=l`7$)mkf(y@ zp!)bX(*TBBmDR$81CRqJ?cj}7=-W_b+9a(IuYJ3OLsV~0MG8DH8?wQK_RJ~;V40Ls z-iWGE`m3{jh)$_;L#C&}d=)VBNwle5joGcrY-1c(rJxU=djYm7UH@nKdNX|esC((1 zY=J^c=J*+Y%-1fL94+^V_pg4pl0_DPoP&gXXa|PbG4y_o4c6wU;V8i>tCRIIEdU3K z1Y)VdlkTYeS zsqT&};qf!`;x$tn&}eV@u|32|X(7YqvPIqbqSz7GjT)Tz$!MWz*Y5S1*!G8HnYu!q zBsR;bNVlaT^@!a>ql|`#9&wvM_iy&iVdix4Op2=jvz%{^IeBYE*&J5h8uK~mn;(!V zl2?#uEQ%nw5+#s8n|#bKP0l+% z-j%&+yeq=2d$mSFw7(h$L*O86S^PCaW0vMpFnXW7KflbZ!>X!)Q}OuJ9M=>BfA*sd zN^SpHbI#u=)>5XLBc}k9iWGQ6Lnj@$F7>X@gnTntB8aRc$it*LF(a8bC4a(}sQl#m zpgSWeKsaLaAdVlXhba5 zoRUlow#7dm%sTRosVgRWCWSx|!bj1Ts9ZWvuPsX8XS6Ub_tjp$NM76TS;a>Ai9*6Eg@`+9Op=F&SgsPsHUVoA!C{HTZ#Qtt z?{E*^JsyREeadMRiowlRIYDyxD+I){x%a|%EU9*2zJ)xAGB<605r&_Ra7YHK>nfg) zd~QXdlA(VS8E+$dBpDARsxW}>_t7{Kl2dI+TW}n=BnTRLkYeYMqC)TpNB)SN2uZ!d z5r~5fYgG;}_yiq|fM;m0{6sNekfm;g6k%#z6ypXUMoGyQfCc5-(XH$D!AIOZ{1}|* zX!TcqVpFfk11J7SwsP=g`w?;5aOH>KGsIlI1gVBbD8$#F@nAj3Ej%>4y?!EC<3t(Hls2H91A%itohNOCP1q$1T{WfdNcL zoJHjA+_1u9^Q5X*^i4ALJI6OHwpUbWDxbSC#Vz?v?YCO4y7ewB_){ACkSnyq6(?Mi z9hHKznsu}`jZ*O}FnK%2rxh;B1M*6&It;pXwUB!ayLV%YT7IjvHjIO7RpAaHkR|Hp zPl%_{!pJ~4rwkFHFQ{Lg2#BCri*VP%S^UP$F zN;#E>xNv{YIo)}z_Q-kGhg_^(`g@HolMYoVD;CJL+B`-eehG3=-G8;N35e^rczIn4}tJNwWG*Qy68?Y&p_dq zBk@C&FxMmH3K=K1$TFEDi&b@-{57wTeXVc;?8q2#J~DWt_4~rIf}F&!&jI|WG*FGU zoHgFVjd$R1t5epi7`Uq_oCHL2(`Wt&?F@1S90n5d?7Mp9mz|QOmO3L_f9=L{C|3lM zK{$;Xbou_p;NtJ$Cja^Oe=+A|Day#6IGPyI>@}-X(+!Eq8H5QF^8Mg=8;z`0xdt_ZABedd7{&2QI4~ETDG*YFFRC*&sVA}3rT-}nM z;7Wy#VIzhXIXW=RyC~^dn6iZ<8YT%mfpP7Kk`6J%l+Qdyn8CPsfyq0L0ItGII~LtF z-$C&8NU*4Tq#BORQm--j?lZbOJ=beDiIYK;I)wX50XCf_T0w`NLh4sIQ88@k}GEp&T#CJ zrR7e6WA4I?yh@51CVVRaKa7Lz1ZQ4`aYAgV;IudEY(f~(13S&{5#KzqZ)zCFmUoq~ zYnb}^rdaa1-2Y}w960}Ae+Pn_@t|Lv?cac%r2jYaN5B;4G+bFDzcyx38Bl z+bF|$LeWCeFhb3CQ49-N?BV*nbOkPVqE8V`R%HDWGs~r0^A!jl=JWHKn8x)Gz=n{0 zWYN{6*bGF4(o!oA9hMtSbDY(T^ICqMf-zT|BZdQp!QaVyq5hdkuI(s!WtN8pW;H>T zmUa5PzVTJMuhkw-Dt+%Xfb%L99}^?!@K6e^@JENL(I0kC49j=2+>V%{li#QFeiMse zdMfiA<;i&qbC;~EVSVmTEd-cve<<*}_#5fbI@d7(4*H0Yph1SvzwsgeYcS3~(Sm1)T)zHTS zST0MNs_1G#*Ma?7<_@MR^yTfeRoD4ksP(jil-Hx_G{-)M_XmY=eP@Q&ogO=3=E_CI z>0(3b3|eZR&);`ObDCN!nv#2wDPJkHIwEZo5w=cgc|CX&q9W@=TD4D>KAGYsHIM)> zA~jp5XVG?jxcA0UWmDP(IiF$}h>^I>0^5Vo2L$c|!UbgnPjlb1mii#DfYlLb6$&VK zRP6cte{!Z)3DJ=Oq)fm|QgS<)K_e7=%Ao#R`K#z~12Zi} zd!fO`udX^!31{(mWm{LU(Z(5~+fN@u!tW!Eg+R$LBKJQHWYYb0;{_I)96pM1Or`pt za=S0V6rx6sv>&hOQX(IjS@C2v{ggbKwxiu@qVpbXre>aolM)pHa&t%OHRJPOVThYH zj{~OW`ag`h)TaN+L6^U(COd97<8dgjYyA9*ZI~x2QGS#zYQ1=IYS%-A<`r`)ZZJy6 zF@E9!yGNK&4++Y2&9zv9L`XEQ4Q}10ZU3m*YhRdCgMHgxIJl2d@6ms){bf3Z!N%Vy zOQE0eIto3&fhH+E(+R)LqFoA(!j;ElJg6=%bEs2tx6j1c5+g#59dYZ~k7t-~2ZT5W_h5Zw21%5hO?D%n2R3B5Y;9w z7d?0n%}OI1^k)`dtKZ!@x*WCCw&`lbo8{BeG6+g6VkmUeL_jI{>ID^$ACD%`p6-9z z;?Bt0%0Jkd5N0@&(XE-MZ3!5eNKsR86p^3}w!#!-z019Rr+LA-yW+tOhQ=OBf*x5& zUpZL>#6OWuGB{qNE0a<_l0U-my8z{|-~j30ennrb|>AR(BZJ%^w?&tooO@eWknw>bv)ewgq3Nh@X_%HmoXRq}&6; z1Dc2zFyjHw*vsGD3kDp~?3S%)%i$%u3G6I4%GBSGGg>^ALv~vwx5)z@d#EP}sN4(oF~F_1BoMVM)-OV&DaQw~`M!+uB{St&UQz?UQP!eB!}Jz3_4DmeH^F|Dla z7H)%%IjDrU1Dt~1q7b(?s%&v%?prS5qzKFZq{JCE@HYsg{q!x99`w!xgWj2c0fGLN z9P2;z6DnFtb6>Ie*1id?eWTen?u-yv%ZC6HfMig&9VDhkKeEtgv>KJovM*EooGSmjZBm2FzoWmC@=0sfHi(PpS*?J5S{mRU{#{PmIY1bl^7W%on z(-fTju__hJb;Huy`jmw==hvw%C{Psy5X9Awyb=(>2|5m|J+WqQ8rb3@`*Q8*O<}oO zBuU1=Y|SGWpn(w7?xv=t$Uw|PxLn$s=#hhO+OXnqmQf7*Ob)e3IFM z*D-$y%qru9podIeCRdD@=Q87L@ec{5TlXq%+)H(c@SO|Uer)v&{cS{AK$k+Q zI9b0R_X0NaED7UOt!=|;$_(PKVV6=?tuDbtZ>jK(DNMI{>^QCX3BQV_)QcNg{@V-d zs)Llire*Y&!eYF2=8l3Xw~V=y4S;se3&aFuo~qDPpNe)vE$%A@?TrT3_srm5t@^vg z!CI}>`8N6lu5_%m-*&TuMaE|=UZ&ES6B}WN4+Z8lwB5 z9!r&UGxDLd$WV|&9QX!~RoLPQqf@w?+pLc7{z;YZ8X@iE6PE34^z%_#Q8c5~Zwf1O z>H9G-yr4IBfh{KT?O=mafTD2Yd$nG!7d<5l%p+ z-!8XODYxvX#2=9AiRRdaOHch#MD7FMwP^e8C8s(%%^Ir1Xo_oU#ocGhvZJPlpWs94 zfa1rj>Gs@hlK=z3GaCses=>qnb4XVRU}aH&DR*nAXCGnq04RlyT)&gd5c6=_$bss*P8n|u<)IrY-L~6%we8P z_M6|fDodK&n<1qT&nZ2J180hRi6#}+y$n~1(8S`N+%3M&pah`wNKkN4C$f|iNPtc; zU6GIY3j1It9ULas8{p@1gA5?ZQUBKY<0&K?+CS_)+dDa8qMW9Tsp0t<2k~>?2Kv2zE&9Yaw1CdknPeSK?PNV!AtIcNw|>qS3vhTrZIW zDdu~-@N~_Ns5z_yY6%jsW1=czZO@a!n`KWYyxpgl?M;Z*mVut@xIngs4^*y)_WskD z(kF@^^q{vTJ){HfPo{%>UtpN(Zn$69i3CWk|HHI~ygBw$!r2Xaxv2euP^H9>43yf$?mo#H!UKigA^OMEB zj}VVy1iM&tt=ETOK1;ctjdwXtwz0SlzkB@=PVZWq@D-=RJ~IS=m~LJ68@y}cz4J#` zd$}~{q$?S;9^#bTPTPf>Ze|tKtu(hE-_D-Bj(#A6SFnup+G&f~Fjl7Ete-w)&(*DE z(*)C;%CNl=SLlEHoK>xpFzb2;rPvr$Nq^2fz}^-8E!CQ{+6)2VKB%YvzP&Nt+Rb`% z<7amPNH`@;!08QC4vgva_Zsx}DJ^zhLVq(!xql8Qb`f78yz$6pINfQV@Z{@QOpZR} zKk(6a@J+HXXQ9p11PknyU?*b8RsiJL0bgLy^lnbG6y%&Nx~IevRhJ1`XSvXvU5{?? zsinq{6d%}@Zb{W}!Yb_YVF`ez#fR*lHmc)Q%a<0oaBQ=pd2?yFkU*w3$w1$O(hivrZdKm{p=?2@ z6*LnjQv;UZ5;qeAn&5K=5FZ&s8(kw1{!Wwv$)l~z;q zH`fx@?X_U@QSWG}yw$l2a`cu`zHE+hyqElxsoj%t<%QRas4x{$C^?1Ga5bKuR*pH2 zxGSxKjZRjUtIA&WpOPpAqhN%oyQkQT6d2i|FCmF!tL`Dg>MoT@ZlGusol(GwnU8Bm zq{P_CRy5Sx*AFY!hmW?Ri?@Lq)MB#zVICnEjrH88v^&^+5mqIpZzzdXq^9I))zU=m zxJVoQnRWaMmgJZnt9ZLA{a13F_3?YMJmiC=kedd|^A%2J~-iZLwF0Nd22uLu;${+AF<{L?& z{($+{`+w$Eo8Jqnln5ZP`~PBA{^zEOBxOC2&Isw9PMeDhQB&XzHe9`lu1U=tvME$h zVXjczK*GCQcgex6t7Bb93Pe7e-OPyXsZ9&VJ#2rv;4#mnlOZ*i=w#>N;AyzdSV>!X zygeM2`@m%dFVrgoc^D@jD=gXTObbI#_k&J=Ilv6IzLm~ULsV8YTc2{7<<%{jNNe%5 z{V>&e!nUn?4^q=pWll$J&2A%q&gu4BgjQ$Xr_On&suK%;t0n0*z#_IoSnbdVb)d4- zNhXmdyY*Y;LZ!W}T8#!NHVqHZM#Xsw?YUYW#h=+vfNq8TK0NvCIg@mZ$a^@2>c)PU zyvg~YukqKUz{s8ZSNRFwd$Wv}uN5d%H+_e4jV0D{cXGPzbsq%*eJV+e3B?-CQmdDEsPL zhE6b)K(PUHD+|kZT-(Ak`k391~%i@2TY+5e4RBiGe3*4C@5b(N{F9-^#ujJo5 z;gXV(>nG?ORk&Y(J<0Dv6hb27q#7OM`1WzEolh}*XyKG&l(tL%HXciFrKILi+-UTJ zTt$A7H}uJbPP5left|b*@v*p5(}Ig>2nv}ld*_79qZQ*ID?%qQg;^Z6!4s%U<0SNc z@TrnPwZcLO{8i*qQ#J=BlPT6wMXPDI+kSGVAV1w;_RymYb`cKyV6bBrICEsrM!h$SYW62ar_ zr6hd$TiUtAmnQ=^(Cg9;QZiEiJLm$m*z!+Mp{(>=^Fg*1+0@SY}^^0cc(!Q>^U}|?2eO6 zZvh0_v`xyF3d{5|DkMl+6`cab@7xPS#+B({-6|$g&G#~CQ^Cv15(R`Sskqz)Ff+tYWQVj)(!orn;4>`8ImHvH7jnx`%Hp!zB8_MbZ*;Guxwer@BY zakPDAz}^adRQkN=bSt-;EUH^LXcN?zyNEk(`qm&eI!&Vh+3(r5g{AAt!3ZeWuBN`^ zovDN?5woO7goUqDQTIkmR-QMF)VsnE>!BtvYK*_PA!XFRWFJXg-or3e>K3~LAK!~G zF&MuRQuyg(Kmw34sBruOsWcPx+hdUSkeU1Pe%gN1Ye-aR$E4GE2t}!q+JK1EkLLtd zkm_IJ6tiUZ-U4j5O`;o=nZ($l7rK+;TI?x?R{-a`y3reM1aR1!!+`+IOU8b(L>6uG zVGOmamn3c51smBc{>jQ3g)evMxm#$1;BMiUeT)Ri?SngC{#qR^4!~E$LFm}!f5#-V z{o^cWsc3Hy@oN*0^B?i0W`9CAF5KdgsfiiyZXQ+{8w{d$_D* zkxp2?D-^LS^M1~D+dlkk@9x)^wjrZ4QXF3Qv%%D4@+Z$07th(ePVWUFu= zzsx7SHo+nWNb*7B_%LigWnT;+Eafl2bxy8wKW-*Uo@fCoekx=g@&HzV=di%CX64;p zU0bc7n1^ODo;mBDu`UF}B8`#^4e&%TfUFc1GCMDUNPvr~=(tWf^37a#InBzR=97g` z8=&D81>{jJbrL6~oQT&q`N1T#6UC^N9+IvfpS@wr;U2p?Y5VA@uf|%Wq5Xg;Ewy#w zEvsx*T74*{cxnaP^{a!u9KqsYzSmrui*g$nI8|%2R~$HHKh|r#UZ>z{hY62+k7t#8 zybVXvEgZ2k{=wvv-VPp{r}8M);wSC$*IGoOFGzX((myWxnrIG4a>COzl&z7OYoRE2vcfggh`h@$Od{XjViIVWz`l&vA7J}4Co7@hk7o%HZF{el(N zR);Qf*I=ToJnqmVI(W%hq|~IDE-Z5Bb^8eHPNMOgZ|uOPZPL)CH;U^U3zXl{k^9Xz zh5UtT9qY`rlcIucw>E0R!(zD4f(mI|u(z=xbw1s^UzUUSV;N;ac02fx&2dc6Yl|r5 zj0_X>?Sta**s;JDDQAtpNZj+&pp6%O)dc!LX68lMr#Dj5K7D))9>n|xx7F_dZ7EZAa)27Lz66qJitXy*&;Pz_X3wQR3x+`Eva@<_!@4O9*GWi z+i7>H9<_(PE29qI{^nAXbB*z71Jx8H5OelFwQ2r`Rp?KfW>OTB4M;I5@{SaM`UxiI zgF@jX3Z){d5GiaTF$LD|I3~^W>P|}pv0gAv<;12^r3+I3}nvKeMMr)j}Bf6W>UIu+ehOpM&*5z42fpn;yNElY5i;G29 zS&q%{CpUS^T(=CrZ?iu1xmiXwwwas{qSki{nzJW8Z4wqi2R(M}TVb?;uiqejVuHWK zI!7uvnzEmJ5b_?)e*0Ug?L*K>mjQ_Y_2E8z5dJqx?O#a5e==NuRRA`rZvEkvdOIVZ zAlJ`>k+<-pE>cg1fN8W?AfAmUp823jN&VJowOGrxGVzLd%cJ0R`s~4ld%;;iU683%`&dlqkL00SQvuBwiUXr+FyFSNg!N*udUOy zzW5(kb07k5vL)%VvLt-?C_VFtP%4&K=?xsyQeN^hacD2q_bV?@&O`t z%K0%o%33?S&9Qa6rE3Fpx{;)zsf5;qdQeJu50|?ir%kcUz?g!j@2>shUCM|2bq=sq zVSGMJ+Fgn}6a`drt9jXYHU0R->`A?;bjcrV;x6U2mY)jJ{9Vzet%UM7%c|?bo%;q= z|0)UVq>N@gj_`|M(T_ykznYy%(6Kd)!Y=k)T ze>i)m=uDz@Z8WxR+x}wPwryJ-+qUg=*s*Q9V>{`%lRs;$z4kb3js5R)#<{4Ax~v-S zta|2rG)inNJBCh?*c>JoFyx3m*#GHpDwoGh^mMbYOZ^PX?c5nb&u?wW5C=OJ5pp@m z6%<2UH&jRs{YZm9MwPoDhM@$*9Yl+j*bE6`;qCK-?Ax0xY;`*j#I{RotOW7>mWa)Lr65sMan^aPKom6Bx0EuNlSIDpjq*`C1o_zP_i^Y*Fe^xa2jo| zsWnk$(jeZuLoMlsBKN}RSeSj_>nD>vMXtLd^}P{Mm+jwRt_zo}Jt2dKF3s5T7_=FO zQT{WwKqhB-Tpk+;sQsHHqx)YzSKn49R}lw$S7!&?|8_N%@<8jRtlqK4hdOw?wu@;B z4U@va!t6jskpvZaiYgX!P5ty87%@w~W~h*RaL6jN@-DSopkTIAc2P!M5T&&=acQA0 z`{h%@wb6W*x$`UQnB`93VP~|Buz|?xAl~a{`gv!n%j?1X82<1s{`vHt*pS@=AsHbmE z|MNCd|2uY$;VtOOB{!u@!G1?0rfGQW@qpRoJRgWJ8JAj-GjX}s7# zFtWbDvv%gW{n07Al}3S)oWJ$3|KR%!Wd5;qt3dZRAG>Q}ml5uB!up-OKDp?x++goR z*=PTS%IhXH!Dn)Rujh&loc>8Y0sL>rLG%}jU{ttk(?>7}@UDwCtdDE~-dW||D@~!W z$-ytnm$lXrHce(7n-zLpVqcKnC7zPqk5k#kd3KNhkq2G#>NUQeVp(>Y!NKrN~ zqhB_Pp{%O8O&T37YZ;eN4qpRyZR?@KjYoR0g31GL6CDdmw`MC8YqmaABMVyU5nh7! z)I*GI)SH`%N%106J?Lqk-CR>NJY1JTHhFxR*;N=e2%uU*o=Fb1qdP!GcAP`Yu&J-) z0yXCZ#~j+nR*z^A--K(A*zI~Gi|-=kNe=-uS_AOnZ09zmT6Irhg5Pp-$+gmLTuUo< z<0H^~ODX5htYp@V+E;cJf4kc&M30eHtob(#uo^-^fcwiwprTE1V>Vlokpz1v57N)e z4En$oj;vI>(OQ_~uuZE`cTX?pf4u zNFm+%rW8_gunzV%l=%=3GvzsGT6vjy>#D2xnWJ5G?p>!w#u&kLeNx)hz|XhCVO0&W z%%Uq*KVs4~EK6nx{u1fVc!kY5>=4slVb z`iNxVXo*J&a@R;a_B{-i+L$oGv9-1J9b3_?H6+Ovc%xp%_GwJ$+ci<^&+j!{l576} z&IA9x?lA(=e_!?&Up)FlG^mt)#P^dA*B3tt2;AFQeG;Tlum;9xbSx=$nTz5voP5(# zr?FMgm5p)Id~oY!LJ~bH4QRY|^|AR>gbIg3e<-5rN=<^K=dW#?zd;0jH~$iGZ6Rl1 zxhcH~CiAJa86=+AE19&id6s52-vjf#~ijZDLO$9RBMe2=-oFM{sN4WLEiJI8@L6TVgX{ ziY|qDH&A~+M>viWcg=$m*Zxim|F%Wt>yM#F2Zb7Eg_#~wcLRFw{hgs$IM|9 zr?2~Su)~2Zb+ICDjA*bd9+Q#2v-!lN+|n1Q*#oj8Z7X-)N-8P_Z1P&i76i+z*aH7G zRa(o=fx_PJB)VmjRsslO^aoAvbvDX7j>oFY{I$kXAsDp zrBkNDQm@t3?IFqpEj{KaK^KSm!BX*;v-7ziRW49O8@MNMrms%bJAHcu9@y0P+l8>vW3Pln}r#OA-pIll~@_wtX)1}8sL=GT~fpstuM0?vMk6S z4&&K)fHGf0Qu|#L1#}^cx)v$)+`%5n!iNDo`uo} zO>1PR>ApCl@HRbvPDMqu=3G9tfd|q5Da0`O4MZ&S`%qBoHb?D`T&KF7o%Keu)9SHY z>>s&5o7RvffR(yR^|ec(wOToyD%|gpQI~iPF;k4g{eU{287O1RZc^r!P4x=@U7WBN zO%)2ioV|JSoa~dSucQ>H$alO3xCcjjr`cCMVOp;G3OX-9^A6b9g26rWdg}LmHw^S^ zNPyJ&goU1Y8N%6ZIQ_9^!rO#f(3(-18kei>=X-{tpM|s9<;P|*XK6pI8*i7yx9Qf7 ze?7Oy%vmBLkh8RBbRd|Q4-Z&uLMR9(`xFV)3F`_(eVbGQ&j6>ZHdJXVIJd*`vWd- zaZmgu4dHiKFx10nyYJjXu#}l4i3;XAi3H|>BvvBr$OTD!>GW!-gzVfNWekI%5aEeF zad0FY1#`w!L4M^R?1Ie=hF_0;~&Wa3}U7Q+v4B(|M6<%9&%x$usi{ z|5g+ed*0G=GKRKa|GA`%1<&j0hM#{iDMrGtcx5>ynY9Rv(1Au06T)@$YRfbP!~qd* zUby&EV-9GV32arvG=^iQ8`N7+y(#nuHfDoS6b#cs28?;}Mi`CLb{HF1I&wDup*Ovn z0}?W(Z1%PgptL4nSuC#Lxglje)hM$LO@=DhM&X(zCy4q?jqcozcH5^+MQwLpvp`xyqk>4;^2 z@@a;xh`CQp$V4+9ziYk%n?)>!ugZqyl;m&-gEgWd#a0;>@*L zmMfkoCC|5o_W&;JykvaE$xU^X!qeKrj?*~d@@n?uIBEhc8>(|^y)($X#cttr^6W@3 zjMb6z=aZH$BWgUgd)0Jgb@0KJOHixuUcvBHq)nL0l}iz63L+)kk>OW`7~Ge?zy*L3 zFX_5apWoYB2c*$a)UGy+kdb{){xu03OJi~%S+4Dg$NmYuv z#fxz+vIyUsM^+1o&vfJkT$On)A1^9JW@@P>c~O#(82S;bgg4dUMzuz)sbrzL)kdc7 z#%=@P~#Tt29Gsw3}xjHD`+w+4ynl)6=Jo8t+|ypE`)QDvDe zMzfd>XwueAYe4us!!3!Sn!eLm{nxPc#%qb0c5CV-^F%mKt=-KoE{C+07o~vl`fTQM z)}y-2QB^`VhQt`Ry|}M!niK0mMj%ZckM;XB=1nid)1~f1Fa}6Js`rO%3(H8tqrS!lU&sJHi8@iE#8XRi;nJ8?7&xBy0EAv#sx#w?0;+ z(Ra_9$|!u_nYDUk+r_W%n6y5^q|x)0oB0ftNI2N8KV`k}qyCs0A_Uz12HZVodwNHW zKLIE6^KF^RH~`ic29;amv##Rhyx#XpYzbLc{|?y_0yZh9o}`-mCT#OLHZ7)}v|cKg zQ2Ay{A+|p@fI=`W(Lf--#=&LzfHQgGgw%uE5P!xC%2yU6j@U8s!Tf?0ba4$PtqeCO z?~evstOQ^9naq|W!|fj_et?etlFExqDH~ugI5~6xxOc!GqNZBdZKECk)}P+;4CB%g zXMO^2?ejq#bW3$7j1v8(^%ioRJ>UaIb)Opz(x-Y%dm0dR&|+-wYVtNh@yqHezQjWN z6V!wj-@H401Jx~b;FScQ55u^mzJniRy6bQu!q z;42*Vw3;auAjt`jY|wCdT0=VE_aGsVX?$wL&u0l1Ct{x;MXyq#_0XSi^(a3mG3lm6 zy5f&-6Q{}tv;BaQ@cDKm3O*nt<rRqF>~{$fd>)N3%;hOIV+N-?on5fVjB) zvh9tIc-r@uJPMmJ9XE=W~U22gA!IRkb*wstc zNFApQ^`eixn4)iVK)M6iiK@^QQQs2asiFj>k_WOIKuG~V@Xbm^q5SZ-HnUq#9`({pgOW!BCGBM>`c7nb!$P*qfwhCZ zGh(F=l2I5n=pRYM@RAT#N!;*5 z@|-}aC6}?hVDIsO4BImNZ9rPkjB z`H?-kjAcl68GLY$akrLoh5XM1e|eQ3$bVDDWaJrq*?+C+OWuT`5G+q5?$q`yk0*BG zF39&~;ji1o3;h*w^3joA#c@PvcVwuv0ao2L)(ns-KuH%yX9&ls3G&tjhHr*P`?OCaRRrpvMK?ZYEXUC zQYmd(b6suJe~?1FcsEk+2OisJ_U zgOFO3UT98a1Ew0_Qw$=`X499!VO+lzak7fi%);~P)xsg%(@X?6cW(@AmoEV;E|4w5 zG?Oq=i8l*lsqJHM+}Fp7f46Nc?K9R8Tnz!-gy411F*dP|@^&yp>HX@;5hVVg+V#WO zLlfUGx8>(qCyO}khd$nyF)bnbo3(P$qIILCjD}vsa!r~rLiC4!dp z9`hE4YM54nQ@G77gnF0Cl@pIl8W=;{TIDV$-rhyP)J0_l(gIOocxk2X=NZlK{iJwQ zxy_kTDc5c_Jb4J_yay(_xB7Lxhr90%W4ME{yG&QG)<+>yO6r{jlR43T z{|o2P-(|PB>!uJWT?Y-hC|z2kyE&ob)+-2EEo`N?5E=VYMlL&*b0;j?50-y-?=7V; z-gu=RK1y-m)1N108hk68aLtv=&w-B8hb}mE8D@B@6~v$<(cEy(|> zF3wi*uT6(-B4QKNB5D(cwJzyHxdv|*->oq0$II3cnyUaR3C*Q($PNgshX$6mRGoNC zeYSp8x^@R`JqhtxG!(v&_a<*M=|i4*@@*3*fjW@se2c9Ivd4o7LfkxIZHIJ>Xm=p^ zyYSr)@R5c@9GQ3E(~S^)p>OsC@WOHL^f^VJeg}u|>GQ%+jsf$B`Q5s7eK%yI-qL&m z?es(Lk@`m94a7Tw@JF#W5X#(=sqY@NBjxw0y^z(7mfza?;PhlSrFm&bt z4sQ$^VbFzwr6$-G5=xo&BQMD zOSmwlS~q9V{tc;DwO*a&SGE2dGQYVfw!=nbxP?ERrHj+b%V_I_Ejb?8HxTUsrSg3h z?db<>^6fL4*C&w6Z9Eg<7g+V3n&m)mAJ+>2>U(s;>XZ9>fDQTpdp0i^TQN6%q%Xj{ zq2+sG_rvv2A-yob^^s(rA|;Y0Ix>*Fak|qe-su!dA&ZXK_$|SvV*npHN7PcRXX)PO zw4>*pB=Mof19&U$i5s(E_bAcqv6C*K(P{tuJo%s>f2;}Yu$>Ngue2Ya_{rmUll0f7 zcGBw}zbYTzAN%HSzl|nRj(BCQ%J{&=G-o9pMzHakZt3^d1dsg|DU6we8T{=rx@Tc5 z%U`x?*x-AUULmM6l4Pmr~>4bpz_gB_a=>5eAUqU0mE#SMvPaSlIug#3+Vy!V}sVL4&5sY$1TU~ zYSif_Gwq0m^utJ>ek}`l^C_8>XSe7IWxEtl;oPE>Dk?csX%-5$3P!g|_(D>JNl^m>D;s$gvfDDIH1B^qoWBZjaf zU6`LSv@Qe9nQVH$TM>*s%Ccj;Civ*E^-EzzX!$Tshn~%zhcSK^4aeN{2FOi>I9d^O zt}*R#gxx9frc)FrATMT7PSJvKPG+3j0tta`MEkW>ia1@L(rzepkt$Zel;Qw9!8>aQ zWc<)P@v}IkIOtPuOx9&W*M#2eoutXo4#a9dG4KDs{5>_;q!4fPSH0im)M zQfD7ELkQbmFrHAJ#EadpxY3`=h;_k(Eb!AsKr28bi;=jFCP8d$CXzTXGM83V_QpZY zo~&ZEd(n%dt)4Q%Ggc-#TNw#W{H?=s&|Kwlc6TcwIol>WU9tL7gP5HotuJ`q`tSyq zc$@pVp7ue*+OruL`RR^M6Kfdx`HoKaYZwLzj*TX^(H?uD$HsB79~tvqr93{w)QuBM zJ`yUEX0wo#z>$iqZ{f%^M8YJEc#%-}Ng>*&v00Kug|j_MP}}`NxE?aAi_*jqD)9I{ zz#4-9>g>+AjSK3*9N8=248gCZ9|Gk$ub9*fuF8hx7$1spGJ#*CJ(%soG9l4PQFL9J zWU#S#!Ds06akuczwd_X|CHjQ?o`62Mp^d+IN znR$C)9+A!)vf~%vgclUUR68n%->EauBJQdl3Q;PZ@)R_2f3VUhYM4uGh&|*HJS`M6v{dwdBhQw&t5ZbT z6Fv}>C-eWo(*R$v!H;OD&4RecphKg}$XK+T9N@FnX-I5U6dfNBGp(dw#7`hD{$rc& zL;v33M3*zyhcNiIX5}3I*Qa8F2+g%zbzjre2FEFEwHOxP{Ew-pdfrlr%DQdj9KZ5} zo#PMTi5;fWdZidp0T!nvTdjcssdkPLcv(MvN~LMS~b9 z=`6$3OUrT&`pp;7znh?04WW%>HS;=orRxfTW-Q*ir;($lZ3$(k;KDwK7ZI6^zCe>d zL@)JHSQR*=xcUI5Mff<`ntd#fHbv05OkFrkwnx8%{e(Z@7yME@qf_~_UgM^K(D_NR zgI6LXaI~fp{t8VAM80Cy9pHg~#IZH`?F5#Ir#oh<)+5OiwdRn=rB-ZIw_^;eTYaGv zibY|c{-E9(HfQIP>BowkbTsBUkv{rhV&nyutR}U?0xhC zH$df*GNNH~L?4$gaD@vS1`}j{mlHLDvULt*J0+%v`b6dGX4!Q_p0VXumf3_#>8d#% zffX^6Y$|nEsW5}|Ne!a27e%Uza}MOsW98Q>O=Znkup}OxH(di2_JXfyPA_Gd;iXh} z{S%r~;oaL-w!mZVV(`12MrMwRs(6p*#VVnh6t4sUzG4JpHgJe9zcs=N7gQb(8sB10 z;ou()+(C>tduztzHt=lWj7YP(Y;(tJRnwrhj+ef`YoY^O1L|^a4SMmLT8nzSsQ)f` zldeLyH2YrsMc*ZD|Njzr|CP=A?|sAnklg(9{nx6?IDF?y@vRbA*m@*!)|bU)H&a_( za7yL2veCOaEw&?W9fMON#10u78zcqZOETo&6Fn-dUBB=H(GS2%>n`Of>S%h0XcB?+#5U2lb$sKp){aTyt zwe58Oj8|^Dioe}CE7w!#)1~V%#ns&pd+0aX09RjOoJg#{Am^f2?>|zIN*~=xuHwMv z8Ei!E<9s=1GPyhZP#vb$lplY^j5b0GCp}*06n5=3xF0?J#_f@RenD~dIJ2p?U2|GT zywYDrvTr&T62pH;P_%2R$=f*7XmU#>aA%#7oOnQLEVv8M{iznvwtb(%E6njmo9 z;GvGGXC7*IU|SmrD|8tqJq6!}c6KZaH8M*csOIPns2pvTW+?AVbBoS~-Lgh;Z1qLb zwv{;_qBPxb_4+l^H<7Z{;d;t5kh4!>xp^N^)?BHBo8w!grPRl;sqOx&xRak+{%%84ObA>4i7KdRk zDC(KrHvk=8;f{E485Oc*kL4#0jplN~Xmgm3@hgHo>qmX}4AXnx!rVfpV8b9rU*b zLSDdXuOQNone0(cQcR)yUxzqd%uOn#XUDe~Z(-v7{IJl0RX8`2LmRdWFq> z(P7Db{wrMOA45u+`e*`@TyjwKXp!5@6-o=d7gCY=@>IQd@g-4Y{b>|1F+>lC_ajU= zP0%SywMWqToM(s{@v>ETA=&Ckf|$4VBS2JJ$vvS2t4x1yNtSLcdSOSAsqPm^JML$JJ0@@+!)4NN~x}4ep zz$Bta!7?AMxmpvI-8p9|dtIcUy05MYO`u9bnp|&JtfR`u`YU*bgWMvRK6ET(pQW%} zR))CZ1=RoUj0={E7T8Q$+5PIyjj)5t77O1NZ2M9d)_~?vCe*hwfH5dYv^`h|+Y<~_ zv+oSy&f}7yh3r4If>;}$Z6)8R=Jx*u)%@$zC2D14>tG@7Y-C|)X7BpX&sOTUBK;qA z4l^tB%rH}dK`dxU4VwW$zSIRyadgB&3?YJ#*A00w=PN5Mxc4d_;1v4f(-B!%-G3;t zO?(x2_(@p%Irwh4ZoGC*{%-kye14$!@e+{Fg?7@6ph_AFGbBTcIx+&|XM+748$U=9 zm8;HBGGcPA(P}*sFpoIT)PpG9%?K*=So}Gx-rd1y&EwlEoV8S@vY)D_-*ot^RP_UN z(j;U1uvN>2Zt?cK?qbQexY5>emHoa>$FYjxd6iz@X<`_MQ6u!Kp5>9#y^x}vaR4_g z#$SBjb7Zl@PJPJwSe9~Km?CN!kA<{12664jpH*AmK4y9l$luh|=brdlff2yFAudK);@bT|x#L*KXy z8dw2?``WN0LgvHAsiUf}uyTrWLmHhNTMqA3TNe1%B1ncXZ6g6phw}j&WK1jX3wGon zePgtH3-Wxbj7zLqK35h=mZZi@=rv|LlGD-_QpGqTscH-mM|kQaG>kW$kqbpAM6zC@ zdy-Aj6#gTy#`qt1F_63fVcTel>$+t5j&k=lECD4?m~r209+I1el=rYP^*51#S%@7o zkR;}hFlRYeGRSPj@>Gg_pPTv2=~9I`FFYVKD3b`t5t=fpRI9goW~Oj4y2Vam*5?p$ z25cgr? zsu0yk!bnM`&PX-gtqUrr1rL+&=2WT>6)Lz|(YsyNoSQtK%jfu208skcL*r5Lw4))_ zRPs;>M??*atBomYmS>e*l?v1^K1{1zV4myIQ3Vl&$dL^AUX4Dl;5S*uAaaNH&z zRQU4J3lm(o`a9@SlX-$G#Lr zq;CGhde2o6U9t3y9SbmkfW-grk1zDEq5GHO_#X`o-{m2SM)qd5;$}v!Zq8=^k36ti zO=w-TRqQWBI$n3|!ziK(OSFrDsOX?JDbAR2nh0cAA=I-5o`F-A&Y78@5g>w3Gmr}rJW$%(?E*!Ab`=k6Q7=l2}|@1Ly$ z1)vHQG{ThwcgB@H1Oolx!D=s0ctnr42E6*|;fq^u{hgyhT*tOPKK{dfcfy?rz^fzU z^}#wbAzasb^!pt~UiY#LnZv>QCiZgxCgMIm$jxIR8X|Ljc(*6m&3x zjPZjmz{sG4=c`g+JTz}*fn%Hb`TSLfIVFAf_KK}uAP$S%wso9!WJsRkuFWdMV?^f( z-)TY^2}}x--IL|sV7EG*6^ihq_C|ma;{1xz8!{ah+mxhj!#vv?`({Mu&PJ|DF(8A69uI{q%ggqF+lXol%sgsTu8VnbvQE zdDi$2CmmjvnNvM{&_CkY#kE4XdTHmadP5#q`03efB68FmLJt4%)*LbvZrh!oVg6P< z=HS(g&%aeQtQR@FS5c>RB05$`zU_k2v2BmYyiW2}({Ch=oCjqrPiN&}IbV`TFk50L z8tfCk?=5O?XH<@xsK33lS^j(hLa32IUJj!!n=E1t{(Ks#xd3w!DJ>-qhbGs*fNfQp zBR;th)~aZfGzE^mK*QMQ{YAb7)XJ3KoI7UrtwEt2Uo)r2Ihw2^;>R4J*3gh=T2p2Z zKe%R}g?grHf4d)29zbEiE*)E*(F@+s74{inX{4F#hU&YTr1t ztRo0$U;SasTd_dK$`_WNqWx-KUw8w|m$E2_rjnc8PMV(4rkevu8h@z!xp>tNFjM)z z;38K$_FmiE^gs36)?)Ij)&g@u1XP@$dKK?vKBR~1GygcKeqi*fG^Ub&=7mELeD7WyIbSVf!AR8$8B?z zJHoEMK7VjIc%Isv<1cSTZ>KD<;;eOC+Y7Fe@H1|P-Ux20+nk`Q)H1mB z+md;q)4;d)_4_H@aV4B4&>Zh)fOevLlHpj?UPQxKU^j5IHxPQS>2c2CCWGWo_&D4I zp!oT9ZxF*&j(%S@&H5Dn!hF`qKA6HGrW{vDrSbM0ZjNBD{UF3wRQ&5vNM(akX!un@ zIXNvY<5I`jBI0I|CH#B8>@(pJa^YiiwpYkB3)3uVI>D#y1neQ<tTTL7S10V#T*- zf4$oI>g|TRB;&4dd8GVP9wTXF@+yEz`&YMj)u3|2pulGNTuvvs5I*VYmm4dMSC4hK zIL+~u!aLC}0fkwBsIq*@i^YrlZZUb<}3D z&I?@K_R-KQh7wBc0R-so$BUs@*E*T|v4S6h{(q=a&O-;sDrWG+kEw;t3<+b!Zh=T( z2@>J!$NG8qhW!W9IY%8)?bD_nN?&tyAm^@F1gKW~CeB%JbHvn-p|eb5Nhb%BFOefg z6N-0%p=O;tSrm}0%Fwvui9)179u&#$O9hvWj$nL&|AO)ER_MiXVS$$9ZbtTc#R z&|tMQ4B(k-5a5dG9C40FHQU!!^p3e=#WG1Xd1GLHY3|ddrOn^bQrc|^sSDGI$5jXh zY6gKDW2Z$PRiLD5(tfPbRL#*<%~Plss(=+nYGWDG%PPeSH6pY{!nf<#4)_^2J<4^P zxYL}E7N|HcbjEg4ZFC>LgKP!z<59c@YerGMjjLS_@|yC?kVLW?M}raXbMA*-$^#%T zK=EoM_PE$ZF30>G4DrOe2qf(L`Wds?T7vF@_h}|FZN`=$=+NXeX|j~4TMOlF6=XKv zQr`aD*HJ6?)0uk1%2*i_pV2%qk-i4~BuVL=kV^B$_&jH(yD9Qow^EHW1}{Z-P^`%V zRNk{dJnC?P{J5w}R(XU=%;S-o#ef-QP>trOLG_uVdXnZ#=QdXH<}eA^l0t+%`++9H z_H%^5)DslUp&wQ+^rq0oc5j4P)s4Ei!rn;0434zVahb^)Z#E5lq#+9hz!{@G0yb0N z4rT+Q($baKd?{SG7S7^?`fWx48v?Gu)Xo9`I<&o!hoWzdSF^bk^N5AFq#x3EOY8jG z7NA?F2t85MYL`=9f$KQIY{DATjINl@U-G;?HMz9H@cdj&BZJ3KyE7Qy8Z_}pZtzE> zk>wt;1diAR^uyAV59#RAvl?6LzeUNQ_Jx}J?Ik&a+niC`Kr68Yd1@8e+Kk4kzz2tM zq!mb!&EAcNTi!}STMo$^y-B=7n2BHQZ(tk+cxr5$V4v?d-H&IQ5n%klJlS7pAMn1g zW}XSV@zDIjwvFw5N%-~gh#R1B7mL_}mBe%@ z0$=BO=CmA+JVd7ZV1(wxfc;>Ehl*0?bK3!#%ukkZc#q33yH^I;)^55Hy_s>hhj4vA z%7B@ zVB;J-FN>*-SDK4Uakd(nzhR#jrD-{;E@mpbh&dlC#KFbG&mvGHCqsv2Wnzh31sLJX zh&iLe$uYMVt7pMIkHV`EGBT97@>G^Nb3Z#+S=&puz<>78xbkQPvz$g&n{Rv@W0k3n zAJVRaB9twz)zv_xpBtei)Us70!yKQ%4uoegiRj_5B$m$X2FGKHfdvJvallW_M9dat8|O=au$+|mdRa0*ezOm14=Eg z%p>27utr}8Y-jHeeJ9z^YKhjZ6drZgf2#vK#o#uwn^ zzj9U=gIjCwHz4zt<9%Yes-HqOh|47QVAQrx@RE>khIw-y1|aS$^jlct5BONokpM(ghwCK zhV|B@4~c#aP?D!>u&fBQNxWS<%ociec`OIv z0aB3B@kz^vYT))cXS7gUKZq>|b{QhlOj2&3~PGRICm3uce6m_9Uv{>B^KWk4Grg%!uj$y%0jKl_fnxKH3uxWqT!DeVaEW#3mlrM%>FRCo8cXt>9jLSk_DMr3X?T7x^+^1p z9{HW~zp2_f@{8j1N&p zxk)qjtD86}$1=+``Ov;VYX3TZ#ZIDlUm!}Rh!Td<&A(%Eoz(5;_KNKEDKc7E<}4yJ zG&+?`jhL`;u=&CM;Oq)2LuV5Z-R3M5z&hT7dYQi1%`XBI)bIruiw;p)jm}AbF@!+h za>*uLp=nVz{(gVNKsnw=#1Pr<-j?fx*de)(@-N9V81L=_VdGFP!kbteoOaeRW z2YJUY`TDq=m^9bS(Kk=F1c{h{{cL$xDs998$M@Ln*IQc56Q7E51u5+&A(Et3(PKzF z@g}+bX}I-mA?j?^^DJz2{o2oVXK$7J2*B9sk{zl*rw+GL5FLu$uZYkU5eRn*;oTnL z@kHGD@gMB9C&fHK;XALve{}-Xs_Q7ADj|I$ zq%+V*qs=)>Fo?;(reu>iqr!}pf&+spL`wl$44VMdt|*Zkl-6=3=_#%d(SFPX;re7R7a~Wd(c|D28UZ%RM-R@UgeCot^Oy)35}N$ z>t@}UDjJ(Qw2-^*eB!+SGtRjCmQyL@8uxTS$>3-{xN=qtQU2TOEUA~SQC6@v z9L^=q*Ru&32F;y{#Y{b;*HP$yewIkIU{Xt}sQ)S^p!tP%<)yb(h9+WFaY8@1_M;6! zF6D2Akc0p?T&xzdl+i-2<%pPu8BNNnS2VToJ?QmtZ&G;3A7Aj^VMQ88G3@IbnpNn$ z9(b+(et@E_2h)x|W0H0NpFm<5SdbP;9;jYZ2z$ZsgA+dE=w{~jo%$!L z&_rD#o5umNQDhEHzkjjJfC)6Q^HcjUZ1D>VO97ZUi=CG1cF36k7p$M0s!8V^Et5xrZ)dzA25K~p`3P>*s zxB{!(2k+`RtMjeioK<<<;Pj-Vvbs%%-yYn5eyzodxGT4 z?6T$A9tsR;e*8(BPR3qX}FZzc&hq4sV7ELd?&Mv@UBLp#K=z%m(8}u!BCto<`?TR z-7f%rA%HyUqDgGgaT;3b*#ZIGD)lmo1AP=*+$KMltQWG)wECT$0Y4R>*fK5WBj>DA-V<1h#c?W~qWrQ{n)B0ab)uX? z9%Cvei^M%`$~zxLC}X8Z(9XtWi%4Z4pvb`9LXboHYlzSw#yoOUv}ZzL|yRh0wq4iw&9h zBU0Bl1e0anu7XbF_l1qe3;R#-@TTYB3{2b9rM?#39lQ8jW42b>gXh}XPF;e}88u$C zKEBMo&-%ctD4B#1Dq(C#pr;q<@Vi&)6tqGKyt7QR07m;&wnO3(x5W4{f@yH$gTF!=>B9g08FlUm+ilcU(>2X)> zVmJ(!y(}>JzlWb)yCTv}wP-kJT|Yozxp%@< zxCw@+;k(ljPf>O-V5}@!4Z))L(z$SPlG0BuVDp$oCc8`7O47WzfBo%3T)^Cc+N<7Q z&0#35CH4c@I7%uq7-_ehoV;m=wN|~#ZWFZ8NN(Jhl`d`X}>@CF!YRHmTH_1U_ zt6d76jTzW5q;UqJL}^3^+F!#cRbkn}>{V~rEaYZ1N{>nYa@*pQ~;vkPsNHKd@Do~9WI~}I|GTx zPdG2j$-%*i8goc`f`{a#UZk5LS-68RX$5V{+6QO*6kT$k2#Vf3J3?eacu&X<77Cwe zY~+xgHig^60*c8nS2PNYf;RW_q8*tW(Hs{I@fQV&V}gkES7oKJ5frne9GNu*%;OY2 z0c9?87-!n(|A(}5V6HUU)^*1n+qP|YY_p?|ZQHiZ72CFL+qT)s&8~y0z3bdv7gg&g z%r(C;$9Tu{d~6nULS)!h1Ek#%fQ;mRts=`m=|Wf^YS@{l$bACkbZo;X#JZ@>WNxSm z2&OTr&j+)9e1T&$>{6`74w@gdd{d>8zni?@KkouFfq;0?nv5ov(aM8$`#E@98@1tZ z6U1{a2fVifV2!6a-=&n*|CflC+F9E53RA znba6UnZL@SI6NiErW`E1L;^IUIOlZY(!ma}D)fjhSk_|N4THhWPmLSXk*cMhD%D5> z!PQ>wrQuCX=eSslGKW{j^m|uac6i2lFl#1;dMs-z)(x{h-ro?`W6f8#+UH9u{k$?Q zCTBgHmzu-q!Y7`rck4wvZS2mX+y)!@AS;+?s_TwKq9Of%rA<~l!roA)D1B9eB7 zC@M>Ula7jYX_>$F8Lr98ctm$8pS{H2BaaO*;$PAAK_^x1G@0`hYA=RX*Ozr7a)s`e z9Tk>{&%?B<-5a|)5`~lg$uP=L4LEEzeBESHH`b#@E4DUmE2s3Hp83d=HHGpveW9pG zV8t%q{S zVBb6fDkg0Dz$Z%gP?AC_r!#MH&EkZ*N6T?|7fn8|Hvm2i6<;u%3rGkJHOXCSoC9ig z@EQADzgJJK%)!)ngVZ0S>nzTJt8{2e@IJbK{~Y!q`w8cA2khp1;7w?C zxD)V*>4A<}U26P6kGU;OEs!$2vK0uwC&XtkR^7~~S3%d*92{;1gReRQ`x0u7--nho z%4m5sZs3b~E32cxjh$hK-#z@w8Gr_ z=Xc0|fvFT_Y>>YlNcEd+geXw7L4w$U9F0KcA_R{$KPfc=15tVjRXA+z*;LQ!ZZ$M* z=02%82<>(tZt@WfilGDx5~~g#?>#%%_itlzw!1)FqeEb6^xA{7u+jsQQr1kL!*A@G zsV8e_9^?&!?8Z3a-u^C-It&Y!m%ijq)}(&2Wh*bC6(T2q5LTk%TFmQP7D^dq!y7(P zuAU?BHDFNnX{cd8R$;*_yHP-JYA&^lkllCDH1g+Q8@Lq6{k)W7)hXACDp0Z+X1i`) zhs;Z!3@6*@uED=@$4V!#q`QccpPniwZ}{w1>PwzJHc>%RjiIRF*vk>~na^b1o{;t!nm6$Y}g#0@5?c<7TtR0l!g$3^W>j z;PJck2}Q!{1W++QioU0@(qoNv9sd!DH1coR`vv)~HpbCIEd0^&7yVXW;YNgk%Mj;Y z$A;JK?SlG5DzxOb8COe65 zx>ZeZYrp4R|0wHTbfqV2C#EK>-H#ngLkeiKA5E?Anj;hM<6k_cI+c9+lix?e`a6R3 ze|;pF{?iGOq_l25{|kY4KbV8nPmq3wn--K(Mzdm0((7kyE7n(Rb@k?lkg+ub z7ne0W6f`3aq=PC;uEPjSp}sWt4+-;Jk%F0?fM-uf;0V7YgQ!Xo`I63wEC=JvTfI@p zn54C)JG#jiX=aq_uHiUrGPA0d6f#>n4b)68jT^sIE3a67a?+bi^l51a-FY={Cf=5s zf?uRni*^0PB2qo_IGG^*gYxXmP&UzF?l{F=<|C%mCclsa=SQ|Z=P&Deyj2z zj0iS?v?arNGWX4&iJbmcSFt%DzzWPm~lyH0^SY1CKR(N zxrV1gexC=~!Ml&E`a(zVh^RbH?!H;+Qw&6T=$c^}YMAz_cW1c;xxk6Wc%m3{-8D0( z6a1fFKZTozzGL70?>4yqv#`#8J_-u{B-(~v)yAOk2}oeJOsaEVvjR@)%nY}!IwEp`l{9A ziO1VydbQr;>+^ZK`$y(bK8Ga3{t7JOFl^#tzvUn>4M>FDfbG05u2=*hiDNH(j033! zQw#zJLDE#=U$*M;`?6hp%y&grYxTm1%{Ftk=Mh(Z49-eKBo zYv1ANX=&P?7Mt3HoXixgi3x^!S6J*Sj94};D?2MU7jt%J83{EE?|6LNz`(+YX{UH5 zp{hODGgv?t*72Mp?zr^5IcpZ}tLo(4wV`T@j(jCoRZbObFz}-JRH<@n&VCc`v=lqD z*SGKDr)J_Pw#c`PQTndUVZ$$@4yfjq|&$LiQKhn_6$AnIiHd#DT_8Bag_ zo!D!3br+sHQ>Vz)^(6kv-K6*WGUn)>xormwMrhz0PK6lVNT?`tP>5nZb(BqRnra4W zN__5r4!XGIE`{a9%|6L`+bG{7GOm`ioKR*l&`@A4umKfF6GVAZXBf4fECHEXc2=T{ zhpBlyjVCFVpYYknfZd2S`)$-g1m2@1kZW;+i zWGj*yZ2^M|y`jmTP+%~itvQFhpbfi0Cf%A;rEaRe>&~l|CYneI?OTKp$MSnxfo%JZ;$#)|n@RHUAo?NP*qZXbJoe5)^F#xBe zr*&WsAv>omQxSX^CAnB8-FULBY=%?UF-cOIrr^8>Ms6#mKcRS-yfM=zTT%kMA+h7& z8P_u|j`_mmSAEmyXM_BLClUOh`mWoh*k~e`B})+1zOKUUX1tC?jwx#?Wgt)JkwDm} zLQ8eESeBap2Zi(u)q^b*vt`)U5&CaWk5_R0mjyPKYY#(B)TQ8h(`;v88-!CN^(^OV z=Vz`uCnY!g7I;bOm_oTKgq>X0)f=w<4q<;6D@24*MyKN}^-N<-^!;LU-$-HWhhg0A zTSU9rOt1u-EPVg%WkJAITSl>OnX%WwWXS2(mH_&O@kKwLqd%M%)@6^*g&2A~^}aRM zbvgER@wQ)^9sFMnvkW|vDe3`CL1eqry^ZZJ?v)<=m0R`kPRVJE(H}r?v&@*1yA07k z-YzNJ&2(1XY3q`rEF0rW$==x6nVy}pTG?>=&)2jx4e6@5#0{_5FA8k^cK_5moal-@ zPn-ILuPlE0?aS%%@U6^NVbT)jCtx%g4y0$F ziQf2(2n+fRImMb_gY-!Bbrx9gXW?xn=5NK_hyV#M^7EJ|EVQBzOnh?><|Hn#%f#d! z>5oi|o*f?rr*b!?MGi00!&8qAc<7Eq>5NeD2Fe0T$_DebsuTKLYANgjI))n%UD6*K$hkr414O<##5ChcmaWAmUx`CKRpldj${u{GiGT(T=P=} zu}^t1jz!&Jl$*px7YrO(YYpBUYueYV_m@{Ls&Dtz+ujfifs+*aEhu?LG~ucpn1dW- zfYbqH&|(JKg607x@g71BNSwhN73PVSO4LSK;YMjq z8Jk#BWywidH5HWgmZeuL%df#_cb=foMzcq7>{`}xrENO$5$u?W9eS}< z<GjH#FL-)V1ylxpd7IPeV~$YDdR!9 zJ4~64&}Lj)U3AqbhwYqTh@ILABIr)oPITIOcoF^HLRX zBnKw}#Ysm_*y=oVMc7_2K?n%_(G~P@PvB-i?xISke-OlZ1#e8|fKPH&i15Y#37Wuh5tZ)=*bif?6D-K*%WAhAVr!}J4xsg6@3Fw zDX_5r(KY2X`4!h=}k_cJS5z`1&)`81P&*Wr|(fgpZe zzz~}}=mBB2^>g^-?l74<^l|v{p<3Qw9h$eqcw3@`U{k2v5kG4VWb9LH?1P+sUFYs} zK*9Vec6m&T^%|#9?I7!6uSObY;dPf+e*S>wmqh6Uam}0d^&@W?5NT$yKcifmZv>u; zXh&B5Ns&po?$Am5D@B$=cy_VbHbJtjX!s7z#~^y$>8OeI&zGSlzWq3$=@Y1ZvPguBU?Hc7ZqU%4)^zS;R!Be^IrwdEOwJT$MrdK^^hv+zwTvvOfnyHmI@R=jA0)F_go{`u*6YH4x>x5_I%nUd z$;T+kZK_H}Fp|M`X$`W=AI@kP;OS~qv5zl_Owz`mi&6&z8RmaC7sfe}SrkZot4-+;7u5k_UUbhNheCPZau41AkTxKuP0r3 z$&3c8e~0I={w38lRjXaBz8N_h=@K(Pr;eoGV2nL-CQL_B-&?{0<}l8+5l3U!w@;Xb zjG{>CB2@T{CfU6gC!R#)&^vk;CubiR;%ak2ZYHvVrdAJ%10#3lUfS9>9SEC!4XcC! zBJM@G(&YtgM%_HyM(u;ge~^ciPjpAi(A0lm#l&eFHp=h>KmLol*fd`Z^6~rJC46)J z|F7r7>?Hr#C$+KuH{aDt6|3)EAr$W`w)IXFOd$avM7!Bef=vv6D1gBLD6YQ0U!cvV zbJk#$)f(J~f;Xc8kW8faZ9w-Z#`NV;4`?sqTm|oU<|zB#KF8yEf4P|c2b6la;E-^j zjtk(Y0TUEzD@JfE`dnh9f20{EGfe!mhD!oxu-0#8i|E2-zXLAwtDl*upMpUTus zSB!!1-1wJ2UInn*e%Cw4i$(mo7gwLP^vU*ionVp*KD<+^nlk zrL%RapXy;V+A#S6a-B}Hd8M;etg>Sz+i?e@vyj)SFbSUR2&=%+8Dr;@Fo(>Gg z3k3*;JoSs@1iN=F(FKY@;Sr77J$=26A*72h3pQR_TpUBIc4tDvJo@sP=Ss!Z8KF=} zAZHAr3$_j!L68oMO1+?q&8wd3RDJ8eFerU6n^4t2Mixt0#sF6u_YwPn`+6jPk#oG!Er!#yzLBfUH_8--U?j{+1i40eCg1W!m1DqfB*kwHfLYul9U z9msD2&;MEiIyYqt>Gju|NapwVCvYZ23ZeL(34HA*oBzWPHKz8Tp2DU^d))41d!kQ2 z(EV3_b`opO3`@ydi+lW(dY3N%ff3K~x~Nt4#MTrKc*s8wuTWzYT-3@}Iol@(H;jxw ztDojV1iL0 zKfeEBir>}i|AScSzfl6?-wiJm-h|WwC+#yq$e84&2B16N6&Y$LAYnlu5-CdY2Fb!J zvMCBDyP@PuWx+jC-9h{tOmPA#w14!yS_~rBU?T?Rv^G6>9H!D*|KmE>MUFB@~v#_H{yrt=t7O@V+ch$cU|ApGv$TpcV>Wb zyAyxW??K*$5$bODidouvE=Xy>V58ort8&I{aGpVjaln-eFV5GK6ZYshMz+sGZrQlL z8&PrsHy@(_!GIByL~QiJ8}^SqN?kjIt;>!Pjn@}>P2H4fdDjmKNsI5ojwDj!xmB)x zz)v1R9hw2|IDx?+&twbT467{9DlfFzgS$}}fVWH+P&z=9 zGw%0T;X<+zICX;J&KG}IeLv*7(4cbFMpX2<{v@pJC`-wPGPtyY5`EUgA6>MW8MvS8 zZtF~qY{#JjQT||BbmA`)kXCd?)LDoF3sN7LU2GX)9(2<9#$L1La?n-aa72M-3U`BK z+$MO)^{r5I`gX`9GI|15&;FD@p`x5~m9odm?h}nF((yyNPuRwnEbf>BLO&YvG_UDZmz?_UzZ@PpuQ&V9*T5~9KDYa5 zo}(eEo~scB_mVGYM(*o$P^e}jcyt{MkGl@WsM*cQu-I02VCxTB z_BV zq_jec)6p1Hesrp z=Jddx2py@Gka4z6z=NH6i{>O(Ng6ZL)QD@yI5;bJp2m~xcj%mC%sfR@^^el6e`4to zjg`5dz3*0f`dht*wQw_yNu4JfZkBNsyGit!8Dh8k!I^Rg+mA5ovYe)p{m;Z?S~t>f zaEwXZh~u~f!%=;9vhBGiF)J~zh$rx?W%|B;HhqK^NS=6slY~J= zH3WeUS`nj42 zHeC^u)iZgT3uUDex=Dd`u!W}Z2FivX1d63tNTdVQke!a;i~F#;0J*hV4Xhnl0EXgB zM1_C*Ef^RV+}s0ZI!R_|#;Y`!^n_lKUMlJ=9DIZ@Op0Se;JaI3|A)yI%#9}w9K0zd ztBskShd4Ad({4lQ?B_t}Lq%J4`Ty>q=jf#H|+Bpm{u;W{~_$ z1d-^jf`V2h8YVIn*{uPd2pGDpLa*G75@dO}wQ1T~M7!^24MYc!4OVv}?!2(+3vhI>TtNb@9ta=CirSOLQS)F5i zH@*g-WF$V{*TT6`x}(-o&?7231Oeq8^_*tY*S7urO72#<;TG_Y;iq^ZW`cUF5$Vkt z7(qGU6R`JJ9}zeG>jPIVUdb<|&e`2~L7`N1g~d@)=o(CPztA4tX+Bk8G~UuiAt!SD zcKoLgz{!OwF#k2$Uja)jLCaoN>^h}7r6Fp9MXq6LrUvo5564htHqE8JBFAW$4h@Iu z+Wrbs(1xPU{pm`Hlj1CndX98SxSFZG(Ne{RQ*K{K!(1KINKY~{UgPN3b%V|vlgo8B zZmIOozZDL$dis=Avz3b5rwqc(hH@o2lQtD~NZVG~DRM=2Zz1Y#gG148W~C}W(GUyn zT5EUk!=id9~;|g2lc(0)D-f3(Hv_QPp)&CydJfv zE_ff0rcV`5T;rYq4&b7n0P%A@fFek7naTYUQ}e1y9{6Ps+n9cbp;gP``VEn`;07?h z0fascl7YpB8l24&yQ=Aknus%3ZsX|}Erro;N@DBfFc$*y^mOtaUT~ZHZy=gdc{jH^ zWN*<4C@@^PYALL&e(#oq@?%9QT&CC~xLRlVngfzIpCCD5yKJwDTl%{S*N6rJ!KS!j z#!2#INglDF2n0^`v*=qg5@*kD_%B+2gBr&e%CTk%je%wmNg0_`heuJ2E$qTrb|S4j9;y2OI@ zZ+D!}qO~C84pFX&H%jBsiK`H$n5xaM*oGL5 zgoOrd=+N5apV+qO)9jG-edvxigj;Iec$yEThVrhu;#fPG z>C`QPYiEg8hs+QVzLBdJrT#^+m%a>dr`EW#CRdn|MDA+597srecdSeE) zHXYi%)g9D(6{{|P%iNkUE+KCf&6#CY)VoDO`@kwVuz?*8|3oXr^)lH!ClQKY*a3NE z@-uogI*50um_Q-B$0NfEC1uf-`IS@}*SI0{Sa*^6q*!-R#AvW!L$z#JP|*h3EXu6W zg(hQDOcplSc1j zc8qi*yTa1%vgq{wj;7ml(utSd1?lL0AJ2H9-s;=FW&4zXL`H@{$BgCoomc%T;nCxaFRqK1z+Kie+T? z5lTh2g}u)sNMw+h_!=kBiw-lNM^v+rnr6UHu8tI)-?zFg{Vqg!)+ogQDq?{r5+WRO z^#lj=S8M3wdjaHzCt96tB?~P)G0Snp6roovf-q*)PMkGZS*QB+apld|zm#3o;p3=P z-wo(xg8#G8VB>q6nL%rFj;uVv-y2d{r+@R1O-mt*`+1>r#Dvb*H z%Y(DCi%I64Y%+a!K`;$>cfpy>J6vDQ98+vE!+w%c2nby3f1rJ1yXKuPrf1lM=6Q#k z?i%lZc75T4=l?k$@gPL@i3m@BdpFGU4hheHcsSkn;P4hC*nN=o=l15Dp;Nkhcek16 zBl=lKuVI@xga77cSn{HC%)>|VWE$$PNM1M91ACATvNGpfWyV`<@)B6%lc_3?8TPF> zRf71+sH35yk+2jAQC6663UB<(-0w9wfkO+Jaq((Y<+ZwkKk_Bx(I9}f;hKl2v^XH% zRuyc9TBT)!VV3$oQdk|%>_Vq{#40fTQ|fCNtaIGGHGNHO@ogv#wS(=Z#YE>!sv8U3 z>fvpPY-Pjws#KM~89Ui&OV2?I$b$9$DD8VlF}#gB%?MyoAmD`>)6 zJOaX#+|ia3sbtik9E(kC>!psWeQ$)ko99}(sFoI4$)MB8q+qO5ia_O~^lKbpXG#Jy zVhx~#Htc%{Bz22TlR&@f!x9_n5gc6+*>3>q)-#pT3s@|9SXa2|#e*ezHZceI`=Y3z z7j=~l)`jnOk;~R$Ovji-P2XdN=95y>W&*^ZnFP#ca;Z(mt6oyEp`^7yQPPk%UxT2} zC=)yRgY`aV^M$$x!<5oOMXqFAfg0pyS=qHTVF$kW1MO^E1$1;Lu;AIfTf1PhK&kbm zT*gER$*lHZRtxc%7>~(R2g3LTr8v6*#b8OP?W>EUZj)W^*tI72dFQ@+bqo&XK09;G zJKXsl%KPuX`(o?-IRnv2}!66x}ew7 zL7Vsa&LDTBC^C}V_?Q@-bAg=Z!@FXJ*;aJH-r+ya=cJK|MpLbzVy$_RJk3)FHBB|6 zX$yLSSy}v4^S+3LnD>5c$;#U>La~~has$ur2|H2g;{_DX_lcDhsy{&5L#O9R6=x(o zAqbLzv0oeySfrNld|a7~44je~6wtW}v}nqaJf@Q6*hFX4yo1a+8Dy^?Ui|_*{TfoB zo?&M7!WXD;*dw|yUEsuOwR<;l)P z9--3olP6RsWdC8?po$0!^DD=s+hqP3N`?&NW;{*6Sfnx^3sHiJR}W(cE?@rdwpF9G zQVHFbN8K!*(RK1Tp4@rZ=e0CLnA2E;ZaYB>ca-)_N%9$uq^H?@sLn#DJrVY-f;mc_ zjtF<W1ITosX{>?1pcOV8{D*%hS$90BqUS{JcBTvkKAid!2> zeLAK;h?DubU`n^D!U?%eW+);r_O@db9|Yd(kX%<*X$7Gn6LCwJADkxXmT8X~G*;xh zKVki>$go7F5>xG@!s~o(A~oQ=h?9DTL)K#mBl2jho!a_}{3nTzqkfO}$i`y34YO~w zEu=|x|Gqp_J9nhgb({F>e36|xZWO&0myM>=c;Tw00Q0%=TWiN&RcrW8-bUWpJ1gL0 zT#vmt*8KzZ0D(9S<(F9AnH0A1SSd~K;Qa~ZC3{}MlqA^FoBT)8Rhu26IW43xS#&f*uj|3!lh#~vd)=VzOGB}{he7cX|7C!%Q`sdwd&~DgD17#-B!jE}2(Y&Rm zPUU2f@_tfa7qE}=UJtYuX4`y+Rj{K~cP`9{t+3WUeG$@bB_8kMmXESjf!1-EQN}X= zHqaKPA5(#uoMb9^31tLi{!*Re2kOg2sL_h3&+n0Sl+zTbbQj>y3%!EFJNiy-z-n!E zsz-*f;{g~1dv5ls-}a(8V=gB^rm65o%Ka$j(>Ny%LGkyZy?9d*WBP8273gvWaNXm4 zljo|eL#>>P(fxVlTWvy*ENTy5z*J&c-l+Yq`%TqHogU;epXj%vecjF`WI%IA-rZFX zJ;vlX7TmlyOOx<`ivKR?m-nC95mN~51G_Gb%eB0r>vHsdHG02l9gQ9}CoE8%P;O~- zm&*4GD&VFiw>K{Sv%?lUu*qEb<5u6Z!E0Lr)y@Fc@faskYb~&fa*!JH)@`R+>mRHk zZUv2{Ui7RNfVvsHUu@QvK8eQp*c=CJ=IU)Z<|)y$IEMi3IjiF<%FO`k!uU~}#|7Y(LdOKd&9felp|BaZIY>9-zTZ-|27EY6;5vd_ildS2rr)vieSIeR zV=}R0H}5Q);V5o`0TbZM5VEboGl$ONwnnQh9j*nhgZ>ZO_Po{2R3EzOs4`yOGD@NR zcoEhO*9^ye+=h80JAZn~2xD~avwM0qMh*ko3-4b@k`r=}gds2ygA0fu zzh9Bih$6CkoU&VaVTVVrJSu_3;kgkfe=+JgpFr%d_eytl(!n=K9n+wj1(PKSAbkYA zNa3po`l<8a3AX~PL3i@$PJniCq5sxYqq+WqP$dZE2aZWoo?nJCeN%YD7@|Hrqe^)* zce}eS71&N?J0ULuMJ)vT#s3@O0SnV8!9N(V82 z+SuT?-DNO9Ef!Ff0^cwWLQSzd28?7(Xq}6#9hxH0?`91s0Zo)h<=8IhLLpux_>I+-&5K7U_axsu6xFH%+Z2=Xnk5tk z(U`f-Yr<|_tlcz!rXAN@f0|Y35~ie^_6V@Qh8>GbvPl5m5PEheC4wj4a|t`w9XyBD z-8|F3yhS=43VEnd166e_U}W!)4xH!x#PP{a%& zDA>OcT+=3tL<}P}BVkw7>Q-jU@pSuUun`JPdt40fgZUFA<$WTMB=r|$`KX4;(?xyv z^~HFa*VOjc=PkOg-o-*b$i9HqkQHGkwjep#z)d#B7J9!S?-c=Ia47*_PeUvp%pUQ? zPct_0{!N1TROmgtqabU6p<#hQyFaFAK}UWVe2|1eq?kElt`z&s!PE(uYV{MG)Z@ry zRmF=FYw`JOY%YrVFk_Ks_T+ixtvJ(+zPtXrawZZyzziGWWyVXj4VFC3*5Bi}A$HMy zY^?1_^iyK7qkWk8cEBMK2nSPNqRC%*A=G{ zO)Dv-7DdR)Ul}G!V)Ed5DT>7fuf!~iWw#(n;W6>dbdR^X0#$*Lq}-9(UJ{Z*$L*eC zS8rUJBhyyoN5A?Y%?Ev%{=wD&4*T-3LClCj|9)s@kf1tpbY3AarWvh6?{3o>&V6*l z=XvCKRA80Sk}v`C@x$-f7jFv^#)cf-y-MyuhbjZB6nBTe(&yoQf3zG+VI0b`=&fvL zHC&iHHIV7G$x-TjR5s;NJN(L_s&*Z~s`E4j=-*Ia!u5XkLv8hzMAD;phE=2R1XB@L z5(HELM^_usP^7rUdIbtwLgP~bsZd2ICD((22-#|618_K)3=jkGALN(nA_couT z+-CU~=i)KEpC#*?B2k8)m$l;L$W`A(Qtx95*`RKd3K39IE&R#SY-mt0)U3I1%7FSU zzF(BAePq2cPj6HJPEl$=O>*yy*z~i4E2qvF$P~B}CII5g0iKj?YUSPsf+sdV-A#S#)X~r-?|e z{CY%lE`CxpzGl>hR@Y3Zv>I%xnukKWG%4nb%mm9;aHhZ1-i4MoBtO4qz`!@PR+}?FOdfY;{ zEg$)FBa7vIUSBPc_!S2&4&e~`#cSddsXQ+VsV>)B1R+6pKk(ZT>OZ-0mg!G37u4xr z!Y_m>l}7lLZaalS4Tq#(v(CQGJ_=1CYznKs=t}&8DD!Ckb8H%gc zryd1`_<2(NdSY*w{Nmk-%HGWg@78=z8Cye81J=%Qy|naJ1}6X$a@r+<=67n6klin? z+n?1^kN>*SF-XN_z$WzL2T}6B=c515LA?LC?K-_6bd^QkUfA!ApRCyEd4U9x)Cn3; z1mpC76-ve8f%YP$7!p!z?p*~J=?`vs)OZxHz{iphpw;x0x+GIK-A_4ZXLqX2d_7Nk zygS#gg5DngRoKd4w;5yq^VOBs%yU046a(Bt;no?E)&D$WM6dlRo>F{z2cw-`IG!_i zb7w-uD^_@{ZTU@Gm!v=Ypr;$z@hJ@Ho;|##`$Y2jeOx`$U+(B8bNpp{yZp*u`qf=> z1dHyI&@B>UGr!O6_}VlmNwRg4a!hrb9d=j21F&F9D; z_>(iK%eGhdlT^D4u-aWT$NsRVnSR3E<|!A$ZyE{WB0%>QNB4eG$Df6Mm!tJz0(;U| zBfHO0Sv0$m)6SA7;qEviQXG*$XXa>ESj$D5B`KPooM+V5Ktr1$$w^16Hl8olr9_>Z zj`uK=kp2W17HoScl0pP7LY*%pkvY$QTx4yAMl=6wTJdSN_M>uPaJ<3KOr2eP8N6M$ zlr0boPG)|r!Ct#OwtI)Y>!rbv6gL zSmtEaQ6*z5;QPgj`?03i=G;<+yX&9O=q+nSv`Ic|RHu}&w@}2@XeMjbro@)B2ee6pt1cg)i^Q9KTeo;mq!08*KZhrXBJB)=T(+$*w1 zRQ6js#o(kakWQ+!w>GeNzr>M8?-ta(B7YdU^dN7JiE2@))K5}}ine$Tii&k^P>h2s zjE>sOn_n9^u#(^oLPxg~4WNjO_-KfpksDNsBJeo_Sg2ertptcvIh$EDG`2NOfn_u* zm5i4vdug;a>2POZWedPO!}4aATA0kX*N3Gaw=}@6wF*z(pV)U*Y47-pH9|XG5&`Z9 z=~fE01uN;D%u>u!<_&1It8$ywkU+FVh_z%c>|h@|lDBkr22|2y{ zsf||{fpy5Jy?*F#)8O6KltG1G9767RDdB%q>i8nNF4Wh$T=-YPW37~Te<9n+%x6xV z*lc?C&`sNeFiYZ+J}|Gl$joQ{QMW8WY{TS zTgK)mN?z~e;KJ#W2hJouIg_*k-LnRI$4jZQ&#}R=#_BNSZacGW^X=A#>qh*OTd}s- z__?QI3w|?x0|THIjNY4|9mm-dg&n9sVLC)O?UR94^gWT>>@sAtP@Ua5F!NH0zT9+} zvv`TD`jS6vtRu4`RS}a2;3~%o$DZaYznGtLhqE0|gBDPN=w>xhW(!ldl4m0LSVaGv zofj>3ie0{Oiuh>5*wz*T7AV1qS_cTs+0@a6wDe0Th}FkRjlf_P!V=N?9Tg7sb(Fo; znQ^4_L6bz0T)HYF6kO3mW(e|~7>5S^HTc~zB1jqGSYtR?V5Jt#EDJH@=*bY`=%kTD z!usQAL8%(?!OR=97$MEb$maJ^u#Dni{^j&p==t;9ENXU!a+8Hxv3X> ze#$Kt6cthC{YoI`T0DQQ>M>ddP5+1(N_J+(no>nMvAz|w%VJpRl$5qY-de$%IH^2Fc=ZM&JdVIG zum!8SoF(y}lT1^|C2b>XDKzGCVm#2?BR81&oo0hy7v$3S?8Hvl;_1`H`lg}75yFcs zD{9ImuK3P`2_1l&XQWV0l|YIDLV0aKK$=iqd31pbw-`^1;B8{u3^^7y3UWhXdwWpT zPa@uE7f{Kno%C>6MSTMcIqePW$s?JMobYsZr;%tteZb-|4l7AiRgf)jh!BCh2=0VF zysUM@`B84c)CMr){H*J6yRz*ss`qMzUqxG(Kt^n3C};)kVxZEirvj%eb4n-wOPXKpcRQ3WRi;9Q#{iDDr6YNSSuRdgQugpp63%|JT#!! z1FOj8SMw=~*bI@gVUOmD_2}Tlm6Nq>#2|;j7esRDlGYMOU#IRszX3v+Ih;dzMLSDt z%4kNhw&N6NdN~Q+tU4JS5kVM5N&_o?cjdasI_RdccgzSYTvf<-4tI|rKh4&wPy(X( z25xQwNEqqFs@e5q69W$pcK~YTtPB+5tt{YE?wUf$fA50yyX9>qSITJ=V>tMP;>t!R zd%+j*1EH>d59Ru#3fJ%%pWZ3Lj1z!tFI8t=nkix|3|gW*%g1tX zg3HkZ9Q?g&$@Oz#30v-nwoEG_rTf|igcJp^l<4vhs(31r3&kcOz(KqP-~qQxf&(KU z_En3dh>W}llX*M#+u=twA?C#_fMl{b+=a9-1=Vsc7S)*|u+H+yHDTBGs{kHks3lP$ z88#hsSK>*a0Shv~WZg{>lq`X#R_$D-CF)#hS3Wvn@WKpr81oXr#}Li*nmlvoBdGk3 zp<=8u=yLh=l|@4qenIXVbk<=bS1c?p8sd5E$k?KW%gD(1G{Slm_Q=o|+sfwyWBNOC zxISV9?FoTtc_Ij9g`3kfc-raqd}pAlh^pp7SyE56vUkg_;bhSPQK@4M)n zeyZoEp=Q;bv##0`i-SB_-2e+~?TO(R+(UTGiuynDiT+^H6^LQ?3co%qir<%9vCX~C zJ0fTsix%m{pwsZl#)N6|nqg8#?N2NVXqzLsWaBqa!blp&V8D_z^&-%K=f0f@u`no5 zbv_4>^5@w?=3IR;!LtpZK!^ATg|3x`5t0rW9lh3~0w)fW!K?~4xoB3uI+<4LmCmR# zaLhr|wPBfCF@HmtZMp$tDa#OLNUIqvRAZo_pY_`z$#@Jy%4?jZoazJJX>8zLCye1G zt$~ZOPP3&{?V*a`fE##E_Jv{a#!mO)Hu6Q4M`(aIQbNewZSU8>{spVFn@xgXrErHS zSD{%#C|AryeX*>zutt6iPn9j^ezY$N5dzX=;VEc%C%d^TFp4u>QHl{TX<%Gnpv8d; zO5%%L%?K(;cdSKt6+lIHG6$3i1R$8hEqf3bmSMimWfx$86RIRn{ev9B<&yBhxNyi@N0z@)`5jE0Iq zZ6_80ZvT{-$J|v7{-VICw26*yAeX@F%4!PVQ!}q5-e#qEEU12{V%6rp(q0T(y_5}& z0RICDRAm#n7$MIf7!+qjoQLLpR14cL%u$bcDCf>W#Vy3*UZ2h*J zolODb!iCs#-9E`6rL9RJT_|0UcGsZFyL7uq(tMnC-i?MrH?R|s95>>}xs3Bt~?J0Gc&LXuL=>=u=x8Us(e zdy!BIwP5pFG~>;vH7v0D=X#g&39^SZhXXxsW0hfjA_kD|Df4xWdsc9=Hbd%(rOKOBN%+0QC+D^e znP|oJniDp>{-oNDoN{)LV(Z{RWw^Dp81e72@5EMlf}pC4D?d;ZNj7j74$U}O{45kt z)9V~_O7*mQ<9Oi%L{J^XACZ}F5V}bSNW*f13BYvQ)j9GP#+g@;hhLfG4?X1> znGOv>(W3Fpz>685Qpnuli?(?=7^ynTJLKyoCx2$EFx({T^Kr zmZ+Y8ubhburYG-p0I7Fy@ANS`#)qJHT<>r#I*d1Q_o%LqZZlQ~*!utC>m8dj;leKM zJGO1xwr$&X$5)(mY}>Z3*y-4|ZL4FvT{ZQ7n5Smu2kejQRIR;^hH3lgegH5W9)Q+` zBak0Fv<`hW)rMzJ*ENqUw~p4yy@EU%c{o2STZ@1I!0XyZrn)1Y;L=ert+aJnc2}{A zKnop3o)qutCp2%nFl{Bl4Oun5Jp>(c2{EWKRx18YM7^F(E8-9#iU0c=*;>sN4J0E< z(Zm{}hi4p_PC{Vh?>(@3L}`-K;kudQ?+ztfjIX^(G1Ea@;LYF+_P|G%vZtg~8R5dpDOlNJQ=1NV0~;!=N8Yap_DWDy%t&Xd5>6z`R=ef03B~ znKEPDGsv-sXd32$ z^tg8mhC48t;RrUGsb?O7#Lu^S01Y;p{YRbmf@H$NIy3DhVMNEmIWTRNz;Z=!hFL{$ zrtt~vSCJE)zA3<}M3#cyx5}8_#_SCX8Te=H?%`V7gOLm;%_@%lwIQKOPN9m#He^A~ zbKv3}+E2hfnEK?2VNh2#$uU&Aiu!116@l3bf#8ajX@x2zJ}l`R%=nA_Rr$iNseKr^ zO||})mwsd#hFx{4wiH4HdK=CGV4&|7-Wdvk{auTInR(6P%0+BTMtnO&9K$1Vp*=dn zo2ypY;D#jOwsic4Ylz6YF<66)%)Mb9S#L=5U)ux8Sv2!eLeZ0!tWPeYrlC@qze z`<7o82_Y&U!t*X-O;+=@qFmK5HBfvOx^z&1>-I#rDH-H%zs zi>HuS_iWz6Z~(%6;OpF8aK#DPPP~XrTZe71!Dt=V(C7i0fv;`E><~iOtG=&E1kg=!9gx^ra6uZ z&veIaNwf2z;0gPq@#Ec+(AFr$2q}@2AnE_!2sj_2gyl#Z%ah_{$7Ja!76z6rSm4Hu zq$i)je}{Hhh$)u$$EkxdT46Va5n3%AQ>((EAtjaa<({)2(YuK|U#*Ab3|71ItR_4j z`5G`Xo7d`Fj}^n*Nx13IN4rPT{|O;Cp&^wcq>E=ex_`O>H?TX9u_CpJoP^h5QgNi0nxxT6=-|bHnXWU|`nDBIa-ls> zj17B2$xR#H@Q1{5}-b&CyzL4en1)7Dl z0%;V4$2XF)kb!rB$S#$lXDX40p6{I=eivF^2$Cz~;b-q!5-3XL8jZxUZ;K(2=&=cN zx-C)L3;A*(>B!89r%(_?3zuaA|M{n%-Q5*SL66yPA<2k&8yI|865QOIEP%o;ybM(< zB73Muk($d(lr&MX#yPx=;d@W!DWIC)WinU(fu@A5>1MWqYVWo1%q2;;ohxdh?2jzP zjViCr6;8oi#&?$i|4wjMU}%eYZb`;0GRAjhK~6?ulO2c1JsOvCRN99L2F77Jzy%Lc z8TThviWK}L%&#Jd-@nNW-_cLa3DtQ7f3~Vv#X{UkzNJw7Mr+C-t5}gJWtc55(yQ}c zOf6S-%<;in3n2KS!&`Eh<31oGKVhR&o?ZSt$yPq=n0FBVA@$2_nf|{Uut8Xui&>vcxl->q*Ou zEL14{v3L?F&AYyKoH%B9PqsM@uGq7kyI+$T%DfTdRV{R#bGfSKs z*RnzIj=*#0E8*tf&eH51#RE}ZIFl23$#UCfqN?*5DWX-zL{p@9 zGO;qup&M*o7mk-km>HSVW_37O*S3kIpCKa3FgX8>@~gs3ku0+NGJK5i)fLSo(i5{P zN|zAmHD=J@TC<8eS8Uz(9c+-|--~@9lx`IqRDve}gdf>}Bc68<`h>X-) z3J`283~0q+b6r)bDN@L(=H)^glznVK7@Lcsig7}c{Q3y`IOhcDwsfJ!rC`gzXwX-z zCgkyxM))qofkpd!WpCufLco=C%@c{3Hm5A3Apvty`{;pH0>zN6ybudeJ(WSk7g>NwOWtvfXu-dWJCoHF^)OAF*Xajcuu9`NAWf0XA+QZJ$pR&12npqm9iU5b(R*ojZ%IvsvDVm;OU z<4ab?73^=Q1^i9Bipr469($&yns=GUbmxB99``d8x9N-9l^oTq9XT8MdvlV}r7DxV z2pwMXPdPgK{Cb@7I-~+(i7^6lQSn{N?25}O1a&h&p|OJc(z$cnJ8^-s4^xTyrXFYu zfuat_M$oIZ-{K)#WPd!S2jf(xx#PKYp{~vlNH9}0(iLx-_gkts!fkS z!NaB2X&>1VMMGAei?INozv`$Vf`^5CDAMV9V2%_Y43a>}L;F$%|Lh)FSwNU2=YGLS z2LOrgh*G?jr>c`tSmF~XrCL^`EIJyH5K$?b-m%8Lu#ECM4y5$V6dkDT` z&J&6wxyE-A4T3Z>Nxd57ycsMR!-b`{O8()5TPJ_HmRnjS4>17F`N*0AJlddJ}7{~9FA z`GpqyJN{?1hB~@;^s`+qA(zgmkZV2mR{~gA-aEeuWJaH4D*K-Dtb}p6noKTI*OB`0 zA<*r~jUdd~V*kr%E$hf{5ydxRQYSq?@7krsWxy&jan-S)xK4n~OV=#Aem4Vtj^D6U zK_u`>FS_=UgiR68)=TTcBu&M-bh*q>! zr$+)*c^{(D-2}QMa^b7=p?+GPsb3=0Kg_2M7J!BLyQb%wfB%xu72|)&C3t2WmEfc- z8DyKg*68v*Qj;8eZ26PLil^MSc;D<#1*y=3CusP_G4arKKx8!!1-Wx}G!);G;#ks1 z)u25i4^Ti_=8{s6vGTq+F>8JEGZ6!gut)fo$OBXoPewJl#XM2x4H0T8(xt)1W{mVd zWIudWyd7k>vt;vLuJSEa>bLPP`KKh8ich)-K^jjeKc9z;kTWhLzY+NR?fs{-tSCl| zQq`$cOaARGHZ@3=cNYd0v0uP?UXh6dFI{+=DBOZwRExOoIe*ZFRDfzi)-y)D+xGG>`Yt5G zcZEj#8ygzizHF3naR~e&tFg@{$Fpw|GV5lcF@b8!c*LkKSu5Gd^1V0Z zCoBJTYcCqyH!%WsoYXSSF0c(I-Kun@k(#uM!jIqK&7~QyLTOx|TpQcMZ!XKzI=x76 zsaf;-7od@ggQjX~Zx$;uHqpWl3F`;Fu6;6oYdPFr=SXh`fzp@H2=L!2(~Z}Hqw5@& zL#_=ODXn12Uw@|39d~e`ieG=7g!K7yNd;<8)R8=WaOJjTCg1ljb*yFZv@-u8N`(3b zrXyK3xTf4MsZpJ;?`Zd1sZ0+e$;b6#LMK`@qeCwf($Bev>K}K5#9dN-L5xVt@eT2thnI<;w^ts0-9_C z;JP%n9nIRRKW=M2Zr2Ge{HZoeZaj3ZZ(46&v|oJI{Vx24e1x}ujF%lP_3rZIb{Q&9 zp=#e9YBaVtYkc@N<6dl_=MkTgnOo8FL5c5#eh)N0L`?vsnFd=W*A>UKRaX!*YZF=| z-2E~rl@XZ02)d2?bk88to1}ncQ~19HCJ2jM9?5#&<|t(5-LDy3RiE7&jbSu?b| zP^4NmbYc(%5Wt6EhS-zA2jdyTZ-F1~b3)YOoze&6KTAC~2iXT9ynsK$ z`(T=UprtJa-UhSqemo+zbC2XT1q#ArNp6!Dm3!cGF=}{Gaqg5@o||wsj;5WgagRM- zLD*Fo5M!iuv!mCwR6yu^((QnmM#qMjmPm}F!l8LyE+YEr6?&pQab&ma0eN?Zwh_PX zT6p9sx9=S55hG~Dj6rTBly9Yy1po5_LdY7^k=o$NhiGd5cMSw@6$9fhNi)q5&XQ9Z zn-@6|{VBrNAC10ZTCx2OswNSvXc69(uC@;TZlVK-$-tRkg@DMp$ZeYJnGKl+0|xde zj@R6v8LJV(Oko<71%M+~UO3DvXP-18`a_(55HbJZOf)?}@Zcr^DW9G}exc^b#<@&&{A?d3%L+f(-ac{FKo7)MID~cP(LNbdeL`<1#T2*MmEob|Wu(KRfxRuGdd%?8KuNQfwwH5w4gu0op|?F0DaW1F6&m)!bbg{=e<0^v~bdQgHT zpuLHPitxr)h$Ml9%yFsx@|uW`Ys}f*Z`SbhBofW8dCuGQ28lTdMxF~|k?6s49%T@?_UzDv5wev)+Q;vYhu_m|S{TfWIa=61q0)Xn~KP0He0EUU0 zWeX@kAFGC1{79&+c}-D&l~Yxe0y7>_H$y^nwKie4Ihy(YVbt28ru7tKJAw4R=l_wR{I;1*O0&;=+TMhc8lBNDY`NC2aJDhjq`urpVNEz+zcg<@ zPE&+=pP6Z8b?O9vysCfo`d1;nTXVlxw!i;qW8o<%Orx-9PTfM^3Aqi8D)deN}?w!`xeC?#=q+;2Bd*wj&yvxe9(kSk^Ekt&t$(Lr+n_7afHm?Rr|v~fIQf(F@m z(U>6{vAh8X7`WW$Wsj*pVL8ZQ&*-h!a`&GebgexN|3qBq={n3EYjtpZ22`)H;fM~| zq$O1YDyC^^O{7KxGu|MnJ*l0gRHKHypxz*6qx+RM0Jc>(p2Oc68;SL}_FU3BC{z5PfHIUT~R@^d9Fs zjYWWVcTgEmxDqUj4@Zc~Z7bUG7*c1t4Qd1otNEU_XLJd6<<|P~qEpplw!$Waf}E$0 z*VXs{Bna50|H_I;J7a5f6Wf_Iuh5vh4~O498%PZGiJ>#>)wSAot%{v_Mp}QvUm5Qf zyFP)z{s^*<2=x=s?1`IqKr;4?Qq&9`hqa>>@gr#7yJ?RiaOYa}W%9#u-r2V&oc0a# zBQc)7IUz9pzVuXT4}1yI^CH=bE5bRQ@^P5yP8Z~96{~9wx)L+EKr-cG2s3cIRJf{R zZm0&fafA54(O*pifn1vdJ1OK>1d1WV;7^6o>5PBfYziiWur2+uMyH6~90Fg!pl*@S zylCVPgN-Spp7aeN;k+Q|_XqdDRXLw0G}q|#=1nZ#IxrrmGsUvFDqcy*eLs57c;Xkl zTW=knq}SdOeyA6c5k=WO+U-2WwlcGBCfGQhH7(7k$_8JiQjn~)qa8;c0i-JxoOq~> zJtRJp$E3ywz#1!`WPQIyYQj0SLWS*zb9C{K|r6rWT+RYA_&pZ<2U|Fr^V!IL> zWDCz7@y0%~`2#ch9W?r*1~r~tK~BBIvmVspD-CmQK5WY;y!OOwkasT$iKtqcX!o{9_B5{{Rq6FDPq+n9(ik@yVg~bGfcA*5XKscf`&9!aB__hJGwG$Y4 zg1izwkX1+}6_o950o$5dAQwoEkSc-b!xO;MGDh(l&Z*9-QtDaB;f@Obd-mv5XcczW zai9XFr>OQW$R*m4JrvErL447OS=%P~Pg>&7SDV2dwMba-bs!ysI2nGxE({X`OElAB zZII*r)fOw1dUfz+v(;W0X$@GiZNfpoV}!G-S398q+e~Gw+?Qezl|aX zTrg+{t5ve~!v|ahp7t3ktbYA&__VAz;Tiz<$I~6$G=cmP&>i42M%e{-|75g2@+fw6 zBFdS#4S#$CbHe!nvp>??W9-FfeSj)Vbqvn!Cios}8?62$@r)LNC%Tu~qx;5QeEp@_ zmv8L%nrzP;5EXk+-^B8nZ;u-gJbmQYAo1zY8uMq=_tOt^@5e&r8>A~MVCdH=Q4`-A z)fLD$jZZ?r2;gCMo$V9uIg4^lFU#D>R`EI4(kVQx|FM~#Lhh1zW>h&GNm7n+&zJg8 zY(DMM3CsLW*6o!*87iPD=(nV28q#1JDqsNjk%3M)M!oQ1mF1OYfA9^OqN&xUFR79` zYF$uH<;g_oF7ZlNPNgO=W-H%>89Fzf)I#Kk2vq*GSm)jU&W!rEbNl759@0do}FJaCP4}A=aq~XN} z;nfEcwadf=*cn-AJL{A)karjayRF6APtVHnfUr{6x%+1I{J^T)ZOjA$_y!l_<{fSw z6h%$=^(;KtX8*mFcd-BmYu@6VO{(Ik`r)Rf_m z_$)#aA4ep33KAbAy4`wVxtCp*BH`wOuHv1<^1pzK7W5C{L^GSJ zRh`2eEvhgX)>dL9;w=2rMF;4)1~|$&{G*2H^)t4k^ih8Oi>Z7QTCd2<{-)+@r*Nxq zVMltBo@OsxuU+`9p6T^?p1*-%prLbMv2fAwmx(Lt)~RS3K#+9-Vos?GJkhss8~2$cJB=DV^}K>+mmLpE`K zeaa?f=!Z*NgM~C(G|ws>#N^wkrgnF;b|Xc` zO`jd~Np6GlcsKLI{I6KXuqdImbYMG5?Yk@~;Hd!TgUf$|65XytCr1u7n>;DwEspzbkL0ZD zT>jN_kg2gZv)Rm`9^V|KziPl3V?KQutfBxMn|r-?F(O z#(+MVa!syhVw`$m#PM0l%>0crEi?{dr%}(CP2gI>U43W9MOU3c5Yv%m_hhkn!m4X( z!P+)m?s`LeN3w-JZFdBgT7C^~olhs8VqM7MXKBV;lkZNWo`v_XSbQEv7K4u#A6)L) zHzuzKSX{Ek*%m~{Nj0ghtV9%a)pX}UEHz}6dJv);4d%yHAZn*h@=ZSp{-(B3oNVCX z#@t*0Fu5Zgee5b9s3Y{bDJ1nl9FH)zvpXYO38#r*ZxO6+;zWn1N^N~0I*Q1t9_->q zcM}!8PAEKC-4oM0OGj<_BOdz9q(0(E4A&EhdE}5$*#igH^3ylJ0R>e5Ko;E?ovZN! zt!|z*34VsqukeGxve_M2-tcgWeI{$R{xD8%B_f>j50g?3BgBBu!@}(*ck|TZ-WMVz z5X6A=rC`NITbIY;q1QWV5KWwgj0ELWeKMDdK-DCB2fhtV$6x$1Q1F0jS*2+rENr9z*#ZyFm{j>b~PeiRfNt&m}-=&O-B@XWxf-pc`4+Q|7GR-X zzeY7}ig0sG`JYhH3gWrxMKU`bmiJmU$Ir{L89bhGuH;~k_}C1jMa;GlIb#ahp1T*$ zYi#-Oc8YwxeOZDGn`u-y=_FM{*W(Qg$6*u+0;)1{)zKB3WvUS&6GPYqY$BP~;rMmEBklUA; z>J|f!Yv)uMp*5q$l~#golCvqwBDE%0WAxa9<^XPpyaIXAID{LOG7^VbZYtz(h~65# zY2Ta$X(cMuDOnr*C2Dw%HmwifOwZ347hFDke^lz$*WY$P zz8Rx<0kKq&Su=cQq&;YvN z9n>*X4*nr2J4o4l;pcF|dWrLVa2eh)lOt!OUv8>%rkcn)Ci&36OHE}XUX8A1l^fjk zXth2ZF14%@zkY?Ga#gAFFN?$JlWbx%zR|p?ye~M4i<6tq+d#sUy2=851cE5-k|Z9! z^$?1&v+(IkdONf5^kM}b(IJ6Ji#fPRbm7x-m?#NsSqbn7adgRO4Q9ofFtQ=s43d=r z{RYHx9th2dzsQ(YB>OXAe-H4vmF$1Z4SPBDv?IfKq1dBh{X=c?Tp?=}h<2goA!}_8 z(S}BAj44`m&1jHx{dUG~4A;1et7wV*n?j+D3ZTIlHi4=zGHi`l#>01e4zUA5p&d2#L_eMeAd|S}czqN|pH@>Q{nD9U)&3TbJkM-kC?gXwJm-9+CQ;U8aegC6 zu^SFTm7SCsqtP-PK;%pnqq|HV`V(nlk~cmXRtd$-OO|tOq4C5R%*hKF+>4zus7rzG z04>(r6Gh8?J3^7y$_oxPxKOu1+}d;=+|q@MjBNy#!j{H)O-FFsXTq^!D%#ctp5vO->AEFrnqwA@b`(f= zfdZZd{cAyY?9$k2G4T6qd;b=CsY+A0AqLC^U7cDEB?mk`Yj?8QeX`?#l+?BXADD-g zuzu!fWy*KuTAxG6i9v%7Kb{TGu}IJvn>9A|~=|-}(VhyC{FW z%QNW2TC`K!DEA6D#KF2+ir(8FPQAC@vNbex~J>w+GZ4>`J$t8uLncuM1 z8N2VaWQ3#BwGa^JK&n;wb0|&5Sa5tzmS(+D)hb<<$}Z97N;9+nCL!~RFmw2u*ws{! zl@CMqO}AGumvF;0`-7piW7jnEgBFlh8WL|J_euk}`-2X;vRMMSW#6o2*Um{@J?Z zY<@ydQp~-1d@*`Xvq*a`vX6gp1P5dN+vOj1GNC|<>N0J&rudkdTUE2)mj^U1jjT{HE)bFj)7J$b{Ma*MjLbMT2i$6G94Mlwu=c^T zI?~_4LMXoJQpS2$Y|`t(u8_SC>ToBB9i4Y5JhZ3-usm_2+h2kz{ls?hIKV4Im(@^h zcQbNflq8I#X8~iiKtLbMRHi>&W3~`2%VoYW6I&hKiM~osNL3k?;`thAkZ9HdMs>#^ zO;6F=DqlOH71*jYqoiel*C;sA#>eob;w{SvB{$;D>#5iDbk-=(q3RMFcX@?72BA4{ zAraY**AFh2Eq;NqgIv5hUCG$D!${7vZDhKzNYd6fLb$*|%x~lR#+0-#DJ#|J;u|i2 zT2KlxsC+gr#f-*^R<<;lnc2h~wl*DNr4OO zLcty1?VC!0-6Q)hyRp>*-Ppa)n zc>U}9tAltC@UQj!o6j=3#>7HW5d2J{Oud2m)%=M_4xN71i`QauO{Ig`w2^Y7!A2|w ziV~Bk(sG+f(K1RnIy!Frhfrh6Ad_A~2}_GY(WXSSTspsOj}577*Wd)AfBo(zT~epw zmpvEi#)@U1r7O0d=@<15EsBqNODuD1XZ%yK;5Ov&RO!0<;EVhqx}8ms#{zi1UM`_-QSSDEqSEjk-^V+Oi;r7R3htswqvisg*Zk-N`@Gcy7aS zl+`H89_3nmk_Ep$4?0C#a95FV3_A~TwQ^EJw_2&?42u2YtRp44_0lQGg9q{PEs5R^ zNa%y&86B5MX*XQqAFz=zpKEgkqcIg^S@OaE{8>a5=y0s+&2xgX^v6^_Q2|5)83 z&jxJN%?q?d+cS#dD@Ls4skzEJ>{W)3}jmdSF zxvic{5JKqns~$3$K0w@3pFgnEeGvYv=-y0f`m(`+g;-3qEl~@A6FHFMsZ_E{D=nT+ zmgzZL1X`Q@EjxOlM>hSEe6)wp-OzX|2hDVomAa9f_s5s`pkY2*WEK{TR`)|p{ec^c zXA+J5^btJ(Hf6_9*jWY2lE+Nso~+Vr;4!O2mNwVaNNyfP|218WJ+LeO|X$3>~mLRy;9Sm`SUaA|HhP-1KCNQlsFl$0)P2+wsM) zHkMkX=%U_?ud|+)OeLr&uC;um=a?|j3{{=ShynB;Tq^S!JUEmL^GQbs6qoeC^&AB# zD|LsDy!urn5Diejp{P$P?LoiM$fp_=sC>i5B^wP!KH%L=IQBCINY4?0_-unj)3|H@ z$^|M0L-r;L;0gV1AfiqA0fU$(q$w^Ss&)OX$=}GcqPn)E)6?$# z3yiMK362`}eQ4{;rp^oOQI0T?Ku*N6wFvZVh&0rc>*mxb9+{6~Zx*6j>;T~n>Bp)z(AB7A~G4AJzep){&gsOCFy)KQrS? zZ$r1E0@i6pdBkf;Wj}oCz7;h)+;AJoB2d%z>=TA=!RHuie~gtYvB|go{Sno;XsTgV zUDf9Y)2z{@6z8?)G!QW zO?%l6a{XT%xofJE?Ygt*Kva#=Nn`G(pnpKrOx*`BAgnYp_YF+*ROoJ6^VAj&4v|+N ztChmS(Uk$Qsg2g5uw{?i&1o3ls@spe&YI@pX31E4bpI;Q4gXA&V~%qt%cX#ECE1o3 zt%%d70FiF73y*4fV&m;u@yr2A$`+iW*aIq{0uA~2`pENBlz1#)z!~rmUh90KLsHsQ z6VWS%QMu3T5VS}*Zo?>*O4#5lOBImfD~tcd(mRRkmxa-IX>mMEP_#SLKTX_4HluJV zJle1F;5@edd9Mz4`X{5F+J4kIPkK6k9O}KRoK*HBc_~k5nDM`N$to^7t5e{ka|my@ zQN%3Uoj(dMUGkkj%h7=4dl2YmFU(24klxF0_ZOWP_{R}%VK70%9dV0k- z78{U;h&)r%tmguHFdd(OZn^KK=OVJ$+(}AhJ_fNIx|wj%TBM!&(U1SScSBxSyMG98 z&4&DF^;!@A1$q$){J)H(PHo>c)@Y^Edy)18?o*HJo|0q2bJ5- zh3%FekLET!;;|)c5@&JvNMs>Ul|vzLXOn*D&m{5KNEX~6N?Z;~Q~B3pDAYTFHjC_e zBJcFPNB&!%8K1ltf!lSd7e*rxAnt66F#;kQ$$#E10>e9ov=90?wSojfT7q>1$jnC<4 ze2VhyiL|F)05>mnvoEK{u<>;~q**Kif*a(eIrHg*EMp;yHnjOM{;>n;J?`|0rA}fC zrfh8);I{~L)u1^;^q6cBUp|hkdGUgB7JXd=Zu$b4s^&?zHF`4&yWphVVT}9=W z5r_M;jVk{#MJz@zV+2-DB-Esgg@P4z$>rh^d~HL5-i&K0z4&>#1_g~BuLq(Wl#3rL z4NZyTEIBzvK?M$t0+-`zs;nq=En}3y zE5sZdPia#|t12zZYP2=PVN|vy5n0HUlubj+0%j0y;a>bz^|mMfx74i^NA3j113~a2 z9CJpq8=$l2SSR%&KTe&I?)&(AGd-OMkx(47M>iuKGe`L%!cXrN58_E!Clx{}Xy4_o z8E4dKv)-ah@rZZi#^l(F*VR2>u7Y}7;(x#vVxy5u=T)?S`wKYGK>~Z)z0hh;@?RO@ zSNDC1M*8KD83%+vKkaK&zs78%I$LU_Q4_Q$P>4hN#!HW7^4@= zoprV`(;eI@#xGhGBdH6WA>-8bLl)0l;{=H<>L8k?tRC0I+s9}}`~dMbqT-jBfNo~s;x|x@a?$jf+oi8|CaDS$G!0IC){|-|s z<(6+{#=ym!7R8~HtGM1ZGh<@*u<1fDm67od!1r6=hHdnC9} z#^qT|LyQ;0R26gwZk2;i>3u3=+_C60#KCrJ;g@3vXh(NE>|5f5Mke?|#-KtbLcb3G z^B)xXj2o2iL(zH=oBK@CFWfRz$z{tV$Ec?8HKFn8n8w8@`E`yY|VK+s;-+t?-A#Q~H0|)-7g?7>Y7Z z9O5U1h))Gh^En5JgsXMiT}Li>i4emH+$? z3i5gVH3;Iy2Ez=A3P+Y&%Y=J=F! zm}!3)!k<1Qpb3bEwtB-J*ei9^=5+%(pW-l$t!<~H&`i(iR`2%D=f~>qe>(%g{AKr+ zh@8JpY+hSif7x6TIBc)1ba^%IEUtWX>a0%Z!rxfji9iyun)___?rvj{47QZr=@!=O zDlQ>`3dQ91J6IXDY_I~76fWUidpbWQpSte<#Uk3#XblOPq)V;=sDt8M$jULI{2De> z6$MzJ^?5;8eVNh>_0tpas)#jvN1ZA=s2~TmMl$Q^a|(HUvi zVW;E36$}+}8@(@fL{jJ+1TDIC^ujcGlrKORUAm&XY!U0d$_bMsE1^mJaf>RCoGG5J zb1xCT0`pY+A-K>&j!rP*xyo*|h7xCYU=;fGhiFIW10+b@>H;SJbsph3q{Ta4+{@DC9PI#cCTjV|n~#&K->|trt4hN<(b^x@B>_u{aZG zim2C$jTO7M>ABz3r|8Os(TN)I)4(2HsU%K2phgjm+A5{TKj77Mguk`4 z!leoN7QU817XB>Kj#Ah%8AnYa($^&%`cU7EYVR4)XK);b_NIfF^@yUJ$C)K+JEPfU zzoY+UTNdgY_bK!Cinv<)V~IdWJehBt6+UvCDmFBB3tyLnYgwb^9Gf6#e(L5Fwkj_- zoClr~+3xaYh3=;Oz9@F&-_IjJiKPPl3-H&N>@QS?k*4dn(-~S^~(vC=qIPM=7 zD)8S7C;We(-~P`9K-}HI!Rvn)er~dY5}FA1=ucBhuZ|%&1c;GxLo38~FbSn7yR_Is zNCC*vp2M1A8p-zh^iA``sWOuxzvq2HBqc5ylK+1~DfgMzjVT+!8J19;lx0IM83-kUCaTY!RrsJkl{a%g&c}Pbrv|;pjOJu|FI$HOXt4k0o>sPUtLy^0Fp1-_syr z<-3LM2q5QiTlDBxerHGGw1pG7W?hb~$W1e^g2{Am$RwsDvu+#^oR0|Hx=*vhYgEmi z^Ll&&&LR+ORGYwv&bP&O_9>1Uv_&yH@YApfKY#f8nScETMANPMHwIASvjTlN4WlOV zLyp23z0T>0rxw#QKn9s(oz3EU7wBX8VN+;Sn?a)eg&Up;YFb|rR7Xis#-&_(`~wtFlz&HDAdumG3-Kg!-Y zI<~0G7QabuY}>YN+cqnTQ|A!Oe#|f7D)k z@441IYt9-nfzYb1Nl%KWd;P5(ux_oH8Gpb9>1H;X6L+q9!|0Upl;6#4du2V zX~-wc3ylo4Mq@=`-Cj{JQdqNDi)F(|d=<(OtZ;) zc<4_()Tj^vcP%%JFtp6;8r(qRx%gR#b{}5tx#A+K;NXrC8BeHtsJjqtW3axpZ_9jl zRf_5Ay$4Oy)Me?o$IkB4cku0z#)}qfp5WDT&HYE!*njXP#5{QogGo(5tpV5l+6PZ# z(9rxyUbB0iXQ38VY(l0RatqMT5FAc;9GR9S*#E7tF{KVoFE(8r{DeJ8R>gGWc^B3_ zB^%a7>s04JQ7tihgL*wTc*g_dfM2&k+cq|quWBOHvP03#6R5RQ$H%NIM2?)7C;=2vS#JjAMZdIKs${wm0Ic{Z$!TJ-mZ!!Kuvp zY^F2BG_;N1RBITrzwjj&Y#6AW3L#w7-7PYbggZH*@WxI=v#?RLke63DWD(7`iHs#1 zZ=y6;?0S#9E{=pWU!hu}#68HF_y-w0drWlvFvt-PoIjtB&}L*#!ut%`cMW>3EeEV;PDXWZ)j2OL3umcp^1af zk23e@hQ6_cDJA=&Q~o&Zp51<%3)D_%GxK}N#8SdK(AVO#p0KQo7x{k; z>cPe#T9I$`=7IFzdaw!pM^IZBTHBfZGy7J1cf(dk{8UrxPHl8hCYQV5l3Y@gMA@i# z%csmI8Bvr_On9i*4J$rwNM(B}tr>-6f-$Ph>!|5k>(*U=i85R4~Ox~=b33U@!mt4IGqZqxEzv)Zw zka|-_r(Rqmz4jLFb#d#?+*O4uU1uGuMVaeajwVaB|L}HY+Ob@^%)$Sz8T)P8lbct$ z7Nu8X3udzs7&@TbY6Wh_f-^p9i8=>M!#<9F{Pmh|@2w}?c%~ZRBfjBU13j}Dcs!Q@ z4d*5{sW;+$BDS3VJ7RDI)Qha)zFHP5{9j&0Hd4NR+A;;rY7oFW=!WbV=!u&{9X1hJqL50 zq3WRRGGxX{li91*>^@As^mLAOpYC6PMVooy(6RO*NI~Y$zLR_;zqV zCX8f~4+_!az;4UE>oMhBs;G>HT_sK@-cm9=z^LZrj<>{^OSMa*??rF=7Gu;Y@gN`HiJE^ zJa&7a{P{~l0Q@0wo4*)#7cUV3ZFkBbX-8L$ z6n|lyz)k?J_&4l#P9H);pM1w8qZBV}z9omaAbp~GW4Ex~QT!M$#J`WKu3K0d9kdnX zwz4*Anzszs?#W@{cWsO29i)f;ZV`~-`mHiJU<2x5*VfF9hEws5IE>!AH6eNYGG6tg zJ40Ds@8O6x)=!?FIf($0dr;nd#7bzI)j`xlHkP-4yb^Z}NH6l(S9jO6ETOc2Z=S%{ z;)BAqP{#el|BHX=;I?OZBpG=T!onmKKXXZsJE3D&Rd{t|#$<|6??67(m!s-}UQ&Bl zhr5}zzHf%)##;uEMI6>Mmx_i1Nc%uOXFkR@;}<|&?>33%Gzr=|g)s`+f$|1~Xo6tMl5t5ZVV$7VM zG8tRbJ(Ap!jq0XO!d}fH<{`pG9aHfRzoY{=xbXSFS-e`zxTz?avRor!lo%PlidASG zwRks55q#wn8EPUt8#aOE{6{j<--_{(Usf*srtrj=6eZOM_F;ycDs72=;u6nfb) z^-&3Sm-QaUIXmlV5xh&_?>Kz5wWDaL11Xrg6LwkyvbFtZqgiFUDX~%#WA5h=@}{Ib zk`}UWdchwiM`!gU=ITe+_HH%2F}UtvU3cejabd>LL(z+%$Bfz*!Csu6s6`$3s@sI^ zAKx9$w^u-RNWK9bb&nH&MNzF~-yHk=qn*J`5`Z)}O$8DcuZWMB6;&}iRC|R~HNCq2 zx|Ayp$+hF6nhv9~O`W0|<=j-(FKFwMz6s?)xl?uCd0(wg{2A%3d+((G4cW8Y^y`%q z#Zag4A#-x#efOzHBLJGkX5W-6`(rEG<@is_vKK~ToxSBk6XA2s|ONRG(DiG8=^I-|GFDP?O+)qeAiRjz9A;ve*-bC0gleXcDBxrcGlmA-%^*x z)`m__C92xWO9}{|aLHm){*H*aiXEynppb3~C?Qml&A&qSN6Lh;r3sEq5}VIBir{0J z-^3p`FzKV=`F{VhbHsTjAtgx5fNNcvaeMOadUb8${QKv0O#VlayHXSwiLtqeK8$)o zVkv(pkWP}h0+wthp+)HNXt+qxV)O_@EF@?WR4K}~LAd8-XcmT%glT(M|}pEzKMv*?>i4hlNHc`_R0;gTfw_FbVB%E@9)*`p1%k)y$jfJJuwg z8O(&k6Dl{D4mxgPB@7UZWzea`oaPB#b#nR2K`*jU$x5Q?W{V>>%+05kR2Uy^ZPLRj zBW;+P{apK&>YL8)d}S7D#%3JkQH8JN!;Tr6HlG$KTc+XM$ik$hQ`m~$Kk?}UuzCk7 z@4VDzP;2#2nmgL)9-wV1ECrgP(55QeqqwL|=|$dDi|thhxsTJvaw9$wcoNM774Qw^ zL_yVoq^MKwBJlN#tqj8@STjdzg4%jp^G>;eV=%hnP_i`OJ5w07WlPNYz_IR`ajvli zZA`Qu0CQ7!5swM?jG;Ge z4P$p*^LX7~8#YV7w-wq8G}FG~3|ZA4Z5SEC2;~QC=bn2ASl*vyZ{AI_H#sUS8z$nb zl_f$;La!r>^vXyB(Yuck5-r@(+%kFUk9~fU4Y{!$t7l*x7T6DK<3$F=-YVRyg3Vx& z&D8TX;8l7epbpeK+SetxoO@CN)(Wx<8%QLT^ zN7@h0<99TE!vu$YjagA-V*)d`vR4u)(M^oM9c$1u_v@)io0%+;zrA)(Ep&vqVo;nz z%a~`G_&vr*ujzs~i4VU8IAFbCvd~?!_B9PpXmgnSu%>=Vm^xHz5<4+i<|?GPB~(+UQdZXR|-_8>yR5IJ+*Kq4W>&()G8Ys z$n<%IqEwpi(bKS;D%$1P5~;&-5YsSs0yqz;ljXmPRbtH-g@X`d0&u?fuJd*O%v=0TPI{{|;J$v^6Avj3Gc%fD|9HL5#GDB>8ruqLCr z;u-??@T`pGT@o4!&Z-|1odS)ff+$uUGOXOX>l4<`9L!O+wbe>VO!uJPz;!jiG9C$1 zwvGwp<4eWA|6Gk{0#_I~FzW8<`}w?0pWpO-dc0%%KeVR_vCEY$1Tj-S5@iX&4OwK5 zgg5j`7^8R`#%^H9AL7hnn++b(6+0k;Vy9W_nAR7*GvQ#hIfU$+H=s$@n6^+$Z9k;C zU%!v|zxP5^f`XM*Cqqc#!3!fYsZi;31f<&XS-I7kVB5CR+u>F?7OK^K)fG@sC z)=wb}{s`^R{mH~4=XJGOS#FY(RcUd|1k?Q7Ni;I#of3*>a>(>(mteZyhM;(AfIY$_eS6uqFvgf~ zUIl|yTjnyKXh4a|y$XDwUD61O1mm=M<5Y|K5?Hr1FVka(KgCg0kdj0ReTg z^kR}?5=$N}HXYOLK-QY?5V@?~FKMjNd(jFV8v>kH`_utffJPc&&Kb(_i3fp-2)iy@ z+pBp?;_}^*>zieQRGK&e9?RJp@|<2%wK;RMm>a=`=QnFJmz*hj$-Ip!76pTxWw9&P zR^tLO(~&c0v@Y$wOPM#YB^38{I4*O-2gb-(l2#FhN0~a29u-mz_XcO+f3qB9A{%c< zbiUtYWiVtnf6rCRDN-cLT90?guo2skFp3D1Y0D9MC>hq51ji3k7g$s1gsPjtd--BA z)bc6fx1|~O7plYcn(OH!U|AaGgZz^MdEc%5-Dfk7_ zv$_nUIoELb4UxS%&wkA_)~+V6pjv;vS#Ovd%e+9&)ubAE7;VVR#I3;i2;~nCrqexV z=z#{kTtQwnU*w;~!yR!~Hy-r=OpJX`;UC|7&HsMje!m;qnmF27n9w`9*xTDVI@7zd z(|X z_rqMn`~B+^+%FVx%;EZ!L02g5V3887&JL1!T*J<*bszopUdn2LQ4Xx&45K2$vtuLa zy0x1>P=*8UNFW88gEtnkd&;hL@uPHv%AE@_lRlTNin7LW@!bsH3^#^Tza2cw~^m(nT<()@?p3*8KLegXHvseh1P1&Ih*qqk*!2SXgP6>(mR!L zVY6*N6`#Qd!mHZT^4e8+owa*!oA|ZhOV?~O^%pHl1+}zOZ-pM<=WS=;I%0Yi3I=x9 zG-$JFBSh)op)aV$;akg#Yx0eINbRAkZ3b@k@l&yl;AC=I$~PT6j)9+pHRKJk97x?C zBuhV)rY&S*Ifi&xM>S8*8FLMDN4CRHGtfV`ACQBa8gxzL&=})6d_j9e2&omZQ8rXt zH}ZZ|H>kW&vlW)l*!}BJ{#yY2dmP~W*KuHB>kM$THMIV}!azMpj@{%t3{d{xVelX4 zssS9GEbMGmoh_`L{()3t6nW)`7!Z7HmqJrfHh-)3f{}n35D3A*5d1`mClaDo9Pba@ zUIiAmuUtR=VrZ!E4;=1?|0PaHS3od4tl8P+=60I{==1CD1=1MvMnt0mRbezW-X8ra z>?=)W(Tdq9Jp~k`8rK2Z;w}bPfC&0P^_0M4} zM>1sj$4Q;u1NRL7UDD{5ds za>|Mg<0^0ZJ{ie@_ecv`sZsk~99{1)Il!a%T^$H|d{LP^wLth8)B&Oc1#@J35_(;E z6OSlQK1vj2oLe6xIFu3%A`R?_HB-*|2s7jNFt7C`klNFIoD?K6CI8_SgJpE-HB;#l z=wm{<2yDoIDy9CPV@>@3G1hJtCT0NV|7*w>n8V#>zhQvNHw<9=pIt)bI|d|e49x&) z767+@41JEOjqQAWB`3p5YOQa$cvux=nEVZPa zX;YBj${z=QceKtpWB9+!{Dl3){%mJm3ti3w{ocRw;XLJ><2=pC>eK)DHesXm&Jjan zUYss<(9ERa;}SQei}9e5aMI5dwMad>9$QR4dJ15fTJ#`|3DbyV4)q(a&yE%6;xm*` zulaMqUSipzV;F9u2_sf@(LR9X<{|t7xFUvcGCFqi7<_B3A5Q~1|14r6-&L^Rb#WS{_2_}*I1>O z!)~?hcErcC9Ee*s#NeUCrxta#jME?<{piV0D}19N2E#nI6hqe;u*4!Q_=|gMM?giS zFY#v?G7chT9JGcVU24`*yC>dRnGDX&TxFl>+Gjx1ifdk&YmOL2F_p@@D_lWc&KoQ2-H z=)O}7N*-Ck~@*#_8(%ue>x{(kg|IMczzkTldZ^BRjbhY zAQK=Gi9caory`K!3(&_lfz;=zjx%gDbM=Oh{BD=48tBCqyJO2&W4BKdAXztuc*4LM z0IE265&8Jhu(mKtX(?2&bM-E2UV$K6yF1WzMC&jnw0$bVCAbH*AB#hvcO{th0veI< z!c217oV^kF`vS-LJx@U)hdA1K|@7tY6#W-^3$dwr;3*t`B&;#eB z;w+I|*`h4mxwQxwAKxn(&O4uRe>xZ~P3>vEr$%A|SLRHt%)~ait?0)81pn6!g_SK{ z?&zDZ;YR%NgZF>7Li`7JqhM$6Vy|vtYhw5B3x&q3Hue~%uR4TU_%TBmva>H&{w)s`lo@s7$MaCk{0yFtc%>Irs}Qy0oB|Nz?^kgn>&r^4(!}m z#{|7jQhx;SX0FsYv+Q$~rr@d0^Vn*8sJCr%@@g}nILFB6^&w>Ct8$IbvNts)V^7q>nDEs8n(TtMM_(A}GK(sgGrE7A|oss>RZ)#deg>rRVn zol7F?DqcDx?dBg}qjjT?$#J;Z4bf>qpRKjLH&`MUIN^#MEEd3aoaD#YXjt|md)mk6 zDnA~r>BXUxmSTIYJFA)pWdL)i(-L8nY;) zI%or`V<;B{-9mIFU604TSn5+t>l;_@p@P=MWHUTF zrV1;6vl@9G)VOsathHETtS?-To>YzljcH6{im`cVF@o_)PD`)YwiuVlc-uObb&bV`NoUkapX;VXikAaek!}PDLBfXJTzP!8oP~JWI=mXs!1A`TcTA0jCQq_U|uP(>Rm#V-!wy{SYI!Z%P zGq8t3i8O5qW7HjIaHBoI>TSn&OSy=JN(9ng@(WkS=ir@iQ)3hJu9+Q zj1IPZe5_RlbGi|dYf4E?dVK~Bh3wkw$P&Gw8Z#lSVoX)sVp3|}pkae<-=)Eud4f(W z>xTA4k_MB-@hLJ%1PjC^c$KL+l~)ejw zA)cQ!ni z^bSYCGVLT0Zckr+U~$3;9|Lf8F#8RGF$NHMq7QM%?P1I$amm&sFn{v(_k|KvAUaYe zz7cr%Bzpc7r|b%%9%F#wp99{x`x|C-smfD%5F80lNhJsD!!vDrW6>dH%HQW>W!@3X zo4`Kri97IFfV8PZP9*HJ>^(iT)N&q^!!i@yJe&`>07TLcAE?2`9Ig++_)!N`|dSh0<3X zNs8J2rM#kiO^JufcAlJS7x~y5v5E~L;>m8mr)I@3y~QUUKgWz+E6LzBWk$VvGdu<% zo3Qq}Z*`xv+VE?~B~~A(Qg#;=L9ch>s^`n}I2Y|aCCz;k(2dQ*?{5C-ePWBd;xhp!fCH&A;gXD|`Uj7Xj(`&L_ja38w$Y4ZHu5Q~onY`L_f^*3kAl z!*C=KwzIZ#6tl4Y&RAs}U4#vd%>n;NIZ9IYf0E%pf=0lPntgrO#doYz84QQn&U>C8v*$RUvz@l| z`})3q)Ca=C`lK(+M1#ETa2$r1s3!f zY#Oa`b0f|I@i#~?DU_pjxQyc}*J=;eYqMg*-0RF#a@NUCp~?;1J9cZ7qq(jfx21xsQ=c&!a+jVBZn{pHlB`IP)h}B-N$LKBa-4W)#^?Ln zlw(BYSqH2xOQI9@2n|tu@-v!nrAM}zs9b3q)i-f3JPu|_mo$-TUi&!4vdQA@X(n<; zcdp=dVa2izE7wYEbWh6`Medc8oyJx@nx_RQrTfy`T5*2Ucg86)kmQJNbCm-+u}XLd z7Z=&R+DLUwnP-VHm~~Ubjn0{*zSbCNPPN;>{m)m=6oZ4Zl#0n#^Jj`{=z7ZZLI=lb zD*4kS%#d>;_mSFavuwAUBUPj=n~&;n{jOkx^pb)U+sNSc;s}H5Old`U&m(7&I)=<@ zN-kGTYyLc}2$S(%fA6BqfUc*dQl(6Rxa0v|O<0!J*_gk41VOBzkw4dgU{p&K!j1q7 zGn*UaF;W3^uwUV+v_OmmG+>lmj>QGU2!)u|2&D+);ViVC@q*Ki74JUcUr19Z zuPLOXX}h%)e+%;|!)0uOT4u~}HdN*A@DY z*SYnLs?EO3F6#d?bS-A#{0~U&^lu5cxTBqmJ&C;S_qWO(PR;=bqH8J=$PM}^VR8Oi3M>uCwd9!@B{I?yBZz9H(qoIh7LGij%o441fE-{L+vC^TO)O!r4RE+|JGk;P`KxhV?(zm>Nw; zZP2j58u;6Ry<5A}eVJB!*QcGO81V;VW=PzUAY6^q_JVfF!ZS||p+ zgJKPX1}*Q9wboG)j~+3|@?MjQZ)*7T=RN1b2y6HDNK5zNgbQ8mX$n@I;{r)8Js<3W zQ{oRE&F!u98QCl3ycMi(K}gIG(3q^IGZNd012sKrzDpgI!An-Y5mD4_GQP6NzhwaB zK>4*781%e}Yr4!avk2tB2lcQA#c*2@?1&aP_Kx$SV@_qGx^$H%q=ALD=wUC`4f{Cv zkWun+FCxR_7YBNL>{)M|WU*1unMiauhrTiFo%T;;j6ItEx#WD>!*@}@7hf!Vdn4#~ zA#$HeZ2H6KQFEkny(-Q6Xjdn9D4^P?b=_m zK4=A(Qs{ak>sDW|$n`G|>>k{7K6H00@7d6EXifg`#?%=Tk@XNFL5^AueY*2tm{I8< zM~?{K4^w@J8)sP^WD(=me7RX=!tFyWZQzO4m!) z#%icDbd@c@)v~drpaQPBjC^&CwOVIo@<>xrUB9WdVTGr;rl+@{p>{`oN#*n?OW^qK zxHMCF6Z_JeT3bD!6HIW12U_L#%@dfukFl)PkY%2KJ+ntxuJHhG2;|z9T)VktCl?y$Hp&h^`-TC;Ig`MZc*M~ewop%AYBACYbWF8!|Z|&ou2(G199LF=P~sc zWM9fc5*FoJpp7($5bCUto*z?|kS?Mh5xpAm=Z^(dE5swqXK_D`78LTCcGtF`N6N4C zRWKt3_=!I4k4F{qsng4+i%FzY_bVBBVU?)40>L&nc*)EqC|)(Dj)jmL3Vha8{v_z} z(*|iuByaN$$rAG=!{*&??uSir=kV6Yir6Dtk0x<-2+N2frJNx3k7kzJ)WU}Z@%h0Y z6$J!9T38>7TeGOu)3=$GA2ZdwZCf+TC5B~5u)eal1kZxVf%3L|N;u8qODs`6!pT*M zPq#Y18w)zg*YM-OfeHMPC|z?Eo*3TbxPlV@`z?wrbJjqRHf$ryf^*?7#*WYEP}IR6 zUtxr-Y&KDTfN6o*6uZunZrySQaR?(C*xQ>6JD^eJC(J*? z{Bhc@dMQz9X!~q0i@lV1=avnEPjD-O7O*UIn8n&FdU(ssSt*>LV1&7JH8))7Lcki( zB_Pa`E^*39(ELy)5r6;Lt;JLY^f}tt&(czCctqI4 zo1%suP>vS)GcYR@Z__|V7B}L#{`z2XJGNH?#_BvOE4C6{7y**8;{(kL^AKOEXDP39 z>wN+R9cHCtrbkd2oXzqBhUnwxHDc1HME>>bdnl@ z%-NH3@jV?5;Taz#uk55jy3q*r+_{Ejuu3Sat&A8K7hv=|3BN`W1#Zka7>t;>4W==K zsBcw9% z<}i_82PAOL6D1r<1d#4hAg3=K7D|aU1##HRhSm|#2t?^Hu#Oj}HW;lgYPH3PBpYF5 zFLT)~TbUxk!f{N5tVM?9jDJ0W4{s_+TXH$xM>CKL_Ti?5PnkZAz7Y*{%Hj^V^DN`z zBw!XVERvcKM8r$O$&#U%D911+v%o+tN;Fj1n^Bs0=wmXG!Nx3{n(Mv953p#jx~ z!fhcDF5F4Bi)3eYFDzWfjfBw2T1Jm{QnCLD_Ie-OpZx4dDSHfF%kL7ajq=a+-wNh} zb(4tC$BKl)mD*pb-;4~gQLbC(c&JC$U@y-h%JvM6Uqd**4pIXCgXdm@Ul_jfqNb8l zt_mndsLo}xo5d+zB}ThQOo%1R>7>d!DW>O=({YBuQ4YA<-FR5KFQb7 z_B;y9qgqzoU_s|n+CgMP##fhare8%wxdMACe66 z^~LVAwzTvcF!WTveI-_e|qm~^R-w^1~OI*@S_y~$nWjV`$Y|HCd zQFbh*3CzqevYprQ;$Vw|eQO}lt9UbsGxdpa@LA1_T^`l#fo2YnmogrM!-O(O@oc=g z6j142cZ0KQ*dgm+#gcXXGb|3k3kf(+gTA{}0SGIkfUQ66_?}FdXu|@pYUw09 zIqw<<>J7VeuMWoF=o1*b_^jL-c<~U2&LcXfcn59XK<`kGAv=MAf}cYfyBMHw(dQTP zqIm$a6ibZTi`0BFU-B@Lf#FmI`MP^-Fj+G4kO*@k+587{Xht7I;*d{xxh}eQ#*($Vc1phub)b(8 za>}nF#~4>D7Iz5yN--~%%_vBtm>VFl_cOg9oLLaYgJNkZaLO)c{BxTi7E^!6`595S zs~<7aZaZfuEh)bVaG3>OON>up6$C46{M%J<^Mw|$={<878+TX?{jHC^%FVH7DBR?? zWkFl{dsz0GU?SxT31(y^jXAiBl zreB+rdz!PQ%}Lc2i1Q?Cw&j4HmR`37(VZAZsOLrbLB3m{e%5JxzfdNsc$DA<~gAhIK&w<}cIrLmysKW^s|6~HT2wfV+d7^;_IS5D+5g)jmh||;(WeLc$zx$2n;UZ$9Y5?1L?7GAvd=%WZ z*nuKns2^3RGlUXnJ8;7r)c%DG@X*$uLQU%~gA*&hZ_nc^37_fiJ%qBoT>MLhC-Q00 z*|3(`bwMV*BspEA3?q~{+N{yK=1d3P+4ct)`yxs21W|eg<$z2{STQ`a3RJjkBGm}m zw67?978^Tw7NOs7*r924LXYP8Qo82Ttp}U7`Q}J(FQgr+urZ+I0 zG?#Q5tGFstAobNdiSvL(?c;gkN2|xk{E@go1@4%TF%KA9^^$uHKOCpPwO$lq@5i6K zke+!=0JDBS_&X3Jm`4?P=AS&TAdOjgQ#ulkw{4Hn6Fryy;%Kw&8%FW) z0c7Kj!Qnpd<;69?I$NSmu8J0w;9oj=fGu%U8>44}nc7CLE4(e+N}ad}PWVOVhLeUU z)Ub5QKO9esIw@$DubXOzjXo@OGsauOW9LCE_zHMq1hg8r4bbYh!2;Ru14#Q|t&+T4 z`mN~W>!L4xf~}#cDhTs@kNCz`$HMzOY?D)zWML}3S)eHD=1Fm70uhfr~76ECQXd3Cs zC?Cf-Raq!%hx)}2eFITn8r8K7A^L=W5fL~0?Yixc4rOLum67m= z=zGQLvM6?}xynL_vzLTI1)xOqTR0$IrkMijowXQ{4UL-e??g&e=(eOX$+bZqAOnM- z@=>q>)UH%2I4YGK7QKl82V-bjTba&#rC(h{Avbx5e_(X^XO{m&i9Zkg;$i>P5nRp-J zDCVOF1)gs}a!SKZ?G@sW?71TlglLmvPsu6 z<@eKu9B=-ImXoTh@!A%lz->Rq)G`aJiyQ$xBQVrT({=fM#0_le{HfNVS>v*o5B!O5 z(J<2j-nLlxfrVKx!%-qkoDx&;QQjFMy&|mu2x0)`kr{-rVyC}1dptbQtCPQXdSo&l z0e%6d6#b0iYzqPdyJ)}8o0*iC($Aw3NO$^_ZIkgTsL&&pq7&6g(|lLFV+w6PWxYRj z@{?8Dd4zRJbU<)vgA#o(tKP@VN2-x8l#9bf_{0Ofk^=dyoe+Dd=xWdds5Yd!5OzHX zx>^qa-69=H*JG;1lq!pAM_Ak<9q8*XHdN}p76_BXh!A_QuY{87{xQK1L{w&iPwCq% z4jq~iAq6z^&ma}r!k3`t{(}iK%<6={MnI$j!=34S!Y*DFyJD@l7qNyoouHAwL9|M@ zrO2t;G&!2R!$p6GITIng5kw$JA$L_nfpF|LrOdJ*XxXUTWvZ%Kcitye27_R>#hEszcv=TJ|JJiqG5zIyWWhc4p zsxV^mN3?T%Y*13Al0cy&d`{%2=44N^V26AnGrs#O@uqM1>mtfx2L|M7N+8y*)KW0{4poTZ z%RJ8jF4`Yu!sSwnaE54(H-_z_x&o58!9e^V1H7;*??s|yr6>gzA>Q(E{owB&I`(To zX}o*J(f(qDHX)p5>Ax9GFRn$Lcfqp1@Jt_px+kI+RMP{+1^v32V$pmB34W|B>Cevi zO~ee)F&Z}^qE^r+t?6AFz`RGUi`ax)f~Aw#sJkN$xG207%}0Fs_5nxRAwni+FMPKw zKzr~`qnP(+4;xEn_dm))_|g`5w9#1MK2qH+*)Tt)zLgY_cG$3{sDM4Ikm%x7Iuh!J zmN{~=0NYZgvyYaLj0M_+3rF=xd4b*N*ZGTkh8a|()uCwK6n|{1wbY(-CCmM+;H2!4 z(FLGyAqvu0v+hdR9(lsHka^Y9nrgOwFL2wroY$YTr!E^O*jhc|bBUKj7F?xGM7JO# zb8mnRFyt1E!ez(vY|}sv682+jRo~bt^SVkEo<#^tZhD{YS*}$|0oiFXaf5$Fx4^Jr z5XX&biq}#0(4Qf=e%XME_KMdC0O!lws*NEtr4hq zYbD!kniD(tV$p*8|xEIs2%zmN^>@?vZ*nAsz(?QxG|O17*w#k}T#xAj}bY z*%*^wW?Myb#&LNNs^2R)>3}5kjIu2_;>{&pOYvp+_*d;~b=bZ{nGxD6-HHdk{Wva< zBXIg4eY`ZBRK_n6`os9UQof&+SMvBmxmn>aZH+=6Vcr|g(JN0*X|D+Oa?o-~uZ&q$ zoq~{03R|ULA@uUvS=Gg*bITjpPJXW>_j2DN?*;c`{Tm%`O|SUepePSKfZtsC92I-1 z%3NQ0uWW4ve!bLpTF%{Zr_{0b`>wuCoO=4Q&WlD;e5QtfuBy4QxqIG$;xck|I=~mYv>GT9@vP0@{T~>jU3(*Da+~#Fm9oQoLPZB%;Xi|>omkiM8 zM7zFtL*ac4Rl2`g?jmZO5#vJSn+u8w@y2Ycd*zb)kBtpbjgy=(WSP9Cl$@-lbLpx_ zSeQeyIP;)s01XZx(|TCDrjy95(J(za;qz06uYSoz4Pg&Z->U1mY~o+xkt~~D5QvnJ z;^Y=Q1!{+d@e6VcTAil|H}gpXCwVf|^|1tX#qt=JM-e*Kon=x+=X%$J!=QGk6})hq z9-$*&n;wbz&{=VSx(<&*oq*8+te+&>&%lmM@)Pzkzt3wkCYPpXqzUl$2bvcPl@Uc< zO}1@|Q8OEKpGv2i2Pc@7dfhXE1%D@q&+edfYOmLO|Ln<9V9trz<#bCjHj6~cm@d#8 z4_rMGq({l6B-IX_6e)(3I|`Qzps~az|06{1z+hB>jaivwgmBB#>|kyHY?DU}4VjX} zR=5-F+C+T$pSANeh)Uyk(0}|${O)G@pWX`gO|ID4ehV@ETk{~m-TD8xXH@&2-CtD+`p)02`-;z3twi=qXt!p8BAv|BUX zHes`5u}wA7hRd$)0q|i9zVhJZe1npRyLgzQl@^4xP9Cy10JKZlVw+JJiI;(d6555+ zjV&7=QVjOLNPDLsQQ9qAyH?q@ZQHhO+pbl%ZQHhO8>?*FUWLED?tS8%-q9C3;=j$y z%$YgIJ9Ca_h#G*gI0<7afW6!wagGX~x6MGjJxkR8%%or~k9_u=f&)|TJd6KIX77;k z+_=tJ+M-hM;SZ}QddZV&(+r0?_lyW&wdqBy!Saf8_?!?#ZpbCJH`N?EST%;3XQSQQXvYMo}L>^|9C{{oA$`6MP-F z?+0GO>RVd2mxt`SRv+Jq;{}J8u-+}`ARjRc8Tc35D~*qAdRFQIO3_PUjMwgj$g4N7 zcStW~|5yC8Ksk=ft=cO=IZh%W1u8xMumc5d%02>xtoWS@MMv>#26C+AT^cf3@oNY2 z&fHrjr*C9<8nhfSVpwxX*PR>wjB-=?5n)Niv(7fp_DCGt!q#eh7zoi;Wcq|=VZ7S_ zmW1_l$U7kG7pszmn-V<&Bz^P@q50L_2q$3b3kYEkz}V$pOixV^M>X>%X2ggB#`bme ztI>R3uY(+YU8@5Vq_j(j*5CbbbM=h4DdX+ytJr6fw2=~tXVA|re_pB;wr zMDQS`gcMo`(SUFh>ELU;-0mI+rq!@I|6>EUVxK4%32ER7YkYsev1_fBCM zl`Dl@wx%^KD9Md;YS~9%f}sNDNjE(^JLVMg&BiiFC=%$X}H9B7!Ve!Ohc z8JHiZQ62Rn{8F=n6m|tI@=~MHFt7~F=@Ib7f9*$wK6`x%K+=a6vVa31c|g1l$kpwg zFI(*I-!%N!r&sP^zsEo%Zf(`ow=`I_Yfc6cE1!V!Rfp z(XHFdw~JQ3uq6-FLpq}!asVJXQzH58h~`*%A^JthYmK{`sphWv6X zRkHx_IS!l<*V<2f0)1ldq(5#qk)?ZJ1;{gnM4GTjv98aY7$wg7X@eX0fj=v3w?3%c zs0!%^RP3^~0(1)gTCW6Q(_pm9>>92#DkF=9#0a>(3Ag%SGDwI>Z)^$fPXF8!*GmJ? zYl%|MIs`aI{o(fq_?d$i^A3O@U|aq+f9!xD-h`&Ql3QRG9pc$tKxeaqo%MwYfFc;dL8+Ut2V*Ssth~lU zZizWRc254=DEncx%SjgtrCC!9(i+?8*(&!AE?rB!S=KPoUqCdZOa&Vw_bE zy)Zr^VP8~AV%a1Ztf%-}CbyM@Pg{zf(RysJzCnNcF#>mX*$kPvI5kUDLv4bAYa_L_$=n&N@t)m^+X4Gagz7Tl-lasTZdJgE%Uo!u#a;+s6BS zx976BHCLcZB!t3j1n&d#ljng#RBKewHH%rJ%6-TuDQT=!*6p*JSO@ZU_PtnAvF~q& z&~uR9O5r%*&)3C;u&PyyQ~B6D&y={(qck9t+;@kzXNQzupf2z3(IAb7&WHTx>T^YI1_H}tSqiw zL<=+{U7Q!zcVvruR>ho!up(4BEG5>B3u;e+w>j@`r?s{&LXsiD*fglx{A7fkt}9cN zNGQ+^JF{mUFJnU6fPT);nGV=CYZ!Lr7XO8=R)Do=naTumU81FLYTs|yOVoHM^5pH# zvyuVDS_c%;BIk*0G8NLQqM2_t32D(T(}cDOj%pg9Yi6CFl57iXnV6$Z7_od0$#<8( zwZ|oR1_P@_*}|kIyNU+B*gfG;;*9Rlk{Yh&zN0ZlKB`Wi1y) zHdS?s3Bud6iPJb=&!7$+Pw3m&xKKhUa5yk-2P6#3$c41yv}vue3GO1z*rw&`G~?{=L_;1``_l zIvuI0HPyMY`PlSM{k(M>pOZ(oecC#LrGylWSMV9ZoNEm$l%MKc$|*&d{3ae%H&X?z zNMNTRuzb*(;E63@gDP{bm?6SSZN=`QRs%@2IJX|~p(l-8Nd4|$JmN-0 zmh2uVqD<`4>5*N8=Nhy~$riZ1O!^=}O|q7a1@ZdijrSC8<6j+ z(A?9EzA%NeNN?KdZ52lPOM*edl@JY0cei+Q7lIx>8N#$$P6z!ND$JqmbfQ4AkPe`D zSY*LI)nIqRXU+i+7)LdZ=4zgx(RIJ+f-MWU40Ddo-Uj4_?V~=>O~ba>Z)C4vjD^HK z`CPk-yrQT0W%;?*P9Ai*F|5EE9q5nQ3*!vUT?cE&ZR%mi{kPPRV}kZ4`-ED#GhJ&* z)2((z*Yc{wsXx`+FqMz|Z+#qRXCHBMGcYzotP{Tz4!*~_fb{OU^lB5yOlzlv!( z>q42LwuA)fBkdjX)usr#fyZMeWU8znf{hWqj4yYUX5BFyj+>U+E09t~RomrFH!Zza zYW(O7czr7LwE8xj@c4?6xXQ*Z7!Asa(63=YmfZ&f9yy%P^qi9bodFSJ%$DJBai!zk zrJG0!OjB2lel1KN&u|8)sVn^PSXe{8V!4@8^%OzQfdZzTb#4axJ)tFEVpRCViTr#G zdw5#2;8CdPX7$NhG^gP)g|8bQGgh9;AqH+$tQ(xg@Fbq>K?GTf`%0NSo)K%XOr<=o z`=FJx_NrOyj2s;NTOCz|axON^?7aao07IycYArChHyCfTHJx(CCyP9Wyp~qvt3l>j zcNr@hZ1_64<`AK~E{9%YWgW!0dfvQCA^ZJsnu_hW+j4E7DPwa?OC%T11*?gUbm${y zFgmD%ii)GixUT^vj-9t%;l`gA*b7g; zYvr9l=hXLY8}FNZp>xmLr(qF!Z@9{5Dk2jPC&D;U1QBUQQPt+`Eer3OB24Eje-_r4mgh;D z;#(9#*GIUOsvcQeN?Yr<)FFL3kXuS3n3C@^Vr ziKDj-eJWeStVJYS;w`&rb{!}BK;8`6+EW)UHbO_KvRrn5teH8NK`nmVHYyMl$s;2H|49=9W!d$BJ1nUMjVA=)6nUyp&sLN>q+bR37z6Dj^&9 zPRI+uP#v989;I%I{!|X0g*G6YCT7`JvVERu@R*$5#%MSro>nDV4bZ^x%{tx`^|&*j zq}3$c(zq&SZ2rx6CK6g+g!tv_A0{8TcRABu@;S|AlR;i##1zsBi!1C51AU{3zU{)C zQB!*MXn?*1bNd|Ix5y`{+W}GX%8+$Jc50dTDARWe#DDtNe=c?(+7~eBi)HRDmj9S& zA}zANGPFl(N9o;Xd*S8R{Tx!Cp{OSU{uOUl9}y&LG}Gaqv+FHNrFhNzWUb#~+<;ejLWB>>bglXi2$!B;7A^^n6;@jX7YMd_ z28#?CbeidK)!3w|8e010lAK3QNvNb2^XnL7W$u-o27ahy77$);XA+t%Gs4uR;mT;X z4!L^^yBrh9NAsG~Y-G1+|>+q|b(CCy1*ZD?JiuIVCD%fgwmL1S_cxLK7C^$Bro(Kg5NKHiXE*%%boK4wUpwKzy-?;}MDwnz z`!)ybUg(5Q;D8Wg$=RtvYU9s~n1j10a zQKO9(KeSrRP^owkR{%^l16COo-5SG>9e&y*mHP3Q`isY!-PMQ>j^3QEaT|mlWu0~q ziHI!#X4X9e1ApPnR!r2B6ZBkgVAc9U;{hVd5e4ZLZvg)%%5G%rADREClFO3r5+;L<-mGK z|6rkFO)9Rgl|F(Un?9R;3>dF@h39TZ9D1;fQ5tQiSILB3ctmm@Uq)(jzW}i52TUck zuu5oAu}R%$M3(S)0q8!d*Mw(A>5Q=BA`>tR0ie1xPoQVKlnr9@f(242u0UVJOvZkGo;KH^hEq%rzft8U>tJVBK z04Z5-6{;8QE=$pMM{Lphmp2H!`~;pTdzD0E#NvJrX+G$-wBx>ij`ReNgZ<+8S?QZV%{r4z<#NacV^j9h|Y!2{5e zYEU%6DJzDgPpSi)j7#SPynp6oB?9xo53gGZq%7+t;kv@yQCDdsbmu*ILuKEQl)?f1 z%g>Uc0%M9p#7VvfSnHiE>RHdcTM+8BSA0sZn3glJ?1@w-T;Gw$>d}I>fU7Nyce2(LsHz~NO$Ji-5+e3l^fK`y==_^ zz1%Jjcf8&1xEGwHv?8?Y3c6AJz zPvfYI=p&pSQ7el|UGX`4upZ%T zjWel^9Ck;b+cnt7m|3Hu+S2*uk6G6qt%B0$msjU18knU6faE1ekt20LvK_?4V;Pr+BhHahTzgZ2bckE z!m)v9-$HDt5FI!WI5IjotiYR?#22sV$vxIuED=^5hB9Xv!7jo zvzc`{Q_DP_s+ z)>8#0lo($jvsYf^f5bd=-v9n~I+w)Njei#{MD*Kf5Wl!j$c|E4ho1sKQek3hz>D{} z10aYV5nnBdb^H4>#P-&A~>$c=9q zru(98b<@(!%03t5L#(+}Gt~Ik_y06y6pWAuPX3r%;(tso>i?O^=GH_TW=W9*aT&F=uZ7|XTQL2XaRXtYnx{QWO_IrAGh|vyV;mT0;CMzXvBjhW zC6nLn>xSKpEkviJ_~jBpP6j!@crEftZQNak`eq6l2^@!61R+1NEQiyr%_6GlngWwl zfbaU>f4qRJ$NI|snCMFX2`>82Zs7lQ35hxy*qBHgxZAn>>ozqjYgzrn{3dN>IV)kK zt7oguu%u;)1Xry>CWfadiV!6Xqf4A#jUnwcaBZpo9!C?Pc;79A`y#)aGDVWI1VlAi zOLxk=@jA&e@cH<7hw0N%$3P#uFd>RYw*5&N(bA+rC&whmAZIG-bUCBi1E1|99lTd6 zB~>{Hlio^Qu;}#mJvF0u#aXY!x&Av~X1>(E_^iFw@{zaV#AAYEtFfRk;N&)XKKa}u zkD4#SE<^Di%fohhM0T=jD$bJ>qs#?e8H~_#g;-HoRk6KOd1aVLpy09*U{FJgb4PsI z67&+#%4w`o)yaCp+)mbvi-B~`k9Y*;E7pE|S5x*t#3ny9RR?y4kwVI7w3;F9c?h0# zsUDkjZ%id$KmdwD!l4m%IFZC2!lGAZA!LdAHK@+q?Ubz$^TuZ6@9f}Hy7l9U;$QE1 z(q2_wqsl0E4r38HA_ZnJ#){aud3K}2R4>^B&7rYWq?+`_mN=r}J0vw_C{4`@XKo<1 zEi^QQQA5AZby-fbcXLMnz2JUh{b}O%JPRh&y2W#p#TrFgGq0rYHzMIH-5RwW0X)7W zs(B)@LEstntX%E|{TyF}j%q#~wCq9*VH95^6-b^n3WA?Rn-CqW-VSbs=I{qIDEn}i=)sSH^Nd!}UVzqumxn@vCDRfPJ1hOLtNxFPty%4_6Osz@m#u9_ z=4eVubv_IrNOc@9ev%=D4T#k{WYbany5_G7R*iL2kCKxHED*09E z66rwE0iTNjN778mbPFoxcDABK!*zM2d$J`QS) z1CJ69w80+1d=T+W+tX#AkQV)Za+W~o8G0Cy>W=&;v&2G84}Kh(xT30+sPb?Dmg-1% z*;C{ir2)<+B}-NVk@1Wa(^J~CLKA-E6eb~}kY#;cMZ)Jw7l~_+C+RQkp+iNd67=_F zW=~{yYYQ8CWu5}JvObshSo+s6j!EeY;d2HW(~<+?^Km2`>eZcO^#W1n4H8b@?-9~K zve9H(*$_LDOz2{&Ez)L~NpW=t{>YPYxJ(TLPaGUBD$bgc@PW49AyMe-7*?=W;)|mr z5@w(Gnp~L~wXN|eu+7zP2Hf?gsP~BYyOD*c&5VR2u;QQyk1M{_SIw}`-%(Ab@*`Hz z`e~G1cqo_hf!>!mX1~M5fSO}R`3r~;SQ^jLmWv}Hp{q(-l<3R#xdI?_`dJwYXw^H$ z>|!%8N{gt<22dqC0-zTdsX;WPDbofpFqX1ls||cmvIa>*WZ-PXAazHv7-y*5knG0Y zwEDT+)cQU5>v7PKyJ91ud8|~>ATjI2g8uqP!J!1*A_$#icu|x^t{Rgm8&NyEISWQA zpq+VWbDq?%R3jtPb<)p;cJAIA?g}VWiqr>{Kq^hn7QF(TpD=4h_F!cBp?~y?%iK)Z zm&?AOo`QIzmpDeRWa@gzttYIcDUQ$G-|QTRTFvQL^?c6CwAO&G^#}*kSK{Ui+LoZ+ z1n!$Qh>I>sUW}x*v7*+G&|wR789YV~0))2Ly3$ zxt=v(PW5)_qv?#Y$zypVW^H5DhmT~Q0p9R~ObB!3zo~laUOj{#3mM5Wor^Rn3N_a8 zfPFN(uHG9bxNL} z3jsNPy(}wa=>VG57>99gwr6Ngxi6ETcaNqc;@Yj35xn8QvuhC#)bK*u)tV0tc4&bt zXSBsEi5l92k<`)#IO9i!KU)xGbQ&;cy7%OPk;Noq>(-X@55cyhd+$1Gw#t~EvSdfk{R5GDYDb6?k zFyt2n@fSwK8`|wdW!b)7L5^?m)`u1L(at{cxZwvE@!N~|9iDy4cUa^HChc9WeX!o> z$p@(IZ7ze9Rqs8<$IQ*Dwyr3|-73FtC&2-E{Yn^*eLiC7Ep-O|9-+juA>L-2aE9TZ zK&mA3`avkF(i6n06GlQ&8uR8xXEYnP8QFWC%TffgAue|Q;k}}=nmzY*tsvr%Ia@6$ z0{}XCig9IZe43oWQ}w=6?Y=V7DB1*2d1t(2#tw|m(7=~HBiLs)&TE8Q?a!xIeic`8 zH5Wk1KFMYmCjCegQi#y z>pwzAVPwsUAtR5V+n9`LXL`nqiK~;($LAANAJSEc-eG!(13GO?Up|t6rY3W2KLmA< zg3&Hx%wULryRXcD1A4rSQ2BS3LCqJVcsOVwatZKF; zQ+qpsRsJL%xXoh@ytVacIhXR}XWvsXV*fK`Ead`|zSb#!X)x`h2Ks1FumnwsJUzXQ zf#_hP=9Iy9UqG-3_55CwCZdogQ@uCYYRk$5*Jd>IrU5xNSXE+XwKtp4%*sSl{mkIy zx}FX>B#MJ2gV1cR&s39W9476OsK~WK=(0((YBW~Qus-vypXOB?tr{g4gRIbm7G7N< zE9<8VhQo6y;cZdQX}l5_l8RiJPQLj)Vnu=f(zOTq#lWIBhreC^ypxO~=x9!o)2nli zGkArn522)Bc*E@h#WpSX z>`oyh;L$&B&^P@KYuuS%TS62QKO4Go*oTHrprhELl6=JsbPH7I8fM1Z(i(w$a_Cv49WjYDE;H< z|EJ3TJHU=u?1vRCWnyA)@?R-;28P!ELSs}bU;S(-BJ(WP1~+^HDj>)wQ5KV<2q*|J z2Mmv#!}TX5p=+6o#Su)-D}pvy5%^1WU+vm&QT` z$n?U|CJd;sNUMd72GR${iHmLXIQmkSfxT6I#TsiVk47zEr$TLJ${4d5QwKqtiTR(Y z7~SoC!o(FDg}Jwx0*y*5LieoSG2AIU;fFhIhTt38ZYPN1D8+KYtw1_W9facH1ZkSH z(P$>(Giq)6x78=;giX30FWQx@Hc}`d`AD)Z3QQRpSJ)r(CDLpFr;^vFU169qhP#x7= zE?`Q-1&^i78wkVuhkpv9ZX?#}B)Kam?RRpc(>9kgG9Xb9Pz)Z++WZ7iQt1l}k$*P5 zqbkRCO9DcnrM?Sip_$0$vbK*{H1nN9%6(Nw!MioL9xD_Yi@5|L4H%`2l1wL&U*_%P zJoW*oab7`pcxAl9=Fx+58TAOpAi*11hA4iwG~+;I{lZ?7V-P*Xp6M)tqO~CBc?Hu` z7uAS=UFK>N#8m?a8WN*P<*{#9)u~Z`r}EO9qq%szd3zy0ydif4g7gdo-?+q&aUWuU zHb?`fl$^@=5;5iAeos3I0eZ zyV7TN_uEzY6$mWNc)N{&ZeijEsGvQ}a*|YtPIP$DB*?auj0nDfCf-!E^td}`@4E|- zUuX%VXhk^l8>cy4HK8|Zbu+72=EGWzbRf9t~CH=#kxyHAdQmU z&#_AnuiQ^AtYH@C_kr#&2Wbv8fdZ`{?oNe(#ToAmfn2A;Q#hE1Q;}D;|Jih0O58q- zeuff?KaGdsKYIuNi+*WqYWLrLCRt%z_GjYY4Kqd#8_>3&P`0;=cohf+hiMeRkg=O! z&hBOv0-6E6Ra82Eb8o!g4|iJ_#R7ybhe_AmRpIf}@%~?M4T5DSaij6UhET>q$`cN`Sqj~R8ctGB#A6+=WrhcC1u%%n#8v3z;?MVH|V6WNSKt*+-yl^M*amXed1 z0<{EJf#yL$NtUGW20H2}Cq(oIoDoHrzEa_!pSj^Vi>xvw8%jq0pxgeKhM{^46{b!d=^X(X94eTivfrZ~w;BC*R`E)%bZ@Fh4SZ?>~HE|DF1&_Fn*0HOC(c@()+&Upk>!*;{Ur zAN^a0O;r^NI+VQU2Vo&Z(L-#`kJz9efH4A&(J!2!<>|jzv(khURJ-4b|BK~o5A0S5 zBlm(*U!6JKVx9M8^WiT~t?Q3M_zSxWfs3NhR|JBjq}gG!M|!QEHll;{BE4xw-g3ch zA56y$`W%xVcRAta5wqtW2&P+9bTX7pudJ|tInBi=E{tryvzEFYBc26Q{DB(Fy7D4m*tTJ_zuoE78Vtz2uvb8uuf#Y+r4Dv?hA;x7@xUrf$DJ5$~*;<`_ ze@HY2Rv`Jhn_noYsSW!a%~dC~@}SddY3W&aIC44(*jAA8Qk(-}8PFsyTzHN_kKC+s zusU(}E!$m)<%D`m5nUosh*|O6 z>gg{zj*j7!%ptsMdTh8w7SzWmLYk~&7orF9vZvDLDA<@N8#NOh@**4{tg0PK1?Do? zr*STO4RQh$LM*NdudPaQjCQs~DM_U|1gn!NB2y*0Jq=AO9+${ZzJNdSfJR+06$K+L z2#RJ5HX}RXu$|_XUROv#R~4&;LJgEl{opKl<3zMK&R5zd%d286-T zG4ix1qDYFLY!a`0L(Uj%Q^U4s4GWG^L;3zx2WCUv^{x29fPhZQYl+EPqT(IV!Ov>dSeb%`(QHCPE(MALfahP z7c=V7DO5Ey89PzECK-rf7H3b@7wUFeszQPOdysd=j>H#js@(fXE2|o`qGd3}6r{AA z!i{nms$Of*a*fH&HXQYqS)msVA5q^+)WEYoRQ9yZ?Oxf!ImfyS*saN8ey!-)A_BD2 zk%^)n)e*-&do{FhkA=|M=8QnLH% zRlJ9@AbHMM=l^!@u8^kqVX96RJ9Gi6EKj3E3zpMUBIJ}S@LHHOVfk&dW!P_slDZ2H`It&yhOa6vEDPJOi*vI z{##EkH|VLGf7X*YoUMiO+BHdWUxx$5yu5-%)qC1;`4$Kl0(vRND;D~4h*?3d)H<m` zc!DCvYsOCSJy?=Ty`WZ0Q^=f70xaTu3O7O87VJ)+bItjN2QstKQm3=>D!&FA3yV>P z?z#dKC>2K|q?g4tjBO=GgbMfegycRU5{FUqy5TE(m^vsG&yMY9PKy-13MQ({JFmi5 zYUYMts+NW0Tn**fUwWHk(9Q6NX%?%Tx#2W*)1B`94!jQvJ)bV-qYTb|sT|rAVUsgL z?fz7(#6BG3DiMvl+B=_ELz8ol2Xo?-vwO&5)y95{;*K%-P+LdSg-t0t86A3swC_+! zr%u8|bYZLG=UXQ`#MT2r@bums&pQnpxoqbV3wy-HZ2S`~U zf@jzyXT^9Yle#{Ku;T*vD1^TI#G}{mY+*BE9*z(5+nc24Cpm=-8x>6zX1YYIFA0A! z1$!_j`Zg$jS;QbEHGU)zq$U>as)iM0esQ@SgJ>VZ<|xBTNdiR)1}zlR<6=|wQ69erJ`;AI>rb$wOtU2Hgj~DbHbFUV03;FDnRruS#qciFjw{oA?CZ+A- z*V~`)pOh*zh}Ay!qs*~HB&0?1AnGhLNVxkKj0;KoP)Xhzc}&Rkc1a2x$w30V_J}3d zye~UvO7u6i<=_A-NAzrY`jOtU0|t+d9-Vx?)CWFl3rp{iNgMVhk2DCItk|YKa3#u7 znWpaua3!1u)KYwRPgt9PBJ5=Aaq0&?DyC({bXcLYI91Q&SSgUsucjD3nFu{}_1qzYQ`Z zY=7Ww|Lj=ZS`J;-%SS{%5u@DCX)30Uqjn`~U z&HBHnnFWlZ`1;IzWACmN!Qsr|^-QljNC2`HH9+<97u%JUyF($oZ3@Wyd3+ah0xOR~*5iZH{bn~4a zDTx)B>@GE_He{R6BYL=-CKBkydiBd&PRLsmd)nk{Z^Mo;E=6(UT04>`b(>9H;9xL8 zGY`m@k=}@go7OQ^jiOLAvi^i~DMsmmXWR)48 z%wx@|v<+1y=7}S_2lc%P5)xll-43nQffaXE)V%bxB~`tpYILmFh>m}eu@5#{$*#jI z)L89iCgxFp@bWPufxj1Gl&{v_+F4yd{5Z>~4V(+R^}|#1pg2A|5*77r7stcVZ%eiX zk>E(MkT}IArt$aZ-bzefJ2$IaI~P0b>02$E!Vnw7%eT7*4<3Y8EpP(%_PYZFF~T7^ zAQ6pLOQXkZlkAybK&aURjguHeo@G2E6=ez$h*BT~C1HsP*M(HVfUSGjscIdGdwWN6 z4Aq!8iwsWccauFGr;glclWi4QCd4%W|Lpy@X#~L7J2~agNeK9-a<%?5h4N3;{+G2& z?zf4fwSoJ87wf;0fqoocsuoTbh8EWUko63#tql!~to}8di<^}MVt^kZ({#15Y5o#G zsKq@W#^y$jZI&ko=b=`;W$ol@Dz|7LK1=atf#daqBO#TF58z1`@;UsQW=Hz)^mzvX z0B4UdC;@E-UDND=Lb-BLUPp+c*k;Kt#!{FiP{`Jk$#}Zjt{dAVL3v?5uHUOx=@h@1 z;voX5Bq3CdO~EE_7%ppWA~dB%-nL|EM4CRYND3PbW%GsEK^`zK`8Z+BjF^DF3EdF) z5@f2F5UV%s#s6&d{-$}za44lL` zeCgeJN88Gy8Zjkb(0us44s&3ChBiia7Qi^Vd$;2x0*!ttz^*WOgM$f>0|x&mij6zS zbb9&N8~OBN{b|czX%;o8%IH*d`rjs`H~`w}{{*yH{0K>j|LhU{b6EYC@$UZ|eEzwl zXyRn&;%H>@ui%bq3DnWu;mV z#tvfqMSws+AM~}vd&f!axFQVN`-`i!4YYJ?H(ZkKaCjTW`V|sftB4F*adt2x)D6OT zQ59b+p)-R8>?e!i&$K4)s$@o;JS&desL+OKujz#?Yp&>}S%aKeJ-|F;){i}LI3-v% zQEx8oNt(9#qF(QdZ{h~wBNL^59hJE3#u8GbRmq~TFyrJB_;-vh>qEx|E>Lo`N zU7Crz4aLgFk1>nD%RcT_FGB+ZuqoI;qnT~^`}<-lUS4p(RNv*@d^Q#>ar55&!Y0u* zkQRfSacCt*OLhgV<`J4Yz6a&7oz|I^$#+@TeGsla9Q`_-p59;|a{-i+l$si=ZC3s- z9F0j?j6b9OjS>B!sB3>85a`7w)r4K!SI0);a~=z{k}t<(G^P_zOLAm1=U`P%Ory1) zyI_lz?Wl?~K@Te$f;$N)T?5gr>`KuC)?Be#t#be+!EYaAs~9j4Mptgw|)d zR7Nszwn@EsYHxmWrLUkd+czAIfnQ3H2%5P{6)uJz0^-pGEsuUQ(HPofA>=i?ptguo zA+ltBJx1$&)W_nHao#!9Py#p__e-w?75lWL)%uRCzeLMK93%LQT%xId&y6l=0jERk0MT$vW0TmXv+s%Q;4g)pF=crxuJZA|6JbJHZa) zm6Pn3Qye^}{lD5zhS`#Td`T|(#Yi@v9N<*&NU~lOM!fOhZtH^j#9&;`{|tPTv6~sX znrZYhWNcoZ6#=X_8C!xRKhy6+^fO)3xG|#Oqx??#0JOb`kv35qS;%4JhRvX}GRu5U z9m4cTvzHQ?0jq(-y?GLrbn22x{CMUIvDZD!{pEao%$JRx5`KMy3?igx&rE1zcIW=pp+s%RUxS0&?B$}ZaxMHQ4(ii75avT~}G*E`~(+~6h(-Eczo zKZ`4~C&5q}`lqmd@{ayPhVK8Sxc--G0>%dR|9AaB9l}ld56ah#H`4=YVrn+<05CW_ zK~Nw3yq`5|kc~BXQSv;tSCR;`g|FCb4qaL@X+`j<$H zT*jMc0wllP>hL7;ul&Hk9MpbYkMIP%=j(53`3bej$%mSJlmWaPgn{vm0O3jx1O~js zrF{v@^CjQa&3!Rp#Jb7H=6ce@^ujL{4up(yyJ7bx(PCm^-tR(iQ?z_ZlKV({<)Du6 z5M91EN9~NcrR0}%A5~qaEX(?)_BwgHUSzmba&@j$+dj1Zf~CNK zWOIBaDOrs$PlCN(XpV-aE!2}+nl?z|gMABJiNQyv~9>d7Vg z19lxVo4ZO5GA$DEm^b&*57uPQ$9I!XMuY)bWJYsAx7_{s&0^}oKjL&qwQ$7NR99E# zMRs1iY{p}OTRONTfV(11nt?6Q8z-!!ZdBH#h3i+%!W%2N7Hy06m+u_o5wlcivK7tKSCSp5#jsfjud9U#Hz&LnJJGBzXWv|O zoatGm>{VU&dbthbrS~wyee!x~b0xyNBCWKH4XiK)I>I0t)L+@zRbfNh?6#EWyS4RC zgLUId*UIvYis@3f>Xfh$P!``JHpxz?aHg_h8#d*`?lh{B5th9N2O^Fk;rVfmKg3c?~_5YJ}@ zKtfbAq~xo1GvRttZ}A?sEC&Z2Sa`|OEPKz+#A%UrpW~7p{0TBy!?H+*8IHEJROMq3 zLbToW99_|+@;jrXi$Mm=Hy5?q+Q^aiv_@|~b3I{vELV-Muyf5hmH^S83s8(+qkSGs zbe54A)XxlQ{r$}2Fgc{bfO)C{wR$2>csO$^XaBu}`^yX(e$oEX`I5faMc}7`0FyMj zgBM8Mfl0`geMykoT}lw&zRI9LNZr8;$dm$=eyjiwrLd|2NRTadwf>|1Mr~=j{$j?j zvR%2?#sC<0t$w{*HOUd9zGJxHCSH~$#2YMdC0W`X(~6|3s$(Mqdsd%?VqR8y0d z$gKXhqofhdRQ9xk7Q6nqhk(!AGP{L^#hOq*3I z6)DH_6nXFRK)+}NaMrLXTdNCiO26o;W2(r2c@>lt%rn=Ph%dQMi0YIcd3cgwd4J8} zWYm|0K0{}WroajBYvTQCN5#`cfswG~GUVlN*BTWr2-)sjQ{7ybL&SU{8y-E}P`N{v zG~glJ-LPws54M1VY=$fN=C}?#LcW44e@?4Lu~`?MjboctGGme$%8W0yIX^!26Id6l z&_IgWc1!B0eS0FZ9J5ShM4?VvBMw2j2NsJS2AsE-X7RGR5G;Xi#vdF~ZYG=K+1zsm zt8#OJ`rIP8w`sL)32Ly-9@w2+S=Er44EeChVlv>cymydZw17jyD_wh;N7}9w3lJP% zm=^4z4^zt^UHeU6u#7TZ!rCn6_p%RXwge7aILbw~K!!6J zq{_6t9LwC8MxjSxGqQXlf!S!08P}+rI{$%cIwd)9{-!w+VeNXr8sn@HUEWP%{<4Y4 zGHx;J`h_e)BP+_}C#Y7>xWzX$n<=Lo)jsZ&{+~fxyjXt|OyV^}Wu; zk4dGkD_IF$v%ju2O<~rL#0m{*BMVpL%_Syq1I@v3f99qf;Ey7!BHLQ%kGHaqq##jt zpx}1E=z4*W-h8A>@u!Z#=7w%0AC9y)pkqkA7P=C_nDP)!-WFiK?4*sWve=h~*F&yl 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 z z4KgW5>=KBeP__Fd%T>=5+2?t_tf%=>+2B|Zp?sDxfXn3kIY(?(r}(~cmdzo0mOdy* zAJ?`RJ;U!VPT%v6?gcj&35fmIIq@OTQu`BLToUreRy0pXh*VFbFCR$ zAT6_g(Cdy{bP1tT&o`Z1&-OV}pO~{s4~;`0T-Q5UT-SSoS$raL=R5PahBdLxHyTb|InRQ*65BNmy%2_+Nd#6}`1K+#` z^8&|SQ>5&lqcr9I{k2rxPkv$_Fr|Rfqw_`H1G}lE9cbR~XW7y=9!VYw)M@HoT^?S!neL0#}(kl%#iPhC5njY(i-uQn%MnCaa^#E{BtsZeO;26$s3wBHJ^Q zP$vKlHY(O%*GFe2I$zGd{7i`h^NtHtp?v3&C*nJye#>$h6$-xPx^#u*YjkV*EW!ox z?B3h5NEgA*Ca`vrdX_YxPmvk{gPPUMcr!d(20Q6YCl5oLHAhq01nv%wm>n%b9M4Qq z55JRqC_HC!Fw`57UyzQbjHM?5#748OiDHME>9pJ#`^bK~eSve^3$m`%YRMHeTF$@+UbO35B9qJb}j?zg8Ptr%9(-RlOk>_=>TB`2ZFdD~FcEGT5Db38$IQM!b<583* z%?jRc=!`#*7`UqsV#m984rM<{UsIV}PZ(o$ATl+Y=gGWh(;nP!kQsCOh;mS`o8xS_ zgW8YfY$j-2|MPAItHIZ-mboNxx8TOWdS4+SWfmKJz%M{4Lc$^`-Ofmp&zpLk#axqM zA7~fUNK5)X^RKk#XSBJpUHXRp$05J#1o@^au+lC(fX{c;*j_J00;c9DV&E8cpQtF5 zwpoGkpAv8Zc0?38Wm%v_Vm?b?Xf1@5-g7L@UZ`YW#c~Us;_SaUw%r9|GOMt`V+oqN zqESj=HQR`d%-_%4vFE+bIQAG?q$)3J_San!*)RZHXD#0=!vFZt?^094oy;F}3mEO* z1CFwb@0brP96}h%c_8v=bXPWSa;2zTxKDF6@-$(3$r|V&bgs5(Uk@G1$DC zkt8R3mKELR9u9;ZZ_r7+Qhu8i^oomE_V-}r@cp%C5vYy4vk>UlXRPx8W@K%LZ1X{? z7dpi59USE49Sw+U33=M~en=Pve&zXJ7n^^g8Y9wULz?Fp{t?5l3vS~dXz|z65i|k~ zj{*Ido+6F0&6&GH*w;y{E(uiQ)mn(@*Iam%eDXRcp_@D6{>?-BXLX?%M?P>$ycmL% z9kgqvo;aQHlLGOX`#u^0`b^R)inhsRRI!)Lwv^1_pO9a??d0P6$nqP$-wbXUnkRIX zW6ulH9~rFa6>t5+(cc@5IHEMsI|_er`L|Ys*C@vk@;sMmdm%G-7v$yqCsKfg>A#cqRH z+aal$bz$InrGrl09;fC`vH5#6m6M!;E)0X(n}@~)wuWUKvLb-+AP<;GG`eQ{_~lJ+ zeOW3la&W$J&kj0F_-#ouFPwF0ZHyICNNEel2~kGEj=;VI_vtT@!- zVM|8^ss)X&nDAb>r?*fO)ARc2f77k&ML5&hIMUe!mMN40IJ&oHNnCIb9+<5}MUsOX z3De($f4}xk3h@qPGbwwov=!w2DIJXv`J|P(mbE&D(m{AT%&%eP9 z-nAM8EWrX*#jH~-`W>z9sar*d{Z(*9hvtRA_+rd_qbl6VnU#EF(Vj4={pQ&W(wWyd z0qZ$30g9uizIPEETn8#3_(ka6QwK;>hwb7rDklf$m|8vOFsZr3Md(q%-R-O5l?WEU zWO$OlRfg^%)7Zi0pC*iu{8d4TGp&o1vo9*DD6&P>?*PAhsVpe%&$Q0CtFBd?+z zIrMqdK3G>D&>TA88$NJFyXU37HH6>Yehu4wrz)qIUMLKYRum-Sh%L-xX~TfQuUer) z6j?%94nK}v&^?Z=ZN7H><^&V)O8nuvVKvV;2y|Esp&Zabv~DW zyL;*{+OhQw|1cXXlsjfN)q&UM&%id9sBivtRsk3)WDrj2W7$=47oKvI8y5*4vWR_3 zAE1*!y{O;EHLDIc{_dJr!JeXTfoWDL_m=DKn7x@wApF%TmO%RV7os8{sbmylN%!9k zc!dz!?zm%2#u~K{+PtHUhD_-Z^kR_tl+ra7bg515HS%LKI1+h^RFn|fWA6?N9B74X z9Q_GGa+styXSZ+^D0~V8ubezD%Z+DjdB9;wspgWLu)%|VcJ6!SMat-xQX$x9)!}f3 zZwI&k7f*0kMsmM`FF810Z3wWYG|bN7pr%mNMFGS4LZ5eA0F4<5L}`wN8AXU`=(%a& zxfwrwA%rWE%$>e_svjRE_OL5fXNt;TH6Em^^P$pOkw6;wIbej z+8A35qf)xx6uW?!wXM`$7)wiW=2@0d8B;48xJgMar3ss3$3j!FI}*YjMp+Vkpf)gYEWl~MrT<9s7?%#P7mUT2{l zLDIc|;JorK&pUL>&a9`B0({I@(EQfrz3pXqut#dG2IcZn-A=NA8-6DAAbEfXaC1R_;b~>Hng`fGo*KLvbD9b zccgb_r#G{9G_tqWv!vIvwWSC7f1I_{Olg0k{yf0-M*+|AKe+$@5Yhjof+uDAPi=A* zz)B895Yan18K3uOaVY`=eNyJ7P%RkA$V$E@F;^%-42sfib9 z@b$|l(eBAqn9#Q@dHU*_pWg?_)!!X|UbQ~1zdj1tdU_B3FKwl|YJ+VI zQ3~$JN)@wZV=FZAZxH&cXLl~ij$UTDauJd65d7=M4&JJM_!#Ziu!S?$80^OPAOMrw z=uIQf>(dyYa8nsbue_-g+167G7xCJDRxFEy)#bfyj`&=q_*mtiWFS~sDJmpZVf}>4R1e6`5VS2Z~7~mc%&m=mQe-bYG zR%6dYJbS24a1KMblFQqF$AjRhwp{CiyFswwbGU|v2c-vyyGsA$#;d}Lq71{dp1E^p z3GY&%FJWcpfUqVCs*oBWx*R*Qt})4iDyPYM<`wao`NO8wn{`Zj=?n~XaM{@uj|$&0 z!MQ&3i*RkmJ}ZK`pF}g_pz{PDj%$WmQ%J9%5iLrC!b%-3ky)y~n+ReZO^1amx5aVp z)q?${O`n<<&C1s^SYpU1lu<89H@~D&eZ(o|E8$ZyW#jhyty#4C#|Q^(qIVd{c$IpmN8Okshn9^+$on8w5O+&z$HfdcV3OEf=> z%kI(LLpeZU>hK%*zgOxG@tR5Zj}{)+E)n<81 zu4p1qxCdIJxrUWiyP8I`x|No>mVCFvmB;(V~-rZBvF1k4MI`i2vt zbpkSr?_yD)T~qmpsjnS`>b~j(4{@^Oi+wEf^&1j$rn>hJOm3LNf*U~hd$K+(z2X05 zpC26GUeBz*0$lvYy3Yft2PWtbFv>pkDHd*|PWBbCJ+V5qs_$q{+=|9(6kivqzq3(_ z?;mBo;l8^PzI}D1a+Ztk35xH}Pn{xAif^mvOn2GkZ%Krn3@E;#y5qt#Ag?ALoMAdQ z(|di!Y{qw*@2zCLA-WUzuI=yIU!Bc6L-?+XrgLVG;oaNi4!M=RyHS$wA?9A``Y>gV z+p|0owxtHAp|<(@K5|it??Oy>`ejXzW8}{Z7H%*n@9dJk{mXN5zvL9_wg-=HKpvhF zQL+!@5+uC;3^D_rX*+qv2WtRd78sSs-9$6f+^;Yn&7hAi4^PC4og#zd02gMNGqg9) zr10g^E4`%eY`!l60w3vPpZpkpl<;M!H=WQ@_R>pb>MzM4+-LUmsSH4eXpW82Ej-%w z+)6k1F7y|^%mqG$^wGEc>-$58Upas7UJl?R;*5_pkYILwnEHDFYWdEmwf!&>+GnUtiHWz5ZnN%dQM`7q{7*+*_FUG)n`?_JXPe*+K{D>;!TL_EXIT zo}r!+_YZ2L%3e@w0!$w`Bg3UFMJrdxU`ijFqwIk;CG z6m|JHDKmbyp01v*fmQntcFrR3IJ7r0zJApyM_h*_UYd2Cfr+!AP_as z3w0qJ3hy5pu9aJ1qcd<^Q-Kf^d)URm$WySmjAkqTCZr8cbNPnLN(fd6Q{e?9XIpTP z$@whV-*YsPpk(v-)|rJ=17QJ?F`tV#EA6hni9=d@*jpR3HjA7dTT)uNs|_d_?8Ue7 zay7E4z(AW@L}@kyj|vIlnf*-&S5&HX-jNr(+%SU^9q6A?B|&`|E5SMJK@@3^0Zy!$$`PJWJ%bldb_4OM@YK@@nWl&9Y@w(NCcO}~5`?3& zhFWQ6RAn?A3~fcovM3{ztQxU4*H-RsG}C*(OI{+sGugxW2#7XT;B{|JPO`d$QK^oN zuJ*!eZ6o8LSY24iT#4UoSi!TtIK6S_QKYh^d*y}mBGQUoT0I`JtmQlM>o3eYspZ}3 z@t=I`?1ZhKm|mKcutHdjRS~;aM}1hB!~+_q+Ucc1iyz^V4B}c3GwgT zk~eISl||$gldIwOSC6=$ic_UZP90za-@x;(2`LtT{0(Hl*7i9sy@oi<gE+60U=yD53+d5LK#iBigZC;FtTE~h_7|5OOPLFq=tXQIk$Puu zYGZ*Xkd7gKx=E6khz7SF8c30#B%=k@+vpJ=AX6SEssxkZ!tq_DRhaLMjXFu9nci|d zoQMOykY&>ml7!Ur{8lhLnxJhiLIHlEtOf+?;G+zk~UzspA zpSrz8x36u$i?)_|f0w(x{DUGo zFqfXB#0Pflwlz(5YR5c~qWUv%SjIwEhdY%Egg3}DqXaw?uXEyxiKv*iP`Ayh_iafS zz%sJ|eiLWcimuEh%@CK9>l*3BPFQ8tRM3;2f&4b7a5lH9gqMcsf^O=WL?{`&P2-p4@If7u9@j4DUIu8qT&tRFW6M_ zIiuDxVV=lepMm(`QV>Q~=FAr1h~P@X#6=$>;m<^f`VP!Ey8Z9yDP4lJbp}I#unq_E z#cTr~1hp{A6aA1oNs$`X6CIp0*#5@(JdHf{t!(_NX{&L~L#;x>%<}li zGef~e&~-8?_Y|rY#f$j(fNHu5fWr+9oy=xuu8H}aMto~pki~`kz*)GuRhH10;|iPN zgWSkG_oSo7X`J?h7fZBkKaI!XndnHpJESZW_f%Xy1`;-twJ8bZuC2=pz^|(>2+i)A z$xPyxv`^8U9BC}eLv{QSlyG611pe8FA*H>VbfVy-yc)@Hv7UV5g0k`|^k}poR$JA$ z9^HK>KAxF2N7qbb4P2HxK^6=ho?gI}8}kED{U8!l>z{SNno?J}g+(sg6*ZT$S|<)tQp z2IuRh7RP#H`9F(gWK@-Ar_rRc(g-K4x*_` zR*>GQU5m$7FxXVzTtQG1{lupWIx$d)HP7vrW*% zbEh=(aq_h=#vlJ>4YUEySM$yMM)E?Mj$K`y(s`Wf#7#;>ViJP^y$Wh$Nru&~T3BGK zye@$fjW<8lfs)L8sMdwDYZK#_y=xK!Em9EJfBgdu%m?R-GRuc`-e}+`P7O(gk}YrS zpdKD&M9nDO8=ZO}gVbpsB&0IicA8i4tse4>IG4#70qrC-h^K6HsGUR2W3J%eNN0a5)W^SQ(~ z#j>r652GRBFbtjk=?|Kkx8o43r)X%2IPS}>?;lhN*V1VMYEM?hYvO%=F4mb>vMlqq zhX#v_oWFS_;Z*%7PH#<G4D&M?-akt!OiM%zET`;PFkowOJ%$3z|Jj`%KC|OGzZu7 zGDIRoqZVt!uxX5puyMwR%q)2-=2lWJa)+Xg$gnkp1}WLp4JIo^4GdI^hRAEpqgWOC z)t$kL8`w%vuq%ubSlFUumRDvUno_rt>yW{j5zawPp@~sCu`LW}5HJP+QB_3B7DyOx2}T&#BKkY#-ZVGQp1E_odArQ;}+e!?pB?^c<`d7{AR#y-fZ$`Sw=T2X%4E~l#ZBaHj4$U#Yz?>UeAGl0k2?pc# z?Lc&4$UMlZ6i0EH^^8S=jecXJ3vKDtGH6)UjGELJH{Zjzs~Jj0Im=-@c!syjA$QjA zJyO{G6d5?&1M+wzSR1M(cP6^z$-yWkE)Uz(k0E~w&#}|G1tY}<3r@IDf_3L(hicuPsp!w+*>IbY}-vcUz(=a1C!hKgO{GA(E zno!hwifhZ#T@$yi3Wz09FNrvLhVbVG_El?#M~irRvlmvpsg3JNSZ-nTw^0i9;J$-U z9OLH`(pO?6>ERI%O5|mEA`*AZ(l2}^8CKAMWIhym`gJ3>BNC`4Sfj==CC+(+8r-nxXFB^Pdve$H7oJthHsnhx!oFo??bGT zhvRXT?}5pD{QZzcqc`6pyRD~|T^yjHX_4Djk zoLgKD35 z2YaL;&%OM6f}@1iND#$Pk;EFbt{jE@BCGa>PS8Dcpq7gp0>1r|PJ(L9bB zk-8Q!rMVgBx*m2koEMHl;Xf*w0iZf_3XX)0kD3&m6+A) zZJfT5Y*!6BWgk%Mc^zeF)*=qUUu7MP0ZAcQgv#lQ$;^WHg?W}eOP<_ErO?H7tRc3) z{B19)g>}y?9qxSvWxIp814cvKfqZ*I{bIhb3@J+VVaf5wupk1?@@y8FQ{7LvyUG>A z{R|;B3eXpE=CpIXg1KM*t~Rf1s1*@N4g_i@dghvJanI^6(>sn@oY(qkV^|gop9-BH zr8${UG=Gbt;!39=WAk=}b|mE{u9jqQ2+0+l{{_4uLX;5e7^hx>&#!xIzHKHVVUmEe zr2PY7KB<*awx21ZQEH#abcl+P-PAizdcDQ3?^R7zb?hwK2RyXBMHhCsMLMUtI!Y#u z%vKgsf4&qginFt(Zx%YfLhVm@jGCdc0FU&qm48isieu6cs&|X~GfL6c;z;5WmK&5H z=SM`-BtLcoqpYW4_Wf1)ju0kuS4Zxquhng+3meNdM|^}5XM68_Lvjv&+}s--h6V1! z3ky8Sl;C69tn;e^okU(uD3&Zi#3Qv@omPq|@WS&#YE#xGIF9L(Lb536>_ACRPk+0< zcxWeM-N+PZzdXeYGXkO;>bUala3q{wz1s`uxP_4cy9>qJG{EFfd1rI`tm>NY98wM< z2R9#CZ*5IDk`##gq23$wE~O}}yvR&*t6xFPcTW5=8?O>ktUCvJV>`Nyd{(XEyi>;P zbtGM^9)<1E%Gf&&L@R55ym8XGvckwUx#4D6Lv0JYnwPs$}6=16Z<(%rs+#XJF+hjc;AdL*L7{M=?&PPUdX$} zlzoL~m>$*uP@clQ80^kseKQ1qw}<3;hj{I;I)!iwFPYh&TCh^eh-duP7scCoM`xYl zBw*a}%;W-^M(e)ecw<_FjhS~~MgB*Pc9CWJy8NJa_?zwZR}`o)FZx}Mr@+g8P;1Zp%(67;!?+8gMDbTD}2x|HzDh-(AZ`}CZ}Vp zZr(zrdM3mY!_>;KXNi7}P2uIFh{*GzH&LXD=kff)hC%n`blF&$zN%+s=zc2fLJf+& zPbTwfLAiC&;f}1KCJovsXF%3WAwj}9iop!aK>JvL4tw4@5fmw|!oL#+pxIT|JG773 zsK^j+h;Ifcg%iY$uR!yg-S40PrFe_IY(bUy4#f}GEgv9u&a$APM{966WvMSIhJE5q zM^j5YiPR9uP~ok*Ih(tscaQc>XKsGsT(B%52HjS=X!0Dq2GP?hqk|%gUa!u&Ix9ho zF4l_j(dY)@*(po66tyk&s2%8~n3*dsTA9!9!p+mVcC|#{wHoTT?b9*#6pjj`K8s%? zLtBF1;5Du4z5klYG$gyU$T4uIVu7-pp@U0gj|#`7J8BBHi?Gt9Q&KDYD*qXfHXpm&Sv@59O=9=r0nuc;5qSiDvqfaO&6DYf+7PX^XzSH8 z=V4!x9=Y++_0@jJ)1FclhvTCSEJN)8#Ddv!W*;pUvV%BoGjFPkA~-yuLs6UzY% zsrDm6A{A2EjC4kd0e%Y7dUU$d0Z{T|_NsJU$3VYKUSG6&pl>@9r`Qe}QjlYk4z*Zzq*I8zIMw=+#ar!Bbo4{pI=KQln-m6NuPPpAhWmE2w zGnhYg2p)iOjHk?LSc$vi%$Q8NyoYUzZt5u$cgNUyS@Fca@gTB@^y;^G=^VNH6u)qY z1Tv}fYaV^k*5`>~&6bKfX4+q!P(N^J6+E^R`-EN!pSEm!Aj+wTJT`ac;R`)3OV?t^Cx<4AkZqEJ3N)#XAs26ze;chcd}+%7jVSK~9C!sN4Qs3*6Li-U1;T=#dBF z4Zc|ma_mH48Th_B3Tf2FN3k>|8`q7kkK#};#qhf1r@6yXpXtPe0Ew$J(osqTtr2n= z)YB!%0H5SkR+&*YQBtoIHagPq$Thw5Yi{Ir^|gCf&4`uBinboM)hP#+w$6kcw%>jk zaTP`M>0+qtGVX$MVU%@scJ#xPOIo&kICVi|sL=iEJz))Mze$Kr*8JnI?PUOUAj@vt z8Mc9YA5&*Y2uG)QE)2eC7{76vb_{1HKDvM#6V)_rya|Ra)wB{Bdq5rMeO)Oz^;lDG zn=u8TK!^`|%D?wGjr?YjLzIK>_=LRn%K%6HFGD_=%() z|CdqshdsV8)VuClx)%eU2`@+w983bC0K)qC)95^x2JS2__FfZg#KNs zR7kl3o@~Ft8yXHMZ@A-rn_Y8PD6$8p4fvWKtsCmKLjqj{_qO95xs^Mv4mh8nm|dG2 ztd2p@j>)-QyksyR@$K*I#C?4&Oh(Q1Gp0CYox$%2`BknNP8M7%Egm_9phTHt9dKV-2<8&Rt3 z5Ixqmk7hrT=BPmH`WAVvN`zRTZ&0`|Ft;0`#NJ`_M{AbF_BgL$z_q%3j0W0}LKA0rlCN1bwnfoep6E$8>= zFz1CP$OhnTh(ayK0im*OIWU?0ygM$Ir85R7tnPm0b?C(a*1oQEy$Q+w84b|y=di1(={Y<=dpzOZxK7O`Vu^7^+;ACk~07&(f?tmj7MucZe4 zP+fmVFq)7Y{csW5@)-)7`V%&1Mr;IO?VJg^JO)Z9Q!Wmgdo4rKBwDYaF*>pUL_-k8 z5IUm@WoI@0O{0OM@l~|o3vE#z(n#kl{xPrj+^m%mmwqZKvto_h+#%iM(m2mea3^pJ zDf2zc3Fg&Q1(f}~hG0W~@3cWI791}mT}Y)>N;#BFpxtPPxdZ~|j<#JOyHZ>r~o1KHD(j3kISSG|yt3Y<$Uf7@E7F+?=+BVHJw z_1Pe@AL8qL1tyCU&;-L(YCAld_;=EnC{3I=tRXLO(hte9dJtLcj8tL(m{MGC+h7^< zFS z7=x1=2=X*XNKH})CUyCf$<;#3Z&1SR;&bQ_v2=)7p1{O_hOAkX^})nOc~rGaRL2I;`ORjg+!v+)9HsXc|bh3b@rAaMgy6 zbb*V$wMH=r(91|>1f?+&&gbwPbG?@5=Hwv_)ii%ymL13WNfta5`ni8R4%drXqeMh3llMbR{Y(gscjjjp2Z5}2A4?$T} ziv&DO@@jH5%mR*5Jjv2bnOOwkLz2g(QH_&e;=mm&BptVs6+3(-1mVaYssG%=feOIA zbd{1A(9{@DX|wCjs@J2oll3ubM@X_Vfj08^1;P@>n2x;D`Uxb4v~wl+YbyhJ$L$m7 z3m5203dpt@$Tp_T^b)+M@5j|Gokn0T``&3~sppd+_*)!t%0Rvczj=p}#SXQ;vp8ON z$N7&TKYOfJG*B?GK~gJdmP&SD(?{j*;YUZq)E}W53U0Z*g{J}&PT!LpF}1I`NFT^~ z(mY8D!LG{$8g2@5vBn{k;46JLbpcD)SYE?s?OxO!f5U3N5WN=_swEl(5;@3?0;*mw zcC3wi$g3d19$sVr45WrP4$RgoJ$f|(1{6?cL7pjZJ>OJo%n~J&&mdT5(q8vPeR5d` zxJOW?P4qs|Poj@m^u8|uBHb0jE`1Xsd~L}EQLe^DHt4R52BchxKSK?FpoVW|=Pd%|w80JL_)RN`rJFuFX0&FU|i4_d-CBkSfeW+Ldt(pPGo=vyX z4mc*{>C9y9W+M5V{Yj?s-ARfXR3K>LoWD)F`v=nmc%*E<=nD!`{fS}}^+Gaz@Iz~I z0Y){Y7mGEvaUrm{(LAnEpIthpHM7SptkCSFSj^L4QO8A)ms~QSOhX%o5@4g`4Q<66 zfv*LIsiF*#7#gH$W_=SZ$7yC03Ax|BzTW6h#a{*tkl(5KMsUz)6pUwH?Yl$vcg-gW zY{Os*l9dOCxi`C^&Y+1maSWL%J*IqXLVcJCfsEu(1~VrHQeKYF1!TW{m`phdOeCw_ zL^9DeZ#Dw&#h8Lihz)S#8S$Ci&<^gQcP62s8N`TIx>0{;v_2B18MfreoUl1}nB zEKkCUj$C2A@2IcwcX5t>-;AQKPcvA3(-(6Md~zvzOQBlJps&M995XAuJf>22Ai;E1 z!YL;vzDVj%0jX1r4VYl^=HJX)<;$`bz#CaLap7N9!l*3x?rn!-pal4r>-#jRn1`TBolB{&RR*0tvfGj z6djdzMV{ErDq&_-w+FaBCk&Yk3r*N-Yi92Avb=*vA+XFUG}#QttCZJNyvUkJUZKw>ZZAA+^^XFt8m)Hfp!tut)|?- z3%VR{%9~de%P(uiBR`2hnO=#s&!*9RHOV9{#M@S2P!62k$^5TL?a?NB&{hB~L(A2jqeWH{izIAS#ct zW+r)S{akv?Sb zNYgA7-SlVs?VQIMu~|z)Rd$4t@1+$;bf7=7o1#uRA+ymnE~x)y=KqYfBTn>k@|Us% zmdl(|qi;dq1(|KLQ`>K)TEtRC5WgFH?1fdn_h;nFMQs-ZC?@RlS)HPuOjTC@r_WqL zK%9M!G>x9Q2nRA5UWag*)`ZqeQgO_SXu*w|Ov?@wGFG5|sI~Tt{ z7r*T%-Hwvx%+7R~EtvXL$2%XXw#sY;vDb=ldoiHK%fK+t$M}!U@_=%GtVyCK2|tKe zBTCb%hUZh*>WhUj$^&5Qf zwZmwuV8Sg%Uq>~iVX%ex1z9DAYwPiWpBRxrx(s*hX|5`l7!1BnYc+e|0Au#K8`SK> zNaO|jsI^9Iu3Yme$$JrayDQl`aI1@Po?6qYuncqSgSA+sAdKrAB?k?Z9Og@ zgy;hTRmf~BdlNR3_#MmAqYYA3FmJ?^t<|0riWH}K#)uRZK~;sl(O;bAjcvm>Y0YT( zTTn4Je!MTcvuyEtMqPAlx9j)mgg9s=uc;4*MSRech~5ruQXYjlC>iR7b=`7 zcu;~&RF;qW9TZ-EY|-hX`fUEHEMNJId7a+%)I(G@f$UIuNS z9XoOnoJdpC#oWh^|EO}sZ;+_RDdb1^gZ_LtOf+}-zJ5qeG{ftQd_zYc>j-m)7f3Nc zLc^Ot0%1UdRU^W;2p0BM2?f22f?uG>z66Z~nTX=^(BJKfD*UPm6>`-=?d8tLpAnS&h zs$WDHtF%*s8l-xgnOxE+7qm+P!(mPof)N~`0F|cC6N!SN8($inmJfau7FMge(5J`< zwG_&Af|#%iU_@gJH?yryg~y1%vdv0`YK~B|t>Hk<*JtA)KI%c)qjZ&=2r?PqLA~%) zvbA9Fj@?21Xaj^t81y;AFUto4v-R0A_V!8@GjtSlLidn#Gy9~!X;;e{Cc zp@_z4m6VuZWlm`e)=ArU(bNeqgH`_QBzBmT9QRvz>>`9qcc1~D_{DaoQ=4OQ|Gp(g zjUOb#JPs}y3;ReQm@Bx~)R2?8^3gSwVY&*i5Ver)AWIQR(T4EY;YOlYF^E?B7YyD~ zHlgSiaUjVeQ{m z|Lw`3QW+wK#IOvjc2WZEhBQ?M+4+}|zMnHHAg*JBBSTaFk74~Utrg8A1eI6FC#?F2 zS$Zc1@5qwsp_J8xpXeoc$`niQ=hu}Ay7oFuM)Tt7p&;sf*Wg9RBpSb2k{ zhW8=7fpkCuY4bn^B^k@En;$g3wk=PEyIBon#w8kujVpLn3*@+vVNWfhGagbH|8on~ ztqjWre^9DE;I+}ysvLOgz#=d)mu=7EL~A=rJWIcqo6D5`{M3O>yhI0^E9<~7>u2>_ zfhHM6Q%jUPtcC4h*mLk00D!YO2FEmiSP+zMf3Gns)YJq-`5?y6IiR7yfNdI#= zX2Y=WiC>?HK^vyl1jV`T8)?&#z8qWmBBE`wqiS~Xlh0MY3PDhl)`G*g3iFNr8R`RN zpOo^O@=hAn&66pISmB_~Pa$~m!DO~9wY&bPm&3F& zm2gn_flr;p--k4olc!ymjlrUNkO&_=X4&Wttu`-{&xRv1DM?(uB(#7DqtIAmEPqE( zNUCO#*c=z{qL+V%KLOZkmS>{r{S5ut38m__Z^Tg|qiMdbShosyJN`6qIFT3Mf)3aY z<7UMBQB;VpoQ^^J%x#($nR#c;Lu2FCi7K;y&s7|0p-Oi#_>SeBn+s>5$5*;os}&D- z_P8_pL}gLCW^8Webcbc;x)2@btQx(4LoLrH6EX|F!bTl9P^xr^B;yA{jj0HHBW&|P z1c*V1iH3mu<($i1kAwFX2N%JW<>=q_hrz|x+#3njz~ii)j~(sbEI`A^lIxkO|I| zqpalhhY>&h9wkJH!3*J*o9q~*OD%to0;H{D_={a4((X~ZEbHmYMTPgUade&Yu<-*< zoZ`go`4_1&$sg8$2|MjEPVadFT|D5-O#Nta9EZ#t{pg2mo?){lhf4P4LmJrlktDoM zG`J4hFs(nNmuV_5K06p)zA} zUd4%^}t^#GR7Eg`fRn|7qtqBdwQV9ZVv~jDn68I>$;Z=B9 zoV6XaADLeP65_&K{T=U4EkX6WXu8kO656Zb&tX-gO90{eizJSFVxFBonvNB-Dy-Gb zt!LDvE?;A>#VZtBz$zlRFc<&q1V?*O@UMvp1Ia{A{n;~b%;uP)s@2Jb_uWA+TD)zh zs}K`sCKKnQN#mU1{Vs8G2wU0%0hq*IdrTObs6r7eww$PJIS;pmnEM1Za=vCEe9duG zHdv~5;2gCVT98kA0?TOIhJraJU0#Q}*O!gJ>1|4^3sKLm#N=M7z?>BQK>TUV z4rnIV-+UBBM!5uKNS7<#c`Kx{!~dS-ZrxbjAeGptux4%bSjMhK0|`#pVW2QOW3FG3y_m7!*w|`fHMQ9;fk;Q=)?eb4TPi6S`UCEi9cx7?*m2(kEeaj0 zcqvE+4n*0hz_=4X5YEMAO4(aDxa&q!p{6~?zlSD*K};2W7g&^@T8Gt|c_Q*30pC|D z(LZDWS^uij;dscTx>|6I$ZA2_hr2w|mH`qquPnJzI&J@q9g;>~WZ_gjF^^EqN8e86 zD_;~Zl4yJ;L6eN-1FCCzE5!}_`P{a3vH_Zj9KDyyC~vb^cD1vPHFeF8OJe+1bTpwP z9wB1fB{<_6;-g5`RnM|aGUJgZMPqh)_5!Rxw&aqG!_+HKf1-9gmj3XLl14GFZ^zbK%?oIV&Jk{oh|DJI)t1X0_^UNl=URVd2wsl; z9jT3m+oXW^mP1`Q1kA7Hs=?TKO-;EM?knTh)=Cyj&&k@C?e&#DTwd@=+zh45^WpzR z+B-LQ8h!1av2EM7ZQFJ_wr$(CZFbC#*-^*lH+C{Pb)K22->Fk|o|^gRegpU33wy2W z`WVHXF`#Y2lm8PhBO&e9jb0vb`01W>h|B*_{%L^lsr!RrTgwVpa4g~>T-zql(ENvq zsr^Zy+blpsn#f zQZE2y6*!JdpxiRscYv@k!B%oJbR*$@-ea0593>QA3t~@X&jTQs_y+42m3B{Iuty53 zsPeul;H3q@t_U~4nRKL!b+}`c>5v2W$t;sBtULUY>a53e?qPP z##xF0Qzcq@(ECJdhNWYBchh{sdlyeH= zHsE-W*!QLPzV9?UwYp$|o`zRO;bc{ydEU1ka!u24HS1=&MY%L{GQD(#<&Cphrm?7< zW3td;vnPRl8F5q){?5W8Vs0S%;(7srJ!7!`O#brwUr3wPZB+)eKYFs-A3Yi0f8#p; z?^HfytpB&BOy6ON360;N$6{t^)sBhkphPIB9#_`*0GBup1VsfhC6I*R_sBV)x%**h z-3!0e04)mK20ihsp?Y=iM!fa2b(C8?)o}&|T z2A-OJ>_Kw~EkZp{B{SNhU6vXyT!)Tcn8eh)Vz*PR{Q0x}yGq#*6~QZC{3oYMSogOU z*hVd6)$%zq=QH$PkQ$5MgkuK>&WK44@y>FQQKr2#dA^57N2u3m2TAjEyX!y+2j^ma z#8@x+3=qUkmdX$tX+Bvnori>pl71PBMXQdcbB6Bb1=k_<6>GntvSM`KPWfD5y*|q{ z{yv4UiG8RH_8-W9Iax8mTN&LpAh&88-hU#Rbk_Iy6_WXsg-cPZcyLMntrmrdBQj9% zdsg~r4K;_@5NPbG!b3jY&kN-tc(7?>$)tx8I<4Fq+FnHlR(E><*?_L?t0zb<%7nxG+krj@kZ4tzA?DUUV*MtFPjZX4uxV|_=;(Vuul<5I zEojNKdc&ZC@JvuiH$GvoaKw9>%^mna+M|!-#yL4R9OxtMi1--0V~o8iYD8pD3-cuc zA!LqG#5OZeU)_6LLcf}&(ZLJ9;Xh)nY!dlfzm@_F*{=5w=J^0NvC_peLl zYvy*I@8PV%b{Y)8him&#rKrU1`RCM3{K5v87L0Fe8r&5oN<){pwI4X(T1%l>9JVA` zF2~lXT2Zyf2?c1;SQRkw(O8C5x?_PpRle^lt7+bl;C; zdWf?I4h9sZGSx9Cq6nu)WYJLBp~Mwy$dmhQt+%U>H1d?OCYoTmO2yi^NroSp3b1UHz{jh}LVh9`6^?yeiES19H2q`oYQhv_^!U_18pq#|u&k3x4Xn~59`ol%-gPAArM*F3sqLX%e6s8+@=iT!jk zSr&|Hb!9wu*Ibi03IHzW8)Hp~_X{k>Wlg&sI2L zHcH&^T`}(3X6JDzo=5Hc=Q*Pbw6!6H00O!}{y!sr{)hPXe;e%7j7_BN9Buz+$Sc!Y z_dqpA`K<@qDOF9D%gk!st?w)hj)wg) z$74Ld6`mUm8@Qz!$29yX;oIiTLRdO04ZXXod;aR%(eLBk$qM*>KOhKQ9Hi0uGdhMzM1%(klHUO^%vcUgY6Fk4cS2iE^| zW-ve1p)tm|^ZM6_lA?>^EKsmkqm`Y%Nr{V3@Q4pGa@m-R(O4NElAnr-&7GkD7cXBK zE$+jsMXXXddCFYH9)!N|u#=MW30TkH4@?4J?1%l)|P6AQApCNtwAk#c1T7P>Y+7 z%gt@F6R1B@c~dK>J`J}KAiZ36&R!uk(zW$R$|F7OFyJqP(VA~KS{4nv%(RAU!Cgz~ zCb5(-6Ful^p<=NDHqNGKd5sOs_sZMaJ8eO>T4^Tzi+2GRtv})VR3j}p@U&)IG#l+4 z)>ussQC)&sfvPOzQOn|{Sk1nc%GbqKrG?tt;ymD&d4<1X2E4HQ&T;@HGbMLib!?_lv zA=6S11q!~*(ME62(0D3?(?x9So&G^1_e{B<26Wb+&+_$3_HffSZh1?^TD+V;P4u`? z3=-kZJ5Ny9J3~(WhAD9LhIe9l`}At`XGT@0i3Ut)ZvA5m`WUX}J(=yHZCaFj)VYa` z5X{iDjVdCz1R3*Do>&gDo{*SBo|;2GScw1u0jPuGP{iA$&;%#xA%O=OPY^|!(*YXj zj9Y1}0+|;$O)|VeW$1!~7^c2d0D676ll%}-y)0KaGPL1Ac&IW#-53opFJT!V)G0*( zGL1`bpgW>#6NF-P^xlLE+t7Sl&?4Gs9410ON?Yi|JGMLt!iW;I#m1l z(@;V51*(Bd6x@=?38^qec`kWreoO^T6IqFChIRgGQ_`PXm< z$PO)wAz6y%l1plNpB zm2M)skWRxaZ}kG59~A|TekK;5SdOVac$ne)cEH+xQMqpGrs5NAB%z}5=pkHqLZyQa zqiI4U53x|u=6>c)y)qB=%5)8?bPlOeM@auZv77kz$C?w;wR#t#j)L1saALGhE57O= zyBEUjM;Z@+y>G#=7nHJ)cao5IQji4`kp16w&Zw=Nf;eV!}dsceBxgVZRC`;qIzK7*-kzL&ihM2Cb z9eU%+s&~-}5RRBy<7$b9kJjeKu!fCd-IGA2&U*lB&PvT1^hbwhN{EjeQ!-KK7D=Sob2=dC)U{r$d;!PfOC zzQNYns6NcKhH|JM%(XJJa{F^NRoc~Gb-DB_KbrE1Cx7%Mv(1KLx%PMU)TyVyXjL;G zrBS%clrciUzAz(%^Fp-f;+LoaUiwD_I$qM0FBxXSJ~OzaI^8fcctTBP81B&p?%iW( zw8OqMxMG!7bj4AqCD|iA_k}ik#lhy?qaH&3xJPODjm)_ZOJtk@h7l*sxlQp~y$PkZc~y73rXY7(i|`)qT+5uL;Z`;qo@2fuja3`d#~Yu%mO`nZ||m(<>Ge zd~Z#u{Z$<3)1npc>C{iMCA-JWWxWC&2|naF2@?%{L%%%i_E;?~#Fev!U;3(S8+d1N z=jnPTvYw(+CqL&mC{tL)8JywKa!mn34k8Q$IU8y-Qfmyu=GOp3>tyjyu3*`KxB1#= zv!P|7I(aJbj^&9|7&G?Jx;YX^3p5oO@DRBGA;_bE9$#k0AW3ux_leE4Vn?h-vpHiJ zLb7$XaC^X7EVpPWUNGw*LSgNZ-_Od<_-lXmBeKHX#CC`2rC~BPC$Y`?Eg{=E7n_5} zWtiZE7}`UP7q8WA&cZ;Ie$2wpuJ;!Mx`SMVn8AH0F#uznJD9r4tOtsL7j#w%d_TTsjeDE7eO~U}YwYtIQaRD(%9OBQk?Ud|bUh&Ztl_B9<`sRFws44vL0YJ=Mq| zuE~2krAT^~7o8>fJ>%AIrHZmk;hF8C+iEy-_ZI9+j@lv+-qwd0K)KKnS9z&BC&8yE z&~m(}H<(1rSdBkd?BhXZD)!8n(=^^N_R7JA!5>5P10+H)6Fx3P1~E~>P8^Sd-&ES= z`%dr=b=r>v>Tem-h zTxL<>;9kJq4o>`mU@Z&I_84z%o>iIDaL-Fa_`Oq5__JpzG;uTA9*VuZr&v2lZ}tRw zHpQJ-9|cTf40e5#2(vJ%_}Zuok*NY~?l`S@h(6Yz8BZ^+<}SWpjS`StIJNYGf@Y^q zCB2-BmZ`c)cVf9U42lePju;)2OKlp+quH5MGHl8;v?IAq^~_J@$&WMj#x^E;5J^ZW z0G<|kxpG#CG`D?^V3=oK3Ik%5wJHsqy4SnZmL^Ou;_8)6>%*4rO~v z(WON%QcN!BPl7WfZ)(~0pU~yEclf?Acqi0#xv15+hTLsJg~{chS38rVH_*~Q>w=UP z^Yt^V)HZVb_t_khuBmZxO><+>CqQ<`%)A1F2njCDi||$FgVZk@+TUj`@Ac&4Jc^~Z zX{9Yw#&all2#p;C#=$mw|A-=`sQJGl+&5Y>$P$}Zp`?H={B?P0e9&#is0W;hGf zd=vEXo3!rA_dQmneeR#%(}h60&rQJHkbApi{w=}I=u;hMd^?_HPnG*EzC-iB^`_I8 zVcQ$+0;PN-A8jM~9gFr04o2$qP5<=_)l#^D9$X*2`(<7y(06Y4Z=8-x!_hwL=MFEk z9TUO7*ACO^pG5E3{|sv;{2|}H+ykmKpXSU3cdj|nHc%~6l#N(vV6Lz$5|w|kQebYV zQY11DT2O^?-!G%M5&reU%{4?Q=<=Q2Yl%&8Et{nrk-WZ;5%_!Cbp{p91AR=4_Dnb^ z7C}d>eV&*irQj|_I7yAbop#6;k*m-=O{_?weVs^|!Z%7RDCQh4n!j;#zq*A`*IcgS zZuu1B&oF2nA&DFPYB0U65uHeMJ8g=27u^#idk8o-t z2(piiwQuDbgW0Iu8)|S%Q|un8PiBnNKrSk$0>LrSNV+luHP>84kl9L86}L7rpP~l! z8?dI9sn#wpE=BDarCIqe6f;A`9K5_Y1RBPK`@Dwd?ELDZ`H*~VlGKU$FVT^^8fKnF4`+h}+ACtoP}or#;=ob0bw*rIIe$%eqdQPq zM{#X)b$8{D`VM!iJ=Bp*tY_}u9C4CY=^#B0UrA^FSNNrJ?PUpAVdjD>wDoBrx;yQ= zU;D7e+7)@IM!VmdNk_aY=2G15tV`#LiLE*D`dG6IcQt@{b|+rqvTz!GxhW61J4C0x zw5Gni{>pU_!FnS;Vbj+L0e>+pYPnyXCu*xyS6UhqCP$__E!DMr$~_svrBYy7zqGRrp4WoHCSNR@|f^e{QRy0$eHIRG77lP?o zp;LN>R^k(A))w%>2kE#9goCrC5;NzAb+4~=;L-y*f7+rT;iUcF@ zNie`QK3zI3>rC{C$2+}w})mx6RtoR?!OO&zjvKwNLu-m&M{tGuc3J#w4- zkZtB(ZYS;zWsX2Dtv3uoF(0%`d`A34AXI$B9VmwUAwS9NO5#J#DItXG^CyCuJnk$*;U*WNJazP|xq!8*xYIhXlaq%%h%2Rie);<$jv?Ui@LmnPD88(_A4yuW z1E0>vQ3;?VwmuB=XL;hQjw!XakI>oe#;~oMM5+?Bf8MQnSrL-s9o>>jl1D}~KeA@R zRQE$Kkah#45@o>(MvX7$p^XSYjdbJ&UIP|%;r z6w!ydhNNE8QpLA$1q3~6TlZICnzzX?9??ill2LSaI=n~EY zLIkiPFqyMr{N`f__pfC;Um6h^N2fa7xI5~1iSI@wJ71_UHJxvn3H|ZD6JlyIn`*jl zQ1yJ1V-%g7;QL=%!wYT)>3Y+B>JRq483bzfPI^5<5RdocK73OU9meKdE@0(uG3@{S z8O7}CjEiA(x;1C8{|lfs=pBZfs+}}k0oWMyEmLiMm;v`c=p?m{6hOaN{De_mglBEQVsq@=SBOKPHXXRCcdA>lUbfDB}1|q!_FRP=QL= z23Bt+PV6AY*E*yqk&+=nvtl$DF=HutpD{ckv6##vdGEnN2CVC6xy@k4wpwlIpP9&< zpirHtMLfNvSkPk6Wzse;G{Kz18)P|p0rOjbt>EqD`zbH8nL^5W+cTw6G(GE*q@16h zj7U0pv0x|=iR7RxpKIYMk}04Q#Wee$L`rr}<$kalv-O@^i8oL^zOs#+CS=|A_(l^xjOY1EJr#rZ)CHO`@76M(X+bn2U|#R3i)ddaAPwsRQLW_ z_|i6{mG*L+bBb)nc_tR9S5U5FlGSB$);4<4qMJU&FGjbTZ77w;8Hq!cO&TRzDNwa? zHAD2HaWd(HnPm4sV>J!b`q?6ecd&MEF_7a zSX4*Fh2t-VMu+#zyHxY}lO!n=D+}x;`NA{!XVk3F*4nrlk7ji^d3#~*JWuj1Mp)az zHq{L5q&11#1bb%Ck=oN(NtF~4e-MUH%&$XY<~wwI(6PlS))HeEFPf}a2@Po*gho7f z7MJX->v^lK>cn-2MxxhGYkxy~i*85uxbqnt^+k>p9-B%Rn*wYOP}*WMsQ1Zr4(^B9 zxx6H^3hzk;%FMMtFn#R#(J#`iz)`KN!?v0xy0yG0P;c}JY6R1*lob&Z_=d*D4Q!}i zo=g_ZE6W-a)}G?%z$a@MBDz-B%qm5Pe~d^ZHqt2^WUHgfHZlKsSTGs6iw7HbxxQa< zO%CT9IsEX|k$y`t_W#(YPy#J>&DIVk7qRqTI(LT;q1Mh=7@B-)0eo3WO*8ITa8s}2YJp}H`HQeU>@o~cV$ ztTz%+=}C)tqPRT9S|yi_;*feIi6|3as#|QgKl9=s35w;I8^4bTQH>`G(?7 z2(G}kJcHh*!j=RVE+5Uo)eW7sD4SD?rJp3lW<@2Pn^-{-{@Lx~M}wwP-`vdkzFR%V zf3du9c%|MWQ&UC^uDBd+a55G@sgmr*qOyxWdvzaLr}_Ie#}I@0d7-IfuV4DUGHCwT zsHyO4NeUr2R!C?z>kJ3%NYVI+M*1%HjI?Y)K;)N~ni|)o!=Y-~tVgVCBbgcj=kS8R zDns9py+@LthK{0s5t18ODfj(L=%Gw}gR@ruWnzxQOun?_w-mW5PAi^77`y&!gtIr# z65P|1^5!s(qPk&XM?YVtQ4N&DM1rQIsf8Fda71Tm)}X7eoyFtdx02GCrcj<~I`;Y) zanmZLYb8Z34emkAeo}k!ObwoZ&<>#SI;W`c@1mU6@Ne=-?dO4(Y0#QCc>`Nh1*i=F zmQciVl_eauz5%R_nqQ&$QdGC4g5;#Z*Tw)opJ55Q8v{wvH3|5Q8Llu#Jc6q-1}n#* z%fA44_#LueENMf}jpn3EeZd|KtBel6UVLVtihjAJzhPLkaSIWQNWHx`L#{D{LzI=< zb@WnR1@A0Qog2_nG?q7^w6%3nMfdpNIY^+mX1H}}9&dxuAqfCJ&$t?lGpXieo9^97 zQ(5wc58XU3fV->;dy@B8n$3MFa>`{-3jHGbS&&Rv`o4nYmaS(|htYId#h1%L~d z_f!Gc_hbsDuY&?311!X;7zr5`8rV1S{0A4Rcw{is)!}N~0;*+Fn-0WTvzA9bZ zVKq5C|+CaOVQye02w%ZstOgT0)1bXl37H zo6)Uymwj#`&^~5Ol_OC?D`N-l&Nj++L>|*swoC`E3W4=3zZE$;lX}B#f!N~Agu|o1C2x?NS}_} zQ!m8w%n@~~Hb!-nMLxGYW(m7jmaalqEZ?W(zH4BiDhA!8j6&ngq>W1y)6#i?e)X40 z9mDFdvc4@6u3J--Zq6u%zHL}Z_F8!iz9U)@c}yZt%TZ7^v!9bYvMvrqOKlW^e(rGU zEKVCE&BthP7LO+8NtAwfrw|s89&CXa*5l+N&!uHTT1mLeD?&-kzhIDd?vhdGOF81t zMX)?))CgG7tu$A&GmmJ^cv|6*dG0^ILiS~!Yq&%%r0lJ_R!zkH-LR+Y{BA4%@GbXj z^Er=Zy8IK$;fm({)WQj2%B zqbPv8&3)E$3?WKR3$t5F;yXo9JRKT_uQlW&CzPAK?%?|7sy3&r4g10s(q80qQT8az z&fS+c2yri1Z~p~TDBtYWnxys+c-^lNP)W=?GALyocJCe^SG_muCc5_*XOq)ZSTyNi z@}y*ZI5DGgFq-7um^&l>U0or`~W^ z1^lOluOe0V+?~(CmU=MVkPOcnA@rd_kMHi0kFFbCHqk+Azq47{E8foSR{7H1`Fre0 z^(S+-5kxL_UAY(wj&79-E*WgP^^k&f>YFG9Z#Z))gHwvymcVz`ihYOfu0mG5iXe94 zaF!}&i{o$6>%#gW`fgf$D1$l@a zMRjS$@5>?q-KAwu6gxH*qNx#qM%qtt%j98dYE)y<3Ez1ux{uXAebrl5VKTE?G)?7+ zvJA;>69}(MJNeKX0%=|@cm4bp_*-mcUTeT3Tou=K2YwRFTxpRiT^2Sf)B)1b7Wn+b zGkIP5sKS!HNmp2(i{c*k_Uy^h0-m+ivr;`%aSK{Bj zGA7}c55><4K_LP0^XP(UyCk`uG#xS8#t#XY5X?Z7V1W2B`p) z>{<~;tlp8SF0jF_kUXojw?+N>M3sc?@;1{V3Zpkx`0>d@lw6>|_+!tk3izSgA_kWH z1>Lp~^NA}_=Y{L4fw89YTEYtr27V{kH7Knk2+;gR{(*+UPZdII48mz4!bY|+tVz|$ zH{x>)gExX-CmxW80MuV_0&V|6dmz7Wb>sFaRBpXNK$nGj-votNTji=Ca19H# z7%;UDBx|C64TP>v0SD@b-$@EY#5{Dg7TEQ#Mnu~K>;>Z~OhNWWp2xrf`D;48@Z&lb z<;q8A1vRxkvp|AvAVDQiMc!aWbT&hcAnq=hAZcO-z7W5XhQA*GwpWs+oMj`PVaHQs39NG7|=(_9YGPKO(R;w9b5B0%XCPg@Rse zmnPiMIJuF0IfhIDp7|Nrp=TZ^a(yc+Q+&!wrWS`b(^qN%Wr1TKGFL08;BMXYgaC!= z8=B%J#UWL2uG}m{Ps9~SSReuUuPopIeZ3q6^o4RtScYc)f(qhlL`>~Nhv@qUCFFd6 z*nU-{DKtg%EBui8q^a5A*7qGZqqKD`bAXShgvlpxzPi?CYJYtSiy%mgw*~yrB{5eM znM0mnVavX9ghzc#(8VtION*WueqLNa()O#DZfM5Bul)Xj#dig=G@vLDXN2;}6webV z5+yIN4tD*HrtAaW$qW|4C3QF0o8{)pfr?%To}_-Al0@1h^xnZti6 zG<+*NNJ=)l9;$C25{AK%SLr1K+q&HF%FvcRhd|xwch%Mw`y7Krg*V4^vlMBSnI$X&XQ2 zh`)^%!uUv(8>&Vh*}7>q-nUj9Q$p)PD|5~u6LH*x|6Wn+0BtoZRGo!x)k3l{C1JGg z)(lakSOJUq{3rIA15AoIsFr8gHdyJ-UlE=K@T{|KHlS_s!t_AJ4>!zcEu3m$|23)2 zhjSt4NY*klYsO`^;EI^t_~cgL@ar1#S7 zBsaM0k3&E8<&uc{9&N~m8@ct_^rvU`%>t_$56g8JW6)yd8C&<(b8!lTZ(j~9*yUnB z{eFRKE7Y+Owj|oB3`R51iZV5xm36KYX|{(hK6Xua$bru$En~eebM2`~wb+2#T)rz` z*9Ns#gA;m=uZ@Q^ilYRz6SwnNH1@%i8|=X+D_9wAifG*CEX$!qcp3!hrA ziG^|`jc=N{2qbud!K}#MGCBE&#y6CZ^+Xuq5QHq<@;2i1L)rk4*Tf#(tLMZ|*dO`Y znpL=PE%$77RQTf^si&!T{b0}8a$UN^U3Nei(^O^u{^C+>Klx2PV=us<)Vx+* zoP8b-ymsD&-g^bwXcs|AYH0%+0Alb#t+qe+uS8rglF}SuL#DV9N>KytORV|0=h`Iw z>1{n>fDa`(A+$Abgr4BX?}fhwm+DPm(9*@wI+2~5MHqi0X}0v9_Yl;Hgk!-a*R`2EV5$n%=-6Kn%Me$FWHKV`{7%lWz_Qt z4A&Tg9)rg(ap7Kp^O8b{;m3pK$qMQzaejp;!!>$DEfpwLO6>sb}0TnAkdLL z#3Es?`!cAwmoGB1yLv)@jn<4}8i?kBK_Ti~@)^CR_^cPywlJPvBnTPK5rIknh1?wi zUhC;>ElSNU0*2yD-G)qpK+F}nouOcFm6ikHtEf#SC-cv*nX)tk*Ah2R{GgaJFacLEhNL(| z#KAK1`D<=4Ol@8FEVpMTJa!ZAUnbyk=ru;+T*FSw(=!6r7R#PZkRC%&0;Mw^<(;>9 z5=E0I`(6ww_bjg0DRblc3@M`%REB}!*}Y^bC+l97NOoxlP32Ro_U)D+cdEX5&{3CL z4Bah7cikKc*w^Vj4D+czU62AYk9JHL3_(+Sq^SNj(H&v6ef0&!J5%#XeX7YOKQ;`4vx zJ^gQ2&i_j?=U`_3|8AcD)`s=OQ%C=zWSu0-vC83)m&q|PEF#NEwJVaRq7P%EW=mEg zYAOQ{oxCQ)?(S)so~A%UM+1BgK?)3Xkbodpvgyi%?bkq&P(>CN7e@w??87Pn^PkL` zu}Hh8a0vAI|8{xacKPzze%@ky{_Q@l4-}t5V$KD86K90KJ>K$s4**6dj4i~{yaf;& zyfV!R6z`WHi#e)e*N=^pu=(ajC;|Y|20h^sHd9T=1^aD^_kb)Yftb15%lo4jkUp%z z3`hL$4;EBI!a+?((2$)8Th3eCNJ~TW_8j#sltGlOKO~pOX$`lIxGgtPMp#`?Py0_$ zSKDJDYyZZF@oVS(^ZoK7c(IQd&>^wjuA%yZ9I9V1hJAU1S6&bhA+h%e%D?KPebl!q z_I*%}OLg|^t;%@oLKm#d^bbrlhdvPa^BU<{kz?*vHsW4&FUZg;c;Z|&hMa)oQfAEP zHsj#g#((_Kmb_UwjBrAl(2&P6y-io;DByBBr&Q{^S=LL&J*qnmMb0J|p>=$C?AGd} z|2e@)4n_L{K-|=}H<0Z?7!=zq@c+u#k)uFMy6aUUo;H={U&pLVIN0VC-SADFvfGm4 zb85vhv@q87Xm2JuUYfODfHIG)$M)HS0;hIUc{^>S)9hCdUX+nVv2e?@I(V?H9&hY<%qOdxK5N|fcCN9{ z`Pej6({h7mm0Z|R%_sXNO0x=k()2MFkr?w}|BHKeknY%k zsDl~9A34Rc=X$BWxC4u8yboM!m~N2=mZQ>NC;0373drtOQfq&@aL;g3)&OG!P2&OH zLk>I5{NvceUu{yLQ)OfMWwPnGfr?V#{F{9EdMPDmaw)c7 zG;OHF?2zp;cKVRf<-HxJIu02_DqQ`_ zSaQVjVEu+yns!t>pl80lvE6EB-UA|gt3X#Sr z-Qbe6C0(%Ks<*p>fmQK=`ozF?G7cPs6;PO1(cnRRTJUkoWjo4jjT;gDhHWAe#so@!sPz(KfrQ<xge09u4|RLZ(1zP z6+NoN=!+%r@1)2$6U*tPAFOMKdCtx$kgf~^HHT_J6c~(#rh!)g8sg(_M79=14W&1`5;Pepxd%-oh0+I zqbcls29D|*hEoD<-|{r_j0LkpL*=eU=COL~YLEhsVufLbNKt^0X{#}oiYsGuaoliX z32k_h*mH@e&w)WI6?f$@Ror#aH}{X-M5OL7y+9P9K49~^xJ>GuP#G_%sl%KFqMcyY zUjfW!V`EvTAS1OoX7ng6oQbI{(oN`_zS`L%4nms=6Ye~6+c9^#AuTeVihc6C)&zM8 zw0pL;&&(!?BL>W{y!o$BNG?tTy`U#A({nE%dcxC-1iuz83NMdeuQK=iEKtU3ZI}uI z#3Pi6`+N%FOrIWuC8Dl}b4kR=+X?OdaI1OOy0}!{S**M>CG>W4MUeJ}y>5HKI#=#t z-&)(6YDaE|Vzd25J-P$_btg=hbR+)TmoWS2eSt(UQ1uYfsrv(IHk~k>S}<7lP|~UE zLrZFf)>nNF-Fix=H8yj+;h(t@9e-jn2|p>g zXq@!m)w9n-*ai8sq18Km&JN;;(NrqgcFxPuMPoW#d4!u-OzF=ICPjbkT;;1<2xup; zeW}RAGRcep5!?l)G!Ac(D=O>I=R-}X#}%Yv3?l1O(S9K|N>M&*ykZfLbQLwA+aVyQ ziUiMWLe?~8L}xDq$-jq68KR$_yC~Dj%SevqKzdPRDt&jVppxUD8K{jM;7q^O{dU>? zjj0fun~e3mlxReZl?YNJrpb`v4v4GoMCN(dBTgUqnR#_uFll}97H=}0j7#W*np8qy z%#Ec6*Movv_6E=w%|b3Ssq}4s<+{e)%Ww)sv6JLMD$65HAw-|I(?z6tn65mc5p_VU z9~9xEi_{>P$3+)+QPy;3a=7oI5c2GuFk}cF5m`iS*=SECimc+z5bMD{rh z9|^3D`mZutcHIa!@riM}Zm}Ph7JX{XWTd4I@9li>kEVm?G2?|NqEb)bxKyrD*&esSL1FoOO{zP*i19v@jen#KI_2(qR!ea=y45()e^OIalo? z{k#3d3s`=D1;~KZ+gTME>5b&Xnd_}ApSiA+?X0~1Z~spS0Lr@m1Bo4J{1Na2v8nOs zkSc5q*gIWAb1*Fnqzkc z%4+fAh10!FScrnu7@ytxB4wi3zm%g`T-x=h=3tshVv6Y6Ca!DPbeRv&R*8n*+{jO= z)zXW4R8a($2xz_f)*n{9jwNKfKvhMDFoTwfjk|GkS8$1pd*P8U?tWLZToEh9BdOL# zAV5{+_`U2KKAN=4HrGvas3Ks9D1Uq?yugR*E1A;|=?u8H>sCQ*H*F{@5_W>w!hdpnR9g-Mg=ECj!g746&^qzH_9THK4WFxn(sxf# zP*}Gz4ryG~rYAgplB;?`fNg-n^>`D9;5?emIsr@=4`|qUwocoRT>P*TQeMX(d+1G_|^AUWEF8arVx^wSL>SXtHA4Ska1Y zTQjz8+qUgw#kOtRww)ClE4lf-eeSE;=bn0R*PT@p-<-3?KVR#8jIP!yx0RS?Bw^I7 zPB&tgf!f3Jqf&%}Tr?#Li@`0-TBil0sZ$SQU%iplB{$*eDTiHO99N-!yXW*tuYLjl zJKF#3lQTwrqrK}J?Y#d9+HIZ8P0S7Toy=`*{x#e6PgKYFUk#f@N}B(`{j->+k|vUX z5*@KEdEG&?ja8bv|Dz%AWE4BOZ-b%nY=b5rv2uv_kh?)sfIyAt zo!)dN-Ld;VYvL+aSGOBDO^nu`T@*ITnIQNUlt}#IAkV)tB@w(BR*I>SFEK`m4l_U9 zDx9$STm@7}Re;l=OP&hGHZZlq=!~M3wI-#NtZAEhcroSyD+Ok=%&odo&8I-emB;v! zPGera-_dPp|FOO4it<%wT???H?riB?eb?mSY{NP-J4ThvA|Kyb%4;^Ma7?t`4;H5i zr(OkVt5}|Od=X&{v*X&esnT6L@!Y0-G~N7I+(~7XyiiofI51&p!1Umt`Tl}qV?V+( z8oIO^L0F$`YNmLVZRgZNE0-(DS4n^C+GetCAJn38)J<2Kd_V>|(;$&0dRC2w*7CgU z#*+pbovs&YGte+(S*8y`ckvQMYC_}>55fd%s48yS%XkZU&uP&&Xvob_I~wtwoY(D*2IdQj|SN@FV<-i&Q> zRjw4GnH+<(nd_V6L!{?He8voD5NAxVMiJA?3Am8q+yF7;vza#!fj<>w8)LW0E5Z6e zk{=W=?jgFf*=Nd!6$`79#V6+FaSv;rDl<%5P~4gGfizSs5CeJe>4yk`^iHc4jT^+g zy3i$?7Z?slL~F4p%gr3tegLPQZx!1{x|7I{HOR+=Wf$=wGT-$Fs0s-n4PZhdi=25U z8D%P%K(-<@6wVNS;`}?#;|rOER=#nr4*>)u{~zG|zjv;Z$m!b{Tm63#|0w?p`X-tk zjns1d)dA!xG*$J%4)T#idQxEo!jL4L(i>3J)D2TMFrVbQQp}|YycYYhjM?cn5y&LX zb%~Ri>Dl+*C#(&8K0dF|1hGY+Qk$_0Niw-`C{RXm)*~R?N(+Th8^Y6r%tDnOyP##b z0}t4##ygJVE^-x0+&vaKlN&LW(7FyQ$H@_0m+m(4?~+C32V=%p7^5D2@iLEC16J+s z_u+UUrxB{?u-cX}s5O=&B73&?`I2NjmO9}bT$`?oyxdWgrdT0tZKzl6aZS>?pn~z0 zcB#FRVzA5QNsZrh9gy?dw(B*EJ98BKF0$3FIs}Vfu=lE=-uq#S?`h1|McrDCoAoy^ zo}AyoV4Q7Vc7o7nX`><3g-Yc+*GfbW3aAyh zGb9QVte%}lsq1}m+B}az=Tw<_gnls^WXNEO>b>NCQGvp|tGw}DT#g+KIwv*BY;~bJ ziX-~*?dTv13>dYV8}#{|>Q`MVWU0! zBA_DaB!i`hMKO^mp^|z4En@NE1#_f#+BGP9c*-e3>*L4$TTbB80Dk~Ndjn2l7if7g?GmJW_lvRB@hI`9QX3Og_^THg)b6+VyYI& z1tP|-Riwa%5XXcEk0yrms<6TRL1hjUm|+z*OyA}pw87-e9xxZzBqcU}UH8W|iaE{G z$1p~u7RTGwe?zE5zOQu8^6HaQIM5T8jm348JwwTU2Odi|uHJzqWh~oYJG;n(z7AXu z_8`fzxQI*qOlxN;<#|@}f?au_5WyHBnqkq`UW)K%a)1f}EU_W2kp&m# zK@*tG0h!DIK)YPZ=d`!2Xk-)O=+C`KUhnHH&+E45>?7Cj&hRNFTc0afq^iA(uEP?( z=Xu)po=jdL1h+GRHyHPiqEP(&P~+W(BW7XWqav|Wd4!|0q|}tzTG5h;Q%7u`7I42Y{}FTZw}QKy z%4;XF+ZW}0C)h)z^m^g|qW+5m;cuJ|iQq?Qs*e<3{D`da10T-=LeW-6>9#znK);xp#8)(lPBqq0Fg$~6`ki0f8H)#hC|x7v8ACK~IO#D|#7sqn|(AD&B? z+D7A@k*JcHm?(&m7~bBAFV8ZaXCtsUsIn{oWbe^h%xgKT21Zk)#p!3nCZvW#(vaCq zge}JS#Nebi|wUJxFHAptPU zw#6lL;?J0C@aPp8?lG=n(OplcF#me1P~)r_93_Z;6*4_tH;REfs1VIt7&}TsEJvQryP6|bqBThOqGl{|O0_R686ORfIg&1fly&x&EmJq< zmj#*wQ5EeD90D-Yb(kXh<~Cy3u!1JwA68*rA?i&ebxE@%$fh!>``-PV3cN{GcC&Vw z4e}}DR2jCjrIx1kRNEWqyqPTqXhM`tary0(jONx1_&)|y{Iz6^$|IsJ)4FhVJOb6jxu>M9M zv_UUlGB*VMTsTiXRkT14&YvYvBnC61h`bda5U)he zuIyCej91yeAzvBr3tMc-YgW+Q=N64PxIGJ>TLF2(+jffFqiMJZ+Y)<1xlysIdn;ky zdGAoQEjd3}#CB1CTkF6g%k&;MT8MMz z$Q^rT<@E>bonW=T2DibI8Ik@IcKET>H9vBIEf+e|`(=c&;_@UQ?-~_*$V1o3va;@8 zaBAKSu2w0LS8X8>6=`O9ku=)yR67QyZ|l$q zo3LKWse&#|92pGCDTL44r0IGK6T}DNh{y07CA{m24Va@uE?PN8LWkbD#^D(0m1xC3 zN*Atp`JO#vxUgVaOH{q_A(s<2jdig(=BG91EGMro3k_cm%*ZjQqlgp+H*JC8pgp=l z`B!j4mRDN%$fZzGF)Qb<>e?oZAqiJLlQ45ie?qKvOXDhhD*dAvu5RFhnNR)&?bgC+ z6*o(OTHSylG(N6OflF4a_%b2jwl!!&3~b4W?7aRgSKi4s9-0GrBX!?~%KRZ?D}=8{s|CYVH$sxGu?_^|<7e5W3MbPZ0C9X5yR z-B?1`#*>pM*E)lD(D`P2#rJL$+|aZ_?KPIkC3js9>c`(+b3>p85*^ZK#~k>l}0FljGZw#HpgW^56)AhCfi~|pcsJ4)?^+%W!eKu zAoI?{BlR&&NEq|aF=AHDa%7ZvAS_*FT1CR?3$8R6qqFT7F&xC%uj_V2^JpfVHcF%r z`>oNMsfS%OM<#=`{bz7b5Ib5>%d9)TrH6-}hQjE`zAi<1m6j<$#1^N0kLu=j`YXix zdhXrO`7Hp2hM{{NO!^O|Q!n@n;)j)m-glR{o`vK-MjNaAqy^nKWK*nE@o_)x3$rbx zCzer;GqNa+C5uvI$fSr_pf-FSi4(fI=HXH!V2Ya=NpOG8HHNvw=Y*Ne;#w538d#`S z!8f|bTJ*$@^B)ZRn__qnxix&$D!WF!G(;Rhb4x0pIIKsO*f7l|JE3jkuZz9+1&?(i zYO3Vg4n){_kK$27C5JTXsW*`+;m-$l$N8q2FoU1VOw5?)@n>(Uf_syV+Pb#hD>)Qd zovPrd7=q+CG3PAH(^QpstoxZJBJZN0#z~(7b>)c5|IDpOmcuFiUF}aVh?T1qaSnW> zf;w*AbOj!f_}%8n8740+-?a!~328h>NKU$_FCo{KpO6%AE?CreqNv2D4U>Gb@MByK zUEwI=I6fUD%^j4P`h&A-<&+#x5xgtA)1j*&nzaCo$t3Sf3$GI0DO9g1S4EpuxadlM z9{VrhwRt~YJs~2cZwB)U;4Wl*CJ8>VB#-FuCy{OTcp#eVJWF-RxSnzCzRh~1>MpIu z6Xw}_x!14QMBf}LH4Z8NY40n&UOWtoG)fuyBNW0)v`Q`ajB=CNMCOLNa#|%8sRnG* z@?;^Vd(_Ul1lew9UpYR3i^7KXd}`T-;EV%GL_*zc!HDt<&D0WiA!a^Vm^-IFK)H%z zMCSBiXr#?{fzpm(gE`mI>``Neivn@3Cj~!FaDxj-vAW;AXxcgHVqO0RFd{i{$MVyb)0W##DDW?W<@E5Zrv*5*76sU9J)sEX)!KYm z2>ugPE3NO(t!Te$DddxSis{$Ly2( zFYOZ~|JOoX2b?_fk0M8C2_3K^i}~%`BR^!?99y|x_vI_4F5bx?l?cF%KZ|!7{6+Xi z#uI+@JD&s_$|1alnC}%R5yw0(U3vzgCwtwBwEwI85M zv2Zc=g!&LsF@79??r_6=dG|~5MsCrGIC2#tAUt^R`&6aC>hIveG^M)2A9_f)fg*zl=tz8O|HH+&>QMx;?%C{t;X|m} z41_f}Kg_<^2OB%|7O+DP0FL?wyi(NzSN9Vs#I{&76Xl!&k~IHPBfbPC9%+kg>~j49 zlV%M8`xa2hd>5Z^_=;e-kY3hsQHS0K-{vENZl;4HgDfpZ1;j6YkX4R)|{@7&H z118RwN?W)E__bvq!gba}ja?!~iM6^xgnZpGb)31?-2Wmr?+bP^h8&?a$%NM-RW~F| zn|54TAV;&VwrU2RK9bPOQSzG5I!uL^T{s>h68SY*>?#O>H@dXdauMo}qDs+^J07)1 z7ZUNN@(Ue$kXtX^K6(MVKl7y>*k0A(zNLrMQ%I6Zn<8k0-eD@i5_e8@{0i962~^Vw zv{g&B^BFhl(Bg(Pf4&b0yA^zr_l4d7p7jXCUc+4yZ9JzP03Pcp4vLQIw?*rQ&< z`^u3y4{3HG$3SDAJirc6N_6@umyJE6DL3X6jz?N#S~eE1XKKsh9x~8g_1&+xqRsH9-VBea;m!xmjGA5 zI+O;*-zm!W;L>%4XsvlhDNSi&*^NKlm!-zEeCAZ01-14wSjW5yNPNki?av%zuk2jZXHLH`^;_A-?U zW%HlAA)oD09QM)yF`J(0cwjU2K*pHT-%)$?2+z!=o{79cd#83s2;IBCQNS0hoPzD1 zU;HVuy|H>DoheCmXYh`^IOFQf?jF%RL)#YFIoWyu*%mut2k`A*oQ-%9{|&M&R(-{P zOAj!`PuPiEbcFa({3F3CA0@%BR)wYC6j6x>d9dVEwovWx9a;c%93YXKS@=J{oy$z# zP@XSPQh>d{zbS$i$tZi_1OU!kze}4*YoYv!{1S3Uzft312l096ubrXqD_2IZ)i2BF zY||dmU;bim70h)#@%6vX93Gh@H>H`3UeJ&;u>79bD}GlB;R39bF_yyq8dr4Myv&0* zbEg%9V+$jzH_rJ9;xvx-o=zlYQ-+br& zr2m7A#s87_`>!wlH_NxG!#B6)|E}&-DO-P&eIxp~aI~&!LE3_AC?X>ZSs6O2_Dhn- zv61D;_z@ua54H?#lcch{E^lM`z*H^r&H9KJvCjIOB8=Kb-Aa?_QaZVpBJ5VlF9qWxs5Atj~33dps6F;Y(99 zIEB`26&Tk~Q%BKJf3;bIw^%B#5%l!!bLo}IXZt1nV)rMgk|}WMQ}+TL5n7IJBg}znO91AEI^Wi zH7p|=m^bpwnp_F}i!GRp3U%Zf_XRV=|d(+Z8Td0JJ7H4^!B@hA>7RL(fBmT_v3>{)Ea7I;9#(f zuvETE5)IP$;LaLQEbWeyQ zj^6uao;&QO9^jd4H_Ni5m3{MFV5y?4jU z%3#hi=R!%jHa`O>dvLzkT^O;B+yu>5R-as{>bf{@HV?4O7MIus+dSdF5!G(%@TieE z`-PxGX@s6yqh&JlySkjq)>>UbezH=cnEXy-&Zm_W1{lwo_TW74E<$0JBHrA*6u( zaHa(DfFtULTfqz4{Yn_tq<>aEOD<;q!yjSFHBOX;Rw9g2j5xybF5$^)1{~}-iI+) znH7$|-p(@0zMprWAb$E%RYDL?#dG2Q%x|}$Ouof+2!ZgIvc!=f)3{Dogr@LZiH?$Y z6tG2hL3vx-DYyLD`h}CqdX2CS_P-(;>)L`1Im#;OBSOE4JK8D~z&z}=Ue-~)shY44 zOp+)w6C~D|V9CILQ`PyVe4F3>ny@NJUpTVzIKiP0cbGw)whd zh&h*^VQDjTrzK6FSwB1uxW4=#J3|>qaHd|WGS|1gAPCk+z=^w^4Gst`z`V7C9Z_W8 z+anR>$?QKvopxi7bi|LqyqD{54TWm)KtAEo>UFWObj0bWf2$enkC>Gd73*KMupVio zm{^6j5N6m#S~4MLzE=-f7HH`+zj`MsE}J~@H7u{LLB)0m{SU|zhMdR*cRy?1)2W-Gf7RsZ5BYHFT@d{6X#3;qG?>E$4( zKh)Yv5rx#(8df#8ggth4$oXE}wCjQWMaR?CN+2~_VXU)+Cf2YK=80yY5|#f=XkALf z;IiObkmy55ooLSnn}_bvJ}ZrJE-DCir%jT@bAwL(4o_2)$ntx%c>#Numo@PbIa3tD zLz~5F;K?Ic_7R$`!L~PL?hV@0vh@Xvh%Ul$g-pKOBo&gTqy^JE*hgFlKA%|6)UKgLij%OwFZ6!Zl3<5C z_1rKGQW6@GubesC)W}oPt)Tdot1aYZ0Hk!0N?0FZMkBcznkO<6aim*|c6n8FOe=2{lzCmWQgJb}aHd85Jz&ijZwVUd7-kfDH*Mm04V}qOAP4VAI zW3hv9#VY<9$twt;_$d`BVN6?TGn>A^FhZ~4IJDnGj_`>MznIMuA{RUEU9LiI{M)o4 zpPz?R#JEFOHs|H97MNzy@w&1rM6fU&?wVz5PA{bUu?OeVVe2wbkwVkMFwnKU}O zM8CHghp}@0kaG$3B@15z6(=KX*832EZKm$pUQ^9{f}#|EahvJ=0l89!BC@^AV|DnNfe?PQQs}PS&!J{S4(c_4fU8j%z+ zC}aJRw4#}3>4qCUzCi!oTE7hx=)11{|2)XPU-fN_9Bj>v=p3Ex>}(yJ=v>(7%>R+8 zvC+4pb8^tPaWwy@b%PEB=--zK7>h-;{if`){$7j!KVRlw&HaM<4od&;(*MQpD?cG2 z#DK_SXxY@ndr@#co`paUBhVKiS0$0BWM+wBL(&C@-A4M0t>xUb4O#02*e5AXtBCS^ zSmfAfI+IC?k*-E|2B^6*ZHlqSQ`3uP)vH+ znO~^2P2mjRXk%9bl77vw@`~A-vHa$RxuLpmD8M*ap4({I4h=xnWN_3w0L)eetV%TL zI#{HHhIHpS_qP%;MHM3YU177n8HP-Bq$}Yk3l5lIc*t^!+=rz2D2ubz4}0pry+gXB ztDVQ**&~>DL0eyZLG(vBb#WDvF6(XR{zK3qyI<~*lH!J|*2IZMHnEr@E^#NDgna&y z2Qm8aV|zDm#HWPuQmtu#Q4y*3G+zuo=mq$OG=aT=&iG0^zUU3zs37&pU+g)h=-dD8 zX8r?)|BVU4|DT)b@=eYBf1qKLFi82~d+-Ao69|a&KUqNWUugTs^Zz@~bCDX9o6-{6 zr!C_*JD0mY0FplF7lF76DR~GsIksWYoRvv}o*d3krdWDu-J&vHH!p zNSs@5FgA+TwQx0Hp7RuJCV8PAoNUj?Yj*nTWsbDVqR4rIaOa;3ZnETq5aL+^6 z9NZA?v`8efC&_IPnN6x5h$Fik+^f_95C`_d{y;bJX?&M`F@+VeLPkE7o6>+0Ewz{t zv=8Av6lkCFU4Vb4=vLUP)YKxFQjPv;e0v;v^tn8kEEM$(_HRLM7-pP=Y0GmS=e%5B zOCfrT^FlN^?2Hwcrlo4MQQOu0NAv7B6DLnE6B0A08syOm7#w*;rb&1j)P<~?PLQIB88mjEy)01o1^V9%HTXXBHn{1sO zPW;}0Y>gf)SR6b7@88DCB*$z6@$2HQm11m@rThY%g7?ET?K_1Z2gqJD@piiO{9h)A z&QEqbi|^9Fu7M_?M0IJw2Bht6~UYWqQ0LMyrYyrpU-pvI2qa+u| z)$@K}4`U0V+1cL)JUEZyznd8fCCl`C(9dUy1lnY*)+eU~EY!1*v7#TJLWqk?Y>UXm z^N@sK+}}>IV(EPJf+e}#h!!Po$*L3sZngc@e{CnRM=IZ`wXd-(L?Kp_JL5A263WuJ z2I3eNUo8|B1u&+t1`%&%e`d?sQVWBncut=|HQBA_i{yJ0cJI_YOY9`J(_dBUtsYp* z?5Mf{*QsQgv2q;Hn8-!gTsDzN3>I`@&lMo2F!tAl>Bb68teR@Pwy;`sr65!Vy|)FF zR3-Fs-oS*E{A!#Fu%=C)O;Sc_HNd5#EMDF!e4Le(U~XoJVRU4!qU)A5K9P-*(e{i% zjZh>*1CLZJ5{+1RKkaC~>_R<(4<67|r<;ZpJCEkSFLp7kK-xBGG~enxg!`drP!`?F zvq02-yi*B5Z9$>j#{`{iY^{7FNeVdkaj&pwu_->9j7pf7QcrB5Faw<*jiJMmOpc$! zk6~(M?$M1E#h|MxM`rIZa&TAR6gW10RK*kE5XhfRl479)IOZ2}Sk`A4Q5ys1s0vS+ z$gB@R6J*OJ8tOG@Gb{e)35!h7#_M0+shhiq$}JbIVIigfUMZ&s)hW;ILn3DO9VxL7 z=c!Vo%@pieHL%3QEQ#b8hKtb-HVX4maFn=1PtZOjhG5*}`y?rSqEnTFW(SN^Z=qf8 zqB)8wf6?12xsbw2aOG(K3=bk6xonrx-NfV`pn2G=jRO^4<(fO1H0D`DpE%b>UhKN<3K|*K>K>c#RUutEuB{sN%WbaD{Snv z@nf->19=_RM4z z^62~=HJm28G#=@jdeP*0>y!RVZ+D6@+=$qvnRZrmRA9?g>197E%=F_&GL{rB6^FbQ zAU3%|a!YW0$amJ`5EGTl8qL-nIMiSnVY8xhQdpeLj z+x;5|Fb`p9^}5|*Q$<3}R?66xw1%ZJr%G=G`_5?&;o{|sVL@TU;zp_!A(}?c4G7&U zGfjC(grr;%z$%KyIz1JG3nx_?TCEZUTALaS_pS!0A;|N@`eqhE&#B$@~ z&wcVH9Y3e1|2XXMhSk@558bO&IuqVRyg2$Zn2j92y{=C1XXw)=KA$QX2`kgO(VCB0xYV3{KqBT&GZt%Eb-gPAdcwBZ zSP8D!4pu+_;ZD!anUJC&4F)B0RxBIua5W@xPL^Wh>>_fs3j}A)8ZfXD?}(J?H0D0Y zozBafLt7UwGu_Ufm@U&j6bn;{lgt#&SRZzDz|C*%bd}Q2a6~Vmr&tRhKUJy4`T)m4 zv)cQr`Z89!y$8l>Fgh8EFE-i{Pt)>fy(WO>nxGV;Zx~kb0cv;=TF%z43d1(d+v zXk*jN9o};}>>~wp!k^VG{S#maL|5#OZ|Yy(xuH*u-wU#-kQQ6slX+RFES5l>6&t;Jb(#lSuXfWx-wK?6I)LI2HtEkqdATb8y zML{0BNwF2J(PGUvjz2_w!4>5o2_snjvlp48470a0i50B*JQMg3@bgHu*wbjY;5k&G zk2y*rCiRAvRs@*VP{k|SygPBt4lHF~f_g+5HohYLaD|@Fg#pvW5T#lKafRWbdgN$T zs2oS!9>vvmnC8P3L+A_0W@w-lPIe!jJCbY7Z6{cjA&iYasHG0$8u67UYM1^gk{TEB z`xJ3!FE`oeZNLB@4$Vz2(>Gv%hmS<#CS}!ou>XVmSM#np(g2eRf$pH6wgeoU#R)+K ziv9!R43_fP&C%q{1LCq2xK|2GqJL(zRvj7=X$%}#|IA^TVOA?T-LJzb5}l~C!d{wb zQ_ia5kK9p1g-5~>=)bD*zG>6r`iE4j)w@JgAAB@MAJ;(An#@m8WMd2Y_8j-0fz);4 z9Fq=b*kV95<8+)-BEyIT_FieO?7+_t65~0Xyq+;IIeF3WRC}g&hq6t=SWk1VjIJgP z(6pYgiW5eA&QZM$2os0PdX(+OYOjyD-Y?t*7ho65i|n@hAx@DhsEB@BK0gSI&|vg@ zUWH26!8~6H$R=Eo%02|Be-1+pVpH?|K%u**LpetCIAo#x;6!kgtLi{n`a0a`5*2`qCR)VE$PJhL4cQXojD>r+LZbgV*&=)!ptsOT=d zO}JC=VgZS|T-BpBG{B$Y4)|ke*v*|7qn_^c;US7Q#L!F6)7{sPWLjOXgQN$ZbArOv z08`uFf}uXR3G*%oy==TS#o29O>fjO_Z2yZ_{}Du;+(@-PVJGpm%KyUm-y^F5Vur-n z@9z3R1Rx;c|Ku$Fk64PFgY9>f!O2~~#@t%p$=2att@et>PXCIohEy#T6;)BSA%6JV zfklNqD(kKa=7N(aH0jh5;98hd+5Z~@(AB3!Z{h0nLnLtZzq|5L< ze#=*zzM-t!TdZ`qZ3_2|TNZO>t4^z1UVATZpS->E@%{a=tIb_Kq9YZuDm8Yh0r^g^ zeZTomEV&ZciX@0-PXI>9XfjPekM?^F6Y*ax}@IKES zM@lTs3P}}~`2)34euD9jnkXG=RDd8kmsPs@*4SF+pQxP`(+9IT2BtavjpdVllRhlD z(j5AQlq*zgp}kEDPnkhyD&vz$rAE2Q6USzhth31JwBdqNlHZXow6?3$n~aLosZ$rz zy}1OYViC<(X&jOQ(G*q_F&Z)YCyrQarFM%DE^|&8{v8F$8(O#w1G%QqBP+&}cWuDo zLuUH@bJio`a~T)V(dt*(SyVzfn}`o~5;I)1LYGhrj9CJ~=T9+!V1DXU1M%Pc#l}$> z4NwE!`DBb*P$P~29;UL5;>oTdKgXHFUvO28d3+WU?9@E>?YXj;4mti_qB)9b<~yTJ z&Q{qyGSBE}Z>$DCoclc`c-d=Cx>lJZ#ZZO^^7T22v&UvTu2~PazEI<_!^LA)p6ltt z;L*w_S%Xs|l5l>NSG*G3NqGiea#*@?P(hbeC7HFbmT3Zr3ufi$GaUkk)<>H6?-Y3T zQ1)~uSDfB6kX>LVXD2bjh87&Mr>n28{$kgn?Tx*t1U(qdlcTP;cXX(-nR~BRV74^3 ztFUZnvlfd*gIeDFlP>7U=QCEg(U84!j7PVvz_2rmR`t;w#?7Lguja>NbV&EhuWrQ8$_?I z;rqIO@k8uPhBz6I?QxOSa3(HztBJur@15y3AyyS#t)zEjRbAp$EQti~@^sPLOmfn4 z(Lk$R6&kzy77anOv1-*V8`zp$K+j#A*@f-+zQ5F|N7fz!^*q7bs{{{xi2dy_JRiAC z$Fh;_sz-<{T(jgJaMH&)`h)%h7g&r)5>i-0uE9_5&~#DSQK!cbaRhEbauz-JSi9Dy zxvEruW2`{zHCdyV_Qy|BvsegO_J=!9HD1y8n`|+bp#^0F@k0o!cW`X3rM9r)ve9R) zDwlYiwZH;`x{UDIgZj1-Zec7uF+PSJSJ^TXc)s3Hd_acekGdVPYlDr(uwx4Kv%6P` z?4UD{FeTYAdVwc{-Xm_cAGaLOj$J#CR(vvcN<+5*zA#@zktedj1~SM=m?fg-5iVb0 zwLPe5yIP?=)yB*d*}k`$?%?HL1tNb?J2ZT$rZh3?B#)Q2xf{dSip}n?N@h}t{K2e# zKNBxah=csR{X!OsdZM@8MJ47DypXxSRv)}&sIK>uI>5Er=XQ#E&&JaSjqT83cHAM5 zA8ZIZsTynoYjU1Jgf%$DS`Waqv3QG2s7Q#oc-=f1_7jX!@^nci!gjE|Kt^+D6GUk0 z#y8;YU)em{b^#zz6)Y>nU>nw+oZa(zS1Z777s~L{1*RF{R?pR#M|^S~`2@nUQGLL@ zd|uuDy{x`b6>2)U-dUZ}6~i1zNJh!d#g8xDcXxxLBM@EaVepp%vW0I2A ztwT;|=*%__P|$b*&4Mx07O+bNHAhaXA;2`A?%}5&_Vi^Dc!Un1hN4D3)D=K9WuQP| zUXfQgz!ymB0&Nsc(wwf+aJ`iahPJR1xN&}GJ!tMT0K%fsX-wUBsnpZ<`4a3pL8!0kO8U8bdo`|XSipys^-=tg(?x| z-;MQV@?|PT-$fVg@=MQ}nwsk++I6y;hfJ;=>aoe%F1}-*o_}FYskL z!e<|V+0F>!i}?>S>xS=$6vt)Eyk zb^;@17J+tnZ6As9A0jAA@Kn)w6d*ZuoNIV}=2p;*f~(w9iy!Pa(}eIfi-d<^shbqi zLMzcQN-0N1(TiD7mm1pWRa2clxkI^2^psZ~rdQ8#dFLCd`8qU-A%LP^XsQ|5O!{2} z__Va7hjJ2)cQ0OBy52JnImsJV+Cv0{tlX?%_o3@1Qc!i{J?6$FmHDfm*T(7{Vg?qdJ5VIwv`>xCICM% z+?*?K3c3_m$*H)SghaM?09Jy6iv+Kehg;nTt)eZzvu43O_4xiMV~}e zzwbsS5sBTT9ZS8_>P0DxA30Pt2rEe>g4x{Yppb2E@l#?w=E2E&%xFS zrxWVMEp|`fRQj0OgsI%p688BhNkeOXhoC{3)sG+2K?X3K9}Ynh9vWodYF9k-fQ=`U zjHQK}7l}Oiu)fMoTelHgUud7Wx33pLR(GL||MzZU?a>}ttw!=LzGn*U!JZ&0eD4Ma zhi9`VpL3jmVRZRu#Exe5oKeFVzKv!8ZK~9r!QoUx>&Y~OJ{E4hrb*Y zy#InxzG;j4DgHr~ssBAqD>6)ym$0ytq|jV1>X}tDbSv9YMpcPTHrWs7~3(wpy^GX|cPIc^jr zcF_9Yd>$8xc8;feTYd6{BR{PoNVx=m;1O-+c^avnI)V0^+tf#AFP>6(Xbd>-*IrvR zMs|;k$rfxqct>Z)@2gYz5DYmE`m74gST?5W%$|yP^oeR?J1fSDcCn9_5n~_A#EzIP z^H9|Ze2Wr;YEiOM9<{Kz_ZzI>V#hH{*6}G5-2XC zv9*j7ihqNAG;K1Fnr$4!nLZhhyV;9{aDax7*2(ua=#OQ7W56Sj;<~RAD+qK7qraH+ zV10R9RvEaitX?=pgDO`&gPK0Ke=ip0%NtPW6tyFTP8B9QR~(KMty#cf<;=mwm~|`E0_z^>vF^9e^N7X!>Ylz8r!oB^Cjc zi$~P#U@B}Ve}MbExbn#Jx|T%4jrf@b+_|MihLcT%H0k*-jI4{W&P5a(_tolej5>qB zv5r0(3|ij)J82bb7l)R5bgrylRtKkUF6vfu7b@7UP9AH=j{6)->g#9GjIog?_QBVN z_fhCwTQnmT0dCb#H$1D;=f|&J+$B23hu9owq^Ej8bY`qQd*@Dol?O9BIH&<1M|#Sb zb>GsM)~8lr_-I3@kZcSqE7z{O%P<2|z+FoSLpazVH}~Pl##O=xJ#9=inOpQ|Tt$TY z*XXq^;1G$xCv)3h79-f6y85(>GfVdBe0%yCUZoEnJ3CD~1Z4;H*4ayOuwo7X`QQl_ zer<4-`}bIyAyij91R+-}8vscR!TiX@A?!HCJjUWa^eY_xQa}5wzv0yCUcP_9N2W(g z?!Yh>c?U5P8Mh5ZOFZkZf;&6OycTYZV<6$kZPwDX>f-2vxc+ShFh+YCPO+V+PDLTI zJJDP}qu?AvS_R0@g<^CvO{6ij@{NXwkN)p~z1hn|@_|}aO)INYk=8ZBvs%)FC_2-3 z5u6_rRc;2DL7#(Y?e8`PhSwCH8a_wYFLypQEVv>pWQo+w$K@1)gty=*fV7nmAp*^q z|BPtP?YAmiXDj^}YLx8!0ZBGS>RsRH0=iub4nw^0-b++^iKB6Le{#CQSb|!ZyHuIX zaSCWG_1IK;#%3Gf9X3V{xofnNvxudnwLV)|TML9x*>+#=ci(&G{Uk;X&)c$4nh!W* z{xz3-_-S4=VC)m zXpH&Sle3wJ{fDTW!#GBPJee`%NcErt`4Bo<&Q*s>hE{0jpNl)isJfjdK^^hH?wjs7 z)y$hh`uE1C3`_~{$ek6!3T12l0+hnqv_NJ}FHs5*_{IW|UbVte7}x?-cVGD(s;O(` z<7bO|Pq^l?>!#yp&U??UHJ`xOE+n?H>#5^s^h6&j8^xWCscV-+pHPYunS0OF*RBn# zo{^93$oIu(pZj;eS8qgw+ZIFwrl0zu`8@rPVi1cxEV-Ynes2dL=Q}1`1{XWwW!Hyq zD0PpSxb6!EnPZJ5x7xI>_Ej+(hqCd6MaJ6V6qf=PXN9zC5*_;9I?f;Xscp4Dhr;06 z0aoP#v`YqT3!x5Nu0zkaAg`LC@vW4>B7C7gGoYQ6A%>HRT?nP2f1{o$7$s@6>!lJg zm0K}eRa#M0Hp04S#0V&ba+iw%SM{1{l%ZM@#upp(<8#}VdxlFV-&Rt2BT;nCjz1Aq z;H)(jB|aI*S+F?_LJkLFokY+?g$CKR?{*?iBWBv34a+ga-PR&bXD&wX$!n4k1uoSX z;?NC2uKN+qGh|`g6SC+dVVUKcR2HEdHxL`C8r3iB)9L6{K;)s*6_saW5yhs;Am{)QAlDZZcKtKocroY2(0sl6}p#IZO(GjOU9>Ihu zalfd)JDns4HfvU{(tjzI~ggII6gylYGDklYJ{mN`Il zjLVul(|D}unwtq|_*UWjRO%X*Cmo(V8`_-hoVpNr1fIP9aVgkcYkEvO+Et2y!Ip%K zGV~ic3}&dPY`iGd5h$SZ&-}z{k&lZx5EFTr`(lj7c`xO91nIf3Uv;mu6I$~Ei(5kV z2$K`B$0;dp@$XywtpM3Gm5+Fv0aYiiqIs9`VlH!%EfF*)Hk$l*a|#~*ic@_J+1Lb` z*f~)Ttzdxi=;a>0zEKEN72`l**l}*Cq5$Ov3tm?gH8XPL?8wB{I1Es!@G#UgsS3{1 z+6^&|kCa!=?l_dqg_zVHw7Rvf;RG&c3`L>3+ULZoEp4%}Rw7z;au>Med4usE?30H0 z^zjtG;;hQQP=#}f3|In@plu-_nV=g2yIci1%3H0Pe?Bj@d~PLzBpUhkKs_omea0g>qsU#Q4)uxbkv>{n zeOkMG3yAu=To0$K2!hHL-9~80|6=SM!z&B7EnP{)sBp)&ZB}gC729?ywr$(CZQHiZ z&b@v5-shaYPxsmD|Ngh;n&0@wc*jCcqf+mR--4%VpZw@Ay^CMVW551Tmldhg54Ixh z3EW%c*lVjcLAOY%P0b9%KS;JPHHh!t&{eU$Jn9LEzOpK@ohBsK0!z?hU{dw6yxE3h zJV1bjRn)of=$+C4iliu{bwIF<;D(z}g$0=8S#3kXFNCo#1~A-!BIaRPAF?xE8fSRU zvp<%lz^}Qm1!=K+Des{or_0#HtM<@3{=%I=bY`>Oz_~%|%&o=qU&&&0NcbI-9n8>2 zE$$pgsrNJi_&G@+;)*v%A^%h z4ucgTdY4yx#*Vo{NM$y2S;WHha{J~58{vx3!#2U{@mUKuMgiKfh?b(_wDfYu3j@4O z-!Xf5!M_F{bn_BW1?`!rg9z>jH~D!6RbPpW#?Vk#7&d#SBmrrznuraC_y9=edQ~}v zQTjuY8O289?!{;HvR5qqV`s9QtsyFZ289hYLa>K5q7 z97jhunz09G!tV0FRv^SsYZxX`vkW*$+j~2LtUJ7fL7m+;uh7=*-UA@7m`9mi_9XA( zD~-{vcF|E!*U*>DSZdG2o5mVpbilaVDh%|=xFaBUH#wsqzFrYq#V09IQP=cQdr0=~ zFk){^1Q$)QILKed<6rV7Rxp@6Ls#<_?>wZ~UxD5-bQ$%=-3~@iX_H@cMR#ze?=r*t zQHBlQr~E0p0wA4R+o4Gb!rzu2w=OA@MIWZyYd%XQ9W;6!*@dFL!#}D3rN9g{C z?(yG%(0?-5XDDx}U@F0XvOw;GL+6kesOC2Um_aPmO(is{eM*+ecjz9Qh9j#7j31eXUtSTGol*QgSEG?TdrzKt-u0g*vR&q~ODQj&ou$HF^d-+MUmb5t|mm3Jo zd_m8SH~OmnRgRx+wK7Yq5EiN%%hj6}GukMH($`q#xccZzZYxsol6S}eUMr;I&=toX z7&Gyz2=;1sQ%qNoo(_#IGq+Nk2ZS3MFFpxr?8E9V-en-#-bPmO#&K63hUe0lGcs&} zyq(e*Gpw9xEh9OJahjMKH7FziHR&@W80G&7t`@HdwNAEa9gDYW49HpXmq;^7+yQew z=}qSr&xl={9!IImIzgGCM8jnqa7)^4=>!Jp9jXVOVVXs_R zCUFt_%|nu{TeM}xMM;0hQE+i0BOy2Ir6**+l-++KCOLx0B_B7mESIYx)#;(To(Fad z)hHk?QW|dPoIFy!R+hUzLRi6h@HwYAVz#1WDRpEf8St=YSV`B=_mOyV3R_{)=qOU8 zt-~xe2C$I)@ajwpImS5}>n%i9PU9eE{LQ*Ko6D3CsHoWu3#if;A8>6)5K$O_v7<1e zFCvJdq>!RPTv{>vJ0P_#Pv?9tq!rgiMx&1fPGP}DVWl6#m!wE_XO^i#sj74X1VyoU z9TVzKR{D&VRlE%1I8veF)e1HFsAY0hM%~G9dS9dKcCtTHuzeT;gsDhYb>gwjEayo5 zhG~{?2a!ZEwrq+k!zpO$;NVow-C%vw<$K z@8Tbs==@E@`UE_a#l6JJeTOzOMsz2-3ngp=m~*hp*$ZsCX4$UT%%KZy8kNt6s3`f4 z&0WnTIfks$2ICMsDxi8#b9P&jq#3=#&e>R|KAg^PldK9B}_`C+to%EQSQh6&p9dwulreFe#r zFzFe9W^(n5(q)kDKQiTaU+qPrda;K~bBGoZ6fok78#9R(Nn5#-PUnP>7ui#Y4n@!A z=wi-#rQl`!w5t<1UN0Ejzh-JYaF7N+sV{Ia*&X{B@`8ExrhF*E4U0a_ge<(nZt=v8 zo#bF?zfRM281!@Sik=RcUHelebA#>~BQNCN z?8grP?Ek;u@;{w(|7C!bwYD(Tcm0R?QRU@(bRmC|KuRJN!e`e<7@CJM`!FTsF3d($ zun+?gi58gbN!(W*9@>dlPqglAQ~|cLzCN}iA+#e;G~xarGU5Ks zVpM$>!Q%*bgg$@NC_Q-yn&1_EZONTn)HxT;VlMo|B#+=dv7KPonBVebMIPJ92)=4H ztfT@7)r5@M<|sO~L?8r`66md|P{ad?MgdrIRUl7Pq!A`I3JH&~{o{spt-1jykpYUa z=ok_~D2knErxNO=l@E;ik}_o@hP9{Y(+ZmWQi2Q5qBL>agCG+5rbRTlq-t)l=%uQh zX?C^2^|$_|C5z;c5gI>IiQX2|&BTvCd6!SgcgZyDK-kA-nHdg#H3ku%(;wXn**pBj zWHj}pA8pX&>q*p!uVyr=**_o~;~4&FU>@8nQQ#tOq9d!Ys3|y6j4UyM#TdpQPl~G@ zhVFou*he?%^o=@N-Jc!FBXac6?rqkq70?U03$=D(lu75 z$~CZd{7tNH(oDrRpq*lm8MF#|f)%-)m}P5_6KWH{c}4#G19$XUw1<@cmYhf7x+Qv? z@)=l%g3Xr(T?ODl-Mn8jI3a zS)BP~A%BjDyqhoS>0Rxqky|CfRu60OCOdA^YBOok@tH;J&br25m5rzBIsF=5?P{A@zV6W!-7~(}WZ2&B2 zZzm?Cwtc05UJN(XML1&uU9vfD`pueSb};C~%>OdD%NXeZh?968aNHPaOW4O`M_hSJ zNBZ~+tm%%pm7lu6K$f}Av=QqdF^7a)irP@{fQlKrRqHR^I?G?btQ3SGwPX}vkpq3mlJ#on z2q%Tk!Ze)rkeKIW)YDA^QgiYftV(gGFt~WKqT$yEyG*I$#M%(t$Bqi53455aH+g;; zspTd@3ouh=Mnc9pAl>_$Og&O8h;UGBfZ7VZ`Zh6Y#tt+uaAN-oV(lz#da&_^G;d#? z09`_8EI%qPWYDCPl|vx1M;2dW$;t0Wkar&ZIE%GFX>IeY3H!u2KXv3<0Yz1)l3iag z-=G=oXWX7FHjrm=v12DkoNElR-JN!-R(0V{Z3>iRSKZ>M&hpx1nyI4Lm1&1%x|`K0 z>+tUWY&a-HzxV_)E!|^n_9_g320zg-h5nTj(J9Uc>AXgwx!Yq4lU|SzCX9>iFwPZWL*~W(sn3j>u;LK0xTKeo zV|-95*E?l_QiW;)aB&{j&m!4?x#9uz(NkHq!8WWQrTtSLCjEUbgK!>Hrh#><#>Fz#&OI|G|?Qn z+m<*a*A@Isb>eUDhX>ANnreEbL16*(K7h@_8c5c1E)FL7`oq2UYBr7*o2j=?hJ9289qEe-!=XI^uf6Gqt< z7S8b((1va1+nIl9L0d7LQOX0EEkQSPb?QI_)w1&}nXVIltJ8vx*Pf|=<`epLLxDu9 zSK6;_LhE#u+KQBD zG!NQy7`G1QDLK6AtFhau{B1UyMp&=`SZlDNVlkrricEJjIVo{rK3PxbtjHwPr_ih( zdG^3!RJCB?=B1+6B3lVRZJRY^4E@dYoe1o8CQrpNqK) zTXs&f@>dF~DW4V-$>*YrLsdjaX|P#^`Du`AT@`qFNMJUViKga6nAS(3{L5G-v#8R#v4XziBf?YVQ$c z0?wE!u6T*sebJ^#P0zK8D8OQ})g({7S!p%73X6jdYcuru!+MC(oSHW2_U@pY88tuvLkzSh_E!d9SNAtRzJ^u>T(nhQj*O| zH!De}0Ifc!`Z=RhzSB=e5*(klSKHx!Dl@P{N!4UlxuN#Iph(8Hll~DwBse|v({ww# z;URNo*V9b42)GdGAH1a~Xv_QxHGSK^LdmAP8rY!Q^>OZ)EPA8hnX6{vbxqyKWW|jM zb6vB3arF&Kn?lVJd%MLfQ1~OzM%G@&)rLU$w^NF#%`Nz? zu_dFp-*w9zLUWyDr%BUVi+RZ2m9pRA(HbEnHcotbp_u8VQCX@GiS_sP@!Bsud^pRq z?z?k!nOy0@g@tX%eP<^Rx*C%w#r1aP{&DZe!nc+i}zA2 zgUB*vRYdDwVvJy6?Cfs=3}$YXz#smaH!AsrqpMhRUP(QF$LQ!Lr;$#({2R^7FCLg} z{1DO!GWdJX^Al9mLEiI}LFrcK=+}L3kbm|Mw;Q#DQX6=ax&r4I!ZyAj#34aBGz3+9gomqHKPc$WrDDnaf$B!iDD zomLMtYG5sXM;zT8DS(-;@dq7@+CK<=jMt0&87o7dF@!?{_X|3U*b3z@%yd~3iWn?% z+|Bj@529T$D38bs{AEP}nMyNQd73`#P=mRD4qanU4eEcFtSJTvtP4{u;Xme5OYMq` zbCzHY)M`aj#kN%jchQp_GgZcY1y3lZN?aS;Vt_;1MVNh}fPejq17j${X%F*zi|0r9 z{|ANtbBq7q#U=k^#y=zR%^67ud8jKcUkVo!hkEK3O0@tEFI2RQs~!yMFA4><(CJUs zw49aN71*}4#M0*<0Nm$paJR_M?5;Pz^t>PiZV~VAou2Gr(jqp{qOjsKx~+}TndfOU z#r}NWyL<1s5Oz&2e9sJeokeiFK@aoY>HN1?up0iMe=|vcJA4(?O)7j9w5?V! ztG|mvaFf4_MldG-I`S?y{w83T8{Z1@rV}0);wA?kcfgi2GHUNRKBvH@XCX`|GjFNh zN=6375rkj(4=W&e(Ke zQ!G$*b;LGsfv|95DjrJhQuinK^d`DX#;0>ohYX_Xej<;eiGAHNJ|+7IYKU zqcuaC+VdMe1Jf!~F+9c7b+b2lc*^ z3CwHxNb!jel`en^!3^5&1tvLjT&4hVKOTTA_ci*NC;pI8d>o~CoeJG)myKX=R5gAy7U6^T<@ z6B~T#h`J$q5!sq}`n;3oR((+rjNIS6`On>F-yPA6o`I9pz!G_UN^0Q--7EFXej5kS z$J4S)AU}HVPEqQXxX64CDt)B2CM7YrRxduMj|qwGr3Jg76XBa%;B}VEcuhaBe#hyB z>anY|8DmG-jpXbK_$%_TSc-%iDxL}rflG&w(@kEliEW`C<7I?Du?g6cDEBY<7tbS9 zGONU6h~>1*L^sia$T$nfk0iD~WK7WD^<;xdZ{h>{*m8H!VNBTq_b{YGn_#3((FT$O zZ6!_EqQqcP2iD@@X}5)7X?G0qhfk>N_$AHh=<{-X&;$Lxu4?mAHDEq1oB}Z8g21{^P<`|$kFqd-#lr)M6lvVqrU!Ur+9TM*~ z2qQy34J>n?thgj^5nfwE$v!4>XFA{he0USwU=pBm<~||3JdKXh)jxsO*{hKR%BVoK^HtN{P~KuBZ};>l?R7aXpNuXm4Y6aeeBGd zneXyBgz(Cr3a($46z~4TfWAn^4OR6o+4*CRTK_7=Be_B2xc4%;r`SWX6ZibsJ)YY1UDM?TPs z&rJ2dQ2YID&AVvNC;r(%Aw@aYzg8zY2Svgmlj5Gqz$QE;*uBx_qf`U$BJTSJJV3!F z2TE!ZCNqqOI4c-0EK{nbgYEP&8>&^LT(VmUX>UJfC!;TDSMrwFa?(nqirLda(I_RI za-S}jzG2TsIu*&`iq1yXWm@rrCfhH-g++ZwG!w-n(N$6tG-5s1;S{FrU}jFG*%4?; zf|aIpT^-fw45Nj4Yr29QVCb1_mqBLDls`S7T$o zny5ENvjafK*=RFd{tMo>(a&GL1}jh?p|LZ0Xrs}bXA`tn%OsQJoriI})#_7e66~Z> zV+^-<@bv>nSmHg&e8&_tnWuUu-u7AXIhl4=Q&XSuXZ7 z2xpoGxi?Rr+9>1Ctgx$pW#i_h3IIO7$rSs@KYnojTk^NVcUD)|!rIF4zZLNRqaVF_ zf7fGuN!N~$q>cF1i;2#es8bN7H9~u?s)(nuun^-HkdssAO0zh#&W%q}G1jFml0uPz z%7x+~0|_a5C|V|1P|5WV1>wHu&D&p&Pf9nod7i_$A5C@~c};zP0@&-mUamxNe=di3 z55W(yrqcUc-(FMWWQOdn(R+YT4Nm(UxqKI!c8%3t-JFANcJ%j!(YO0w4VhdZ!qGCU zj`D9l>qb#%~|2TXMY`dVd9*+T7oP8tVWI$mF_k1_E&ntzGqB z(|BPFOzAEAKDj)zm$_xZy%U7$2;Y>E@yJfcqt{8QXxaeorOgi8El=)3h-g!+dbc>T ze^ZA}oa%}7bpDiNTHvgJFMT= zL+&C09$=Mc&`s^dVPqOYi1f8gh~J0o7s;$W97x@3~r6YdUOMt>QkxtT z(+*>(z#tlfvH|JZGJhIS=Z5{##|eSo46LAr?IG%aHrSkPkcEkh4W z!Otu!yqMEZ@t}`|RBiJysbiiKC!H_<6o%j|si%6xs9lzfW?6iVVYbu{^`8019QWHB|GEbAQ9WsRgA z8Eq2GhI0|cdz=uph2s3pBJz0&tRP>S^_3(-i4l*1LlCN1=Rv%LQR=Lb3^h)?v!pZ5 zl0X6;i~hlRKHB#(&?K+BGMQ4Y2co0=U96*MA;Lf4w_LED({>0yV6FI$(xu;CM&T93 zTg(e!bv|W z6j)jDTz|dmkNNOj1I4n{Nl(7)y;QR*|Jse#8MY|0)He7_Vr6)tdb$6V zAN2ANt}J4Klk3Qp^&vQqpx^+;*{DYy!;ve%!=5D2?6q;5N2T`01{SsY-mx3Ty>z+= zj_4A;lGZ5eUL~7y!ahSE1u&2iw1Hp|FQ~HMb?>(s87~s^z8LY2pFVOy7tr)|4&7|r)CM#j2 z2uNUe_=)?bQdrLFNRthj_(r4xEx}_5vGdz_T^JD{c240zGCLOOqqF^UXd)F_REFy}a{8}p+I@!f=5jrtCsHZdvn~DRQJP_x6sP#Oa zb&x{OX8r!O0`)zAl_izm8bB8Z(R;EZ{fGwUKUPBHT*i%ED2F5MhD9LkZdsz|RXm50 zI%h0zIsxl_iAWa4kabdSUql0^^c>z4{%a`PjXO*OfwmrjDj!6|Z|8#{D_L9XUAYyR8G5nsOgdlFdQVQ$VKMH)zz zs0;=M4@tgpM8!!uQz6wvj*umD(H}PmjKsTw3PL7G76W+nK1Pu}7;|juh!RXrk#kGO z>(d-CRWz)A^&aotnKt?4L6JAD&~41qW6Taz3F>t_oe7!a805k4X!p^Fr5m7^{Wksf zKHONPw_Pq0Wwusm7dRC}xArsei2T>UnF1}NOv28Z+t0K!xy;ifqCp>0RD(QmTP~s} zrO-n1xIX^HA#N&5Lan8-ZtY)x$$^p)eaMmLKM=H zubMzlB9&m9=R~&KfZH`g3X7^7xGI$v85+A!PXc3>Ii@ILog=G}HeVnWepPeW;Sm#^ zZXsMf-%RZW%59*ii|v%#(R-E{&mhfbtAx;_7oi>%zft5)1nPqtx2oQVZ=v(x=4_d~ zS-^82)>u_=iA9^go_%D^xU` zk-l%Lq!Ae`IhZWT|Cmv#N?^{4%F04flcP~B7WyEQ<7pR;s1_12+A^4uZvw2Vv~fLV z!5?}GiaTWal(V`I>SR8VmTnuTMhs@h448$KRi@I%c(y(t56vTtX`kz>H1FMgT}5|>lRq!$hD zsKtzgPMoE32Xi4NB$F1H7%63Ts(5ZQIt$~uELw(LK;2Q#okr&%(P2REkM)9_HCvI~ zA*g59*q)KiN=h0pMyy<2FL_>VN--x!JvCq^Qg5qO164R`Gb>d%H4{U-Zx?7fK=L%e zG^=+iUN~%@-z>YRQonj05eMw;q`CmzkJpZ2VlB56oH${qm}9FtGLwm<6#7X0gsL)s z#z1UxZ`x`!fWEsEDy^~h#wo-2jL0+qFKO25RvwM5FrhH28fcUnD=a>et}Gc5bs?7J z$Va&6M+~vX3?txtxfBWbV~`n7aUeJyNJ**|mqRM4R5Q;2-v^XrbFN|9oW|&!Ntjm) zoR^0IK_m5s#?s<5Q=XGWw~($!qc2i7u#;V2goIA*C?`b=z0t~MA5CB#;Rd5Y84S@O zGT&~9F(d5AX3Iu8x>KD7t;LNmmB3<&RYPVIzeNyK{7A=ybY05z=eR0T zt)QQzqT_4Ng^@1e6C9l-KipS(1Qm@Q%19i0+U2xKX|*{l2_3yHI;rMo218?>pU0KF zhk*nB__Uf9d-P01aX2YG(Vi{L@G%g6KVQF78(y=znm8CFD0*CS>`asd17dQbEjleD zQ)MW&fCKk2gLY3DgLdB;!)A9H)+2S`hcgx!x^-TX`(0?b^EFN1wiYFogI`Ft0kS8T zlZOSrlp5lu{;@Xa3CF0)<{Qk~QfWENCLQnZ8k+&l3fVBX#rnjgtmRk*_UwGBzVyQI zJyI*7b@W*!P51?)m^Ha3iHXby)lvev0eN_bi zl61iE3}s!!W;x8-@yl{|7(TZFri&r6PN`3QW85o_pot{&Bs#BXl$@{#ukeLcYKm{t zrw?|FYqjVT6<5qLReQ|Ybwg+Qu@8~rfuZ6d();v} z_+XE~AX7tkgm~?xs2{mcWHI`=O;Pz=^H)7yY5iioJGT=t=<*xfLBEMOqFOmv*|$_E*Ia7Bi;1^rAdWDCw?(&zrH zW$dS2vxiGEt=?;)-e0(LZ0X+&x)Em58933WN6isLoi|fPbOu;${PVMcmw!+uUZ2rq zfGWVnD@0dU#9oyx!b>lDUT&w8)T9yYoYp}cEg#V8Ybo3n$H;yg{e*Y&Fr{nW-f$t| zaKm?ob*UzJ>_fZX7Vu}7)i3d~Y8&pQQv0U5>g!{VgWnkR#&vy6?JdONOn&wvAGw*Y z@;RV*J%6u8RAd(np+jhI8Lht=eX%T1 zjKmpwxX|;)3LM_>CHClI!{2{G&V|=|R>1g zpxqFKX*szve3VQj4-&S@d{{^7bU(Dr{N!QC(FTL>iIG?Bc!Ht%!WrrhtJW4*Uwy|c zmxdXti34Rn!;ix_H85k;c8GqMQOlUR20s_2as1Y|TC%DHW(H$~ zLbS!ol%f8rP7+*TCdK`(U6#D9hvDQm+Pf_}#%jW#JtegA%p_VJ|K-J}e#TE{*ARs^ zqjAYeJAYT>O&gVR3wTr|!RgA}pWGDuCJG3HK!7A0_F#Iz&`g0IRt81oAA(>pfP!dg zu$VKen+e0|1#aImPH_Jf;asmREJu$)A}SelpP(nGEUGJsJ{!}aAJeh<1Kg3ePgk}; zP}Xx&v-*ob?R(Z>HIvmRIE|gfeJ-V)+ic@YtE5ChpWt{1cLJ)zCK6q)R88*oan4RXM8PzgT%*pp$6_ zzHe1$Ab6WtS-(n0nD?;CyBooA8Xg4Q zz_SG=j+ZmZwkOot_tyD_llgRgu-4V}j?wMvk(&d$)XNrO>gpztxj8=_g6^8CL|>$* zJ>VNiSGll5-9maA9ZwK;Yo{fEow#o&(6=TUFcX?ak$7-`4Y)FE?<(3&40LL*>Xog@ zCCK9^E7n1i2%p$gm!y^?0WeWdm1Cv}uQQx4Jo_8&-}OQDirFu)wEIfj!~uW_JM!XZ zY9V!1?=%{1N(v;6ybQJSxy6fD)OIS^(Lpl|EmYPUhoh2Qkjt>?E$1+mrjaV<<%PxE zDov|?4J9J`lcd9FakA*I>QzQ-AzbFx=s}(Y#j%tV_c0%MCZWMQBd4d(pNF3%r#u&u zH}1|oT8>@!?`PBxyB6xt!3lwB7*(aC-Y$-FC7gRDrZgD`XeB=iI`uNlVKN$RBJse# z)=z8%iCy~@kSgB=XinO8JRi!g*K_Zz1}fbWsp&nximz_eed!4s4R3(!jJ?WEqN~}` zA+-h5*Vp?ZDc!ES!B@7ma1X1O9<}42pr1sj5gvuTfHsutEmT#pANH{y(<0$=L%iX* zvpL0Or*e^-aPkZCZHTU}Rz&}ZjWS6=E&?p z$39!0wnd>OGpUT#2i20PfNOO{Te|TzH6;4~Ylo5%;cM*-!3Q0JYYK>@t}c{0pBus+ zLJX|fqv0Vse+w7vc^p6Y!kZlykzB}mue~ob;u{!(Livg!P^Obz*j*t!Sc}}p;!Vd~ zoGiU|A~cU2ES+G3I-e+_oEfbwNe`KT>zDJ#O@D1&~J)PGjjAbYbR>_*MRB+gFjuPq<%4} zkA-zTZvzx}ZY{CMWsfY!lm)(84CTJpYiU1oJ|LFRcecIB`2?Sn8+|$=@NlIgfiej_ ze15tl^8SMO8qewG7S(2TYZe9)5`k#QCvk7exqsvq%&rRF*1Y=t_0vDJ*fn@{%4SF2 z1l+L%+h1XAI`uSc`t8NsY@0z=kg$m$(sJ*)AT=`emzUG7u*gK-8`F%ab8GgjXt=Oj zj_pTg6Yg{Um*}O;{+Dz}*2yhxa&J}gkhSPG+$eCKgC*3%u>h|bnJvywwxOyMnq3$4 zYndbT%-t-o8>l{uej@Dw_@5oWOE2B=$x+2x1jWIDqf8m{^;8FfL&qp!$tkok^N#`H z3DJBpgMRBpZe71E5v1Uz-^p9|1G;`6Q`YDEdX5lCd-*LAtX?YZtV3+1ZSc95dShZo z9iv0M8|KdVA$Y^R7CXE`J|n?ChoukwS=g>c>@G&UmkXA)igy`VE{H54t&!2iLUK?M zE+Ck;&)~bxnmvPQLKbL(LzxyW;!x-@N*DKvoc5GQ-g2mbTX$A;U#N;EZ}0C2DVh`A z6Dll&F0yH3d58OFALRGE{4ata$-gr^Ex+^X{})E^qP0V5`Fs3sqyC%su>bil|1oI= zO}~Y4V^Kqk|6;BG2S^b40Nu;D3O^0fAHF~0#utJeLIV`&ue`me7Hl>MWHt(En*c*? zTixX(V#$Kr!eU;dS(&f;w7gJGC`uwhMT5%fYFopTC+=gXM#aO25ldTI7}ms{!Ke4< z%j6U1VVdX8f^pW*YFRlyRsW_$UHnQFTYY%eokP5Km$Xm~gN_y$>mg2Gh;8MZ7AdDD z=mqRr_oC=^@}{fU@0$nbr1Q(f4ena^D9ugEBzK{1Prh}Zw}V>7U@ezyn51pK7A~Ts zC)XXI{gX?)$8FsfE&_)uI6Yb(_NPZ`=Ii^vIf&l~x zwICuK-wu$@D4l_AG>Fmxsti?10cAF~cVorfD%BIes~koY=YhP$h)$UI=Ky4#5~30l zUc~b+z-YE!g+f)67cw7%h3vXPjb5Oq{uiTZ`3OmC#JyVw=VV;zFUry()?-tJ%ex?+ zwx#?H3DWFw&=(KFOgs2n;`HuUh7RQ{Up1k+3Q4wEGZOG~imScNQw?iN##pFQ5d!_} zHZ7TEbL`~_T#@0k&=$mVW`|3bX(LcZsP;%WJ5fX#u7X{C8110WzR^|G6H{(JcnmNk zXZFX+#W*)OeMNC`1V9GM&qj3_cD7QN%!7*Ey-3xrg!bv>oIgScVZ}mJaZbw(ECk(F z3weXL!+#PCIITHP5?L(@6KcXkW$0orj7SRBX0!>V3RwJDtPLt#@%@?Ra2az^=JlLXh>^?Gr#<$M zOZJY_d2PC}Q`N;@{3LbM7wHz0qFg~~VhCKzO_VIWWeH2Cz#t7uNvy{Qo*<%ELK}sm zY+*4Z;;h@K3>^Wmf|jHJA(Sp#K*bt|6HfGVcn8H$@fv%iy zI>T6vp0)XvSn{0jJ9vYNN6FV$bZr_lEki}R;;Q7K+y_l3G=9X~jzh`p0R#!F)1SoT zfvz)it>huqw{(*mXuX|=(HUTE{`{-6Y{&h%GZ1$>2*b-C*ZdjMt5la=+2k4Bt8xeR zxgb=>^qJW!Z>K4Dhq!#^nsY@9;xS;${Q2i+@s5n$3!}DylKC_AXX%dhb6cSIb{58G zfVcTGoVM~!D40a{E3NjzHCVmbaQEVLP?^%ZjQ%|U)Hs575n)YK5V54W&;^<{7fGN28p|eLm19j;*q$Oy_>?rjP!F=9Jd$!tCcR@7Y&P z674;VqRH7V0K;XmoK5i;aSY5nTpdy!MOy{c`FcA|?+?;!Tb{-)%rJ_rXV^&l2E+CF z{>%bwlP!j{_^oQP~?1clCGpq(gqUCP58rtTd7~*Ab{AAs}cuyTHAkT!e>gdJ_FvYFu z7a@|(#DX1oWE$iIs8ZND_`X3uiYr66-rsjn&o!|@otV0gm)o)EdN$g~K z-+^r|+7i>IT`r7>s>?|;=y=?3sT$R03wb#J#w8l+xg1_(Q{uNNj+zAQ20qdjSo~76 z)iWbt*;bPn+n#@%gPkGx#WMcg+aYgBG$rYxGaw8|Q?yXFJ*iizmK`uewqxInhwG*` zkQZxhYP8$1k}Oer+NSZfU!^JEwtJ;X&lnmMYLxcLpvHUH>yPFQVjly}`ORA|`#ZYg z4%-C=6}rnBjzDv2Ibe|w7$pIsm=-}+0*HNlBLp2$dv@HMBh)SN9jK+s^6_xmCi}-L zSS#48Y$P=V-;jlaK2ENx4_e$h9+w8XFV5^EVmF(v)U|1>bD~E}_n=ZUnCbc`TvD5h zGj8p2h&lFl6N6k5eNL0Ckq@Hz@QT=PW299y!?$5q@z0Wg!S^|`pO-wui2>Oc1@$-t z)NR_y(tPIw3CqH~M86fbDRp*SQ*x9{3<-2hDDMJLq6y5YP}HW`J7QL?D9EdS^J)0t zG;)BF@U+&_*j)ZKMGWvN3PuYr)cb5raOaHM{&jif0Afxfp?xhJq?|I^R~DQ?`NYN6 zRaSfdi=Cg?;4UcDjg@#qLC;L6XFimRF4TklP^dG2U?7pbp-py^hygcXG(VQW`g}-H zE!8Ya?=Py*oeUnvpLeG9DDm@NDz0u(?tL=u34n?$2kDlNL6RYY8`jeMwb|wg*Wr=* zW~|i955*)ip3rJ=@OJP(yeGOCcMv5Q^O>nr-%+!38^uHV^4-UYaa@%NL)RelQ0xld z&yGpIBU=)r&+^I~pG*BlUhQ2CDLy$V{5dm-{1Y~tiat+l_2x!~rNmuAHda~TNz7&c z{h^y9RWZY6V0TpkLl1hczl0v0$!Btv63sZ!!&MJiJxB0vu>ZVwRx`qqw|qmVE%<-@ zVEecC&i`{Z|BovAfAEqxAU&{@Uba|Q44hcw^3v+WqGb8oR`R7JBqV6@HVQ9R>jOyY z>wOH{Qb;6N+jOJqg(`xBLrDq#l-UUgl_iSLCK3ee$zA`j78=mtLk1uN{J)+$SUJCc zYa|~}B1W6;cb$8lPfv-YTQ0{4Ka#5yUALh$j{@i_k7mHUG>40h@H(z^Q%AG9oinG z+6upDciUXtsOxU5aI}UrHurkYZaOGBtFX4BtoITy+n<5n@%EnKuU_fuo)Ek|;)_^s zgQ9La(_HRtz1GWjsjb=OSZ$nR6`nW^PLs%k33q&KfG!wDr0ljgDF!<_L6({L1qD$$|VI5QYL}aUtV${0HAayhU)t z5pK-b4>!afMj|l(H0KAQIr`oe6MQTz7*h9#G6pxUT%;F@mZ0S0r9JWtn=*kM7xkzj zbSkVX8Is(Oj2M5_(|8?-a;IWvx)@0jhLeXBd;(P6`hFw$oSyf2045HM_0rr*6+i%= zzn%eo6Rr&43f>7%BLml_5}H6X#qtET~U}#D9QuI$@Cnff9-I7bv=quSoQa=uy?eovk)b zP#58HP?F2aMk+N#h>+7gmmD!AQ}Ko@#7H3B7SiQR#9ulNlaIZvtO251Uiq?A)y2nR z3`uhiTXU@;wL?}6$+^l{wWclA zDX2Da2%6eMQ~s#3Qc;BnTdE&nG-%%h=|*fZb&8c1DlgWZMv_E0x0mW8U{)KC@79^d z@NES?DQu%H2$F)dCkXyDqYFP>C*Fs=yMNk-ZR0fD=Xen|K)xk!Wa=Dl|0KI|tC|`) zo&m^-;V)AsVa{%!!#ZBu(4~VD0)8|t%Gi_gnl?##D_sfP+0AG9)_wF`zi4BL6^qE4 znWb3)&fJ_^&*A2dO@F6)BNawe;grC!qii?%2eIH+s8FQr8VQIB-HeQv<^od088Ud| z*$B_cN@u1Z5!M>Aw6LocRqL#uTC|_Pwe*iv_>xvg#_S>?wxefZj{pc_>X5p*Q3EK7 zljG=4^3+ho-zr?0qCqKX@u5-C+#r2@CzA44#%08;7>jWy+z@rp*!BgT+>Fzw^%;bO za!mQEnb=T#P|D%{)BDzxnTT8^>w~VJdT*i7`BY{<7(X;!Do9f!ff~6CH(1uL>dV-e zo%=y52;Eu~6CUt#Lh;;-?v_ZrtJ$1nlJN}|?-1Mw#SXJQ$%6)No0*etU+lJ0KYHS( z^Yi6^AEOh z$S|Gx6qDdkQ9M^sP#Zq@y!nyYzmwa7Si_YH_3JbygW=2si^NVrhKSXPRPQ4~r2Lk&+8x@%y9!~GV~9zxLBCmqGdmIg5%f-w?FVK;^!=?J3N@Axv29BeI_ zY^O+WT;1Gna%q_>Hlt@3v85(0R5r3}R}s9Q=TwBmKr{RtU*=-;Hl%Y~&9)&xLIz%i zmHW#bgx&Q<5eX$F!^4$KGM1Qh+7N{pBca8HxT2iF3>o;l{hf(+o@7N$-n8hzM84^J zN(VtLLb#VkC65Bol^E#g%u8sGSg;PbmROmScdY6p*HWj}#5cUy=BjvAlT9!a zz-Q_|+(P;!krd#TAdp*1LqA$rk@15xJV&A>=o(-t+`&yFZN?4DisA9r(ZlX%HBVNW z<#{F>h?6Y+rm7bkT4X_P+8(Wjotuv%h`pJT_H50V11=Vh0SzF#=mzS_!wB6L0}R-& zG^Z8M$-7rfm_W4^Z{OTIvu);*2KJ;I2j-4f z+T-}%9E1C|6NhoWFBgt0@E&|e2-Jt6`SWV=+WfgWRA=cLgePZ*^*RmXJixj1IX_T_ zzLzMU=^e#OW8li$8uc@e*sO|NKC57#zVQ)P=sl73y~#TeKrJTRQiLyL+FuR zLL>L*4M>qZAZz9iOjl9Q(2fzHt7-@Ck76Hgu7n@LaPc!Ctamu?3?3{xthe~qw%Rie zzd($-mS5ZdqU@cbLkrq2-FU~gZQHi(WXHB`+qP}nPIheDHc!6O-KS6gSN)H%F4nrO zHLB{Zdgpwm-XExQQ_M{nA}>_mntq-xm)fjv!9mQtQ96v3jXfMpZaBKK*Q}7^yAjqCl@})V2V0Lp*8!Ivk`$u<4QT{I9{@zOs z`tC!c{1oq1zS^GmG>p_yt;_lMB+_vYNTlzo&;QKb_P%C>RJ)~w)E@l6n;gYB*>Bzg zb^8K0Z|I->TDVePU__N@9`T-@XpU!MQluqq$KfI!A@2)%tp#sE)2DYz_I~TcI=y|} zZO&LZSxPS@1!itwQ!_VStQnd*IVH(kdl`F*;ta(RA{7de)0|m>Y(q?@&4@;3?Wjih znH=^N_mNKhk7SRa^UQW68LEo?k_1;lk(LTKakZb?&r(WVkRP{5Llp`!v)n$KI7y2j zkb#bBw3b*gVi+gqNCw{4%w$Q_InjWUuKbs z2xybHvn4|#S#5+WuI!8DMC^Grw^k7uSw^JP6}o<_{OwCSfmEs`tO&1tU1FRRP_h%s z5v9lPnDw;t%T{Sl%!^A2d8W3hzi!=5^T|E^MgwN&Lf}lJYO4wHbHZ}hc{aAiJw#dI z#f>!ng7V3b4w2OB!WBxlOOg_;sq=KsN$m<{LAi+y#%`QX5|`zaM2Hp75yG}L<6$VEhTQd1de9nQK#d?>Bf>H z{EFJlq+O+|>jn8z3xsIdx->FH8N`C-7g$Hh!Qn0bwHG2Z2r+joVlyG6C?LMyU&3;c zI|@qoTUo7Sy~bpJ*5ak139_`b$5^Q-Pv1(jK$2>0qc?zqWPQu(WDxiwshfWy478D6 z5%2UA$@DDoOl@5pC>@9TU2!}#TYNcCjuCB0;wiMn*loMI-7E>3*xkHoCp8xEF=8)U z9q|s^Wf$DYe@S{27&!FfUA!A(8|6zJ6Su_noV`BvAb_69g2LHS2};5N1M`Ckp$+k1 z`gi7*pvV0v@L)k#cBIVyuv})`eSG;sJkx&&EM{s!@LV&QpX~=JwuMHxXtyCQEbmAhB7;p?@CBjyK0d>GIn`TeQHYIJZTza!dHmFU>BG zP?fuGShru$Z#;*&gneK70RujvqkUxTY&={+WBd@wF@h8LouA0t+|(yx8~8uS_4Llk z%ls({cVQRXMf;J;sBl1S^&Hm7lm475uYdUI9r$?A20?mUgQ0=+17GAp(uQcRLMBS6 zFNmv~Cd7Rb7jY10ff8qt5GO&2ljo9@MJHgqVq+iXewaVHD?&!hp`ErxpnJ!Qk{CFJ ziPAE7_=y%9IHfJ>l8XK=-Shzr!E@+#g>OrDcv8mcyLtpHGeSSUnhPe{Uw`Zb};RRIr#0(_$FFwS# zhc9|~62!UdbKs061}<9HRJ7umdr33^E*f($8Y8jeq9zgnlW<3i-}jI(_AY9glwh<^ zn5G~1J5rG=JtLxs?MEOeE+S|zd{l!qequ>vEw`IGD2#9 zZ>K4#y!l7QGD(a>pF^_TAAXMtqzW0J(q-3{1Ax!O%Uc`&y@Lo1m#e@OyPbUx{IVJN zXBOcV;xz=g?j{cA)ikDWCx{GY_raVEO3T>x1=L|zxBe3w@N1#~X=yPWQcl4sS@FFE zm~6>K*5_nw+;z88HcJ`J?w$49_P#3hQNsVMz15gYLEjNBML2Bxp2MoI}LX{?US zHgQQM>|x@#{iFGq-trMF^8U{9p)diOksxg4Ea;1FLjeZ5IV?ww%W-nuQN0T<3b=%z zIQWqaASU7Z?9+sG@1N+b6l0Nmp?}fC{u1+>7{v+tPBt8W$scna%-W~bAJJ#IgJ`a> z_{!Re?I8{Ew#uVok@8ovgY_lE4B9QDPi=Yulq}e#U@yc;}k;)OM`ReG_+<& zZ|Yd%P;R8Lk2*hCEFYe#p`Aa$JVOa7a04I314qYh6zlLoF<3f=3*cKKPt36?X}jls zMV43ch3-UH=N{Xy&1$><5_k2;71?$nb;~xWqatq+Ncovv@{@N?2#i=L#087%1BN1i)|a~$2j z=2G6h5YVwMtRquaD7gAVyeAd4f@yk29P}U;rbqu5Ebu;Our6=i6>Tw|ovfJ;?Bwzf zorE*NK>qXQnvr@3ti`QIS~y#u)n{C=Td6=-NWpXOl%op21c}s>vspre_fk@|&F#Wi zL-x)$Nb=N_}^>L;E>=&f~ z9S`47Y^Qi`#WMIy*?FkZAf?+O$Gli$@v{B3C=k(XT#_(N=K?bx^+ow~^g{~vV>!2| z7+JzCzb=|#01WU=vblSh7;?H!UErw_R&xlDq}oZ-;8;|dBv4);*tp*UUNw!ZjwNDF zQKuT&XA)2;ua`zwN2#x>QljyMX>w$Uq}d~9kx+Hc9mxW*qEwNud8bh|X6kUj)W(1) z&Vo=jA|Wf2YGT`w1jcDv=(r$q^x4T_aR0NYhp(llER+>KY1|Urbyy?ad^(;v9NfH! zC=PvsaT(TG`hZtw?+9kkG&mrWJ}!f?JeVDj31;O~#{aLCiE*JEXn1_p2!M{!YRM4% z6Nrlr(2nW~l^7REqS5@;6brk}nDV;e$!UTcs%s-C*I=NQHSHDx*m_NCOOaTS;zXVP z?Vd=bnZCR{roXnyO;ZUqm-1D{QB;FFhjLOb*r5Ys6D+!miN>{hF~PO^adW%tlSr^) z9+cJ?^ff7&UPZ&0A<4WXUz+G{-6o-K_znMDw|P}Su#|HQgMF}S_D}$oCH2ZUj{^T^ zykqN?3jk$Qe;D=eEqIkzl4ZJL<(kBVj8}7cRValdowOROP-X+lF?s5M;P844HKSYy z_&;Ql=)+2*h<$<{%{%JATFa^ZbnfcRNOBvVjIz(a#hV1wvfVHf9Ia)Bb)1tiB$who zHTbE}fof~Ah_QVd5wMNPIItqj(RQSpNl-$j5H=?3}x~mc_QIZ1AyV<#N2`JmZ(9Qh&otLtB^~#&Z{vv zQ(!YCHd^=aCmh|Th;UmCDc8KjN-8v^VdKPp&eT-8Vx9Pkd6ed}NzjYrL`8WzvlW;1 zY2(sb-JASPT=q2>FGb02v4ih4JuqUs17gV^4jD@yFP!}dz2T+tw<0Xy_U17Oi z*dDDQG5kB|+Sql?q!VHib!>vg4oDEs2eW0H(h)tNCKRm+M>{466YVAPGsEt7jx(cF z<72Ns+LU8%Ns4SJMqQobc{daZcSS-3v<$!_aR~IEMp&6ILgnPY{%r!FF%o~nx?o@3 zS?HTJk6A=4Qqs^W8*oJikv2xmMQ>3@J*e0W?q|S zI*i*1b&q&r_3k;6rfk#fE|499nqq!LJ&;evPMWMTZaUf)f1}90GDQx|Y0j#h=l)CL z5}p*;Ho%>`G&pf--0v8Ji#lX8s%PIG82D2oUdIlnrU1AaTy28YJw)9$hP7?c+h9wj zXjN?@rpMh@0sve$! zey8&mTwCkdU+WItD`30zz`iYT`|mK_;EIXIu80@%x8iYsa#L*2!PBef`5E_N_OFKG z_>J%XY=`^?H=6JNwn6lMlUbSnTkVklXoUYqDrhydm778~(>KH#Q zkPIa#I4qQ(J9drKDeVfPu@URm9M{V)7SR;>W_?y=)=3TJ>+bCtb{F!5V}yg0V+J|I zIL~9yNf|wr@bISE9Mb|B5*5~px;J6q$;!CsK89+mDKzjwz*TA*aV)aFBNC{C)cnaX zs58Y{0*c&7^$uPPL8IKU?_f+e%k7wAu121$R|6RH8##0M&B=BY1e{%V%G1 zA-hG?<^9Z9ZX>VmSNeK%L&pdjjH~zr28rQ-e-B^CEN~ZH${wygH0^UK!214QFqAo2 z5T8!JtaX^G$Y&rr`Tp?07rcEnq~E^EuFQ zMTF2iT!)Qyp{`+#%q?far#X*P;9L2yZ0jOzK)h!*uADEEp0}ruYurB1E{R*heoKF4 ztgB{=M;ZvPDca<6t4gY~_ZrLU)JmrEXfjJ>BDIWV2Z@r@zXJ+xny8aC9CRgWKnI}i zGuq^}AiPEkKMIJej)%SGJ3;!g4U<^SiVX@T1P_{P7+;s;Nlr6g^YX9bWfvio{sOEg zo5Y9r854L}KIGwQv>2h2Rj`gp-Ds=R#~i)lf-U4)M7K7U-ufzP7xUv26)aNYkuvaH zc&;fuiO%kpl#DSI(_LI^PPFt6&YdoB8D~{j))KiaKij6IYW*)1osxEhcF!+V`=Pe( za@avE)`JrI&}&@^Gx135tJjwoPcX^-muJ1r7?9xHK)z@As{;Vwo5S>s{kn(X=7(;B z;~^hz*l!?z;zQXZye6PK{_VR*sa3&UKVj2_7XFthuu}b4l>cjhs{5siO8j5{&i@E> z|I-zecQAG|{!jez{~M?xV5D#N`~E-XMYZaNBa$)lkM}s~2Jr?IO*g+*jYtABNibn> z6Y9DmeH@TtRRmkhI4Wv_j5KTTd(@9V+{`I^A>4Za6FuGE~4CjHd*Dd2a z{{GFzRtV6rd1Ycc-A>L8*U9G$N3Wwx@9RgR93XTarXW;IP(7~L(e*fesuTFA9d{Ho z=^(p*qCRgT0|(N`LYnGbm9jf+09aNsE0VEG+4a6ze1!p4=>^=*jT_eU(IvMgutq z#|kTDXm@U5qQMg5bt0g_ITo#O87T6D;VgpLGzOXj;bwZnq<^PO?vfcy!&N!C%abKu z&p{DEwD9pRqK+Qnsvu2G#u!I;UApDy+*#^WIXNV%82Vf8gSd36G+KRl(G0eL3#^b% zvl;DW|IWrMtdA25j~aOCXcP$IoNZgTV!e8r!oFV}A_l2~sQQZ`@O8+KLPbw&d?uC~ zQ%Ro^40VPlfhY+kxqt%aoUCX%+5vzg{a9d%llXB zBUAX_{p7cUveIg{TOE&`9;WFsScK9{I-Nxfx{WcM2ns-gfT;?k*H@(f<1jRPsYo8v z9dRl!i#9RFE8Qwz!j0xJu%SSCP(dWGGHnzMrVIK0{$X9>p!@>qds7hCYINU{5PbRC z%A7liRPnrX6YnV}mR0l8jJccfZU4t%)S=~n=-@bp18tg`%h{jL=r1a?2%t)0q<*}!)=QN{)x#c#yHwO=%_j`4TUn%j@QSuyr^%ASy<(}ed6F_sn zyA^*QZvgFOD}b*D;3%YUd-!)HSh0m4Sow^2P5HNzpNSYPS{5O*I^pYYy?UMQot@$H zeG|45)E3?c6p+3RT6TX&w0M-WJMx1Hq_fhIw8^5Yj4fsjZuf zs-+#6(+EyT}YQu z;N=rPWBcy`*?^;QT4J86K;8Jy>{@SmD#=-iZ=6w`Oiyjclb1~h&h0A<_rN-m-JYQn zGuObFHebzLU%;ot@C`F@3alh{BI`%rC{jMe6&%B6Gf-3i+k7FAIth?DD&^5H-4(lO z@7xpJ>*rgn<&(?jefvMZ=n#Fr{vqrQL5GA|Y_wu|Hx6-$64eyv^zDCfnu^6B?#%l; zrA?GuHwKmkD)vx`kXGQ2J)w48Dg^$v+A2dIuDwoUUWKX+JklJ(APD*S3X6t?W_>1e zVP$3me(IsX1sH!spkNhTgqsf7=f(lV!p!}+u?FacwnhSY`T zI@A+w7Q`&RJq=hdXbkgHS}!|Y2Fc(Gls<>J;Ha9>xS zM$wyM(R2Fs=pX-!B3V8r=yB|KOW*uOZ1DbH?*sqY1OBH0R#e~cH%Re+5?ZU1t>qTv z(L-(;VJ0Tf4aseL@FQYU>+cys0N?t8jKGQN!w47%bX*ID=V-0}oc7+~<^2^Wp1b)b zKXB||9I=C7+DOQ8%*k>5`|m4j;rS&Oj}LH4Uquu-oPLC!R$ovQJ`pj2aXl`Mo_jRJ9}!Ku2f zbS(t^qd)Fr&JI1Lg}G5rOH{yqqBz00bK)+*AdR+Frn(Fp>rnJnN38zfd+`Wr)tMh0Wow%EDgnl({ zaQ1AmB*_AHYPPr|Mi-a+A-bv4M8YhL^gQ6chke3vR(-;$67ZhhClkxZxyXf zx&s8&quw1jNiVcmUO2;CJ&j+fy0-ilLhxMpbF3kaV=<};vK1zg7ORIqhdwWZcWEVx zf++ z97!b;U%Qe);G&Y9{YkK*13`xYMhi+Kra^@@JaD@Gj>XcMSUB3U9%&?#xRG9P%$~K) zoA7@AB*5A_+1CJ_N#p50yFtG)f078&s`b_sr(4ydnY)lj-rDGek~`RL*(S* z-}2?y^i$9&Ajcv}LmvUlU2H#~bX{3B0sz+i7;@?x+jQeush*_=cRL&EeWx!080k(w z9_XBcDljr_>bL2l& z@Bf@95<*J0l@>bK~a(m!OK9Uq{{j400cnkxcNch;Je_3x!XQ_($}U4BKja#th$Ra8K@Yp!(|FaYv%5f5s2zs(+>r|5g7?9*(5`9@!^BrE7fUid0ko z3>>cH-G7vW_&y2*y|t}*gNs~I@0!_%f!I#krNMheIK_$=!Hx8)q00MakK}{W5JyBs z5&DDr5E?520i`jZh(|rh_)Sj6rWXvitY?hCO{lNJFf(F-S2ctQaq@aFLjej5*5jT7mK5Eop!cA}kQ>l|sf~E$};yi{x2m?g`B0MOAzpP%F73&VdT9}2=;^D)&ve@&atswT%BD|==w3+Ss!n+~|l4Pk~Pdd`d zm0Z003+o@|>3W#_l4lEJK8QgCE=*8jNQoF1f@GjQPrUNuVIHDX`H%;76=|ods6lxU zYd)CR(wIvy^r=!};T=Ly2Q{?N7OE1_xZjefdN37>j#Q24>fsGZji@#jgz!G+odj6G z=XUz#6f?2n!GS#yMjAVBot&QL*62KH=%m3AnfC1gNh1cK^6 ziEDGu8QXt&8Pk(q%k{n^=O#Xqo((oqbs4^b$#3OogW)$rNSLY-hx? z;ITsRN>Vkcq!K;lNMazOkcL1qrn+rfH+8kVbo%K9fqZ+759MtKMds;UGvCQaPBbQS zM}#z__)hvNQn-rXjIH+N>e_BftL6@B1K43iLL}T`5)_Gei*7!2C%iUcx#;o`)V=Y7 zH|TkKNh>eq`kqQ~^Tc9$2=$YfzRCzlk6BF8T}+@0gUf0Q#?EF^%9>OOJ|t7ORhsKT zR54N%d#Lncl7^1?SLG9_gY-)31X`4h3T=~Qf$6BJBF1>yc*&9!l@8|-V`LT`!er@c zTV;tLC9U+FW=AHx=5K7IOVn-CpbNwX5-ZWPi}|qG1GLWKwc^lG#wrXXIE1u4a3`;z zL`fshTt=G^T}iwt;JWk~s|;+1@HM#|)YMxu$Q_qmX*I&86HZF0!e6$LC{?TKXG~3y zGwJ+xX`RSPpj`coxaJY~5{D+1fn-vPCq?b#6vvdI98QL1cfnN9nq^BK5~#Y6jNMp^ zyIpnA=xo|tx#9BRy5&pll${hA0QjWCtBm!Fo+finf7%TML4K|xAr<#YjE^wwLRJsB z&s;niZV70_CyR~q7Tu?Q*$wCg*_$@rU-J!Rq^vsGd}POOMJw~~~R z8yq>Kl`(=o0}y4T0>(_p730vWW0Vx8;mFd>M@9Ke=x*e)8O%uGq9m54&x@QYaRa0Ht63(dk6?OXx!90 zc5dB~;~OA}405 z&ogN95NeZcU@H@=!58GJa;z_zFIee_BTtAflWl-!gdAG%Mc~Y#Sb|cm`a{trIE76l znWq`3g;b`A^x%@KL<=Mb#29iROzDnv0}!DX2tmc6C^6)pkcLnL^-PkH#FvE&_8sOh zIK44Zeg#Ql%%vX_kFvTG_9hPUbN$Emw*PdHj=Q_2Tt38mz2Ryc&NbeGvjI)DyT|Be z;&hNs((rfEuAO~K!kIK!#nNyZ#*Lz^n^;tuvure@9JYK%njDGy0l%Jq;4BJjh+5x+ z!}g_X?4~}^g6qD1_6+TFL~^V$oU*hmR$}AqUi3|#_YDsu@2`|PFxpanT+;I63$_+} zakR%RJsK=@xN((GdZM7AZLdp6<2m=L)rc5|<;CWI=9k~I`3_}WAFc1+4@lG3#D7?I zYqc6!tYy2zH#;(YiAeW1D6};9Tx~WMK)H0A+NtKZWk{OU^Vo2UrBhsnCH?JlSbz&f zH@_DKeKSV_&VFnQKRI}9tzM{ zg(#JIQ6A;E!xx3ZI#ISRIATI8PQoV(#=&J}OIBN7eE{AtC+~>Ni`n|Yk_VB{OBa($ z!L;<90hpXYvnTSmJ=(BGHpMF`W4Um2w^uhg(;eajd;-h+*@=O5&01-j08OS8z(i&3 zcLYp11UNwo5aQwo%f>Ye!b{d$$KlSKxGJyWTmRvo2+UvR;kZ5zVO-TSn67_hx~}lE zhG!|4pScdu^aY3zE+a#-sHLhfDVQheTiP`U;^6?xC1hqlHm;KswvH=<>5lF<#9jQw zQ_jFE7HUOvv1ka(5LjsGltmA6kfLl^(n^YyDG1^?3$R?a=Xs`9_8ZFvjs}4(bWd;X zIv}tFmXTviGW?A^jd>LqCQ0jj%LA+ktIVv*V| z&$UwGlK-a}ldPF4c<~hTM%FqeY@N2iB^#6`pTrd_LGvWz;_}+!1Znxw5l73ATBCTfv3PQSsg+`?XIzDA!a5bP zb8u=erto*c7|=_{>%{_VGZjzSw5y^gzxWj;T%0J`SZffz+8_(7cxn3{M}U!h4FBpM znRXvvVyH4kU?&=FTi`1{jgmc?Gx9h1B)lNd!D{Od{XH8=KG?o^^U)(yj%x<9AUq?E z8j6E9(pPA&lvzHpBlkEq;(i!g1_}sXx_-1*??8~h#KBm5sA{RqT!H6Ef~mg?jddK% zjI*0E?xBf^oZ?QY_VRw}W#B1m?ZK7V9HU2u2j4+M)O=a%0|`rYFl4FBZW{lbhd<#O zq?$HR0eRu1NHOz`^@3POFnBbIM6VTjjLUrM$j`fge}3$)@>sX~xJMs9I+um8siUf_BjNZ?5`LLqA+AEb?)k&bALAM@g%p5&51?@lVvZcZEl#jNRY1c;wC-TZDhEG(9FH6t z>#(M>6B4>fxIXx7n~=F=(?bKWDQS{zI#dvi+y> zhV`Yeovhqv+Ro>Tr!EDvBg93>{I5!#h4%-~ERPeJdTYy))3#<6mN|HzYFu6Pz!Bl; z5UhGMpn70r{vR^iT+2N49;h8AYe-`&$hGu{X6pOQP?A@ldW;pke_0nPc$2V#qx26u z{IHv8NXfsPGV11KU%+gHsvn`(__uF{&!BCR#d{DQKA8T0ry(OkDE_$tSL2V@d9HZ3 zG_8MF70`MzUlu&kwq|Ons6#T%5^PFd*iJt(gNNM+ZT4UOD_hf`sGSGz_wYaa%X9d@ zBIH~D$Bz8}w}t#KEK0Vrwe12uyib-h%=Ex|GT?!CAmci03JfJFa}Wqho+J)F%+uhn z4YFQUu3U%22B8-O!Uq)5b|09}4=#UUG9f)UXtha(1gk0?ro#aV!^D-I-C4!!w`qs z>}73b27@CqXsvbp#%UxFAp!O$BFNP*UEV{$)`p3D+k8gN2%~O2#Rox|gmYQ4$*{hN zZl3R_=&Fb{FJkWpJ{Y<(W*OlG*Q%rxF`csBpDwb=*;JVY96s>3K^b0=>)KPxB}(W# z=aFN=Q*}Je2!jm?BbMvNzVEhQKQR!MP8*F*Y*uxG{g3E8K&W4^s8i7d<)Rk^id(NB zs$W1CgYqZD(Ibe6O6sy0IVI3<=VEoWX-o^IMlt5tjn>_R1y4TW z&L%}UiWq0i`pURjIO|or*wYvuIkbA=MTGhf=-#X~dmgMW|K&Vwko#`F`+L`v^V?1m z{BPYk{qMfR|H7{Qk27_)jEvMEKfJe+<$OtXL~nm!cUx!x&*`|IygVf`_hX9$n1qh$ zpbhIc8{9X5Z&I4dY^4+I11{6e!NJ27P9M-HMFTR^z>uU()rn^czk1G&d3jbf)sfJG z`bvdOxrO;!IBP}an@abiB+3z6J}XLR<<)0AePe@-I&1!`M8_tXc@K#Z7MAvSYqS1< z`6n;?Gj=o@*VY-bSkT3f=}*T$2W#p4Nz;MTSXni~ONYX4Q#tlkAVA+XOUHyaerh!% z4HR#YY|u>Gync>Ufl?g-Rb4>p*JM#?u(8rpEVt3RLTh`Wwb9dK>aG64_wr#fZiGnC zvmfhuvw5@a_>bqrw}oowYiqI=e$L=q7NU9KWBxOjxm5BL_&po05N?kCtt=7)Z?-m8TINrOuXh>&GdF@sa~tPlAf=U<~5Xim2a49JwgX^W}DUa;s@E7p)5TyAEp~ z${Q(5S6r-3PR`mr!QmTeT?$o_nVk#LELc(M3Y8{QLo?1+n8 zJPX$Vs*9#3!Ukf zI9L`i@xU`^&7T>$glDY%p2MSCh61|p4pp-zncdsqjSx-Ut7N2~hShgaV4u>?Mqu`o zHEA|}gRu5Hkt4MdO4jDG856%8?lg$PPw4t$B7TuD>5L+%)uP1n)*!VD?2u>1J`60m z;g5_%$41X|Xb@H5WPv88wq9yj@C3hThWK--46JBkRVEpX@so9_W0Bxw0x-EJzBK72S)y{Oh*$vkut%u?{WX>>G z)oqEd`aK$SUumH(PV*7n6ci@{XJgFU`6Nckn^_ZYTMHXihnp2J)Z_&Zl$)`GrY8>> zRyG{iNj?)6^Z}0;TAMSiV?spwY9u5kdN*A;Cig{*)mdjJ7!0`JE{v|jnmyBGLQ>81%HUQs|TC{KP(JKEF7ptM22=KU+ z!%k7pfU(nkGXm6xsfHnP!Ven@o(b*g8g>Le9DVPp`Q+h5bqMDbK+}#z}3u<^<66Y||NJ{+^Ho@SWU{mF{ zVobLHj1Z8oSC6TxFC`&|Ptoe%Q_ko_Vi)kycu0Y*#rfB6S|>7N8A(bg`CU_o_?2*X z8L9+1LWDpR&j@w13--7H5IsH{52#aqiM>Y%(?s|+<9KnWOyp3Nhk;;AN_@Z&ROQ62 z(PnP3Medp8D5()yAy$0B6aXGj&Jl@9YozHSdK{N}6*h+5iFQ2pn;F;=lesCjh?cH| zI!O^9>pOv=LPiyUz$NnJT!CyLqrNX=4EW~w>l8fWj5tLuv2>155+o`xSb?S+>T{-huODW-v=Bs?b@hX*NQxGgAJA>c1tl74T6rRE*DgbEr zaGjM_pYzZMbZizNLX9l7?3`ZjNy4buLXmwDtZf#pTArv3I_PvdC)@P>Ha}r&xUk9Q z8+|$bbnj6+`FMrm^o@r-ZOR0TTRrvSOxlFcN#}6^FNUMvpUphLP?gol(0>#s_Qh3Bp(YK;R>JQu>AwoxAi# zkF)q%$;mg`N`!g-$qlYjj(7l}NP;)vd&tmv)>h@D?~;?Zc$Q z#M=Q-w%)5v_I8P@6E6Wa-hQp+CrtL=-_Y!d+OsCS^v!0c51V~Gdp2H5D{ zY39x`S)zFGkwOTftv2_Vd`YR)B@L2N$=;%O!wgnYfc~27arS}_(885sJQV+e0~pQ& zug)^uU}h)zNJ&xYk)?sK_0HSlWT1hR>C{n&YC+an|fN% zpHkRU=p8*xP&SKm2#%L|n=ubENy4}qOQl@2?0VkadU;+n_4N{a6vRofQ9P&XTCBGc zst2^35yyym|E`{(&X0MM(sW&$-!?$OC&j)lYBag;=%YeJG^I#I*gqX^RT`ZscP%)z zd+=k;PTAy(>^ z%YlTny5SD^U57hkHd`E8^BLr2}R1S7d-{lI@S>ZxK{p(06EGdE0c> z2CQIHP51M+T;;dbZA+|;$Opz}M-=y=aP6OStkpN5_Lzi^FimePO+1f+Xl2RF zQgGp{4x#L_h3qz@$~m33XrZ~DjS_EAvremZDAD|G&?Y*yCgA0D2D8ai$2fnb zY=>BH$t311A!X9iR~?_$2Xc4F*t3Dgv%F$pO4KjT;@Ip0#XA0dQbCX^cp#}hEBGA1 zJ}>w(;IBM^%DQ~QNU7%jnATyW-NGo>;?d7QGPng3hKG1X6@38$6*k~{OG%s6DRUrA zYJrU|lz^9{v#=Efa>}Z;B3qm93?osD40jjY?^Ph}2Rn2$=|5$5ApR>hd zO+4YwB;1#cW1(PdY3e2FyHnS*wNfDub^r@8KLI3X=b7uEEX2-7sRdJ%7BCAy{Gf)p z(8&N@Iv`V7Mf_E;bVnq`Dan4kSV?pm3vq%k9WNjC+tAR-lOHf6-L-vF zsK6;o7ewaHHGVOz{3fBqDp+H5f|`T||is1ChUi?F&NeJF)1kI+v{Sld;RFA_%%CWeB5FhnQn)DyV`RwUgvR4G>L zk(UQ4RFHE^%S8XT`^UJcj)^@1WKM`~PXDW2&i6!Up&k%v?)3atWfp^ik{?a=9Xt&} zdv4I_9L(I?pFFj>qSR9_aH3IJC0s6A zhsE*BJ?J{KK<|GR?Yj~gMq7?&K3KRM-5TsXIbv;`v2~f)-^qe!m5(f&^5i?w(HS!B zR_Uc9j#0E_cT?yEP`^M2E3JIuzx@!kKv=a$!GY&h`DzCh|29f-{ZVl&9)Y5E%0=n+ z*J&@)g#+!1al!FNj~tzl3k@gsV+r{+)cK^nnDCyxa3R zfwXaDrIKjRnlW@zNZdH*W~n(?jLMR6WOe`2?R`cMw$%2yvF}(FkRka_z=(}o`8z*# zwc2%0!(M~5Sb#mG&|ws(I0+OMs~_Vx*MQ6YwaH;425QNkmO z+iN?_ONaM<>u=uv@fVl^(HpMH7Z3Ue;_$;X?m8FPiH~3R35_{(y9D$RR)?Q2=yzeH zc}xZ8_XQ?;*IK=cMM&BXX8A@2+%p{u@PWnp{v&>g2N>U~f7L7BAk7bthJW%(dZ-$Z zy!1#D<>ds+-FJa5q1UyO(gfVOEg!Q3%6D5b5cr4puxKFgkTP&K4(ju&*tW8d9p(Fg zi;{juH0*;`G-G~@``#;zNRs*8Fodmd=Z4`MKD*%Tl1~Kio5p=d?QQs_k=2XLL*WW& zl5No#yAqDqaT@Rya`yyYnqtS188zeDx8RHJ_FZc8Q7!F*1?btf%zt|lj1#BlQUFU1 z>fTC*?1Z8MtTpE){+s?WejJld)f7Oj9o!=Q>W{lQq3Pbl+GRka`F^fob9&mPa_eJu zUb7BLDsFL$TBuTRnghdHYVkQRy^X5w(VsQ#JqxZLHAz;|nd-|TMCgHqjx4>T^!m`v zOOk9UGse{8Z25Gae8f1Z)fjA2l9&(cyjt;y#vc6ST?hDFc1g-Rp&>N=4>A5)&VM&K${;J7&$1g)_z+0W5dYnRH1VFI1hu#_>ZAff$G1zY-F9 z!e}4r5@J+lI1{D=9+ElNGqM&Jm%u!~I#uB@xwwlkbgA#@QoPb?*$Mvw$$3rPu%Hue z%7bC>WvN5FzGJ`+)=A~+0EWsrIhD`WK;3Y>M!rd~ZZNJ>jx5kO0=mga+ZZd{XUA76 z%M;1RnF6lN2X+S|j{iJ;J70;6^}f6?7O7dR&A#KLJ%u|K)^l240pHDbWN3%QUHPXo zzJwOuWkisH8-gu_xpk~doTA7`+p%YtiD;kT;r!>28udf zk9TH&kk_=`9t<)O0>9a?KupT%gvlXWyT#S86|4|cJbe-+;KBcYxmza1HUb^8|@SkgSL1%L-qyMF(E>^oxLsEnPp@AR{5`l*oZdyuN zM~{2uuipobuEl>1FlbikB-T=wVYPP!USH;Is$PHTTE?Rq>`mula(!6g>-_@M3R9@%G% zq#`JaGs%BoMk0)~0$0<&U4-rzqz$5wet5);yr9l8jYI=-V+c~++)Yk(dvt)Wy?szY zWdm+Q>9YjvqRprEmSj-g!c=|A3c3=C$YEyGWVASLSc}pZDSa=zrhc!Mm`>4koJ>|RoBA^EZ<>Die<*vWC_%b4TRXE7m9|-F z+qP}nwpD4{wr$(CZQK5{|K5GZ`1Uy$yKmwmE?2A=D`LKL&gajW2&KK1>L`0Ec8-6j z0=az2ogy(55l1P}gz21Yks6Kr2>Jsmc5VFWXGZm}LI<)x85DLh1pow@yNWS;&VX17 zKctnS*1pVWa}S}6)WHP-4%^_j_aCa(+b5G{q2uVq^m)LLQqhX#J`S&(bhVo=Y7G;Aml?kJ- zY(&0=X~Rn9xKs%XucQ&GK}9mQ?MF|D#Zb_ZhW5hzTzPgqX{gRkILryNq3iTZ2L2Hu zHzg6IO(Tx5Ph%^+`P?{{y?-P6SrK}$(fwP-_oUEmcCFB_cQygG;%~XRV{Y-dA$APV zvv=kJxZ`ixu0~s;X$(0dO$;@4Z;86{kZ6c6ZS~o8##=%p=(~EG69n7cZZadT?Lw`q z4;^j6H7Kg&!z^1PVro2IvBmn-ugBv#wwuQ0h5NP+k-YgN)D+~$L1-{h6Kph#DQ+|a z-<9Uf1rm;GU)!7Vb99oonsyOBw)87iiKV>OyFiaZ#n5iJ{rz|;*S?ggE%os!`z1~c z5(Dxk{Ry>NJj+XqN-WN7FvkK$WhYC@`E}1xlwxEhVw}?yCKjhqU`Z-;9005O9Q%Kjm-> zvH_JgAWm2L&of;k4usQ)%r<4FheVgL3PhiQ6or_1{$88t-Lj4n-+B|2!3%?>&-?|8 zG%DYVfzhb-E~D^)4ED;q|p^wCKS6G>Y&V910%Cn5R;uhSRDCL;0;A1BUwy zHUNl)gcP|_I<%2(!r()bK_^9|M=4RlWN7YjM& z+=>CU4oHLynTYPJmku8u6{Sn53-E|V6lYaq2c6ySJd_8tVV#G$#g zA1+7_D2w#BXsD73gljASjoVM%5gDNCni1;`0BEb?p?m}IYa%5tWSc2p@|IchmRuN; z1(P6teaZC;GR2smbRLd6ps7FP+KxP@f2=(crugifpxko~YZwW3gIkzC%pftJ9ZDq9 zV4{&7^ckZupmlusdH`MUp&F-Bl#v428e?t8QSTj=5kUTIakhU`bBT3YxWreG$fT`> zVF_fGEY+Ya%QsLMHyw6~28<$&$#!vYbt-i##CQ$>iqX3cFSR?L@hq@Z}1tuEHPknL%I zR8^rDQ{(r)4VIWCGDU8FiltY7ssjJ>j2FM2gVBE-UjJt}_pcz3ibaN^5&Cy_>M9#U zy@{`uZjzmvJf4OzDyVPE1;VfJwG;dU1Y$LN=OcjMM@yP5PIU2WUS$ z6sqXXzIk($lVfAv-P{j&JddTYXrI~78LhM&8W(fHZqptfS;ya++a}WA@2$sxl)X9v zCqtclg14=3+|lob&fQS3BR3%EI0?IW=r~Ec@U726*gEDxzBIut_sH1MK{seP$-AL& zU18OuHw97E<3FI^qCGNf8J2wP?U+oPAX{{p;2SDWjil{ZND)J3%HPu?ckT38iF$$o zQDdj|^jPzD9q8jX8Bp8t_1EVwzEQ_cAF}-k4?AD{v*OPt3_=zV?M@kg%I?Jd;inBNJblI} zkt+Ox77+oO$!w4*+0s;umr0gl34TvJ_Q{2h8)wW|F#De^q14USnEt{K^yBY1b(Qz` zNzAMbFK3!K#aITqefglm@cdjY5W<96K|gPkcOMzEVGfqxFvA=no>)L(uo++5d_ZCmupte&Ul*g~G}qHnPOk|v37o^WP1*y0wfRFU?P zR^?zI;#@stBGKCQis%wVlRYUvtF~WTFy$`@H5}`YREG$~#hjV}yvZf4b5aqB6L*zX7b}KozR*dIq?Rhz!XmGJ6 z{7YF%IDgTLGO~=bvqyhqOo$^*%!oi_{0VgGO2KS4j`R@Zff&_&-I+s34`}I0Kgrv6 z#3UM%;`Vi+y;T>ve9_QqIdBn{?@$bi?N;5Wy~qOJZncG)=nlo8$~=kJiT%Y#BG}ES z$SVp$34JhBwP!NX3($Rk6jG;j^?tp@xYvJB0hNtV~=9lR$zQ(&9dewt;~ogee`J5_rkcL@(F3u&x;_8PgS28Iv_s0Ru&vQWp9HiigFP3pBLIPWg=0 zYUihB7Q}lL!fHpQWxgleRjhw66mzCWR)) z1*qi({f&ojGXGi+?u`gg^>}ag!OnEccn?SI94{ad(C-_)p?9=GXiunSv=_)NT3e8} zDa=DO9rKhToRNgoRrqz*hVa#aDK`Y0zd=fAD)785$!`nntK4q?R%%+kr;0Y;Ohi2H^5$4MlI&iVzn?4>ytr=HvG z1P&=kJ+D4xn*Yl)Lr3x<8mM2VAPN#bmHd0tlJ#lCur)%G8w#dB~wpG_DTl1hFv~7esIWo=6 zvLS`IQA~nPlBKh!bD0<`HV?{DtxgPOD0#;cV*+V-CEtA8urNOS0nSEJ{wjSIgICf? zl6^FaRN5{)JCBvm?V@ZyYZv$OlDArXgJ{f>?y{&!+GnqNvfCcMzBs9$$=f8j5p0j{ z<@lxJ_ym@gmq~B~OL68Mh1xr9M?~fhPuQ$H1{Ux0o2cSgY+*N$!VWpdSOu}Z$oTrm zD>`kE?cV+wL-RauWeAa`TaPbCBwr+#0?yZT8q81W)hg_pozadd62U}1ZlrT1w`v4h z!ChiOaqU!@^7MLtOLGP=UmIF}J8`6;io z%#V&y_#2oZz}md;{V6Em8NBay6LYp;+?6b7ktead)1>&FcvF5d`r?Fwn>1koQMm*N zVZd1hPqA>R6Wk|@FmH_lCfDZ&pHn0=D9Bq5IBf4SSy=4vM>P<1bfa*_b{l>G*1V9` z1B#Y~WLweF8v)}tfN976s!{1~E|{5m`V3_9qWUzH+SN+>G_?^^9|{@+GFCgvl^syqTCL*+*g65yP#v;zEf%g>l*0R-uSG% zlq{u=X z-18d7sn_)?x|^*&2y70=3(fv%jg);#^{F_U&qbeHGRdS1kc}5k(O86Ihc=O0=AZ#5 zNNN0-`nSsb-@tlXLlqx{k=`Cs!c(OsY$Bi|YmZ%JzjwPj~vF$M$#yG839jTvu z#yvR%pSNtu{Je043Eh2*GSyXtu+X^tTZhOB7Bz<0gBt|M%HEByG5Q9qsG7`aj!M+G zi3`et4Q+`%*UElR?!wW_J7$$TW=@R@1%nQ1+~N`;8b^;MNQ~|ymCG(6ZjHJ~_wHV^ z)?$avBAz6+YF=vSMU7c{z8qoBw99C(=ZTFU6BIPqEi!CQ+CpEP$d_qpV#=-ymg)B9 z9A;P$b~bQXW+pq!wcEvF0;Lx{pvxegK{|Fh#Y2Npd&L$T=cQmzq{Zgu#Bc+h7s6WB z0v%M(#o-dtWf1Jm9#3{1{o&>}(sC-=1w%Bo9o?D)#_mEBj!FYeOz*7q3kuYQRvR6O za@Qm6v(UxpjdxM`75grnJC@a=c}8xSWFLNi1N~D5aYuDIIsNf=wfuOz zc>h-(uYYME{|Bu3FNasmq&N^AQs8u@QxSGKN_MYMJ6%YQt_utp$Zym@>NW`y)Sn`_ zxYyfF%@+V}MY__L`bw8rkI~j+Pdwc9W)}bzR;k!RR^kjcjT);WrfL(*mI^iauv!0x zF^)>XMN8(X<-AV#wWW(n#=ON3@}*v)yvM3p;o9sERp&dG6T^-_P~Cq56*71v-Uog> zU4Mog_?aCdX}J$u+^y(f*bjJL%#j({F_3f#H&Z~I5WInBS3JpQld{(h|NBK zbtUObq1MX5xM6Q8pp(e6a9EB$mk3YNnK%N5-*w9cL@Npdup#5>sj4C{AaKjv=u^uC z*Ab0x7FpQwj6%|ZxkJM_k(P|f@LbjJU za$EoKxsa%NH?*c*@U(3G!Q#$$?%KWM^OEu+j7v`+t|$~wl^CVgaED#5D>)uRmATdr zlX&Wni9P~b-_kc7lwPUHD)a{7#w!UK_^PLnh0$u?YAv%yl9iWr|Lp8}dTgY~x?M+G zenx=CXW78}#mJ3lR?W)dtJWpA7pI=>PrwstMLtJTm?P+Vo0Ugk#P*3$1Qy=H2o%x* zmoM;jI;8Vh4=R5H=A6tu0FazOD%vj0!GLqvHsc7a(i96ZgWxhhq+#NmkzC{D?~4mz zOMa^i+KZnd)HTdWJk)P1th`B_8Dl$?W7n((hHr6;hI!?0QOx02l&@bB1@97QyWGRC zz*YLJrQZ?^5mB{{%MUN8|J>RNhRMjWKMfSwKL}oq|9ETv&(G#Rc5bDLmII;^nzuA! zn^j#xQ-Zu;u8=RI7$&zB5fQ{7zc^;V0tz|Ax}jO~!T4lRA!%OT*YB&2IgOOq-m?gQ z7WVx>)Gdy!SKJJ}f#VBeJTpYR#qbNZV=mn5`;Kdet<8_SXBQp-)(9HTlipWl%V7`@ zyH#m2*L8oXlqY>qRAkLNU6kvQUL%m}G30Bq7W_z+Lb>>8HW~y`_uTz7&k2uNKaf=h zLmRnXClE5#s^1j-SL6Erh-6- zq*w?kb2jPbp~%+=V`ND!-6nVE0#EaX`OY=&phpPWj3J-zGIwZzOm7;GpD#- z;?0afV??g9t0Y75=#VxI2~I9(WJi2*%-%+2Ffan8($TFb$PGvd4?($y(@|N#A#UCf zPRi2oY{mUj1Ox5`!_H%G)h~5s7|KnqZE52#->H}oE_R(T8z4{jHPw1K+cUuD!4w&Du+PF_UR@r%3X)ud#Mf#q}N)u&bJ3UZMNAXK>Z+bNVz^_1r59y5pK zqiX_A8Ptg!*1EkG%$I%rHt4`QJazz|?A4!uoTo*a`>r1Q zr}uwdxYRo-gM^pA(eb7O>Br~_u=Z#n^x<;OPC9em5NNvCk>7w-iG8!!en&8WKd(5R z;-%sCP*M3RkxID+B&DFeKyWcKfpiO5NKS$LR^GMKGv3kO!I5!Thx!c3CU*-!NcmO9fC7fVzaKlcgPNdpTfqU`UB*GCSp0XZ#1;O;SsPxB(rGDt$pxH z?t^X1HAD>}5M8U&d!wT{6SaI|%B5Bzwh73*ZEQ+%mrxLq@vWjm5JU>bWtuhCj4b979S zp6G$B0Za&DQn9xGZUnQ5gh?v}!@zllu*fAbs?~JM{`DTV@=GZR0iPvpt=aaN?9PSv zL)@Bv4_-w6>K!J`*;mOCOp<;g^Owu)_>{6HxJdfEr@y%oWb~gS-KM!3G zGJeOHwjWqE{4QsHE3X<_gkBkz7LS8%18I&ZTM@kRF5|4#@e9Qw3XRnpUZV*3Tw7>&?WC9rrOST=mz9IE|={JHc8(>+u6Se@f+&ob&^i^VARG zZ=i1Z*buqWIP&c-H@SF_VAK&i{1e=D!GNQcbL3>EN2V#kvzNg&`@oUW}2&XtuX?g6jOG0!A*K{oJ0Ch(KdX68=N z>PDF^36lc4z{@ z#y1BsNhN_nz1aUs-MX;SX)MaH2pTj}SSM|4hQzjva{_flM1axPPtmfY+*AP-%_6$(C?=7_8MfB;$%4W zqsK(bS)@4G7C)p-WIkVV{Ata3{CNGF5t%35*R!oufZ3^i$hh4U>c)3#ERYl-ln)#{ z@4ICSf;>!xOp2&haVF6tmPXaS(^qGsx`uwh+yEs~upBq3jEwRI*`(dZSj@6O7deNu z)*HuEPo)MljM6x$c1<@U18%Yp%z}|4u2f2JAsYnJ#8gMJ4FItH!$P*i?a1Q^vT zY&lz!ys4Ttq*S_e@2OpINh$K@PqGrPaeSrj5oMZkrEISwX`|(06pP72L5F=uC3}FB zAk8Sn6lKInQ`veHfZf5mY1N*-(v0XIMuKZwta%|z~QYOe^)Mye;o7QS8op0#H*L0m^%aS_;8kj{Q4qspUbPBW@%3|D>wq(IJ zI5+W}c#Li7-j%Z+514$28nq>}-fb%R&!^23Qgm!1gvGP)?!5Wiv%e>>jqZ?%VIjnw zxbQK!1cw>lxR4py`ws+&qv>CPxQgUrNB19~BfEsQmqbnE^Xi1-CaLG*gprS^>o$nW z%olP<80$((W2Mll6`Jio!P~x*&Vme1!x2>WL8Jdp#=P(I35Z=3|Z-ElHi`?a`;o@LU28ePpH zHlyWwRCw#ca@oJkwR7jH6nKM)jhX#|8QT5#G8f7e*Bcz76AlNYc^N*R4ueE~1K11v z&xDjb%A6nOQlJ;wTm=s!^OMTiD@ovx3h9QxGTB|NNv?`nH2K42R6{Vg;PWmQInt3L z+|dZcqw`<}R8L2Ck=BGiwJ`_=e9|MW%e7dr3Ms~EkO%LsG#dual{0&RZR$IH3(g=m zD5^Y`2!gV*1E#7}uX#oJqCm4@qJdF)3Nq#b;neH7hRv<7l(}DNJ)abU7G1QJJR(%B zlzE;|+iup2CR6XiMgj4sR^^m;Rhljqhq6%8-a>R|9xIm2Fn6vXyYoISqb+L}^MfPd zW_noBJ_RFM@oAUi2jUuPnsmWFOHrdDeqpB!$6T$VJ|(sc(UkxYauv})@b|k**)_qR z;DqIO-QbeH)%8gICo=k5(erK(2OtNZ>5ReKzleE6oS<>Ad)%^po52Mc`E@{wYm>DL zglOjSP|aq;8$^d^(e(y1bE-=zk?G8F_?}WYz*|f9jP=++Gk<0NLjC>5I%&`x-4*p| zh4e;4l<)Ya&?W+Qi@OFA-_pAgH`z~#iGzdLDm^LQIh}S)g-(XHb?PfJ|j8D=3$Me^xHvTNFLv%V;g&hcwSe{a+tzg%=Q1oM?2^ zublK3Z<P*KDmeDtf``E0H)+)z0nvT9WI@@`Orn59bUVL4sGg(a4T<3;umu~XV zSiRSB%VQgFU#Y6O>-^jVxWEt6ljqpOAv-G8aE$5>)wpjmfHNjsC-LUG5Z)Xffet~F zyv5ed&o6Z!CI^rEOo5m;GrvnBm4|&A9Mw)K_has_7yn(dnE)tc9{Z7NgnrVXZ2$2O z+5cnmS13O&jY)^Z6%@lO>c#@{R;3Ds*`e!O<|sfQC$$K%AWFHy#?U-l5XDu;MYg>J zg4-ja)QJ6uT)q%g_zvrI%VWw*`}@lYWC!jV!*#PK9dwJH(m61}EA~^@v`{?uR9ufr zE$EOR`ARUox_~@r{vceobyjGKp%RO1xE+v2>v&49yl!FW_7M{s$|=s8mgaN>@n4a{0`f z%J(`EQ@FF%jvOLYVX;{LhL!;?45ZpHnW{KJ|_XXKERPWeS;TjoD<-AT9QyZ>|9icR9N_~MEMdfdar6e zR&y#sF_b`l9xzsN{2`3)9CylPIzAmRDjL>B*!|R`ygkBhbrtU%?_=9nlE$Uw)-Q(V zbugsU&W#pUtIO)ylS*3wLZ8eJ{bJ^GV&lKtZ*WyP)k7P6(`XLm#0U@_t{S#7U_XG8 zC8*hJKEPBVve9EaK*brk($#CS64m0r88Us_XOhxC{^An|5-pYOw$-ifb^32zVefsX zNfAG`rZ9^CO%Kw4>rVf*P5#*d+Nlodsd$*kL&6ZBo~kJ-n!+pU2gcVA3?2e{01u5P zns6h^4<~zLd=#gdF%iKK54`XwSGgoou51OpWTI3dTaESwg@U{Iq)p~REo2EljF#Pqm_L}%N#UyUQ zYd-8`c7fZr$a=vmgV#oZONPmaMWAdVzY;i;LdkqU8qvZj|0Ife zlKi+P>NqVH@bN`%>m#P0$09HwhM=@OY_v#Dq3kOtFM)h$dU z%`$6A?I@#}0pk*?1%2NxHGwNg{1!rJ%570itY`{&ky>PL0dizRT5MNR!D>4(1}^O$ z9>rYelsKW(grU6?qxOhmoptl9%|c+LsEd{deH8k5ZwDEM7-6Jn-8|THDo988=sJa` zGNzdSX@-+9AyTw@ZkwPEB}yd8`CIaWT5JJ&G}>;P_c&I`dEibP-YHdQEp5xuv$N_b ztz&i;QGMxfNOQW%Q)+BZC|lN6k}hMPVkXKgHj6%&GOZkH7$%Ug%1VXCC0t4sMWs6a z=PboU%Mh1jpc=O1adtpa`CEnUNQ8 z48WQ0kp-^pi(!_v{9>vJ8Yx8&O_-m?rup#lZ)xqcCh`{hL>wAv%oW?KTXmJIAO}+j z!3`K50S@g>$efwoePODjphaV858SjNo5bg72dyNnp4uew?PM5z4|z_?1De~*>qbKy z1O30IO=rMdFzh6@GNoPWhJOtuXV#hNLQ$E9n~>uwFcc9PlxO0cNT~0&4G~UBtLV&G zvRq=jK|Sz}hS?p_QE?G{QQ_zOF}yODxkC16*|R^8!5oCxbh0wWUqgjW0~a;O*i>UP zak_|1%^h;xSfMBaPmK*o+z1D;NEyq6FKHM*y9&qD7r|N)ZARB;H)y!(GhZ<@g0LCD zs_{rYlGKIHSf;GAwi=iy_lDM4lwl6d}N#?b4NT;IZscOpMKAZ4w?tFt>f>%#aOz zVHnE#mES|BC-F;o6-*i8dQAN@#F%Xe&Jm$$b574;anzDsWdq4AjcK4tb%TYoLW@%l zoFu{m-(233)y0R>`ig!Zd`G;-GU$iJt3)ugkSnbajo#50O3bv5B<`O|y*&ff+lqpf zSCr#nSdd{Eb&@iR3W+YJkatnmWk`>4+JK;(jI8_{0wTodt&jqW7N92$O($@V!GhTS zv~(wqS2iFk3y?$b_&G({1va3aYEbN)4gs6I1=-KT19k%QqCdUZSR=k-8Ifz&SJFkV z508fVaE1l2TJ>n9BG0&DUEM6M!Ne`lpl?e=Y=BW9bWyn*M74t6MQA^TmZ-hnPDS2U z4lS}GT)1r*`A#6i< zF#INxGE{2K5y$yb+_FQ&$V9{uhPx-q3DPD}r1m!gS<4F~Yth7dp~MxD0`VuWxhm@& zrX*MQHPbH01JBb1DK7R$dC8x?(PcUD4f08BfXpenF8Td{DKE#yp-=XnCXr&mwftM{ zOqW>?cAd%PlMfYo&&sLg+edaSA(eAaATOok=-Wt)?SlE@Q=H7I_^asqN%rl&?3q&x zwVzn5OHTS#;k)A(p^tcRa%~i-87?(N=Ji3lqkEwC;;Z#ngS5>&2m5ya^O+~EkMQxd zy!i2ZAO?~-F82H@psXX&uA~*0k!og%pRd!413S+M>}f-G*4(R}w_tH+gUGRnkVm+) z#Yf6i_VKV&n_nM058fM>*tKcLPs^(zkWS2z*;?^EAa}_<>MMF?cfjQ=WY8s+xd`#Zdlt8DNqgn%n znJT=}UEti|A4A5a2nBNMWckwpqV0^?KO3i%YpdyB2(%8K++ZmySLWp^W5cF~`HjO+ z>t+$+aWQ3Pb_^{nr0uDB#$_FqiveAHWV-borOx!8zZNRcOwdTc#m-Ak?1ZB#> zQY}-}GYP7I?H$mV5H%UUxaS{oS7!w?*;5xYC#^22FqaIz(aXFZ2RSsBTvp)3`n&Ld z=P>9HG+gD%??zO(?R)>BxO7Hv!@7}FwdP5EvsM)qfnhvq=BQTiZVph)oyT{AaOY>f zD;%gpIE`>Y2&$tXh+q;CJdM%vHqw?IZ+LbJB?b%g5qnxH9WzvNW}uo-vWn0Nc)##d zMuT~$cSIP?sUc%Zuy*cD`AU;#9+2|XB9Sv@pv{V*XP@1`L_~~K2(^meQzWNVTS=*L zu~|-X#%6sVFs+3(k`UznMN*ODa3oRpzQk@+#Db?+NrT|$tx%{ed=a;dr+m_7!asN+ z!Y1+#Y>QJP&)5^U?292vVAeA4V%iFtl zuq5?ZNAqeB>C{6-7;*gURz*7tVq&n$O8?fty|WipZ^_`5ZI~rGhPI*1)J5H53=FC@ z->WPPBDBHzr>6n!JgF>C7#LLSi?yHgHX{Av<|wy>T?4e5{mV1D1Y9J z!is>!s#xNbevL2Q6cmI^P?8w_aF+T*_L>~SDa}1kP(dc4=PdM2j!O=@oMcSvapRm* zZoBN5>5R=^_M_-kCw$wftQ)~=c^=x7C#d;;G!P!2N_Jdi^fM#PGyfw${jBTnU1_ZK zFC}A{{OI{f!LYVKZb0I`3+3Qdp_QDEdJ(=H=dN>7H(`5?NTtcJbxIHIG!5T=sgm^* z=LwW97gkRnA)E@rHNY+<5wdP(p*4D!oDHuK2>Amp{;svx;F6lLM0~GQ64@&@!FXO7 zZhoP|EF|RQb_K>m+C<7p*n|Y>@og>o#`7nF16W{rMdHZ@-YxjFtl1~ax!J0~2^7{d zeDY!^#^j}Z9|EdeX4L|0oAg=dIieR2^bC*q`d{irE{z18<=9hI0dIsGJHNK29?04d zQPL%jXSEzzo>oMa?!r5(@?uAR(K>BhioC&2&@77<|~qE*p^Zy z_+kTEfXG@SXh}1ah8qLfp{q=Zm9qtN3uFh@yf2z(0o%tsvCUD@A}9;_LadO=%BdZ? z;1-re)Dr)&cMarWO(n!whqdF9WCdYKDIp%&WZlBtWzqRdf_Yo%zG%7jLMjzz@b7?O z5P8y3lB(JJ#Y3!RYy)Vy#G~1Mo|5efN(mP~7J#O4(Mba@l_WETP_e}D1=3`!$>Sfh zs?P(mAmn55VRSNf#OO3W-hJ9h4{S`I*k2lYS~qFQbhZE~DBG^2FhC@_3xp9Hu!Fz< z#&RwEHCT-xXaygp^?zw<5L-LBr$wVUvok`V^I>asws;r_Mzh^5osE}t`_qEK^?pib z;@^%fI)QvnYE&FvH*6NhX^46Mdvu?hRFv&pSKVY?i3PxjWzKAd5GbhCtn+9N_2d)^ zO&ZAUFATeVvq7CC>iog#+?`KcQfvq1tn#Md!nK?z?nqMa)qUDkjFjz zv>)_di}3Gd1kO}~l8F@8xp#bl&>}Ch;@2!_e9I`g(jq23680v zTa~bT9fR3JbcXj-YTz6321Gf?gMbynEu!a%Gg{vgO_LZytUjX^S~;z&I@szKs20Y` z(u-SNwzp&xxzw2$*JMkDRhHT`6P3u+!`4%3XYYf4KPs(&0Y>8N%tBg91?fltCP4f( zr0&4}Ta4O!aol?&wQ{3w+6l;Rle=t6(iwI09Yik;WXpi6`U!f4!D0*}7jL)SS)?yV zc6GKd?Fv)qh4m}C#$bTo{xcPYPURD@IOFiXX8+vyI0T7cje7jfi5O}%$BW{;2Z;m! zN(GP$c8l+s<#f_9j$b@puIF1?*>n>0OJi)A-z&VUGA^|F6gyZg-G30lZZq$14!O{H zFjQu8V3|wqI4r;i?i|va97>t^T%34LuXW@0we%ms52-1*+s=nEr>QZsnvF0%WG!Fc z)aq!x9-k3?7OR#Y^xfahFzT29U^TTcjB}x>vbT@dE08ZwnU_0vt1b)QZ30EUOFHv4k$FO* zc}3->wypE$H%R_RkV9*a;mIn42IJJ_YTxs~=-CK+n^AQiUw!9Swct{sguL*l`2u^J zTjFFMT$;lzB(007m15}FuoDx2qwf8T4=m~rkg8lAe4;O!4UcZnCm(^vhiz7h?!vW0#Q7p)=SO{(!1FFzpsjq+ zieXW>hm3u^dSB8Jig{NW-qW2SX)C>()?zOoQz(Pn#pO|vwH0h(-k`p8;>oxMprrm; z{_7dDB7yTHM~5oUgev#9c!r-k*PXf$nKP03o^fsRaA8`>5okJ3xvfCy$b}I&AW%W~(L0 z#vSBg-K6ahP2%_fSK)yhuDCY<(ILKDw(W=+;+W;B) zsK-*4w>G{f;DobmC*1>!w^<_aS4E~>$$OS^zdqN08kfSJ zC0^;bLXVAHFK1ZkCj}L?kYVw+}wbUI)%6XT?ieg5==k-FSWH z$dCqmIcjilF*;!=VK4PIOtjT2>!$UmUX|?+kdI$Fu04XccRK{IUxWq`CQX}08h1zSXz9& zgxtx^y~6{ven&ngrs2Ib`Kpzs!xnL-V%zyeYz3wS@?{HgF&2t3{@KH%R`H{-^5msa z9s$z&jf1P7vq$ls_S7k8C$8`mDig%|ESkI!deg1U8totyxgzgp#sPzBu#Jv%fQ~TS zn?zMy#E!wj0@-nKR&+%>LP7i}5u{Fi&bV(hPZ{qsE>u3-RoWg+)vnJFQ7}hRSY{Wg zk3=^N={Y1di2#YN<*>N-RA&AT(N0w#>-WW0RYeCZe~JoK>C7ea1cgpGqa3_k5vH(^ z+&TjHt+0PW(O5PX1D`nSYX^=|qPG7`l>OhaPgO@v&BEr*u|J_st zRbQNx%4z0)L1^-}kOI{ix%QNRg<{pEHrs$~UR#oU3J^8hCD`dGQKn}p3s2j@Hmzsg z)fZixlcxE_A_`r*&u=LxSec?^p>ffF4jDsEOr_kCdn$b=dY1}X3(hyu^@kiMFwSa* zOg$(3UK2y~*E8j=!APcZA05t~H2Ce^T9Q&eLm#cTvA8I22M@sc8N%{!H9*=n0rt|% zyjd*u6CnK53y~VhCq(tF`5KVqlFJ<38oh=(q&~_>v{%D4(cKf_>c7a#(XfvJ?zc2q zuK-WzzCeyIOWb}Qmeb>#f3fjKhMY=upYviPBr}M%-0s)h5J&YfO&KOhy3ji~Qh@H)+2z60CVE)tn#S&An zG6D?%Fp3QT!1*7)WBh;YJRFK$A=p&0 zQfs+tM`_SwW+&24U^b$?+8-sF+rTRUnINxT0zCi+!zU)OCw>lRDr#nsYzs`Ak=Ox*MYUCl-htHXFh z)ce*>yLMy5_7!INt)1i(b6BqD3H?o4A_MW@x<=aIx&NKd`1N_#+`%OOM z0{q63dw0$M#bf9uoJOzTJHsCYfmyaC3k}gY9AvFzitZKYG$xN*1w+aRRjkn3 zkvN9ii~zz>l7_@T8rzZCF*v3Hu^g>l>dJgM@a_;ONt`+PoV_-CU2x~jY((@X!}fIg zRgg*kfV+oZEgY9R@Rt}~qB!baU9V7PuK_W;;r^3A%wjHy13zsvUwK39n(W~IG@-A| zd?QRlKRA9k!?Vx%)LC&Kr~Z1%!%$#!myE;tIO|~(awoA$@cm!~DKQNBj(YO#0Efc) z*pOLEbP$>OjfSLN*?27U@NHl1yn!jJ=H2EN0KrTg;y71wsHskw+?b*SKJckbVU2Ct zU))XKJ|U0y3R$d?INIY&=)qqs8-pq{O;pt}gg;qE zjl*~$O&ayC&_dou@=C(QfLV!~>Hs-u6BG-`d-Kpz#n*>OS~tGO=fqO+gZdu%jzTPbLtyDOqKIxPr5K*JmCq7V8++ z)?^-07>_Z0Qs#hD7n*TU9{Ky8&X&PUHK@7<45ZT3M&!i-15|@t)?2y&3dJMhD z&o^Hx(3D7FXa%n;=+Q+SOQ%QyVi*4bW+53@svA`xzrd+?XwTfdJV65%$JbofWW=o8 zmDigDc03!w->}vcx2U`%RPDVenemZ8vZgu|MMjxfmpNMc(NQlC6dhA&uET-IMw)L3*XS}Uqzx%F_(FSXu5{{pa~U36~U%(Z5;12vI)#BZD* z=wvl118i*xB^6bWbgJjXRBV_0fbd=%sP3g-w9dWD3Gvo0!0Drm9~$5YxWZwwEYkqq z1-_!amE&8XaC|0{#*QtIBvrUX#f%6szaIWAiDcI+`&*KUd<~m^QO^nUeEKj5Tmf6I zIsJ^3nAKj>I}EOYP5~RS!CWGle@YNR(6d%Q&&o$HGVIV1z7zTpp((YzI*Q-UAl0!3 zikT<*)@i!?%-&J8p@_Vq+a8)>K?0dsQ>d42VVt}#k6)Z3K33mmRu9u*u5J?suI#Tr zkwXpe7M=WVUzzmeD+O0pb4G&or(L%~Jt>S3%ITgVJXN|)5M*7bcoG`2t}2TcQ}nYWbN@&YDY2{VPQmHnzgj0W}AUZzEQ>eQUoedliWZoQCuq-cYH&S z^!Rx{CVoCs+tA`q=~xqPi0Oq<{MJrCdT9oS!L$iVdU7I=1`2vahUQNhI4+z4Co1%#SF z)&YNBEB}C;#fI^sX{4pv35$_|nt+OTs*qDIb+9C2>14JRvr6;%cr?XTLNC}NBG_>T z#efcf_i;Z$%?3tvreuv{7Lv^w6#J>PPG-0y6l1;u#>G1UL2|6~&OjfXmFjH^rqMV7 zOAm!xFCuo_SSWCv|@m3dTHx|?*KkqEV&$xGt&F=#|H-3PY zid=#)CLe;GFN^5T{O+@;3_reyc;lM>TuU)ubHzKXFryd9=}NkU5hDr%G3qEe5$7;lTXW`CZx*Lr6FWds3JDK zQK%yR+Wl)&c0ky-noK|5lLZx?Oyb0yS~z>atP|XEjvEtQiz_1g=h}|0_KvP(WD)hU zgw<O}W>`%6_v zJaPYkC+1o!<{V>O^U`s)6_WgEWC!6J3H}kBwl>ZBZ2@fBeFTCwAGy_l6%Yp3M z$!ycxGgGfe`lKyMH>Q^8wJnj7B<97PXw;Y=`rONk=$Q0?37zd08km~(HrheIGJR@u z#=a>$u{mfE3})-4%5HV| z(YqsUM^w)}ZpE87anSiPkeKGlKu)Nqj3`m#xsKwJ^RlAlT^{-h`fCs#G;lm+*jbL13=nye|~V=#8~@(8zanWqs5w=vN16vc$vr*OF| z=eW{zPDHsQsba5r<79dNfwLF9RuH##(D4*W$9wju7_dyy`40+l?OZ_@a^+~%XyvFS zJ4^G+><#Ng)hR2BPiy*vu1ZS<&2nrenwc`oJ)GvwVd2(zHt~#gDm(I><^z1p)IKYR zdtYq12!!u4q+m0{XsT+QHjnRzIl*u!b82k;L7=cPgvk=47x?`*QtbIn8l&=I0z6Ot zhFArV>@C*O3x*F|!QuC>fA0|YGf44eeqwI|Z~y?J|LqR(f7{Xi59R#--A`MrvZ;t< z`oH(nLg}}U3BwOjSqp|y2Sgx7f&y#9SU?ph*h)5xSu|iJ!k|@mlk4DZgl>S9dYj`t z4$qj0o*m^MDsnCQ7JQ4~Wo~l+Mb2d+yA3^f}4e<>>VNdbqF!=&)-=hI#da z!vn1Y9rR*F%-dH3C}hX&gUI?bs0M(ykBlc1$v!wcld@n(3xIM+i0G9co(8UmGUNC* z&Zs1Cf<|Ze7OCZ_AS4mgk6&B>!D4NmPB1;j;54j66wmM!lr>$vXfl#e+F`t%=O`#W zq1eGnQ+ir3W&3jUXe2Nxgifgd#AJ@Rga`@41TCe1tC{H0QXH7y36L#1?L_O%Cs|_M z{k7eZuh|V~zSNe2AwQbfq=>_GXyKqVed={(1G%Lb z!dNpLO$wsI08O))tJJ6-4f`JHm}eX=0~r?A(5U3_Lui`L(r0iBtVXuXwK1n?P(bU< zlPPzYSx9tXPLww_^jINmU#=a1{5 zat`iH8fr6_GRIIgoQ`n)FlQ;e+hgmJVbedxuun=Ne>paYI}^%p6C@YcoRd9qNo60DvrJ3jVd#`?UeYhvDYD2~1((HN2X7cK_WCyMo6=d$Vk|LNd1Rcia@j}g+7`Uf{A@-PTg&YWa^+H=qJ#A zS07aQDl}B8gfHwMIAHpkr9b+ObOO=?FcRMra)HP>PofXYM!Ypd1JP7%ZFW>FF zgN}*jBy|B%q0%lpZSgjkfx-zt_*^hW+h9Xwsx4ce8@<91QVo(A4Vl!%WraD>~b=3zC^X%DWK9TMg6qUUqF?;l{{ad?cOXpyrj-#N--j&;LJl|JTcZc zx32d1C*F_Vp<{LO*9Y>)R6l(}*iJdorD9g1^ZnJsB^J?P&_ zpsw57V-Y5}8w);VlpDt;T986bEb}d)N=2vZVpqYkD~#XyxqC3~IsD+kx&Fb&`<@1t zYf^_6uK+IC#h2)mYY(ganen2niOGeukymG>G0>pGM50fgW$H*oO*xl!;8McP-eWobG@FRL$OU0 z-C`TZrV?c17bTh*a&D{(W1WGDdh8t#a!H}%RN(PmDJm%Zc$mF=JpRE;ujE0%)>$~`R+ls=&;-?2c;))&pWd6 zi@eB%^1$zkRd51_u90^ri*9h<7G=l73;cvTY+%-44c15z7Yv$9$bm~rmwH(%xlL?G zcR2(!cxt!};{{<*S{7Wk?ylqa$|Ndq&lxts|??e)pPW@He?r5SROty_cA73A3hTN5Geu z6Kl>&4IB<eIs;3>>ldRu4sJ+SFmaiH z?Z_?<-MBaUanI~@1~%*yW3`{e^<#P`Uw~Mcd*0#`UWBk=a$)dMfU6&D>UtlOSI5i- zCux8qm1*Z4KJ^JyZ5+=i#;3RvYpbkE$ivrZx3&e ziA+he6^PLLb(Nwnzuw$Ps;fqR?Gx?idHW3E#wtX)NxP3d$ahKJNDR$i(0%?R(h6UZ z$BX?V9CZG~TDAX2PuBmF*8Z1YR?y1a(DGk;!M}xGo0YU}5r5*^XynLh6a`@_)ynd3 zW}WDG%mLC#LV^MJe&&U?KvH(+4U#Ts9|T`8|5sc)lSY11x+olu>t!aL>E*ip#l+|1 z<1b7f4)cQ8z65CH+S1N4a*e6nNHjHKTlzpXGG$QFw}kr<=)RBY8qume(PE}_Y0O3D zLuW~Y_u0k(KX_7LVHx~RN`7n^Vl1{zaAXXEN zpP=a7!V1dw*ui|~tMHHLKw^H{N&=uusx>{qqN~ZZ9FIzeXK~@t4hOuWK7MqRKXnDD zMcL0z#x)&EMaWH17d=e!{onfEyw16Ho@aze5y>?w<{AUIncaGB0rRuL;iBDkd61&+ zUhiuH@YmT&L?;-M-*j1XVOc}q*qI+L)d8c(NwXKI_lKy5bdlJFmY3Z7-daS>e?{f2 zFPIE&fE038vv>+fRmy^)x%#5|GMzP9Ub=bg-8YJ^jEZkx+JlK5mD%!G0x(@{6|?n7KFMv z0RaFQ|De5;|9{I;Lg2sTEI9{T7xN!T<$o2Ugus8QSk)@qib$%+-`nsF#I%s+;R+SP zlGb8z%JK+>a?#2^j`W3ojNOz!8aC1{hub78y<=#2mr{|2cz;g?zsoipZC3d3^|RK- zr#{*7dL3tPvOL+oKi*e&0gmf(h8VOY`$vA))|A%yVf{vSYa1V=QK7!KI764&1A}s< z-fFg!#aE}R#81juLd69yVpGm*QIZa(*AluV}TdakMP zeQC2SmO%TC(%N!nG5juuei8&C;{w<`OK@AZi(KNthsdu|oE+8XHv1a{G}#o=>+e_+ z1>G){#aT#0@j5Y)f4Wua>gXX#3D=R;G?~Y_r3w-f_lMXaTk#4qvtGZ>J20mktdcQQiDQX*5Y7wF zY&}o4Ve8d*VU=>C23d3&IgxT0Us2UR+`|;cu*z=Fs;y@muYkH6=z|T>p=m{WtTP8$ z(KmKGBQL*=7_1N37g!z0H`{_HQB{CfzD`CO>L}|r(9Fu)=5dnGmj!t|g%n*V;)7W{ zl>XM#^$j810SEBtVoH24@d29gZ|@+;JXMa8wX*x>}R4OVm(LPGmLx& zqB{(J-mnfN2;CgnzX}#-gHGIOj6?v@GrawY1ooNQ@plmj{!RDdvGv(ZB7Jd}#K!kB zB3_VZzzugkUcU!M?u)x>i)v_?HX(|=F7_1>p;v0zqb;^jDzgyUq^toD&5S!{jR>j{ z?^O&HJMvukftqG~FF`zekT+(al;VEQvw~9^=_W2>U+|CN4X3)&A)9l+*it@nRle*8~(im}muJkBcS#;*T)^JS}8t0IXa z`-F5+2Psn_!0%dUR*LhrMkrH>VFfhF2dxyTu) zc>Hb0^Ze_%vBMQkpuh(*lb)U3{;+kz^D?vj@itrA3xqzzhCl#MIu~gPaXCsnTf%AP z#^m2>mmLZSC%og98EWp+-A{UR8;+rqDXj;4bAQ<_^V1Lj-8@82t2|up+hPiB@QwQ! z@?okm+lk`KPsyU%8b=OafcUqxckxwuNqeyP_d{$t0_t+8G^>=q@|)4*wkDxX^fhW* zs*j^oN`;_m#;zn?jOmHxHD*02t-~hYD1!j+4~PC-fe8K&<)jAVWY}~~4j)}uuqi9XLi_&O%nX*#hi5hJv0=Fa;$g6qF}B1vdk{X&N+juIPRVBH6019Vp8w+ z;_C7<0npWiG{~w{3*(^v-4fU?C<2{LPSZ7J!A>x3pcA0KDFJ3;8nm5bi?~uZ_!pc* zCOS->-*(c7bt4xr;6CnQj(#LpKH_24Kj!PY32$;KcoZR{o(Dv44#PMSvk6qizha{G5J!mk=3JDLNUS8O&AjBAns?E|MIn=Yw>;OE62Z-B^F?5ZU-;;qmpqOMR5OB z&8SKJsm|QtY-r29(}_dIrP$PcjK;nePp<4u*;O;$#Gn@R5C)*6{StW~!p!Gc8hqHE*CRxUI*T<6xGZyR}K(Yj}Pv*s~TT?gw$U`GVBM`n((h@|< z|26F}y|~VFa+L092i4BWCX^-&Vgi7oi$^UrZ$`8JPB5S9!vG2doq+_R1JZVS#pb9P zWfK5^Mwos426im8IQ;YBEL~V?vs{EQ3L*i9LgCATsWzy=#hK~O*Pn>lxq9bfxy&J* zi2RW>!hEp;Bh|kfL0TF1oI3Ua-k2Nr?6oQsaiJKDsuE6G2`tVg@E#!KRqbC4P9-x- zd~%&W*sEuY^~JY}nZU*x!X9^)hv&1`H$^*wJ0+w3D0SAqvq{_F|2Kw?U%IMH;-)7rJ$4cozTL$9lm9$cTnoXQM^l2;~;P0p$#EZ^3on=Q}R+AZbhbEGg*79Ny@R0 zt^%ad-xO)tTyW$dD#dTByZ{7=-|_zI!)Wi)FORrcU0xmP@C`BOm(CEhZZ zb@{MiCZJH^8fmYNU&X#V?xEh)-9hs(MrZD=0Z4c0h>>aSF~a89U$>v4U~B2*kP^8J z)gZ&OIL`{!?8CTXgcI7*suHLKUvh5{l7&ul);1+|m*`|c@d)!K6%krJ)I!=Js#Zcu zBRGpG1!W8eW3ZB{&_?xl!9i^gEFlmQ6Q`4om%QjN^rTpa!1j70$croLAb*C%jHaU9 z@duw-xuL73%*?IcOh#le2>e+ucr;36drcJqfI3UN*tcvYNxvCZr8u$bzM`}esZ;i0 zZ(>&5S&I}x2vdQg;6LoDIqYo<`^?P=3!ah_Ugo#h7MORPa{aem1*3Nr7>CN-ygfN|~F892J`|qm2Y7(8oXEyUH0 zGpoe#Ut{bpvvXP~GE+q=FHv+X$|JB=62*y9HJfd=IYF`;rE|};rLbT7ei;P4XZ^mL zWgBKN&mnD7(duHh8fwREDUcmZXO|pS#LO9aVYcd9H+Xx;>}XIJf?5H}sXvANG- zj9X^HAfj^Vk{IMTowMViox6m1MabzF_%)?Nz-4 zgYg~8UDK!}X^G&qY=fk0uze#u0T(_|V-_CNy;X(r9o%Kn3PfYELYOzpav1^cTNe0Z zf!g8j5y7^w5bX87$HOXW?E{-$690V$KV z-}(#cTy905e_QTTW_5)Nh%eL%_V-n!^(afI2-`)?&Zy)Jc(z56(uZRIIpm{zNP-M! zVdq_TB{jrYh(=n|dEj_=h%ezYGiZ}^x z{df};AQXbSfI$syu2J! zDwGsOEaE`di1|3j*~xyBWWcSpWe6K=yNX58eI+~i;{S3{Er z?Sty#6d4|wK8%bYfF(j`NUAY@&T6lQX$cHgr#GLR@5_W) zKQqVs>}d5K+xQE~IPyVWkm;<(aL3D|h#35DK$?2vej@OpjZyfhVOSzJIExWE&(y7^ zXhUEY>`wX6X*E9KX(dMjRTYoTdK|8zd(^IsM-+}tall{YHM6R%nKuGH@|WP}24qqE z(KJ|spGqv7>^foa{8-?c3XNrDCh@?kf2>k#k6BJ%mVbw6Q1J3ep4;|`*Fyxkv__^9 zfy=hsviclN%2PjC@kVVJnvo-gRbvbS_E?A_pvKx$BRd5qTxkw!9fBc-~`=@dS@H{39JOdb$lE0tAWjK=Y@XV8_>1iXj|EQ2IOm!FM0&r<{8sX?_kFVTTjL?=@I z9&I*oq>y@i_2jHgY@AF=d*5(GwbpOSS0bO>7Ibt%75?4A_;qwvXgGHw`v@wNDE4-W zML|7uAtb__>aYmZ9UIP{`ExBA$kU^TB7m=kN1cQu?zE3o*b@w=2 zjFdL0RD@0Ww^oLBM+x+oMBvd2$T~dX{(_v~N&4mMnt6AN3i{ zeV6DR*QY;efqlS1KJ{d+jcd_b)rVX6y!X&9^*Pu(UFVuM@?l3*5eYS#vxkm=nN0T9nmqpx+9DJ=(P4uR2zn>St$lL-WIl!FN~G4Y1P)nYZVj71qHNE^DzDQ*bV6R8Z4Jtz>FVQ@!RU4p~mR*XaGRBu%TK{w{}i0k|7hO$54Gz*V>18H75+28Ff#%Pm7w^Gqkr5rF)ZgW23aPB-DlYLIq*mJusx#yJ8u5gBhe#Y^23BRpFJ8jjZ zkp*!vop#ycqf}+?*eh|`e1>98=3~{Rn70sDrm!_n5skS3j)m~~`e5cZnm%-6tDE%r z#IDL+7tqg)qxN(b7gNPiwQ0)iROm+Tgn2fq)RAUx33hn&{3CUq0zotyULXLjQl`~T z;HB%ZcHEAY5iQ+kfzfPZ7*yZGjieys8lXN)Lq!3&Uc7l6rRCLQr-gE5A{X-@-h5Ji ztk_Pr5uFD`NPHiR6VOigQT<#~lN>kSJf0%gaDq9BXBrJF5D)XMt3=BacGlX}QZa5C zlj8o^L|FV%Kt!!IL;___t=R@J*%uLPFQt|?loV_(g`w7L2lqlVwFjzy_Dma6^wx7Y9}tymPXhrrqsh8|&xIjW@Ek$=lquDfS&Vhu3qtP~rGhbL)O39*?%#|2 z?11aDxgSPcn||=|tE}x72xxd1h`1+sje4_+rxd5?lts!Tkhyyp<#`rA-@YwE9)C-F z5Z&d_c|2s zclbAa1<5y>f^wqP@Qp7 zfbleXeth7+0DTbi3) z>Xj{DR4S8>d}q8}ce>K2@aJ}WbMKFPUaq-cvTitDvK(i<&3)}Y(oKKq1*l#7pR`TF zaJ6O9;&vF#59dj?%sBqe%fxYT&N=xN>z*i^3J8bS2UUJlEQz2Ex?l{i?d3#KA{h=w zSL{Tw_@)O3eIOV%H%E;=5h`!#hKkoOx^P78!6k80cxKO`O=*^u+o7UR8KGh5#Ipia z*dA$9apu6f9piX+hs)zHTQo`Rp-}iR{^$V-!yQW7?36B%YL3g3z3To7ts|Y9?xcBh z(Acntxx*&O@3dHpK8*^2t`(*J7@Vq%Lhh=e3n6@WvNLxU5rg&1J!}_id zu_wxAmWVo4u~PZuWbqKi$!1est@FlQ2tAo*+k&Z{XAZfcH+wG^UZr5y`?MYIawl-}nW5z`L{95R zBd)rIE2|Lu`NVlm9inIJhED5O`@8fQzFD-pMXj=Pjb!Cd$mwf~OB;fQp$e9C+!uv2 z@2BfN9xi@HZXvW_XZJK7Dq@UYn}fMWyZM`f%$FP;ziS_E&Obakef{}W6sgyim%0hM zc+mCrn4Mk0h+wk)&6v@b-}FIiLikKi&iOVyKn>JCwLn3jRzX;SE4YBRah7T7#mYJj zDFZJ<>|B{qPh)7{oSs3oKZL!SjLZ!s4-1T=B~@w6wEFYPdi2#74}>dI*jQR>EYwwc ztLlfn80zjmNS-21*k*K$Z|0dZ`E{BI;GtZCh%!@y(L^`G`Fk25+|LKj4Em)RKzoAy zub;)(mvpv8Vml0%&rukU&NMKiLOhAA`^f_dJ~>4Ke(+#F(BX4VS3`Ql%`I#jI7U4* z`mq}eb*z}74G+WlqkJ;KPTn%1 zzsgT)a%Re%i)v{};tulaDk&^{7Z9Q1>O@q%HK~!WRk|HIQG+`ZbD;a|Tfi*T^j9zU zGWcvwq4zh{YB}+X$~wAgLUzP}_fx5zYauQ^NQkSFP<_YxY{f~7>$>sM7hEapIq1;& z>{5dbm_P9|gITL!gfs$DA3-}e0~AJ0W=mKN%!*jVMTzGcS(i|&ZDN60LE(eX*DLg~ zny@+e;}bawLlwuBj)ev^1Gb$a$%n@NL{#S}SkiF&i!qZshXRord8Nx)uxoS^`>m`~ zU=Vb}oM|9J*zmoYgcfl7t8Hp%`5?L{HFgrM&FBfGe)c$9mocH=RE8+f*{&YoDoErd z#)+x5f<3LzVZ;!spEvy!6p}8WP>NN|EuVyZ0Wv=Ym32sX(}vVj!H5Sd-L*}0kO61gN1onyIwA;xNWM?p#icmQG$bH-sms;>4_&DR6Qp8NbN_ zhP=Mrb-J{#0*c8z02L}s7;xtRRse;8C4spSpmZAl`nVNl`k(yxQyyzeU~5XmuwZe& z0;9&YEhM&R<8NM6NLr*vL+gu7AZ`cD>~8?1AF~&OUMm@P#QJwvj*F8!x#b%OaOBPk z2DH%FteUo_hw36UP5+Eu<|E&BX$33`qm7-Zi6HvaQ<*rp^yiexNN~7GSY3e;>nCS@ z_;GA`7>T8xV4Zl0pfx`Rl$`64ODRufYbOp4C;w4c1`eo+-CrZbuoS8-EX5+wqWmD8 zAq@hP$9`>S&OCO}wBtOOV#cG(_y_!Pa)&PBbbxzo2GJ)^d9m&3U>i7BphO_UElom4 zE1)l^ea09`|88z9E5Yq15zK+^ZHB2e=PyP?#l)A~k-VPCff6WDf&%-1{x-$YQem8a zwevZU{^>DKcj1l?7N~6l!rDxG&YA*U15t}3>&kfYzkQ@E;Du7|ii(OQQ$>VCE-^7; zZLMIchM5w<%7m9;>Ekg}QZM8nHt+N>=8?ely9IkA>=2+d%=RPcvXd8^1-X3t=uuR> z-r*5f@uW}1k`c{G$Qq66B1FB(xdhV&N&UC z*JepCQjqPwjB{Ieg% z%**O22Qibx`H*YDXnce??^5>IM;t)K#X2Q?vVEAIuuiK91^|oaK5R8gmFYsWlrb16YWuL|gwHFcK zshg&is7 zUq1+}!U^jk*tu^>_e}e{HlT-(skv1R&@{sAg2ewv4sJxV-4ba2j}>uDp}2P1{y*m%&mha@0mIUB8rn|U?R%_ zgi3T0AZbu8^8}ONfTqbOIYhP#GfVOoRvA4RcEae!hTqF?#>^^OgCbi-|r6?n#t1QRP}#(NLAh(>idPE) zOuE2?fu3rJ6FpOjQj9!2Mc(Pf7f=+m3eAIz_S0F}x#Mp`;-;(?tFFUIg%giRDoWc4 zm^L2(<&#a%K14ZlsSY*RC5DlwJePsi0v zsFJ^U4=)590gtGvM-yd79n~k2M~o1e5!58o&6rK%r-fTHu%AFjS~)%~Cl;ie$L!X! zdR8%1lN~9HB`e^tuoBi5$^(r!MmO@xRo`Cmn>(^d9FZDdElANTJS?p%Qj$$~*0Ln* z*`#SyO<3|-1vn&@vD7J6SjRT#B2Pa?U1W@g)sKy)OY44dWH)H&2x$D_lc_KGP!js9 zTS^4~$LV2WG2c;SNqkeB865kmh|YD&l; zgX0Bz`NvccWnKpVy*_9l14Ul;n}$Hd8+Nq*l$dQh(y zpuU0MOMABWxo00>px+#wGkd*zwiq9&A2gsyGx&&DAF4vn)_DA?EEgZOpx;>Eoin4xB950 zFs~dR19~qFnJ_Cu$5^*ud{Q!Xve3`yo6_f>f&Ds$B+w(dUlsgF2zqtuRlg1s2-5aI zH3u|K>*<3?u|w=2wNH4NgCyIWzashzpaswN6499Ku1afX(FX)C&eFyt!m@h~4EH|P zJH{A{AFt!skQCM^Ukd zjmaq2oI7rj#x<>5(vns%FX26B{BjoxJ`wcF@N(4hq_ea8WB5$Hiwe6(uLKW^H|vQ#i+}MF*;EXnYe%sNv2;~N+J~h1 zjYWhTBoJ7vtwJ-XOA%D|C*J~cS=Hgq|LuYU*{j7oz;@}RwZMq_oqUxci+49(q+zo05N& zWzpbwCh{%FKPB{D%my9eZE}Z%)bMB9_S_-NR)pb&v$l$2YYVw#IZ^5k>OY^qvUFsh5o=U>Vs|yM?yqAaiN z#c$dIV^p^cndl{oWk08+l_Jhh=1Jpn(edlDM>)hM`*dr{hZhK(^Q?p}Di6~Or)3wu z43vnC>(ekihXx-2tN5QGz<( z@%WC@;m(rgs`?d|FQ6NxIfboduyc}gtRzhv%y3GTi-Mk|PRxlzQyCLxa+=#*4D(xt z#0$u4&G;zFUt>Bq!akElOg$cly#t%zCpEH;^P?q}r1TYCfxeuC`=m9bPM=2)kHKd9KfAom z3oSsoQP{{^LN#G*L5|=CBxGF=Nn9Oix$jo!syywo$$Tp_^ zCKs1)!KtnWO!lD|q+k0r`z!E7pB{PeWuL_A8vua4E9!-}X&+^~%T3u=uekfyX43m^ zxleDX>(LF~o_F527l3aVPqh!%s2m>>Lt*s zj-BCR;B-~D-YeCMKud1}oWrw#O@X9NLHf<=vjG2r4_|@0SZ$Y&H6Ajz_!fhJ9*+e` zoFq&QFxwU!M;#JqpCCOru0P`|X3}6G{jVox5NBqjr$&Hctr*5yA?+XgidMjyEngNd z+zlh4n$g4vI}+l)WO_)4X8hp?0>CuLGt zdzvOfX7S$RE7hkbekU9#PrATOF8Nxo)#GneZn%d!YT;SA#}z{4M;CepCfI>Il;rom zRj}deWaTd)IYPdIw6sEicc7T5!A^d5NeqQjG(l;~6|KN!t)&SOG4`1ZL-9Mz9j;qf z%;^oV;%Q~DI7F*JhBfr5J$Psh<`TFN?122{3|TH{n_QJQa7u zKz#-*KpLwukU`*E@jGU0ZmoWLc+nw!HIx22Xo@cL!2V0TPa7v0)>lP4rE%H+y`N;*R@Ps z1bTPl&AXBE(@V}ft#uoyjJq+$x_G@h`M5#KJioVm^mUHV=wMJ4n1{7>J6tR#Y zX;OhW=>+&`K^H8&u%I!B6TaY}v0p@bDM4XYy@LT|fiU`l#nG;H`s@LPT&4 z>Ky0hN(KN}aaL7v2swbx*QC_?O!CW_^R^lh#zlk-V1w4Z!s>$S(pe;xQVWPH<yh)=!&dtv?%Q20S$=4sPTIIa3sD zf-Q&cSs__B>F4?YjLa8&c>tbZj){b%xKvFOdj$8S05zHtw&9p4_>QpyYS7CHt3~|aAx;Hmu!{2+#Cnt(EzvqW+&FZJ^ z3DU?MbM@&y5gHAv7S4vdFa>vHH^SUgLRpAEr2)S5Gh0ZLRo*F7#!Q)jssorXGqqY+ zt%i5bZA3|Aweh$Qk2425=WFRVh2TcDr0O+A=b1(fprZ!bSD`(1Aehui)2CXGptwyk*;Y=bJ77#ipSzb-80cb_AP=MJr}58qMvTHD9(k81@utrd+W`|!Fd&jIDgqpz zF_-S^0nY}nqdVMgHWOMsbm)M<*_oD`u<0KVy&;Q`INwfvfYx zAG!{%{#4y9TTMEuJFe&vq(NTlBo(1SRmGKZFr#FD@3N86&(BdkSDqBUG1 zLGp)Bib5ZtL#-SbT>p2jh#`%0TDO(tl0Ei)63>LRciK67#7fX%Ng)$k>N2_p<|`HC zF{y)+gn>Udp)kYLY6QcGN#6HOE8)vP*AmJbdBB@m2#R{FCV_z=>Ii(|N+mcF3Cxr6 zdw%)IJ{<+k1E&|JhiVVp@hWHi4^^ei>akzogJ3oDMA(=$(VqIgFaqs8OIFOpm{9_F zJ&}ETkv{Gz-*F4BaGihYsCCXDr&)kk#-d&&_Scm*gHnI~L1H5TIhZ;&r(u=Exl}k!(qSTS-j>f$(!aAy80gR_3|xY zb!xCfLUt4tuZ#Oe;?%dTdGWk&n`{s7WA9rtb~+HfaLVCNL4OG(vuy0)a&>>TcV8q+ z3(pd|c58YSoaK#M=K!GU2rZAcYKj*;S95D}6A*O`m^LS|$sN{>(+8)za`Ng3J2-Oh zqYqcT18h^d(F+&oQ(vm`hkWz&Iw+P`-Ktd(TptHqZx&E}u7Gvzlrx$jL3}6Xvcq^P zZL@KuKYsmiM)ERc`tr+&x#>IK=@YqW_1n;#6EbNXB0b=inW+4t!~dck3HQ{NeVpeO zsMjmwR6N*?kaH$IthMoh!A~cy;}~*U$!X7_ShRo^t+d~Uu^%J2up~l_MyA`+;y^_T zsje|4{n)bciNiHv`Jl=gMbUL~b!1&Gtp-3VCL$Qi!_w&Ll?(p40l%nT3lOde_A<=` zRP13}lbPCak->gK$6MU&!j#cTZ&abN317_Y0z>F!yP}CU$Hj=s`nf2Kr(b72`kNyDS%Uml>pVSP~DX8+q_-#U+v&CmV1(Ev=;PzH0BuWa7&rUR0+Rr6!Qyt=?cZ^l{?mcb*_zoc_zfUyH89PYF=qIY`Jsz@_xfVR9yjUGJ6w;JUEVC2V5 zHXa%oDQP;UGOi6Q8@Oj9#S?OUKJ^7F!H!0djv~ff*ne5=1RqiNh-cU*3cr%Xi$Ulg zqb?nvK~omd_J}ld&{T2x{Q#CydaIp%W2Kjvm;Oxuo+T-H5dvjlwF7?)465i5VFk|@ za#rRA>J*i2f#ao1dNV_up1eonL(8xU(C&o>yL-?_)`MN?MzMT*n;%yj^mz3q=@W;P z59^Kzv~&%DrUgy!AA8|K(}e7j_oV&}oJU5JQuJb($~#Q$l>_tcAYFmZ8M%4CZz zV((gr)W4Z|{zyYeN>zz@!culVnIuGs&IT zR1HV_#Nkk(yV|)D@avP<#iUlW%RCH_``6Gb=IsM4dsf{Djv|-z=|v4cH+1CmBQgqy ztfZ`M;cQ~}?ER=qyPdZZrX!B+;*M}mCj+YUxD1#*Bdi0yjU9UOK>MrHo$;Kls zsPKwfNgAD+r0W~2y(LQ~@(oPgs-H-lAgX`Zz=%=&h}QzBO}|PH0_7Viax)re5Aw}z@!wX8Gu}V)*_P}WqvU7%f?d5?qz~3K zTe(1%SeY0m2Wv#PT&<`JEPsmqhb1J-s%e*^oyM85Opi~9P8rBXj84R|`_V_F&ECB0 z5~+7)x~^s-HhH1` zV2ok=3?RMKvs%I19NsGkOT8W#u!Wn|MBrNy=_F$ufTZ7Kt&quQ9;xe0u_FEcH~eE! z4GDby3C3iY4>OCS4`!efwQX z)mIY87Z%7?aFH!&BY%Pt+;2|j)DyPCN)gR`gGanm{!u>7u^tvj<2^OK2t!p?bkyCbnVVjj&Zbggr+-2!7scAafJSqoxS%jeX6+9aG@^YeOkG<`UnZIelm zrU^*d*P1p{qz_g0M@qOQC^`9BK=sp5j&JHy2c%Ve7?f3m5A>26u@3Au;903_VW|#ee4h2ZUrXRySrsZK-qMBMFeS?>^^_t-1*HT^9Brj_We-(9j$_( z`1e{Q9cMZ3i50{b&@AZ5kh4~%@ZyxmSt%t`w990`N@Z|S>jOci3u1dSY0{l^l6>Tk z3y!B&L|EHLVB1G|k0XH6^F!C)X_*tKj9;gbc~F`;5plt(FX>d`SKX#r2kkfKT?c7B z_t*S}oe;QIve&}f>XpG5&~4`!2%7d4K}d$mv)O^P+JW5c*4?{GCt8TkW|jUkxjx%m zzMUQUJD#~5@GpUO=0FEUE1hU@$fv=xc;>)HMUYrojtAODCgxUcD%6$i$$n~M zKMqi9i5_R+Vym+xb^8y|M8k-2RHMAr`Rmc5$Fk&~EEPpP{aNucm4{F8Jy}?Y?Qs<1 z(I8q<{@!%sqyl`7pt&*7NAx0Oe{sG-#Q?|0T7#OL=eVH1t!I8}6G8cDmS{#m_J(T_ zZX$(|_;Y(B$m58o`~~G9iVP^B2Y<;Kh9KWVCc_}LS%s?e^=5kk`;vbpPraKQjBj|q zv>L7gACQLz3mowrmyumMTz<$vZ;(>QRcw!$FWIdqUQ6V`qWk8B7Ti^_#4?T@Q?_lL zxD*EqGhnSPVjKJ69z~GeMugA{GY^S33_}8n|5jZ6QKySx{hMvALp@Xs6~ZKBhML?+ z<^aQ<4DgBmYHr7W`YhK_CNsamwVotNG)Hu{X~i7;c8xhE&~7%u+upXy5$bsSVd-4g zi^E;w0mHR?o%Rezt8n<-*;AWyYl88|I`20G%pEtw1pycS7b z;PmC9Vzj8qZmIM}?|Gy5!d{Yt9}KM^J$+NBk>#AI;Ej%=VZ>ye~*vI_0Nc z#+lY!j7V$xn9nBA!fOWy9k5`L7Y=~i!BA(W%C9x@G}rzT2eRpu*MS>`T$F!x)k&{| zR1Cp|M}TkB*FobBn|Ka>q_}Z~O;M;*CEbLOOC?LZ=I>m@OO_f8@=6|gttg%=O3wVr zO5_mQ%{rwjHG>@66)JxRlsc76Pi32{=PVLCORb!Yx2epk0_GMq>*w*sV$m+%F*HLe zU+OQ@Q?$pU9Qk4Hp7^Et$Z-^sq99Bc>JoL%)s==eky#_;`w7HpqDeiNJgQ|xUSdC$ zq)zEg#GlkEXL?yP>!8Y{Rhr9F2|S3HgnZaj(-a7$SRUG^_p%MP^yKs|7p$(0M?4R# z%?zz+JBr4Q9%{zO*5Ph~jp%Mzyr491?t&ql8@df}b{zhOrDZHBNgl9Pl8f}t_%k^rkHez)vbBE+CUN_`>2j;DnUdE3`sLR%G??Er%>OL;`9v|{Z@WcY&G9AAcY_|Sl zB2FF>wl0N?s1LF=<=d}2>Xx*x`7C4+X6!DY?t4m>*X zMxfOl5A7M8UiK5hayX1$>Jt<-yl;T;&dnU*yPh@SFkjurMm07|{K1NeE<5SjstJ$G z$Hw%z&Bx}16H@ek&6M^5DG5)*V?j6tjiW@NSlMDk%zOcF^B%t}aO@F$< znG=~RUadDx%z5q2N!Z0GW);9hGI`MO(z)Tj>hl`eKCbShp+9c!njMQ{Y*io3)(;ha z^|M`?o&Sg>A?ElClMyaRkdaKD(T%9=d|;)#wBnQGao}Pmf|NW8Thl}NH$}b<1-mltHQag=hn=G zlGY%gS~%4tdsI_yI!?=rYMG>?l1M{H8`x=hEg;TEA3hq;as?Rh7r~%~Ke zKdCuz>F1SePDY)D<(1x$cW*8X4nHp2?U3gEX0zKUc?6xs1yhsWbvdx7==kKJ?-#Cz z_oKWLS%gTL2+8c(ByIp)_Kgf*z<&^3wbk7qfn%^fItxR;3F=i1+{(ID`5}D;(uAMM z2VT&H+R!9Bvec2Ua2X<|fo{=+n_eNbuSE?q`3=UdxB088S*Bie6Z)cs27ZYbPH&zz z#Hx8}&-Dt*9*@^cybIFRLN9o%g>FFi3e#P-3l-K%uOV=dc=~Au?uybN`F-9NUs?_C zw~xRT1ok`(OQm-+F3-M}WDy-@3@81Xx0bI>9@NK1-EoETClhxPtxu@gv*+fdID@{i zQKlpG7WEqw_X|SDX@2oBwT6sy5sf__toK;s-wDf?3sL$PgkcK2aw|6f(rt6ChdVkX zMAE0M=wV2ui0#N>TP})*T}@xhhI=JlzEZ!Bb4P#LxnkugX*w4)%a5w|v$lfLn^3_k z+)ZL#7KpO%9B`9Q5l1XYcz#*9MK_qRg7F(C__tT#54VBo#E*GeA6e<6-ViwkVO1Q_ z7x|E@#t-`xB`~E{yj~iv({Z{Lh605x-Xz85ge*eot(@Po(a3OxTs|P%=d|e6J~%i7 zMe;Q~U`Wl|^dcXm(o4Dipl8=<=5hm$+7whRW_yNL`By`c{>KYIf1F?~7sQaYTX$4S zQS|-%`J`@8_5FhT2-RiPCw79^mdhkJ9#P0jn{Q4#Ah|JX^WoO>@O`@hYW6uLy{r?7#wx=p&VV4Si)5syN~msup64 zshwW~Um2#iU&{kyOR!&PA8wfgbH&iE#dTJ`!@R0NRm=Jxc>U=_P1ZymEcbkuNa7C; z`+>>bvjJ7R4D>@|A$fxzj9%=9ChicLBwhmvl2zyyDaQFvBpNng&%4c_Qeu;~(+uo1 z*kTN2Y};}zm8vcze=UZcH}xXa_uHoz^05=Jle-<%r=s zcNUZ5e6fcH?4yIR$H>X;qeB~F9n%lW{m)_frrneW-(o4%&(WdKI4TWVjIgU6qQjnI zBUE{;Axj%fhq0iHl!uG@xFh^DcT5V_N)&6c)kk8r7-ISv#5`9ltQgp1jN)?;hwtgb z7utr%sBcTjZ#_}mHyvEA0(K_DzU%n8lW~PpVTUQ?&&opx$C$}orNc1AaHgH7{YA&5 z)&G=-Md38%&oE#OSOvSpcFbR;gDZ@ALk(x3hO?lC582>9YvMms!bj<&gb~AACGt}P z_V}9!BcP$n8TIv4L^&#OejF4273?H*A!s=e~jYhW_1Ty=5z!nyr5G8gHkc44hI|RiK(FEKJ#kJ=p%Z5F= zi+1-C_xW*~oAhmlbp&YjRp~G6sYLs%uY^^=I^NCrph-Mbv0Z(Lwbkf=bnGqJ%NUGnyHl)(o%mxHj2h8`RsR?A$ zu`O%%DYv(M;!@+^C)-Zes6)S@g~eEhmFmzCS4o+9eDPExFf4K9TITkS5h%1M&q7tR zjRl}ejFSEgG8>GsHQv=l8HM;U0S8m?GD%u};VF5SCd3f(BSHB3k4Qc-ok1a{`~ghN zi&y-LfXkN9Prb?>TwpqT#AbQ~;_#ec7=@WnKMgvwfhbGQTJ{;`VI{<)r^HKmk7VAD zUz2zD41w;6eVrCCnHKvKls;V;)6{K{+J>a=4>UVWy=H`}(}2zI$9E)N#omK8aKXSE z(3HRvradfKZ3zK2@Aq$nwSs=Kgb+UlJNiSl_TR^e2pTw<{EIQBD9YF^@x%LM(Xm-9 zCNoPwARA7mB}ul(!{LV$qJSVO1_%`r#$uV7w6a@GX@I{XeL~OT2T%rpxcMT}w=N0( z*7aQ9&hX%}+lf9|yRqW~xXf1y1YGKGA+b)4A9x~!Y&X~|4bXz7N=hSu17h%H;DnDg zEx*FK#c1QH)#i%f(I0>YaYv;|wYuPk!oCX`*k71xomD4Kp zgDP1@_6pVxU(Cy#Bn8YTx$`g*#!LNsUi;On6Nbr_>H25d>+(bJRL}N&OgYZq*Bl}s z8lRE*Tq|ZJ+ok2~rSl6yw=Qs70!0=JNAxN*`1)ff0^8z13gF2*{`4WT1n*S225?~H!zN@uo& zGOwKODB<-%OxmOt0Z>C~f&tKF|6xt3$W^rZQHEA&^`uM6bv#EVuvHksA#IbWJt^Tl z%Po?)g{&K2fiEPC4PiL~h}NX{k68X6?8rg}*4BmwMppks*(u0K4gHwhW~mHTRn5}{wYxd!b`UtI zNW5VKJRg6>sZ8VYiZdH=*0Y-jBKJSwbqB;hC>z8V`iGO5tTy0>ue*1!J%B9SN_Cfp z6T_SW-@@j`GUyduzv(?_X=04uy^Hshd0>n^NCMK*YitGKV}vRqe?>T-1x%o)*hnXm z0>TgZgXN%W5>^>;h6$<j;zCik8d6%{&s*m+vPg^W^v3Ouk7Eq$@zQ3(~6{Sa@ zVlQi3(?fronT5*kPZ<@EeR8@d7nrcWSG6_8K;qQ7qtqL!MY>e7n}~L_egHjdx9UVb z1sb24!`sq;m?H)Xi493sSfw=tkxb%RP@WAsW#;|so`sBtXTS49PeV)y0KobGaghFF zNJ`Ybys=eKc$+q6tXY$slbCHXn;#7*&Rb2SJe2ZjHj`;O{!!o^?%`2(PIox8y;CDY+T4R9 z3+O&^y>m5UMvv%!@kRNH@mLli9@*XUK=GXmb_M%_#qBm*|lz zr%Az46c?jZ&gE!PN5@buXG@)v7`4lHH}*C zecCg!6rzDgQ;kM@kE&PAQ+vr&#^W*GrviGjq|K&9dq<2se#$rK!;&z8G9)*f;j?nF z(JPXtG8&ciHefHCprdXnLe999vKottJzj}caBn6{0h=2s?AF+sX-eUI?iccM8k$xg z#b-;WstKq`hubhv@AxpM8Pa<3+v%e4aI~ndlUSL$K4qekMi)xX`K$YV0TJ<~(qbf$ zp)CHy^eU=tH9|||7XfkEVzwt5=NADy%9TFe>Ez1ZKkCKo>m@yVnaj<_qB&pT?*yzT z{|xclirZXE6S|B0v)eD?>Nzk~dd-dDz6R_7g6?aOnuD z?9ibaidEMj*fb1%#s*6E1yYopPX$5NI2%A5wyRPRWS3 z;fwaHJDS$e5F!EGkkW%TC$DuR@-OjA%w2Z!6>7z5uDfGB+iF%I5H(G? z#)54ac{F?7b6dB8%S<6#{igXgy1bO7d5Pm>ZJR}Og_v4QN6HYsR?iCA9U zZ6Zs;X_|Hz3UTVh`kCz8`pJL>#f&@&5=_Uaa9q#wFl8nwK9AMcn%d0nRR&7^&aP!a zYvrXmq66!d?C%gO9YXIO^ol(cAzCzeYBtkdb-}XK5I=C%F0*vYAdZ&PPZefCzYr}o zH%mydC{5Ynerf>?Ci(7>N?2lEkFk%HJ4Yx~Y`V*XVXLLho`J@{kYW)`N5j?z$N@je zJEmX-G6haNsD}$JytQ75V=myA5NMm}*MT+<0wMSN6O)@g6QZ?N4&u7%)X`alQaJ|% zoF2ZARIC@c#h^++8*fupJ_TtODa#Yr@)-degd!gViv*4J=}(k$&L4yy4`=m24zyRb zC?_me#iq{OFWkD6c}$BTp76JjBQZQh0L~v$R;BSXe~MD~akFhSQ*7hn_xUr(?t^)Z z;#6_%<|vrQ{AxMzwJC<>^dZNhOmXH9%|a{Y3nwYSY!28UH3mrC7Ig^ND$`2I_=22t zUpP|^5?akz`V32_xpl2Z!61!Bq8lcToYz?27P)hkszfQ?YecKe3q;Et9JonXI779f z+SR8=5NUV#rC22A9b;7IC1X+-957v+Ueq-!7auVH#`@MRSaM2~@R>h~c?y*9Sv;C~ zDirn2>#@9J^%T!Lq&WAo(7_l$KgD5+Z0|UYq92Ef;uXbNIrCf{9)QKz7WqKtJZkQM zg-1j#eqC|JK-=c8F!2baeAUiZV(27M_C(*-K21dI-S_>mKVgCZPWcK5o4&YbxvR%^ zc5o|j@3pqZ{`jl&R;B5|B-v4RT|C1}<Fsy^BA25nmd$UmIt2PETt^eFH0eVXOH$g)!t_ z^p1R^%FATLunCFfS^4rm5b6BR;YbKbGE`}KVg|p!KS)>m5Q<1w2@sK_Co6LDLp(sX zNRuEV^0j63tcw7PP5Jh$$TLBiM)~Fx$RzcSEICnng)^;!%NAdFz?!E6@R8;@aFqlL ze?+Qen`!x}s5O1eMTD#H%Aevp;&;f|27g5(NNh#2Vv>^1hOtGA!BrzZYhxu|_HfIg~uy+%~ftbxO`P4K(NXPv~ra1IP zNxi>)qk9IFX=;R2u%Ps*dh<~%8iepV2iBo1Xq^b*Fd97$Tu}EgFj_9u8a2KP2*1e7 z4%Xj$*EwEeQexc2|0ueMw3F1n5oIkrV&973fgpf&O!uUi2F12X8(Tj>lw_S<{kF0L zLf|%~N9R~ZZ-%4gfSUEyWjU5i3)H(7m^ZD~pNb;z(GapHQYTn>u!d?7b9^7n{?!;D>@LG$9mhEA8v-_gAC@g(Xa*4bc{+M11vYFuQ7CL?-{b^7 zW(-)u8+Y=hL)@92m=j(sNxWHF=z!9*i?~6;9*$h7cW+eo^4Hx59{y;l-ssglX?)^r>p-i;GkP)|0eb=t7n-z7P&J^PZcFT zzeW{gco%@X8$Z8xP#9cL&n91IW@W#<&4Mt%x|gwY58A@z5VbC-E4scIQ2$OG8ETM^ zKQH+}tG-MQJH~+Z*U?^E%nJZK9>}{8kV`_(jte8Jh^+(V-m)`IVhG$uC}krY@OuJ4 z<7c}9i27Uq(tW?yum)anYHiT+AMg+I#Cs#!byVrtK&ovg70ln63YgTJdO@F(qCBpM?ZqY zdc|}yW-#mtc`UX9nza!@ig@NRS|PKW+1u@i2Ljr0x$#Pv6oux11Z{e@XH-jlcqyp6 zFx$F8N7#B3T$b^d_bJ^;y{bhBXrSnKv|DV|54i84!ki&W08(V#;2qN;2#)lE{q1SV zuVC#e93{B~8_N#@&hA4-5m0420~KQ?E%FE0)q@%i@h2;>PDTA4GkJ2S(XaZC@#=nf zIpnLMcOjq5H5GRKVtaJwGv#pk-zv*`Vyr@c|1Hv^qxk(T^y4(M{_vCk_nB*yTnzs~ zUh_}iSwcwZpT11;uF{YDJk|$J6T*s29gZIvt}Yc736kUL>t9X5rd$b#$fWo{wb>lo*nB=@1zFU-_5T|TK$SF%EElNiL3Mg8~e zuCr(z&W~Kp$_W!44%C#Sw9AOT8-L6D&^jOsXrnB8=!)Sy?S^+aJ+V@Sv@jTy9sDXm-b22+F?Vhuy6UkNOlrdk~aCa2y7C8;VJ!^^;Ai(j9RVpn1m= ziD!y;D)NrA(ix}5OYx4Ep)(~o3)mb*>+IC?=Mqfs*=A$^u3wcus#iK{wtFYk4X}~d z&q^z%yUOC7fa(w#e@QEj)5SZjmN|hal(?wBf-Vd1#CjJR(kMc$b4s8cPL@fyiUtK8 zw&9-F$96`1nqKz&`ZuNCA2$}@C+6^feF%QO4Q!1a?JSJxoLubf?HrxyT-oR>Y@JOU zZ4IpHoK4)F>3{+L)hR|SoGU&5X#wpYVov{^1_Z3Fg?<9I%8mxMPNsH_HU`cXcD6Dm z&gOQ;|8$O%Wt5Nv;6ryMfTRZRF@EKjM?l&l8vhlAAw-7|QHiGv#4f+5w@x)?*ogT+ zctZ17p&VWe5`+69pW4}gFBae1BWU7bvg2FYUdq_@^Zf*|$FpJ(PKYH4vW9kQ#~I;X zCV#gt!*g?>6HNq1#Fca>HV6=?M5BpWa}HfN0JL*laf->rtUgBfM1xtfPeU(FA!M6s zHAz;PVbs}nUg`e+yLYn41)b2XLOLqHK>wts>m%3J_NL4Kq`691 z+$}oPsMFGsj|tKuqpRf8+NoG|>@l>_+HroV<(ktKYGQk4yF#htoQN9SPrveWbWVu8 z&IO~drW9ypu~l96PT3^+n^TsRnQIl48TzHWT|kg_U0U+ao@!>5ylCtuGyKCn#ubkN zCP}-tV|yD)9uqtU9h9n3&pbyEt+6l#Z6yi5W_x;7+ctud#a0=5Qm)mBs;xx*%S~%p z`uB_69h`m_^g^RSlC*MI4O29mb&rL5uF{A4FK6BmgF>j>JrY1V^e+^$xsDDGK4%PI zcf$ROXlzsx?xcp`Q^Zu0YW~y(IE_Il43F;O!f|zx0E0Wf_Yi~EV&g0?a6+u(bn>6g zvt0K~$I)h}nm!n%uN+B7Gftp%c5^W(Q>m{k`7wjF#ih@e1_I@7vI8hGFn)NKjWT!p z&v6Frx)P&c87;B`-cr%IvvY&00*T?dgvrr*VAQwKxDn z;aOOiPg|%r-skH%GiVH_A3sWvX|w1V-g`IA_M@%+tAHpN4&f~_m#!ImkUl2p2!t4c zV2`}kDA+WjKjy@NU)>0ujNBw50yR5n^hMg(k0AGNtZwKufoCkfk6^G5>cH!#?jmqg zU=}p@?=28g29jr_A9V!bY*H;jb8C%3l;7=*;w%K_Iv(#qs)J$6SS)o6d{FN0G9bT|Q0tDtVmVlM zpGkyVW#(|||DjlOC_}`ZO3d9iwB30#(TO2kR+fvGIrBrfH=^~>QS#^-k;H8bgkTwV zSW+xPk_)@C8;uhdlQQ{N5<{7}5CS1d+jaVyo9xJ&s~PDQKAm221YMD4XRiX6*k4h!0)trmpqRTO08Q`2tZK6_gHBb zsdk_S$%_IH4AEmCS(-rO)U-JSD^vBN92c1eg(xUYkdU3L> z$mqr$8>+b7{8TWyC zc!%?Ck$5yZ;Wnn{_5O96>G+D9|3MT2y!-^o8U9;VPW-P?@SK=A$)70rXkP_`g;7gO zZ@@22ke5AydVFzVa&=@7xSiGse2ca1`i;_8OI&XNJW1(;yt9e}?B}eUx09EiUYMxz{ZS>c3xMdsFpwlZC5bvn@@ zuff;_wp1nyKZ2?AF}KTC21N_*(_s7OxqQfb6xV@{rjv8C^{>48Aud68D^%8#DdiNi z9#aqIq!8$O8Fp=%-%-ViN*HqxSEX06Ev8r$8K>Du?&Z7-Pm$jlFAc9aT z9=HZDx*PDTd@Ew|R#-WU3xeu>SZ67ig`HQ1Q#akf|Js|Qjf*GwKfSpA^DzA%dh>sK zx%wZ=2iKF`8ZQ_am=PGQD;TURn5-yR!YB9GQR4Jxcm4FT<630kaCh=DvM87-%nZFK zn1Zpy>1THKaG+s4wVJ)Jg@R+HmZ>ZyQ4q2+Arl1|N`WRFRReWGf&iMiu7a;=q_2a8 zfPk+;gl|TNFNVA(UKOb*7-0NQPU3L4v(I;N_3{xSt0|R6s}opm9f1I2CV=Qvw1|)$Q;6uMH zY}RURYH}Zo!8eLH+~seTEvW+KHws^z*_M;jsVA;c^=iQJ`oj>Bkf9Xep`{t$PVh*7x6St~X|5+6%tG)@=nJvs(Dg+8 z#8=#z`1b$wxkCiZ-!2HN%Ur(p1fc%@y7b_=Z=jkNi0(}@3=ZXaOq?bAR|_A6=`I2M z1pr`;`hR;@^PdC$pM&;4JNaL3Y;#gS+_2OT#`>%zQcJ3@M%ibEA|x=`#vRKg4@sLn z;)QD)6ggm8v;2h$tSm@uD6b+{CTk0t`OP8b70KgR_gC&E0{~H!r9AWwT zIk4G3Nw7_?YgPZat|2^e;BNQ0oiH^yoz8Akef#W_0Ce4YVsqW9W3L@fF(B&gkJUB4 zVn&T=a1R_%M>$dV&K_V<_f8yWQTO7ECAmk6?Hb(apza#o`JnRYJLHZmQTvV`h+W=~ zQPbAHLd^Y5rrb2 z$)n7aY$-mrtmtk^x3s)UneUNXV!7}Sb|dCwKN%2slT_#g$Kf+hSiE9RkJ)z z65!kGnhxBZcWKqWiUb^7lU1;PWd$2d7D|Kr$dw*l6ZEb@s#9J zJla)t%OUchU3E$LNf`0r0b9(ufdh#}C31q;kd9+&o2f=Qr_jXBO*tjoltv1@IE+JS z!Rkl4V6I%`HwlE0uflrNktYp?iSyL*V`eH>!Ep^@kKV^tawUq?QD+`$**Uc89~7~x z%vEWnh(nIjqX%WGsuapTot6sLe1)2{7H*S<6%;`!k|6G7M-mo2x;C22i?dfVIf^LB zN@%!-T7bS^^AK}CrIcJRN*!#!`Dl&C6I5NY2e6&Njxs5lksl1JCa-2OJ= zpoUn}*&gI2PzqJ4!bHuBpO6R@e_8w{{!8an(GD4wLy9hAd?t74sX-I3GtOB4CM?~h zTA`tts?adCeSP@0stUL4O?ucQx;0 zWxN&H!w9>_!w7p29}R(;#LX5G9Zg+of<1!6XiASYBE@);?to2Z+>M79?|`P|`wK7C zfh`Uh6^h!C`d;4TGgGH8TFv+qtS{w`E1i+Lo6-m&&4haYg)#LG9OGp_j#2h7GMdR< zW;E~C4C2u4_;=Av*SkkNy{k(}LbD<*oxEMqqB(5QYgBNJ8Wrrvm&Ns4EnCm%E2Zv| zXvySNe%(r-=?bF`iQ~iNW*in`08B~U3YqoxQ*USC3B_!+&nglQ3!+1c>uV3wE`>67 z_$HT?F-~jz^tYH+3q!Q)aO2#!x*6RiGvKv;4P{pYl2#j~h`CTzH$dyc%Ps7@>w+H| zp3l4duIwT4sQ7hpnMCGI;ja5VV)2nWunyXJ1=J1kMi~5rLa+p%C@S0hQcEkVVmktS zky`?o3)eLT>_hxeG)bONc>F#pBQ2`p8NmZ8?a6^5`q)e`gb~{_$R45Y7W=*}Y<~|{ zTliV|+}nOA=GpUsEx}d|V7t#co&7Qc&X&vp#+iXO@B$QVjn*_CJn_b=gE%7FroX*s z_kQt&H6ecXQ1j$98IS`5oo%Fj2EdjLtSuwGh69~#ro9-j{f$eah?+#dYVF;D=`S`c zf3Cny&{$fM@2#nwt-RYAo^7+(zrJ$pJ-Yqiz=9m1FA!_aRPSMnFVSJeuc3@#TsR-w zSI<;uFQlR($e?;)I-_3<+J`aw$#p#2hp|19r#W(;@{Z;YB-K1&z6}>ySn6J=3%4G@ zLfQH9Sc~xEHLV$0`2^EZk_QVCm@W#08-&fY&hbLsRA-OS?ri<{Fd4k;pI5slKF20{ zA6-G8aGrm6Z>;J-HtHUJ=RLRR{c7x6welNX<3%&>+p+o%ujBDa1I_k_(d{<^B+K7> zTq*QQxhL>QiU(o6`t0>B|5)#o?1|c~GS}5nYS*ErSJ7de->Zl2j(OpkM-c$lg zB^FV1GEe{?E%K5_{jH#!uM{AuT&*%TfLvog;Y#MlN`G{mM|LXLhT_^bb>sTB4a*lD z*Z(L*$}%;xW32m2+;qkwS(P74ZvfRU8qI<$52k-5hqd=?mt2kh5~g}zi&P45tsipd z8s;?3_}P%3{e{!6EjsR97no}O&q$ASyBd%K9#Z?qZ3Mv955c3#pbl)m4`Lo-`_gN3 z&=jW){cQUc5mo!_RF|M@T?>l%$LV~KyLd4}?A&~L)Tr65Mp$;y;6dkg%g3KomwgoL zmqEQUpVun?xXnr0ZnQk4ilc>7k(RqN1I&=&GX%^Ki@#9UG4YPiJcF=3J$H6CS-1{t ze-&Q%)pD9)o9;}i_wgzM5{}j%l24}2Fp83R2lqGG21yTq{K|k|;2sb2(1-i#0l!C4 zKg(!dhORH5x$72*D{*4#ga@mU- z_(!zd`6pV&`~Tx0_s^4?CWO1TnhUR3rjA_E$dvnT@%kcrZ1@$iyfP}eo}5>emrih5I4V>kol8AR9>BfY zZqQQ&TrsdQZSk7HsM1f8VO?+jBo;`L>RIy36w8!?`dE5S&m$SpI0(&16B}-zS{27s zteWmFZ11ov_F8%Au|;13a+uKAhn2=YS)Bji*N`P$%0+Q2n#RINmmQeo9;Sk?EJG)< zFei!kkay^A{V9tO*s!J}Sgl+S+DDa>eivbw5|)yFAi>+>`zr#6;<7bct1>@ViE)w5 z;BNb4W)US*{s!DV5#}_oHPBpCmPc7yDoth8;w<5_Y-PDI2#(<;{r!&k<2)E!Dl>(y zED)1F`EWYlD8vNs!7dod66gPY4;;TVCN07;omzHTg2G^0CSvRWw&;Az4NLCfHk1FL@htd?_E`YG=Pt?+``~}^>(wZ@}UMXZjmD(+a zXk_Rh)9p+Q0x7r-QD=>yh>|?*V3C zDp|Nvl<;am!6SBXndC3rh<1zw-S81v7M>E*8u6DA>UQ=^$ufh*a^4KwsZQK^0dx`$ zL+*@m=nG&@#Zi4i-T?kuwTA^|WPlb+jbUZEBzxBem(V6U^){RBeE8vw)#;w+QDu$; z9Fx-A^LZJiG?1pBj4<55iyDe;BZphcA|_S_YjcX?HepWQWCbJi7rds9&n@fY+j5-h ztBGk4*c`Q%4|`r;FGPu8(j`f@7g@P_Z*3H+6LnV)un&B~@EBpvtnlMCH8p8xZv23D ztW~mUBY7ZWPNdq7ErxT6Kb0KirH6^`+=rpL_X!UMmGmyVt9nNbmDUZ*{G|Y%iJ1ZF zFDy@wkK&Pg3f?9UtYe9?u_E?HcLfAKi{TdPIN9C(ByTz{@;QnqlZ#Q(58F5RA)*wa zT(eKE^5hZ}AhRuV9|T zb6UtdlUKgi%I#TRpWQn9x(N+R`@H9F6x~_i$i7YZL6AQwG9h37*J|$R&lKKBHwtIW z+ZDIE0(K`pkUY|HgMpq^Bikx8ZXl=JQUML;sYkbmg) zaD{}*&U7HHoCWtC#0wZOVwg~U(BVmnIl@z%0^!~l7W(~GM?c$*4W3S4hp#!@y2-ZKn z^xUVbrd*vwzdaXU_0@fjE*?~IyAwMRl*}YP$8&54H8_lOla_kq?65I&w||VH$NYgG^@#M6{6rJcaX4ObvHq{GnwT-fPtFAQZG)E0}-CDhx2(}hBP7NIIJq{yl zPPPtPsV2VO)1*{a8l zg{V3Jh=>kdj4R0~*_w7$;bf&A1dAMEHGo^WytCj~s$vb;0I)?jn=$6Bb|)}ie0s|z z*reS-GS>528q!gFjs7+;Gjv`|UX%QItd+@(FqSf~7H8UoeSCiI?D7%S!K7%i9-SgW%ElXZX}#Gy>nf7!u$9# zce}9Emi8MrtURyR|Cm>j2miIj?_eSPz_RUD_4P8-@OQT>g^9L}{5{j%E(SwH6M z*-PxG5u4tKGMq>4a@O%Em_1cAZu3&J+iK2VayWN(yk$cSvTJsJG6?kC zxZqu`x9vjf?eledCzckPJ?G-9gyH$)m;_tlT%{lg6INtUozroo{~AswzoX5vFDO#=9or*S8N=pX?r2 zxw+@QgA4hbyDjowbn@fV)vB%F4u69Vzf~hIyXf0aG)sS)ac5c4u*^2+*QMP#G%WK; zuzOVe^Q5$+!?slDo~Y?ky1&GQZ3{0!_uP;+W|&w1_gXpqORo)z-q`%NYWC30X&V;r zS9LCqoTdFO_SdaQFT-zJc*pJD&n&#+_UU4m>;?C{-fG{m+_LhESBuN!@`T%VMj8eUfRsoRe}qsCn+ z)4kqi+*HnpRq@x2Uj@Eb?YdlNSzPg&`6Kd7*bjLlI+knv>b0d&dsEZnUt1VlQ!^f6 z>k+$WL*ky#0~4y+Xjt(!nK%CBVt-@))#;e-o@+_e$k~wO$uT!>W!aJO(e= z_ed>y%r9U2?LN*yPmNF9zflrUSdy`IbCjyd=vF4W>VHmmHvQ=BVUo6U=AS)#H|tH? z?6GlB)R_(6%_~gz8D-5mbhlITnNG>Yo&IWlYc32~715HD5a8O?vANEr!t>YiZQt}d zFx1xL=$@Zu6R(ALuQ{fjx-qugP(Nde#k-tA%hHS%e`D9IG#rDs!Z7x%8RxdsmU$EN8wmk7hPp2t8f~?~oXa{CEB@egtNY1x-)oPo$ zbLW}+_~sES7OFb#f7JcY`h6)Ldp0kel$RgC33cg`+tc5y(fpj87rmR$GPwU`dVc?y zIg{@D%=9(*xPO}O^VFJ6yw-2$m+(Vw+kA0Z^IQ8l>qc-u;-*L;ujF_uW8c}s9|dG? z+|ZJYDqoN4cCh4xc_M{k_J zXG78PTe&rzhV-i_xY)<@c8h)$mwle8&zVx1Q)AuqiKyR_os;&3AF3(dH%YB#lG?qj zdyV_;U%nwQr)JsYtoeE67gt}k4IH!KN>Pee%y$*P>30Y0T6odtj?EWaLF}_{X2bKI zUo`aR9a1m7Sk)x|EvIJQ>x?*}JEVO33SZU65~4aW}*7 z>d3-=Uu)FV*B#5f;qkxX&AML(jI#cddGKkru#tAg!xn}UzZY7Z4(|K-@Z}Fp@+<$` zoYC!}&yyYwpI!v)?V|Fcb$sl9dyX&4j0w*ien0d4@ffWSs~%fDnAzh&%>EybhF%Tx z&l;!|w=_1xZOl`H<=fLV%iC_7*L6eojUx|_IgQPHb*xqVN`uzF3Jz69a-yz}m~-Gz zAJ^c%t_x-veeRM_=$3n{`sS8HGj7irXglJsa;h_-f6M3-gx?Q@0y4=$+az?evkH*~x zyneIOS+%C{W$7mai-osNCYiU?U(~KVW#IL3e}d+&FmJBE^iR(PniJYxe`K%UW^jV; ztN0xgt_J1Dr{yo`($SzqZ^Fmzjk3=UcYc?WUy*Ua**RilYT(q#hgMBra%kfONA+Ky znvC9duC>P_>vHehw8sg4-x5^j517;Y#%12R4#d!4Q^NAA!2IR15d`^1q& zx&^;QYM1998E1JUrMtuQ^xauW-}7c`2KFya)eS36oj%vML^qhba96?c%ba~#za0%; z>BV~XYo0azZ0IzXUEyvQLQ9jwuk|})Z>T@Luw;MOwTh}M`Bj|@{;F<_7&E!@@SX|Z z0!4Q(?0)ogcbnbQi+cZgHreQd@bdA~JGJ&c8Pv$CX5GOj@!d++@9mzG$+;2nr108x z?t-)`PMd;WRtE<+nXqt{)8vmMQ#3vexVkdFMD3E%j?ANjgQC@(M_YP~7917jAL&@Q z{?q~Y-==TIJXBE`Qh6=k|In||F&ZaDcddSO`|-JIzz*SMkCcjtZy${Fx_EU6E#PeY_+YinK4sFQv8ZC}Y4B_#EB@^on?suKqx@b?^ZRlXH zzA~aw?9^E|68oktO7UrNtLI<`Ua@w0fRE;zycU{eGmXBDGT;1d>G6R1?;HJMMV&o; zOc)NLmKaFazCz8M_{|Qx<{|Q zGpsD*Q-7{_=K05MSx}#27g}F9{IZX=)!{C|hPUnyy5INVf$H?>!W&0UT$pBmYg=*5 zsldn$#ARW?x6Hs~O-Qd#+u4*`$p4YMsSndl@c%e$fBez>qg{Mx>}_ zoo~H=Ys+r8{%|goM;6U%nOyN;L&TKJ14g_x_KKcjk~~FZ7qx2W(c-U1G}@i$+h?tN zYO{R3s*@=O>~?@d!Fc)d7H)q}IW9AIaX5Iito-7X5i?6Y-p6oWXQg(4 zcY6E@j11;&TiD#na9`+UoxRUA_UvqV!Yiw4|LM?$3wS)oLf>W4X{QaH=jnKcjdJW5 z=d*e7hPI{pS*|Dh@bsWQ*B0H=wMXorT0xQa{0LbmYZKFKelwBrHx_u z>l^VSt-h}}oYC65wYP5fyr@M3dstQV3~9Um5u8eD+LZMP-~my- z(g`~*rB7?t8%y*@$1(1fhIUS42Ppp9fhg6t@YZcsNBC%?|5N&;M;pMO0~!{ zjGMcWcBk~OppAsA-36hGG^DbL< zodX>7(PXg(W0Y^fw`9teK|$8Sz#vYDE60x~vHuhG)4SDQt0UVL^L4&|OKdDXVO^g*7PnA;e{L|^AQ5co#|Z)q zwsioH?}ub;&G8K&!0le+x%?HteT2QNXp@obNsm4OJMzeI$TY+UZ#{SdKVdlAgj%vC zoPG-uL0{QmBe?N@h0seTUq@#{sVQq6dzqyTlszHvj+2cVex^rP=+aTHwZ7W$;~WMW z;S0khrifgbZA^{&Mf0qFbKu3h4U07lLv`sziz>4eD>$RFrjFPM48&DB9c%%np*zO`8xR%I4DDX!nLts08jl;KN0NfV_F#;RF z888&`0K`s&3=cxE4KFy57aS}@rnZgt+8dr70)WNP-k=nUE? zX9W;=YOe&=$PjhR&spFS$`wT-?a{L{F4KM35HR)Cpg6EV`I8>q4vx++!ZIF6Eh&EE zRS6|Pa1^jHR!$g&h>fG^NY_eAoS>XxtG*x<-N9nb=lRa2XGh;({n$HT=Lp18+zifH zGyt=HH#7UK);SNDQU&JF$$Z(99^J}@4hYkcHD4IarDw>xdHv@W#1lY?L`oP=ZH;|(AaNfCSH;EG-k~A%sYlOln_)E( zM*kd~#{wJuJfDV8XWNK`L6F7;;%LMs)XM+8`R%$2(oy*|#jIq+r9*QI=Y{wNNXlhu zKCV7n(&!3|A9<=3#z&I`I?4)0R{K|Z=|hcoy7A*aGog5h2D8JxbnrSlJof-@AWT#w zDwma6bcwv$RyeW{nCb&yXjUnE(xX2n(gI1-EupN6oXlR{1PUKbC{Jx=G~s7@^v_L9 z$c~8!0^j2LNd$(X913yrf{0pZkE?c{NBemXDJhAYN(bt|6Tmb~644|^z;+h#xB{5& zp<__;(;13|M2VK`#%h=%?SVoRH;Rip=<)E6TJufZ@504!dyCf=oktdouiw(jveQ(psW$>;4Ai;

pb+?5aR{YYELKW9OkCuMh@TdN=`d@(mYQzVc(;jXAsYMuU$VsLt`DN4 zi%QYDT?O=aNi#|)8prb^b)ss*11`4!C{?8*?kIE($rd1+)YjL2To$$b8%GsN1yGN| z93_m7eyy0;#)JZR!^@Qs?P2KgV8FPf3M1%9*OofUS{F-@S}`Z~wlYcV3C0V>C+>?w z=F`C`cbBN?Uwol6rUytW2?|n}hRC1v=&s3h^c58^X2FIN!h!agvkw&V(4nD5?0H~k z#8?nu21GOqIUX|MlvFxIx%bNocq~1T%6Xlmoo5#T(zbSr^_TVxItB&}TzLnOenxlgy;sC7(9sd#V;m;2@O^Y(lqMI%707~(Yp6hg zmL#cJjMOcj?+J*iN>TbyE-k98bH+U3oD3Z^)BqS1fDz*E8gP^js*W^`2~(h@H&3{( z0MaTDX>e=1cZ`m7J=R7jeX>?OSaAU~q_1Qa#V6^|WO1!QRY&F2ZWj@l5rE;5sQMHg znB26Xfh8+<7&J*oAt=g=kiakAWG}aZ!OsN)z}1nfK}Vh{n%34K zr2G?Hb#>i7@RoP*!3$8AmUL)!TQDTr-<`~7jQ~!%0VlXB>^13V%c4#FqYs$d(^nmG z08dMC(tE2l9fI6Z=+;^91+UAif!aB*o8*8uNJ#voNB8eQN1S5rMr}yRAKX%OKsLoK z6q_zWHXQ(!rX}A=*nxYW0*RHu$Rp}2vq34tAmQL)@+G7==3&y68_b)_6~}7&JpE@t z=bCEJQ8!rO!e>+8`qKf{36qjP*3H+{0)2Q(Zzo(s$XW~0Y`jce@H0Jnq$wQ~l|aRu z$xC7Sg=7`4VUsq4OqYQ&@l4Qu7#(gM7Kc!Cv~85NS2)<;IVi79FphqJXOXo_C)kry)n@sb7w9=*t(G)sMY6@sWKs0$a_^l5asbwp-H&C!fiNsIpi zWwhRncSs|r(@~a19YR1pm?loaOpdGxDOu{VIxKGY@-0X{x|L!o znVLdJR35*^`0+x}k{C7l6647qb78E?D|?%F(UGT!V5AuD^?XIxXs{nG2q*TKShnq^ zgP<@NcAf8(Z{SvJ=2pxMXo>b0!E{DpNpVaj9WX`n*oGH|S^?z7v28%+fKXs^EvTv= z#^jE@bXc{OEWxO@rY`QZ5D5DNVSL$O#y&d2SoU=f2o3bH6!0XsfKgk5!ISY^@GI71 z0D=aw{7H`Z-K z588mZa3qw-mT(^sZodz%kuen*6f;b>0m#Lt@=`TSg*!v< z1z++Gx=)W{!{hLU{%l&4@P1-c<_}6*24;cB;N7r~jUurlIY)Gb9|6i$lE8IhJ-d+3(Bv8$&eXl07u@E=~Ed1 zdgBT;4;hmxb`J$XtpWeB#4xsfA!1PY&v-7MAL+y82K<5VH}71=bvy0jh(d}{~LG>#AW~{fZLkBYNL8>4f1^DJ*l-+d@(Fi=+Dis0KdxwBEH55y(B9$LIM6ggC+xci5jsD)|l`_p^Tisf6EM z(T*J(6KPXA47H6#w)KlcEm0BJ*aR5A>`9Ma+J;P@%8n-uGGWV8rDR{JY*qsQM2$W; z%)0=EQH^Gbd!XmR?od)VphO?Sp1=`s`D3}9kWdjcgcwFlR@X^3LZiy8g z$nfNdN>ZXGuUR+?Sd8ridr4#xhM(!tu3gAD;#EiDy6OIPWe*As%cRa}yD1~m)=`azHs_*?_qxk zAgnkjZg8jg&xQ<2ay@F5CF|d|Oauw`1svQc2aF?PC?-tV-)RmWoqorf^92N#09g2D z>#pO8IP&DluFe1CZpD$ZW2YMd`6gid)|ifF+Sd<(=}4v**&ZZn*=cR)oc#ynW(NAf z9qpn+!vMz#1>8tqVW1Bimg(&TerRSV6xj)83aOE&{+N+u1jzpbWL#^5T*$}@p`>no zNC=rb=00109mIKC3FnAA5l1<*u^qX7JdRsPBxy~1t7E^c{lHHrs6+9Y`eP3wPOWv+ zzf16KM9z*vU_=wL8171sr;q^%u0&{ROc~rNf!f5sdXq6^aToQIg7}i0c_+$3h9fPxWxr)eDcpm|KI3 z;)O&K>>zFkhB*BaI*Ub`)3!K5pyt5r+y;}-UVk!*ObJ*JkUOO;8c@s5KIz5GF9d1*Zo2k5(g$o;QJ5}mjHw?1 zIUqVBKt1~Lne76&F!CKxZR6$E#}#DSR4ykew`Bi<&u7R}_6~Rc98L%6y;qXn`FIBS z;ttAK5yu~v6bZ`=tv-cw&?%)!fPzmpPp+*WK{g|!mR_iR)QTLirl0V^+s1>}5ouFI zUV`F>Wvt972gRi5C^pSZ))UFgr<5{>kT%VfW_#2u@l}uHzJ|aR4J|Fa2{3y*8I#JK z<(^3m6w&9}5NC*H=x823ktJIcgEx%eT+Hnx+aYp!3JKH!6 zdN-f-Y+hBBpP3D>mY;6c`yts{Ga$S9%h#{MfNc(xz=CVKbQoDU%Diz%o zO;PPSk+NKN^r`Rp!L8M3X)Utb9P*WrVH#Ubbhc~NVy&2OlQ-_F<3M>i8x zf>GnH*w6+99I2(~S8dH03_x5QQ43PzekV?AP~Tx- z4KIpPN0BMxbC`%Hl^4|+5112gK999Vl@ZT#;evX)(wQ9 zbzKsR$QXb_@zYiM6Xr~?q&&-(gb$4axIaZ{VR>@4s$mr5^NBzY*TnAnNQoB?VJ&th z&!1Y$Xk@ZsqIaT59yCmm9py0PFM?Ct&*HJfX^0<;Qd?=1`|6=Ii7N_*1)(|@cPY|F zqmqrXmvoF0VS3xskCJdz&oz^n@XKHw?qD5w%1dQN&>iGp7YM6NpOVnCaskCWy6a*BbRJEvjGJ-AUC;(veD;uQ1@%&UOkspNmKP%7Di}%87A^q^f_5%^>lO*?#DUU(qi^WC zU!KuP6=vdhawY9OYT+Jy{(jgMzEd9P5%OnluBBrH!cb@ht)~(8r*n{$m0Q)F^aU#4lekC0F1RZ$cz*XM`&bcf>BX{{4~3lYw+g5Fx%?KbaXz)P9 zcGy51vKb8onTj;N$ux<+g6;OgP?0Y;m>PCXVWkI3@zX)-xCu4QVFpWOLWI?jttS(F z9AHW}8Y&(@Y$1IrT4t5MS)Vo`7np;E-|f z5sD%$gChmL?wsJ+)Iu-IE6a~)&0;-*nhI~^4L#3z2=au+fm z;cEGl9^DLfM=`MO+C+lfNn9yVv((1Bxd%#FXcH!GM`m{#h*Wo@H8q&e`Ap3e2Ex047u~5S)Ccd$x|NoDoMq;t?1|7 zhv)!GIS3Yag;X{p81WWosXxFjWMVbn*!_`3R{&ZGK(?6phUqZ^l8dkQ%0^k)IcX3f zq|CN`dE6KP+k(m9OP|LK7=cRGQrvkVq%8-{OZZDy0$W=k;@e-3FeVFvNbwj1d**VQfjth7BWpSF~r{j~ctVkacP}^po1b90{L;I+!uSmbOx{ zQkxnoCAgY*4g|Xd+zoGjSGqBRQc63uH7GjmLqD&-)%sb$RS+&8f;V1=>Uc0hN6E)6 zB-BSbRdNJ%enT3wUpra5Ptdo%$zjfDmy zzBXi1$_Q6h6w@>rxvaGFOCU|zw^iJ>6<5XxLuM&;%M5Ec#_R*PsS{dkA&ac6(cyJ8B((s(WF?-3ru4hEQFX~c*TDi;fXH- zqOrYwyW42SLf6l$yP}c=>S|2F2fheF%>^1bL=ExNUHVh9V(Zv}9)v@2w0d$te?zpc z904lFw;ZoxKuv10aL0UYwNmUOawKZmoOje%H64-| zx{MaznxJW4KaLVN60`>F_sTr9$Gaa$GYh1NxB2cn)sIibC+TGuf6L;2z)eZ4w@OGp zF8_!`Xx8*!#Gl;@g7!OTC|b$w4Yj5&y8R;(6a?fmU>{8kM_z$I8qiU(aCC&53g~h$ zvTu1YhvJ=dUP@@4`}$5-Spw1S4u}yq{m_~911T8`A;=ARs&i>8urdgy+IY@$3TQYA zwb^&p?6D^vj$LJSR-Dm~T3kN{rP)bMAGXwyHFe^(`^^~1t>C3JBC zv-khJeyl$z4xpegQkdv=hx6w38HMsLQp6Ogv9>mSuyqAsaUfOTz1XJf>c>*D3-Q+P z2E>rUy=UCqA&EHZL$3t$H>bq<;i*|A9|4H0Fqq4Mi1{9v#hVwb-Swj>F)RH-Rxi=E zXFJ*6d)*SC(ZvLKuq?@}ADYr?2|m~-AvX)%+qxan0$%T$?5iJ1iAkhPMsJZq+5yw1Avj}Y=gu{o_g38~JP>~33J028mBNr4>OYj*6 zh!mW`kw8Hx&3VzEtPB%>NdFzsdOLlO}uqT~?7b~b}@WAu=IRhL?Mj(BI9%^Y&Ti>s_rmMoh-Z#S3#u>APg3nBV zBz~o23v5PQww&GH@goEY2tNwf3#I*J08Z;{q(nb0b98SO?NMh;UCaar7H-; zaf!;^q!GohL01bSXjy#hBOeEfk3$-(*FTOxaB-y|`6mCw#9P4EBj`Zm_PKyDO%yvM z3w(6@A974u8XSdC%(qf3f%j`N9lbahLm@}56SGgc@E(I~WBh$i?-&xL_ZVG*P>FplM**V_>mVaAXB({=%{=MSk2$9iMZ5G*7} zDW09R8@1+q(vObP1-`C=FXJ))tVKhykOh+Bg-`Mi-Xl;J>MmQ!m4?#uDC>sc)T&Gt z8majz+>~c)1HG+|(DlG0{{lEvQg3_;L~%iEBIvqHIu|Z{ezvzC1l}!hOa&KUC%6Ki z84%nGjIe0$LNl}9X8Rt3(rpMAxQpF{7rZdTLDLX1QzC9KY^EUXX`9>bOdx| zf$6FTk113ge&k7vT2u3Ok1d63T3IJRh*L4NfLRSe!>t{5+e@;kpwWe3{2#LaJG zJ9Lj|G9+=_W~>95jzlJ6TA;fn(-lP(r=xIg8Tw(TfqwjOE~Y!%qL~Jh@S1rEq%H}2a{z5^C?@5ZQoR; zNMg^g4QKV|yw;g1qq~5tkAY82!$5W54J^#qL!e5YDf<#zm8A8UPdk=Jgg^&@3lR|C zQkP zo$*teH*4*azyfCVk=s6v`Cn-QC2f_rj{N+!2bT$nYsSObuLP!6szWNtveFa-J zmeWMCSl5O;wpyz76wPN3Tz{SdWN*O-UrMjkB9o`|X=*D(Lzc<53;K)rL9)FL8=fh2 z=`Z301@L@>m8=5&qKr~+2^sh=qNJ%!PsvYu@=uB6sW;qV=$?@lP$6qL#;ZszB|@*HMfD#qAh!Bg3PObF<3l^=|~lUI_Rl z-UH~;tpPX+EK>6{MfXHJA5`QA8DywjL&#R=88!e59nvIh&Zx=iWjkkV;Z0AV9ta

Y01Rx(GJ-2*`~tZX?9u)t=;Eu4S9!M_ZsCD{VzK@Y(5p%X literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt new file mode 100644 index 0000000..dde7ec5 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt @@ -0,0 +1,307 @@ +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.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.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.SearchView +style Widget.AppCompat.SearchView.ActionBar +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 dropdownListPreferredItemHeight +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 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 middleBarArrowSize +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 searchHintIcon +attr searchIcon +attr searchViewStyle +attr selectableItemBackground +attr selectableItemBackgroundBorderless +attr showAsAction +attr showDividers +attr showText +attr spinBars +attr spinnerDropDownItemStyle +attr spinnerStyle +attr splitTrack +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 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml new file mode 100644 index 0000000..0b1d093 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml new file mode 100644 index 0000000..85b1da0 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml new file mode 100644 index 0000000..1e9b12d --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml @@ -0,0 +1,30 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml new file mode 100644 index 0000000..420c20f --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml new file mode 100644 index 0000000..708aac6 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml new file mode 100644 index 0000000..09f5cf3 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml @@ -0,0 +1,27 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml new file mode 100644 index 0000000..648b22e --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml new file mode 100644 index 0000000..dab0606 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml new file mode 100644 index 0000000..beae155 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml new file mode 100644 index 0000000..f721cd1 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml new file mode 100644 index 0000000..b95cde6 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml new file mode 100644 index 0000000..d7c4b28 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml new file mode 100644 index 0000000..5527943 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml new file mode 100644 index 0000000..e58e6d0 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml new file mode 100644 index 0000000..bab927f --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml new file mode 100644 index 0000000..d340ea5 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml new file mode 100644 index 0000000..954b58a --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml new file mode 100644 index 0000000..2462f7e --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml new file mode 100644 index 0000000..204d0be --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml new file mode 100644 index 0000000..e222ae3 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml new file mode 100644 index 0000000..2b9f784 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml new file mode 100644 index 0000000..d4bab1f --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml new file mode 100644 index 0000000..f7eb354 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml new file mode 100644 index 0000000..2ab38db --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..4d9f861f88895c73c89ed02f8aba3241f5d646fa GIT binary patch literal 112 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI10wkH8TU>#Zxu=U`NCjiE1M`1Hk;Fh|Hddhp zj5jzGnne~EtT5@#5?Z!v+5eQACLd;vf@v=|1{FKe`u~gv?lV@1ek3w_+Aju<5$pU9|;Pce}3JP>u)U5Aplp zL&Hr8yrKOrP_c+uP&1H$3}he!|2WWawFF+#{^-fvJv242c?3uQ%-M4O@H&4wo-0% z%7H}baDvH((lfOwWuQHB8u&-gQywLAhKC~IcyQGVkC1ZBez7_&oT0|aGD9|Me{ z0-WhHUVt}#LMv+C$c^bI98fMu$TO|1&n-mZ#7{Za@nO%jUV6`rHHutKpIyZV0hDjX zz>rOY5R`WYPC0^x19pr6L!T{*ASfRUTGMNIMMtI%;=k_00SI-#feB#9__WU2<%9zY zluNTk!mD-SP9Fo{B2rQ}J{CZcrYN_ZSb%1W6JzU>JAD*@gZQ#`<0Apwuce}V&zAUy*V9kO_{Z<_&-YH9I{g9D{C)rLDf?Xj00000WbcEP)gXDH8ZirXUhr&2cF(7f3dLe^3LSR0gCv{#Z;%#t2gP!ksTwOHjV5! zawENYl}=S5KED1!dY10&SwR2@tk`qcD=t22Q81N$N$1v4bgCkRqUsc^JMUFf6#q!Y zVgGF>{qpcP(VLv~%0pDz1h&njbk?}_qT)+>1BxbUt%Jr|#VzKr)n}^4bzEwXeCiwE|O0AeU*Q&1?Q>p;WYGq~tR7#&z+*3u9kS)=N7|~o{{85njoKy^epkwWfe+nxt=J0aGQCU7;|Th3llP7&(U)Qw$L7PSH8Rai zBU39e?^vYtQF@~)Y>T_uL#YZT6^;^nB56BZ(^X*ENRk{8HD$PMn|3mr+9<-Wa1_~* z<#4B}LQj$mw1^^pIgC}jWReGm*&zmN8AQJKmNyhwa4AXF5xe%ct0*6P%8X;kRdy-W zSdaXr1r*co-;MaW8I)M@ujDam11}z>?5?21jPvlj)89~|AK_ipDjY~rI7v7TP^qyS zULW=J6`e+S4Gpy2z4}ok;keT#QfuLzqL@}cXDGSXK?56-vGkg7H;7cny<}((#s3dz zxslvjL=!ubC+Rie?hvU(w~`yJZyE4k`}Iu#004wA(7$UWu-z0Se1QN)1eOfW6g(QR z3Sf4?u0h~{$i$%!umyk@Kt}+-0^dOa0Tn8xqXCFfuMm?f&}aYv002ovPDHLkV1no& B0V@Ci literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..b184dbc69df442001acff03e819d940f4e9a94b4 GIT binary patch literal 954 zcmV;r14aCaP)cJ( zCCSaXw+;AwKA-PmK#&tWNWjD}@*?yBOI%qkL6?vL;Eiet8bZ0MI)Z*hiC05V2WT0> z-Uoe3v0kr(B9uDib zs$~_?vi5ick@70&aYT-qwZ{!8o4pA-g-Gg|ImCb$K@pTjJ@*n~+>4+X;@hIR>nI?$ z|NlWhA-YRuM-k7v5fo$>_1sI8r`TUMUPJsqsN|U2_#1#l4qA?h(nAw_+2$muj%P^n zBY$B>fx9d(nZ%wPU-AlV>jgcE6C(sH<1)svZ;9}FA6W`}Ryiaemt}0?AX)5bw(}i& zpJE^IGQ%9!BSD-2?pfz@wT6B4Gfa|W$Vl=!ukwpE$Ih2J4%z|{0*1yDprvVaa+bAo z9_2UcjpV#Y0cDyUPEY%rnMYY>-~wYVCk5Kage&cen zzUPLDavma&lB4B9w~ls}P_i^Rj0rIU+7uBJd)ZFDL-~_-2RWDW31|sIrZ(4&96?!O zpY2;I{}ti@A-ArF_98lMt^NjppWVDb zizDuKbk~2adqFdZ>us$*gowEnbT#4+HrQJKFk-^3pr;WhZJz|n7I%Wi5HDDs*+mDp zv(Yj?ix_kxXcNjUCG!n@hR6`7uH?A{;zKur9ziS;)N|W7N`Yc$=qfs<32~mV`JlHE zZ|RL8%2~i_R9}3B$swA}2c1LQzxL=FPJ*^fKgU5kM-+JxND%#IZn+}R0#@NFcXa$CfR&8Yzv{l}r6=l2GpwAI=EQ2=5Zp+FpvVhf~ z$)FGg$`yF>UsiAB1Xf2)1~pRdYj*$V5f5;NQfZSx&y~G&w~b>qbA(b?mzBK}#_cJL20DuN0bLZLY55Kyp!BB(Fr%-9P6EuU$X&XTa)Lz;M$`Gcz z`9W_9bIC-I$5xW;VU)9s2gY^6ed2P>no*9jn|?M&3F_cHw|K)ZOk3a?R~cF<=s3+) zCce^7Hbpa~R&x#AvzMc~sI!qifHbW9L4^*+>3 zbni{Rpk>jq&0NqNIx?n$wxB0(D(D=#I?V(L-Dfyu9 zsQut14+)c#4oaf->hDf+lYGxi%oTo9#pcoZ` zDx6Ww?qZr+cO-)b2zo(Z=!%1Uq1wD;(8a)^kE~)%JCjt~AQyBO-^~dBAnv4qZ%{61 zjwJ<>8XxycEXl|P6@ho!A2B-ZH-Y)3~&05P;)_`4#O40U&R zm*`9hd3bJau6|=<Q9Ei^F%D*WTURGu4Hp_^QDllDj_*#S!EfE=|1ga5=T5Z z;ORf_npkT#<<_Qjwv-S<3pvGdNBm82tXXzNtOlB$oxLYnnNj3v8v;)go>p0&0oSHr z^UN_yJ3KsG4R9ut(LzlZEDavG;9L0$5$kVhX(2c$x9qzTnsG^}whXx7!=w28j>WRP z&~9&Uw`*XRg_>4ec&xm(#p;E-zrQ~!Kr5E9=7m^|y8@q;-036N zy->06!RuJ8EF*oz5DTwuv3g)HEiHX6hFExQPcZE?F){I~7-HddA~yf1>*?ufI5;>k zFGy(K;Dgty!%iVnT2@w8BZGZfW!Lj3n3`PE@WOAqHt6c=x+YC{e0==9VHo`5tj8J6 z!UG??ir-PyRo>RtRxh>Yx>|2NtGZN8yAB_`j;bz>#>PepitADVz2z2pm0fVbhX+2z z>-bF}a6=AhlgrD?KXbX9>w>`p7kqdWU!b6Ouy{Pq#>CCm*4D=|_!rdp&A22q10J~G z!=v~Le!KN2lgSEcZ@0I%HvnwOaKUf4I-}r$3%=sH$RbEHUg1M ziae>9VKb8k{=}(UKLQ@O3O{h}eFJp_tE;Q4WDUGqT3Y&GU|`^b%-&5%WpdHSeUy^!H)0rn7=pCvKCa`3KXJr^1D;Kx z1#Nl-gbM9P#R1 z%gOd#yS05SD6es73sw{1-}}5AytHE3#oqpc?quM*P5&KX^9_4%~wP_L67eb Xs5Y}$AMjAn00000NkvXXu0mjf8=4x1 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000000000000000000000000000000000000..d5e1a0011341a76456b309427a51c862babe8ca1 GIT binary patch literal 1291 zcmYjR3sllq9RA~jP(dClGYrF|#Zg0@JzRzwzQP=mLe67y*w%De)WK?LOVbR?%IX-h zTq|cDUl}&1sapdV;p^D2G#{`@^Gyo2MDZ20>pZ99ch3L&f8V{|z2|rDJ@@9Zm=P#j zf-M9=D8}B<81VO8`4EaaCWfX(K;Pd%F zkVqsD;PH4_Sy{kxI2?gM00esnh|?d|P>MxjuESFxIe!{K;59<+cV*4EZePELRw9UVc7 zLZPs+u?Y(clgVUsIvrF(qtV1-F_+6tO-&sg9aX7RI-PE0WTdUFZG3!OtJTWo@`n!} zwzs#}*VpUydZ|=8Ha4cwXp~B&!C(O4iHV7snVG4nsoDPlv|6nm92^`T9v&JRnwy(5 z8jaJ_(?EbQ5MYvpg@vW1rPci6;v&#%8QA6J<#+GinM@{7^IB^*o8LoFyui``I&x0N zFk>N@g{74hSRfn@b_KBlutHl~TRS@>3XQ?w92~)BtS1m$T!=)XtLsM6CU-KKym<@7 z!_#XkI2mtmA0OXOw)yW02%v{X?2F=kbA*5F+q86H?&T}jZ;Fb_${$E->gwtnn`BQ~ zlrLWPsRuP<+Sj_33QZ9F zn6rpx|NdrK)}>C79!KB`twtKDA~&neRd)i<>Bu)<9o2M9%U~qDWig{5gZZ(+7;Ow8 zT|ks57IxZU`+TpejwU%1!&xo#$}eWS@7#TH=rgl;bM1c1$nfzU^RhR5Wxfc?$9A5K zGM|yc(&Cg)=^jG{CvP9EpHOk=<&6lc#wPk8*=d^5lt4Bhao0L1_h~rXjgeRe*EZtO zUb%1Hc&T`w+lH~Ryj)?YSmAJsKX+m0p2c|v&%31S7tBWmK_{M*&3o`)QtH|f_|$GP z7YY~EvO>;Eotl0WI~;4q5Ge7AtgqeV6U@-h;m887a$Pc={UluI7a;7xPyUg1Yr@g1 z?P6QDeK{X?E6&R;Ua^~U!^^UPqu;^n#uvTKJlN7YU%S3c!uhT;1^uY6UU*m z+fDc&<+IEE4zkF|%v^{nIez}QN}pzUZRBd)CE0k*HtcWzJzvpN|R6t(l`6tM~(BRnEb>r1$$FmLhPN4%to6G zUBQX9uIVWc@dm7v@g}?J`TmVJ%I4(pU z!|i$Ly1^MdDTs!hy`ls}67u%M}$cIwsS?%rb;g`q5c&;>+6!$2e-{{#8?Ia8gc fAg^lTI;usMiH75^&I|DJon4vXv-ueFkR$xXy literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..2264398234bfa55246c3d2fdaf9ea02b3cad9820 GIT binary patch literal 107 zcmeAS@N?(olHy`uVBq!ia0vp^Y9P$P0wkGC6jgzgk*AAeNCo5DGY2^t6hsbRc(=cV zMg2p7U6zopr0Bd0% Az5oCK literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..f61e8e3e3cf82a87cd8bc76d9b55d82e49e9732b GIT binary patch literal 279 zcmV+y0qFjTP)w7c^cQ+BR|*P!78#H(k`Iza7CH~Qe9V{WBvxMkMW8td zSQtQhOs;vsBoR^YZoYtbp19+YF~U6$+;aUp&GSypKbjp~ zJMhL$Oth4XJQ`DJG=10=#_uZcD*uPnD^g==;{km-)h@RDt5yVrXWfxjE&d!;e;}Rw dCtLH!MBkKR0aNgwRs8?}002ovPDHLkV1kD%ay9?} literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd15563a263e138b1f419e02a807ff8c40f2554 GIT binary patch literal 324 zcmeAS@N?(olHy`uVBq!ia0vp^Dj>|k0wldT1B8K;Lb6AYF9SoB8UsT^3j@P1pisjL z28L1t28LG&3=CE?7#PG0=Ijcz0ZK3>dAqwX{BQ3+vmeOgEbxddW?IB4!nj``hJ6kqO$c*Za#nMYg2bE|ArsZHHI64lvwMgcrXSku_;Vs zZeVcmGhh&4u;|cL=TP7mWMptSQNRcy{|hU#3nhJGXGrj8;}X#bSa5*PWnqD|P2NIY PpzREvu6{1-oD!M{P literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ff1db5742947974f27a398b35abf42fbb877a7 GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM0wlfaz7_*1TTd6qkP60R1^%9<|E2#W3!HPB z{{J_hu!3<(s|v4x?vgBr48=8!3tK~YeO0VFm(9ytka@)Pp}$ni!xd}{apz9@-v9KC QA7~JRr>mdKI;Vst0Br^)P5=M^ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..70eb0737882e53ec326b7a37cf335fea48f7b605 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^Dj>|k0wldT1B8LpBu^K|kP61+1y(=wf7}1BXBM2m zXx(C%^S}P5zlcK01p!(4V=PuM2d#+)QjXc+PR{(F06zGjcUgI^OC8}K$A zSNM29e6^#>(FcqhRzo5hq8j? z)rtIe%{d+G6v7vWO_&kTRxp+K%M|{sslKWl4DUBa=UZy6Ua?7*y)31|%#!_p3{N|}H*U^*;51ox%PICKR1QYN4)&OHveRpgxnrJw(W-yX}`l6xJ{!3guF_K7S(Z)Rd* zVF$j{Kib=@v@XE9zKrx>GE7V>3R?lRtuM9Tvf_UZuIr0`2X=qk(YYO%*SDkRe#!G) yTi+lXCw^v3b<2)Zy>?@3>)O2jPejG|x1c|`r2*PQCpz5#0000|k0wldT1B8K;ucwP+h{y4_mv-_pD2gx#I=zVJ zaG5H@ddBUybOBo#qy7dp)%UvsC1lLzE^=(H_igrb@NO=12yU)&2({h4aYo3d%f%D; hE;(9xu>U+~XS4OdG8^-%nLvXXJYD@<);T3K0RRmLDTe?6 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..8610c50150208b4f57a951d0ac279dc5e219c820 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^Dj>|k0wldT1B8LpN>3NZkP61PR}XR?G7xG1c&C(M zWvO81QfH37z&i@!b5|*6@QWQ6a9pMSSe=9QWp&Gh$qD=ZtA053KI(D5C~vu($rOqE zd)&<|+UBiEUZ@$qZ?^$wvsaYNW4|*eUPydjwDiIPR@2IaUdWy~m1>H0Hn7w-%9(_A~ aL7MA83A2CW)^4Dq89ZJ6T-G@yGywp`{Z>@~ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..2d971a94bfe01a4a4fd79bf4b5b8f9c86d2febe6 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^Dj>|k0wldT1B8LpQcoAh5Rc<;ryk^OP~dSbHRxbo zU|cHCzwSUn`@6ANPM-)?2f|`Ig(+{Y5f6&6ta>r@f6b*u*=hLo%q8=~m6f V+iRLH`2iiw;OXk;vd$@?2>=Q7QQZIl literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..ee40812968b4dd876862157b75e79f7f933234fd GIT binary patch literal 406 zcmV;H0crk;P)6^QCB0FFKC{{iEvrgv#-e-brYz}rpx<#XG&Q|+I=bh) zuR7ivjBcqp<%&szu};Gq9Y0LyiEiojR_Td*))ZFUv?HqU%w~@rh-w^``eZ1oGb%M1 zISflpMh?6D_O}H?k;8SHJu(ngshPH{(01RLZwf8b>QR-Q&KWTf>uhtwiozEou{92Q zs^hssu{DN$R#hyakHLn&qT$VZ(Ib4t$jT}x& z9gQ4%EZFFyTIA8NsPxm3$fwU8bLQN(H~tNO0PNy1z<0S;<^TWy07*qoM6N<$f_2xr ACjbBd literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..b9baa0cca92328df271dff8eb5067df8ba171f71 GIT binary patch literal 610 zcmV-o0-gPdP)6YgFf{0!YAOl5>yFu_Azl^!qYt(7^3x1 zvV~Lo6uc%h9fdssespuf1!x_uBlil8T&&U;Zt@LyN9NHD<+iWD&|P^I`+8Z{COEb% z)CDM~A8?|@uU>LX@_mo{7JuT!%vyx9JZG5T(C0R6W{c0!+VzHcp)Nv6J!~H>09u@Q z!4}vt(?xaNmwB()GXe0EcP$BT<9F;BNU9r3Dm%04X*WD?Ef2glV;g@UQ*v?c%DCFT^j6`$WjGauiWgt{#sBWr22uq{7uH-nx3Cr1X91 w%`5e&t<807*qoM6N<$g0VCnbpQYW literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..a87d2cdc76019995fc1c1095acc357f5625f1b79 GIT binary patch literal 325 zcmV-L0lNN)P)Iy0pK~_YoAgF`1X<4XUAjsN=i%uc=wCE2t zCG8hlgzs_&o|$jvn~9iZ>ex_LRhkaTsryP(EKek<~|uc0xRQ+dqUe>@*g#N zOj2;x8y?4>(l)s0`%Ee-pG8GPxCWc!p-i%i>d4tca3?d#%`Iw!o56EXbPHbPCvAd) z7x1p`#I8N39&|y=(r=n^-j&YK^>g29LKatUR-Sk{l|O& XK@kXbk~vFa00000NkvXXu0mjflJtqV literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..1e571f5c6f7ae4b205aa3a050c5aec76c753b343 GIT binary patch literal 78 zcmeAS@N?(olHy`uVBq!ia0vp^%plCc0wn(^)|vn*QBN1g5RT~NgoK12=NXj#{ckst akYKR6!TLM?WBy^F0tQc4KbLh*2~7ZUffO3F?^<>t)H816W>KQy;{an^LB{Ts595)-W literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..2f6ef9160a8eb6e764e814794e8479f6eb4959c5 GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s0wkH2?q3U}6g^!WLn;`P8=C(obTFjLTu=;{ n|Cy=5)CgsF=ai)z4*}Q$iB}vjQ2f literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..863ce95f61c5025bc85294fd44a6cade4ab4ed42 GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s0wkH2?q3U}6g^!WLn;`P8=C(obTAnAUQ`U2 ngTe~DWM4fsstF; literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d467774e7e257759718a341f7e751a3f64dbef GIT binary patch literal 108 zcmeAS@N?(olHy`uVBq!ia0vp^;y~=k!2%>FeEEJ5NEv&&IEGX(zP+%Jm%)(7Igr0@ z!R+0y7$!3D?W>v5KIfyA?YT|*M?cD2_C4NuhWmJ-%==w2C;eaf9y@W&6{wxT)78&q Iol`;+0G-bz-~a#s literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..e01c7392a908b798548aefa31757386ad983d4c0 GIT binary patch literal 109 zcmeAS@N?(olHy`uVBq!ia0vp^;y~=k!2%>FeEEJ5NSS!LIEGX(zP+%Km%)&S+0ggX z&3Z3Z$pa1D`Y*N5dP%Oo{8;CAkj(#yk1gU(?`uyCEox5 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf413c5c960243d7a74af86eeb14f202a3925fe GIT binary patch literal 768 zcmV+b1ONPqP)D4h}AXUxxqy0*y&T zK~!ko?V3Su+dvFOKS$#@K#)a&oS|LxGChMA-t<1bMt22zkRGL*))KoJ83awvP_7q= z!w(EJ3Xp~W)8}wTBK*G?DFC3f;Ejs`uK75>4wbYZL8KDI>r=h5J;)B>hMgowKnzT$ zKQRg< z#6281_X0vc^-G&C;$B`YAQv#|ptf7)uVXU)MjZ(B##7)WU=f1>%xz8z3c{tyNrN_j za^_ZA?s2iUp8D1Nx&8KaKC8sQO@+#gG`|9P0PqOl3BWUe4**_{$Kxkv{>jWIPObXG z%s&o?!$$xw&8z3;-DC5zs>*T3;FS+61$71JLt)Pk?QNAc~ymfy^{#{ z7~I-FoEPi#d8nNNp*OwQk_f29dJ=n!)Ho4Uc~^SJKaoU`(aNU!swxe%H4!il?yNR8 zH3l)MvP8XOpV6yQ4@Ro59t1=aq3c*N7Vgv-M1g-YeN}1FN8$OtdMwMct4fpi#;qW~ z{D`QiF3Iz?+rCB;l8PmQ0=|Y8>mkY1ZG4M@uwH_vZs=Jt{#nnhceJU#tPck~f4hn3 zK}ZlW5D^$%5Z*^qOM=)8VsRj_1%d|kO+%Q|=b>f?249m1O?HKFN}q>188EuvHkH7F yBO%P0h;SnGmmA$ihZ>$uZE0>O#(nG7{l-7GHUBK9xueto0000E_9So*5S)W$B4w8waDaqsz#haIW|7OVK|;!iIRY?$Y&V`yrB9`&o^lLX z1m~4fdOb6Sp!cKN-I}(gzgJG7gDm~q3gzLa&MEX5RHa9!01*lhp?boSz+x5gpYlUr zpEU^CeB(O3`Ll(Rx%!?cDD?yYM)oi?pt(plJo`%a{mBvpLl6KeS4~5jHGu4VP*2qa zknBK6nQOdJEsvibi2hJ%Tw!eVo}ucgiPIn;XqREk4}^n2)!SS;DhC6gbRrnS$zVgR zP+`3GK-lwAcJ9d?RX7>-v-2<@4T7g5*Zg|9T)w`zxcIzSEMBJn7254~UvF=3-(Fo^ zeWB(jhQLYSX4mGL@8*1;fM#%get!NbAdsM;Coe89FFy{$H)1wm7^prG4v2%%;QGa& zS1D9f(=>O}Bo(s&}sJ`oM96>8v8B1|O0 zi$TB)Ln{ObVzcX{K~y3YTA^nA{-Af(#um$1tx&BJAy-Y4rYNb90N^!#vlct-F?b>B z6>Pq@3WNzLJ{?*ip8^y89i5ttJsm`VDBDYeFbzd3B>QCo#3bbudhi}q6OM_%;|j^1 z<*A9tN8G0|g?iDy(L`hcBmFUm0FeZQ>_Es!<-!-_N+IeMoX4j4O0R;-rxp4>SR502 zLl7t(Le<3MBJIKJ^?H?x3ZXYGTm}N)ch%HW?FhvF`uh6A-QC?9^h3~UwfcT@bMyYt zBLdO6Ugjys@>L@C%jNRh;CI9L`QT^xj`q}lMMzWM9F$!jcJOxaX7I1UKL`JCAoLW4 zH)=ZH;UJXL0B`98VDkUKCjz1+5L|2Y?#O$Xld&N<`aYo&0hgl44fPNj@jY#t z35ay;o=M(PI(GhEp*DE6I-d!5H1^lD1fX#z#0}#)?wC9GAF-vnBbS%4kOonH$f7G; z)1mpTKdKKKc@D~CP6Z4Yu8JLY8AKj_3;^IFIX_p5=OofhK_u~9L`xN8m|=JzBl`&R ziC{=*d>ap{lz_l^P1h#9q0=j;4%LI`9DsOqOFOBZwPp2G>GX#g<6%ZO77#KGa(&ND wjQMC$TFf~f@8!y$3t4t_v~+hvx|u@u8(AbHO@r5cR{#J207*qoM6N<$f+=v~;Q#;t literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..9de02639199c2fcfc631241f9acc7e89f672c9c4 GIT binary patch literal 235 zcmVnq=l4V0qH<;P~rFC%poF%H5V23JqVLoK3ER{P2tf6 z!Ip(@Q7g32pQ0pM;Kp-&(~>YMEIOsJJ^&+^Nk`yFfL9t=-OvG7JU(^W>g+xBD;ryS zzhpdnZTw`82Cg|FrlP5KI7>aOFm?<844QnCK^4{*4QI8%-*Rc-y&5o|`fsk(gnddK lJItr$qbrnuql^EB+yUf{FnTv{M@|3$002ovPDHLkV1o9DUPk}` literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..56436a1ccca030a4755dfc79592a92f8ca4b370b GIT binary patch literal 315 zcmV-B0mS}^P)ixJ?sqMTtI0McOvEQkEpXW+Fq_*4w1#F=1%O+Dp%vg%+uh2Vmhx`p_`8;Z**1Q)VJ>an#MAw$7~aQgc5csz<%<6Oh`^+yt;odi?&wO=R ze?9WeuLVEUam|R1YXm#B-=75c7tfv9iDanJ*Z7y)fZ$c`8C2n4M6|^ N002ovPDHLkV1mBOi(dc$ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..4b0b10a7a3ecdc06906390be124911d3339dc4d1 GIT binary patch literal 93 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc0wmQNuC@Uw6;Bt(kP60RhNk~5iY}6d5B{%k q%1H=$SRZysVAchW!;K*)7#RLr^_)ArnhB_!fx*+&&t;ucLK6TGsv9Bz literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..5b13bc17add7ed96d45156417cdaedc2e75b41b1 GIT binary patch literal 88 zcmeAS@N?(olHy`uVBq!ia0vp^qChOf!2%@Zq+^!?DS1y9$B+ufWQL~yM;tnw9v%4K m7;d$yWC7zx&FlwLnHV^h7WJ{c7gz#R%HZkh=d#Wzp$PzN@)&La literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..0078bf6b6bac57d7b29e9a82715c76a29f4910be GIT binary patch literal 93 zcmeAS@N?(olHy`uVBq!ia0vp^qChOf!2%@Zq+^!?DHTr_$B+ufWQL~yE)HxRPLB@! rZw$9uRbtTa|H$&SFON7xSu!w~Zwq@hKkejhpn3*RS3j3^P6NXdJ;IEF}sCnqE%{P1UC(N<>r mBOlPp^S_h9;A)E^GsAuZ|BcJCj)Vf0GI+ZBxvXNXdD+IEGX(CNnhsZ&7rSG<@)% lL5t;K)ggftg^Byv7~bsnSpWU!#w$RT44$rjF6*2UngD!=8La>S literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..2e1062fa99c33d7294bd368354a0d73e1f96935d GIT binary patch literal 271 zcmV+q0r38bP)w7csL*@4Qn1kHqCurJNHf7zCy-rU{?BA)MCMQj28+e$ zLH4t&^oUSViI6B%VMM3_C={sv7!B}nsD%PW%GsexEh^*sr7GB<6(M`8QW@+~mly`^ zM1!Q>m6MRu08gbsch$+EN)ZxYc9yK!v8C{=JsS?(f!3)q|k0wldT1B8K8pQnpsNCo5Ds~dTp40&1-)A?_( zm~pH*#Nv3b{n6S3EHm50_##(Y`f;uNQ2#gF##?`z&5jM+-!>Q?UY==Na78ihKikd? zFHS1vE-no?C>j1VNJi_%7jMHCEPKx_XnUa-*X7W6Vk`fj=K)Tfs!uk`J0vqrxp3tC x|Dy}IfC`#s|8bC$5D9S=p7%z!$2qu~xr-&Z{AY^Ef1t}4JYD@<);T3K0RVh*O!NQ% literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed43ca4d7ce5a847de43b50f49e9cdfea36f371 GIT binary patch literal 403 zcmV;E0c`$>P)) z;rDHGnqRYX&#C@r8?{rH?#8Yy)GFJKKQFbZuT;}@Y$F9fJWr6ZS}EE|=9vv-RGpwF zQ*$tA%*HPDV3D9FQypm1yaekUim6+0nC2O{%b}R+!BGUoR0mdRZop*@#nc6OuyW*3 zV*sZa6jH6nvQZ}}pichE9IGavjB4e~g--8QXP!TiX{wF?%NVMhOfyALV$OYv7*)*h z**SQ>E7Z#KA%XsM8*IB002ovPDHLkV1nJ5yA=Qc literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd8a27c8bbbc69c30040156e046c17d3215b59f GIT binary patch literal 232 zcmVP)4z5rEMrt-PlSTa1>ow?%Iu4e;KpX*pHMByYw(row^? iX!+<0{fl2Ss@(yz^bwf@?BZzv0000?w_KVUI@S3>5opItL0o82o&bejt_s)-e>EC#KIU`@XTY*qIpOEmJ zg%X{rsvG~8+{74``4_Hdh+|P_uyX_ za^=9vRu$&9NlxmuOI}{M{N+GIbK;t1M^mGfkJsc^%lE!~%WSkfea;L1$E*i@-%rhE SIa3F8EQ6=3pUXO@geCxw&Q^v1 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..05b1e119c44d939b552bfea59b78f6d190743170 GIT binary patch literal 129 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM0wlfaz7_*14^J1z5R22v2@6F29A}OD$FJhc z9Ke0jEO^nw{r~@m|G3+??xCvU_Qlx;UOLS#=&M0mJ_Kr&o1B9wqHB7zIN^xX`|0PuineBud03S9B=iGX-I6AkI^ z>f{8bF{&2m>M1297h}Ca)ZD0TP{#e6Iy}gL`x9 z7qP+NJaWmRMg_PcA~++LX5{lkMA&F9S@jNq1P@npY32vo@?3DqfP@P!{X8Ft&UNwE S7+N*}0000@yS97-QWHI0978G??@m6*dB{P)wSG@! z_s$IFZyFK3W(mBShsA6n8Whg+S4-Lnis>)$1uKtE3jcTFU!#={Ga1RN z8Er^T36{8NG3y5+7_ z!r{iIx<>-OFU!z;wmI9gCqy~u&+_*lrRx>l^m~1_{yE-n#shR5gQu&X%Q~loCICE@ BOE&-j literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..a188f2fbec82cc634eb28759565eae3e0b1d6aa3 GIT binary patch literal 295 zcmV+?0oeYDP)Z-1~W@UIUxQD(fnToE>l$` zTFijGWna{p0*4O}II2V$t0vK5b%%I$4dNuKj99Z^nWo{e-~Q}>~Ditobv;Nm*}O@F}6sj t*YIm$pT_ru#3;U-e?SWPLInjq)d{M3^fb46-;n?S002ovPDHLkV1hxLdny0` literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ba942d637caf213207105c0ef4f23cbc37574 GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA0wn)(8}b0DMo$;Vkch)?Zy545CO1e) zd!*a5>C63lO$Q!HnHt+xa{6pMz3Go#&$0;}^B5fD6gH?7tv!&%w#`mqgSGxW kmTL#Qt=RVS*-aPT_`+r8l9`hp0Ug8O>FVdQ&MBb@0C*TgjQ{`u literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..87bf8d36b15d318cccd00b0fdc670e3286ac349f GIT binary patch literal 494 zcmVp zDKO`}m2f_|Te8b(kXo-@dc>`un-y7lpDLq zKv?kyY8qf71YpM(NX-2l%@Ph#Uoq$=KY zTs*vHwBMzAZD~^srsJc{{UfS_afgX)C<0Pdy$P;aj|-l k*L~L9IeL-T&j8cE0ZQwaks*zK-T(jq07*qoM6N<$f~2(MUH||9 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..b097e48a2636fa226ce814b5c4c75a88d213833f GIT binary patch literal 303 zcmV+~0nq-5P)Am7%usjv3*e$7;_LtR^`jeY!4Gp{`H89jBH}j;iz~1|n+G8nBr)^r{ z?1#k8Dv&n8;y}+Ejy}Js54`GW(l$%0ee2*Z5-V$caVo_MH?qM=N%v`ERHzh-L>psU z9apHWvDnSAOKxI^Gu^l|xukL|;#p(rfOAj>Q?Z(0SGbu|U`I2tl3)op2lGN@Sn}O1 zEyV05to%`8ycsKx(iO_1JlhqkSjANAAASH`HD3uA2y1YL-Ae!f002ovPDHLkV1n^O Bf};Qc literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..de371581598e7f03c81a754de7281a4031a30c65 GIT binary patch literal 369 zcmV-%0gnEOP)K`#Wxf4!%@+agSp|T*pr8W4tPF2S$3gQ zXQ<7jGdr2Bm)hKCpW(-N(0P=I#8PX%m8HYj;(E0GFcGWqSRTt`d8~7dW$Q@K*rDgq zv2fW~1`p0hF)LRKhnJctv4wH#9#xifA5>EtxeGFPfj5bm(QzEdakBCYwK~T}PU74S P00000NkvXXu0mjfoz0() literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..ac86165d5ec78e25dc7c5c9660518a780c8ceeb4 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^9w5xY0wn)GsXhaw&U?BzhEy=Vy}38H!9l>~VK-lv zK~bl=KrPwBqe;HOMCJwHY& zc=$7y`ZMR2O?ZBeQ{{rRBP*{m`*rIX8Jg=GwZv+oe{N}3GXA%AN?3sJyeRDq1^>yS zTP80*%w_eo`kp=$r^*BebYiYLQ0yj%xce(=LsQi!lPJed8`H3WC*1$VxU@AsJoKBj vlA|m@VbY76JMW!y@O9kK{BE{G+g}FDWLfL{cpG1!*BCrq{an^LB{Ts5TFhlP literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..8b2adf6bd5e6fee64104f0e772c7965a86ceb2db GIT binary patch literal 707 zcmV;!0zCbRP)jIq~sQ)rBYDLq94l9!)JCSi_UT6E~qqeF`t^F-c6jCV?$k}{eB zXO#a1sKO0iZmHsfh{;ZzgY$tQf6qrBq$gD{j-RRnl9Ni@@RZzA_CZS031I26&k9o% zS*K0{Sk8Qqj#MVa(q@4OnQODA9Ktj?5 zmetG?>sUGtNJvVs6f#c~vGg2}kko$^G!+06kS?*TWu90G_{jvMb1e1D6Z-)lwScsV zCE?A3_X~8f>^dMJX_{*+oe|O^Z7eBs4oE=q{vx5y8U+fhazGcboDw-887b!JxuN8M zWTX(zkhjkDLq-bYY~{Pc#y;p-KUO9GojQIN=bF)^oKVtS^5bAm%ru*vb4j0s3!3au zR<1#DASd!iwFbokjtFD`Jx8`Eiq|I%C#At5eZ_*Q;6UU4=}@unDmZX-|J+c36dXu7 zqCtw~n*=2Ilyj5x9LskVD1f6UX*hmV(81!HHi`N0^I>rEw zM+)p1{;8o zj#0Dr&5~+5M%@;Atmqh(OYsa>IXXrm$7X|Jj*d~tv3bu>+A#`dgDYvrD3}?JNu?d5 pU}o8-$pwkNW0cK*1e$;*pg$&T>mmZNFkb)w002ovPDHLkV1j%uLcRb1 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..0b895042f8d9fdf5f1f8674c6820465657f01167 GIT binary patch literal 422 zcmV;X0a^ZuP)6bJA-lfavxSijQF4cNPhWDl+&>5>Jw1si({Yl~zHV&x93tb_<}-rQecIE6_3 z7~e-B=Nz~&Fqa>H&gIU7SGG_d_4v5W@)5uU*Ix-Hm|%hlCYWG?3EDN&`7*IPGrP)@ zeht(pep$HpcVgdL_^D{7f~}b|@2NALb`lt5qjQ19o2dmZbeiC%fTd^^d;VZ}6F1$-aV33~_b64nJ<$7G18+W}EjFkIsuzZnQ;>LcYdp{T{58a|Z%T?SujC8AkK_0nN z4bRN3x^ooV>R^!HJgDk_(p3+>2DdsGNoXDxQ;6UMhcmG12z_#S`=9d(AlOucGs8x!|u$ z*-r(2T`^~Yf|mcva|8uIV4v5E#ZoUD_Hx{P*z&I6(7}dNY$4wSSH1C$k>tO*+kV#1 zXS4J7p%VYZ4wzQ`n;dZQb2vxlXYrOJKaHJU{SjBJ+y}IN$^3VGPi`&^u=lur2>bNZ3j>lEIfWGz68F#iu%S@;`QHp+5HWbV`njxgN@xNA5cYMB literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..90fe333ac3531c602ee15ceca3a3f22551e97e6c GIT binary patch literal 905 zcmV;419tq0P)<~If)GRGBOiWUNLg-)uNTrtsf^OaBGl5PtDvBET7@`1Z^c$u{j5GxcgIUyOio1~0M z(LzA1aDd5T%k6ngN)`fQg$gF4Ew@K7xv&rrE4Y}XTW+T?X;=t|6|S`cdW8xmV}h@c zRAC>JrIyWs1zLT&sx9_8i9f$ z{t;1@y-1VlWee0g=<_Y98h4I&WAa#J7MEnjQBe3sN?I;>y9|SK)|n{k1rL_9|QCP z(Y$HU#^0rv9=<5w^(f;*-_0jI%2!p&_|SjzS+7z+86UpVPanIWQxL?r;G;%BA77v# zif_S+KtLW}prDU0R*=TG;8SP;`9s483x($_@{J$-;a`Zpkm{M|R)u~3hU*LIAKBhx zfv_(WB7S%U%f68Qf%zR4gzF0_kG-^8?&P73kl;JlcJ>P3yI?! zGr(E9`$GEo=Dgrc+ZWQ$03~f-NIxl7sB8N|`Wa-Cs>)p{2)Fff{Vx;TbZFuuLL(f4qIK-rZgCak_DsTVR@p?+pdng}#mxJ{2uu5?L5iqrUUUz5V~zF8`!1zK!+B z{Ktvj+zVTTUWGeNRhbgt#Hor(995pVcH?RFwyYT^vKF0msN7;R`C^;cX~)Vt8&mV5 z>${#Vw6ThtdAX18v}@&^&CjoWtGoRvP|o)KolA{!s~szC3RG@g%#V~kmHc3`hdSFD zv8Nj!o!L4!GV!ZM|HN$Rja4BzRo5bHwajdVec7}Gbfy2j?iAB@U|ptepgC2ezfX30 z)xyJG0gW#?eY|W>Eq;FB{Jj?&gF+Ijm?j7Hf0D3x`0-%F)x}Deg=b8ux>DZLQ|$3# tx4#C^KVAr8#U>CJEcE45&%cr%tbNxXRvXXz01QV422WQ%mvv4FO#p47ouvQ( literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0ed8fe9527428ef714497d01abdf43291440da GIT binary patch literal 108 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+0wn(&ce?|mj6Gc(Ln;`P9hm-07JQbtBB}Dh zp>#u$0<-)C39YUl8#I6U_b9Qg(vUjT=vfl<)1SeJfkCBN<5S6v#V3K<89ZJ6T-G@y GGywqJ$RJ<< literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..7a9fcbcbfe5edb62e193dc338a2555129872aabd GIT binary patch literal 214 zcmV;{04e{8P)kdg0001;Nklkdg0003ANklb~ zC90-M;A;}KV^13wdv?pG!+|G;jy|Fe!;=HVQ&hl~2ZBZ73SS;f0njWZhy#8RZon}QU?*w&l?`x80}R6GAQwiSOJwn;f zpOsnui5||pGnN@k^?ZGo1THMNprj8Ca??v zfwE@<94;WfC(Y~%kbKHEfGmP2K$F)@mXT34mdCwRg0gllA1LJ`t$e7KkM*_w0PN=* US@4JmBme*a07*qoM6N<$g3YdnBLDyZ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..96a86931cbf3105ea51a33f1d127d72f9a666a77 GIT binary patch literal 326 zcmV-M0lEH(P)kdg0003ENkl^EXISE9KT~v;e*1v@YU_b zE{KrKBSqM9&zfstt!|4rDf}ML0}nF3F;?0rwn&xh_|-v{Y33F%p{EmiOhD``HM_I< z@GD+r8G#GBpQ;$76ggJyLCk-DlGxVI$}Bg8K;{x`;7r1+~G|Cr*Rb9|x1S6Y0j2G@EW<2dj7 Y1cXy@q1qkdg0003kNklHVrZK%nTHD7B}XS|^=nrvBfOl9z#mIoHB#6s4pWaDEFpYTMm zA$S#ArZPFEg*JDDm~+jDp%}^LsOj+k1}DHR!3)zJZ>k!)rVgJvXbIMgfm5JjAgcT{ z)(I0P5B>Na3xXTq47jA@S#+|kq7x>1`v+4quO`v$1_r+tCNqwJkX$W$!dFjWK9Zi7B6)(n9G%e?v`*-{nVwWP)qU|R9aoew6VC%)bj|Tgdjaz&LQ!}zVFrHd&vXm{oe08 zX$FA5NX6Fs+}qk)2W(SObVKWaV_>*dz};J^}D-D}WxqU_u$+ zSlfKyQGtp(y@LfeH5*7ef`V>+7BJjwASb{fY3m)s85cDZNZJD)sy>Z?fo1|-rcsco zK3yxom{eRKZH*1Ca8)hub=IOMYZd$Pvs_(8)@4>(bv_{JHqZFjxG#L|xbOW`%Oa*_ zYqh;j``c_?#Ys~pd}iE-cDQai;1Zt-k6+zW-xGu81j6EViRE6=m5u<;*k`ZNYQAs8 zW3HF@SKE6$=w%0t8FSEn2b}}F;o`6!TrMxbIZx}*79ls-2mUl7bG|08@w_rBK5%Kn zKflRg@Vo6&7urSbb~*))+T6h9l6IF<2>f7cW7{<0X47ESwhNBni%KA`JIbJ~GpdY5 z16B#ETJ1eh@`7a4N$&87GKw~b*6i>X3i_qu9TmOiFc`Z2ExwbDe->q(z)f%;=5}?83Y)q3Z)!bbDMN=_F3b*4o}@rw44R?U*g*u{$o%3qD#JwjOyU z1ZKUubm@1R!fEaCfL-9>>Qp>s0TlcOCT*3Luov{l0XiH;MW;Srsers5x0(Vadvv)E zycGxNR=}hoe}FkpEUjd`X&w~41SVvn1349x1z^-Qb%#Mp&LjY4Tpb-40t9|ExXee& zTCXSqDsG7m900s#W9T-%(ILR&(SaFdU+Qn*lk&L0?&!dC?r7-mQbL#Q?vD;c&lTYR a3j6~C-u92n)Ew0S0000fi!_8!-~5jmlUW`ZW$sCX1uzRkRyd zs%M&$-$l({DpjAFoY1pOix)-QmD#yUY5!l+mQq{%|0CEdc*3 Z@CRm5>7Dmyt$6?d002ovPDHLkV1g`5@nir1 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000000000000000000000000000000000000..d890a62a0405f46e880cf9a81229443753585e5e GIT binary patch literal 699 zcmV;s0!00ZP)0sFZ_W69z4vq`7e`Br(aTa*y(ic zDN20{*}OAL)PU z3TLy~*VKGpC=||my4tmMua<8a5Ap4Nd=TGU3E^4*f z5BmOoqedU&n1>(xZ~q!ZGVrP){)X%=**mV$Kft_C(j@cltyZhMrBZ3nHT2`Wd;iM| hUo~_y5;Pxf;~%ASDbc>H`5piO002ovPDHLkV1h~XTY&%o literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000000000000000000000000000000000000..0620439460d475832a941ad93b11f001f81fa4e0 GIT binary patch literal 784 zcmV+r1MmEaP)1$PVyuaQs1Q;UOerhK+A0zB48kB-dr>Cd84w)1%rSPbk(r*tA9C*nSoG9unX|LD&CQwK+vK zc;Hj{T}9jN_Gew!7a|G|d=o_v4-Y>`QGHHP9Ul0+MC~=N)oO1Rxu@`X?I|ZmD4)+i z?f3iVQrLI)f`VKNcJCyABoKSA@;(~ zM7h+ahZugHcyQn)PiU(9G?`4^j7FntqWWZSZ|@tK$mr#TZ6KhSou&ARBOV-hc&5I@ zxdUUd*s2(5QqQWj z`tIdg3P&Q5JL~J~_cu2;6RA{cjgmI~_+{K;AKQz3;oB9}0t+-3?!X@dbn32K3}n~< O0000#Znx~6nNCji^0p@?qidPT(U$`DNvZ1;nB(DxjOw~SwI~Op00i_>zopr08}CzHUIzs literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..8043d4cac88374d72eb47a7f6a4c062c5e56aa98 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM0wlfaz7_+iWu7jMAr*{ACtLF!a^PWoE4qk< z>)gRofhOUCjwO$a{i3u4ye2MKc<^Xfc*N}qndyrxUT>|p72#TDAi{clbEENLi^8KJ zOTO|++(;0S*O#H{b8v&aZtcwT(?jM13zv)G&N; Wc8i`r!$TA3Vg^rFKbLh*2~7Z}B2=FM literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..e80681aeb7305ab08c1f55df7edd35fc9d0eb171 GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM0wlfaz7_*1g=CK)Uj~LMH3o);76yi2K%s^g z3=E|P3=FRl7#OT(FffQ0%-I!a1C(G&@^*J&_}|`tWO=~G=WkL+ z@9E+gVsZNEWNV?r3OuY&?=Z?L&Ho)f{7Mm9$xa9H@#qTmGi6+RV TUAFrSbQ*)FtDnm{r-UW|v%+BV literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..9603e76e27eb2d95c61e92562d7ad3e3deb69217 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4U^`0({Ar*{o&n@IVWGLbCaj{fy za$lGcL)Xz6jiy-~&KnpW@%wySu}UFVZ^8tHebxV_U$)m5dwk@#iC>R3Gyk_YRr1XK zc_C&Qvl#VK#I#=PH%>e8t(9?7Z6d=@aXAl>cg^B#7Td09e-=OVB#tAxzVK-R!{?;a irhHhx%yp~|3?YXa!x>MAIB`jFMmaVrOBYrPGrnBUz_9DYNgM8sdw{wb7(8A5T-G@y GGywqfgCD8@ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..80c069557c2a2beb8097b66c237571807d1fd973 GIT binary patch literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM0wlfaz7_*1Ur!gukP60R1@1rmfBt{6*E`U_ zb&$ow(o;%6XvTz9QXhUky;@&y!prjalaMbn<8sD>0@n>zF>Wo hBP;KSFKcw+U=Zdx&3u7bq#9^2gQu&X%Q~loCIBcZE93wG literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..3966d6ad8c4722a79847ef869b30c5c4f1c031d6 GIT binary patch literal 264 zcmV+j0r&oiP)ZgZx~;5D#f+ypMo*12!hcvxo`c_PGEe2Bcjv%jx@?bmmpss5ns4(Q+Yi z!(WV5&m)-O%#4i^$OwrjfZT#hbU-Lc#6V-gC0Za_3M}Fh7oZ>}<_c66Tq2=nT4og= zA~_8W)fXB9#x`Q}6EQAZF~FV2GVCw(JW0MhrEd41=Fk7{(wo}=rt34Bx&&~vjFl2N zvm>BzTU-b1B#97c?P|0@AW1}S^7Sr-M7`*Cy{9fc*;_x*#HDPGZ(Sb^er;pk1&Xf# O0000xJ=eVCD820|N5W*kJjJ67$C*FG*QAUgq7iWp7Wo)^m*JsBN#kg L{an^LB{Ts5on9xv literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..ec0cff49358717ff487e332d138b2ff4a33afcc5 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM0wlfaz7_+i6i*k&5R22v2?rSdTmJL^|NrIx zNQPzL;KjkG~{55xZxc}Gt{#A^jKkFA137bruzCx;j!EG^f z%1_1%4aNa(raf5;X10a@=WG;TA@#@blgzA7|M&5fFfsfMh;ZNV{_sMeeGHzielF{r G5}E*e;6DWb literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..966938b9d80caa24112f10bbca8bb76551ccffff GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM0wlfaz7_+i5KkA!5R22v2@-1_)Iaz?Jwb|N z!=?5AelO0d=yXzopr0Q-+H?*IS* literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..d05f969e9986b95cb0ca43bbb2e4b99ca68cc42e GIT binary patch literal 274 zcmV+t0qy>YP)?G~49aStLstfqFW@5>EK0qki&Bax!?{bj z#Lx74)4lg5e!qx+rmC&4=U6q$(3U!iGW4b1qnJrwQr*aB#Hv@BR^+kZ3VoaQbal0i z#V}@^;m4`z7)H&BzMg&CK5%J1@;H!rvZ50CJV*_UM=>{20~1lqhRn0&C}!QYTRWCK z;=){%rDoTsZ-=I$EVIt>X3ds69Zi)eV$r=!BZ?XIB9%lLI#NlLp($05GE_7q67~2q YziLMSX_)h{i~s-t07*qoM6N<$f?xx9CjbBd literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..451818ce541cc517aacf2ea37e2627f35f8b9554 GIT binary patch literal 407 zcmV;I0cie-P)4e-6bJCPv+EJCjICg*(`zgQwTj#auo3MPt<%I_?DG*Mg2qk+wXuqR0fiuHbr)>X zDO#iu!NC259b86-z=1d1!vF32F}#_L|N3ckI!W6!th7 z38^M!`vsq{$bUz+w3>g((C(r`e6V5as%<~8BWjRKBYSwP>vIyW_>Mb5s|2~=2Hsl{ zPH1&T!foscp{cq1-a@B-J$R~q3RF4dqD?qORP zY5b|3weZbqJwp;EemOD~(r{f*@ko72a%l@+-7*rw8PD*==?WA>?tlZYz4f!_pS?1! zXNcjlZu)3pfkRK6@*Fd3B?*6%&e*!kR)w%;hW(Pnu^)7+?a4moJxL`fXK4qR$sBW& zOv16NATw;{6qX_9-4zbp8Cv&EEh3002ovPDHLkV1oAv BzEuDK literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..a216da173dc78f899d875fbbde8575573d519571 GIT binary patch literal 235 zcmVF2GV5Zcq2bTK>t6_Jh7%2b% literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..251b98913d09ee4613e8926d4592a7da1b98173a GIT binary patch literal 89 zcmeAS@N?(olHy`uVBq!ia0vp^93afW0wnX;%77$;f~SjPNCjhZL(_i;4(4>{( l%@6YzFeDl`%$lIU%y99J&O+&xmQO*7Jzf1=);T3K0RRce73u&0 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d1b61708b53fb5aa09cc79a5f9bb156608f8bf GIT binary patch literal 94 zcmeAS@N?(olHy`uVBq!ia0vp^{6MVD!2%L_B=rzTsd~CNhEy;nA7J=@kyWbTfYpK^ sp(XB1-IxC77o6Vj)$jHHIHx2-^l2xy-6FRYff^V*UHx3vIVCg!01-$UMF0Q* literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..10851f6c87c0db0f2fc83e71e2fa99be1b49e704 GIT binary patch literal 94 zcmeAS@N?(olHy`uVBq!ia0vp^{6MVD!2%L_B=rzTsd~CNhEy;nA7J=@k@ZQTgXMxC sp(XB1-IxC77o6Vj)$jHHIHx3oT}p-a9G%05ff^V*UHx3vIVCg!03rq&=>Px# literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..fe0ec49abcea154c8e2856ff930b04011bb51e36 GIT binary patch literal 525 zcmV+o0`mQdP)D5EGfk41oXu0h&of zK~z}7?N~uh!!Qt>HBQ>J2e|YbeHy$q%15{$gaT_0tkq?4Vpm*ZD=V$+$ZFJ?%&t8q z+!q0L1!0f7zHabg=K%oVb_#yN7Zw`Tum1H#UjUrcNEI}qVCF&oYgi-3X9yrEA2QFD zpe+#)M^;1x^GucyztTG*=m#0~oJ?+o2n+m6Mm>*fX+T{dj{gioB!ol?XRz^Q@r(nZLRV| zq+DF>q3w8*47-)2{QTSi5wkT}mJGKdqv+>bA;LP&Kiw1|(+8TqxfO`t31>1NLC4l5 P00000NkvXXu0mjfr#9E! literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..5f55cd5539ce16dad8251dab2be5dceeb43a73a5 GIT binary patch literal 680 zcmV;Z0$2TsP)!1&^0007SNklasUi=GM22MBWz1RnhXGs zk?j>uY2o3CwsoHZNjHMRzQeYcZC^Nui9FIaAD2c*8zgK401cUeSYaT702s(4J~z>5 z_>MFJ!3aV-`*OKFZ@1geX7=PNQV8J|ul>t@zyBKF_SiijJRl%2k~0WTEqEXOVYAr) zLS34#dAHkrnlm5^H`?@B5S)M@2y^(A_dbqw3fI0u7Qje@Ueo~L8LGeQz23Nm0OGp9nDSBkg;;Pq35a86hLjnR%W4kC< zsk$hhil<>{Bd7&%AALKWPRDq@-c_bP>U=(bn=>HG$nD_JP0(c~ZUaCZ4u@kLzej(J zUdwNHU(j=)N9eccm*}6-KL`Z3BE3ST&jmW^6({vL-eF%`A_({m{)KD55)5ucdd*Uo zx$xyzg3uEfoyq-6=|5mcFkX=1MvXwud?N;&%qZjl2(R?p-51t~iEnB6N+3EM&o&}R zBeZr`nZQ_4AmsT*Kss#%Lr8+4lj-}OZU=%;&MG#;fO~?Xe?rqBgsc}BBf@vOlwTN# z)RO+l+u8ru2=NsY8GX@yS97-QjEvhrWk`V&PxV)2e|+2ONwjil8g{NV{$citt!tQ#uEOGW{%5+ z`Au0*8@%vj{oV3%^KJ7N!Ba&aZ2Nz_evgyZ58f5OPrgu?Iim*XItEWyKbLh*2~7ZI C1xuy? literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..fcd81de0c29ee647f00e7c525c243a40552b9a14 GIT binary patch literal 238 zcmV z25Plvw~v@kgpCIu7A!tJ+8PZ;A^gd;abrS}6g;^Q#*}mFEoQTnOa0=_m8yrFx-lsh z`%HKi!Vq%q9d=smu=Qi*8fRXy9F*^c)0EGBp=dGVMHsr|t~I(I*#GN}9OXTavgX{E ozp8(NG}jGAr*|t3{C%UD7tWo|FCaT m`M)`#{erK!=W$<+Mb6Mw<&;$UEA{eRw literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..3ffa25193cbd56b3b6e44097efe5e9d881be0c16 GIT binary patch literal 84 zcmeAS@N?(olHy`uVBq!ia0vp^d>}Rl3y?IvI{gcflJ<0Q45?sDW@!3}Rl3y?IvI{gcfQuK6j45?sDW@!3!otexxvRLtP%>gTe~DWM4fjjk8W literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..0c766f30dba513e013795c56d1a28134cef9f92b GIT binary patch literal 84 zcmeAS@N?(olHy`uVBq!ia0vp^d_c^~!2%@jw~5XKQqrC-jv*C{$qY^ZZz#HOiT~&i i7i!tayg($*no(KY`0Sf6pPvJjF?hQAxvXKHs-{an^LB{Ts52|X4l literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml new file mode 100644 index 0000000..40d02ee --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml new file mode 100644 index 0000000..63435d7 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml new file mode 100644 index 0000000..425066d --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..6284eaaa17d3a168ee64a94ef5e7aefec7a4d98b GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^N+8U^0wgE+9rgrLHl8kyAr*|t2blgHj#N2u%RnN4 zA@{&BCdnxb%@5O0tWaFsc7jjW`Csr+)x~W+&*la?yYViJy8Ot#bpj(p>xXEuoN| ziEl!T;;Ey`Ph&KE7kD*q_c^;^($>{K<8%LHXW00E68D&-qRCz~!|(d18pgefGvuc1 zur>GJeAIfv(Kj#K^s4^e_1?PjV9u)P)jkU!Ec_)S^kapb#>Cg>)2^m*|8F|GY}VZG z+9EvnR%I0y8cCIIA3x8oZm=-8Y{}u2pSq2PCXI%yK?+Fd!F-M_ z_0zV;`-Fw>J-I`9^1Z87J`Z-!SvSq$+K-}Jb+-BO0bAB*+?pPuo3)G0HMM$@isvNx XgO(pZ?OLOs4)U_6tDnm{r-UW|0H%1p literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..59a683ab60d66781b7d5135885ec5565c2e9b6af GIT binary patch literal 432 zcmV;h0Z;ykP)3UdjpyAFfVed2?SO8UOe#sTVA&Kh{t}N3C z2G}D!a3AagVGo#;{E#N)`v<>4!w@j<14i6b05?Wm11xP$fc5EIfFFb-I}hm^;PWSD zz!t%E4e0M8Y6 z9DVHdydFT<0y9p}V30pE4fA>ci?9Ovz{C^cd2PTNsHy)5|K;m2ul))(Kur&ra(>3+ zc};)~3GuuhKyb94;B$<*aA6$Hs{um7oOwL21_%fh216CiYXSm7Jg*7}2$8%xARq+! zjsSwgBCJ>;SX`dJ<<38Io(mi<|H0(@0r?N7`H$!MFDUX~(d56R%70Cl|Dv)?nKEU{ a_{sOh*nPEn*Qs-Cq7lN{ zrN&wnw$`|;|BZ=b6ls^!^Vm0G<4Rj)HyTSzjZIx?UD*iVJZ4wBka1ulY_wKFn0w`^ zQzwobIdST#SLQ-kX>Ejw1LW` zfks#f7oFtQ>Wj*5Jm_wrU@Tk-?+uYU2RQV;b{L~{r+=eC|3z!I`iT z=8lkbMZ%GJ?Q(|F&HYHY6khhe$r&$emk|ct+`kqY;aRT$RMxZFrL@oM?nFGwf#IwuKOu4w3Xh!l9)Q7H;p|z@HPr{tw|Uui^7P z*Kq$2(f*&}zuK{b0ssI2hJgKBi*X-HZ16GSbLtnTNW+ovk#aXIyqM!f(002ovPDHLkV1k~rH(>w( literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..342323b4b505f28eed4191286a3070f3a99de049 GIT binary patch literal 785 zcmV+s1Md8ZP)B3v5~+0u}JP%6fv3!Gpw*rgDaDUomNbv-WPI_J9)=q%N_oMkDbK!h8KS@6FzcI zK;5s?xoOq=LT||X!I&V*|Nb=s9ouzE9@@6cwuel-E&C=tJ0*UJZ6WYoqArG-7<0XU znKPAeHO)T)wg{RCS?M`;3rERgRSaj8#hN4ks*?s<%*olbd?F~@Uqn?2hA^Z&=4gqf znxh7~{U(97?Oh;BXX2>{9}!tj@%bmOU9oJ6HOCX|>;2Z{YFkqw{6^IIsmHol_H#Ue z%3W7ROF*Q(_eU4lW8kqQmb#uL$0yiy!h0%da}{Zb?g^2#K{0LE3iqyWQqFgQ8Lr*& zMxUVTxKhtQA+lZ>QakqdqLq9jh9qj(|J+pRV|d&o|%~d{zLq4jI4mN P00000NkvXXu0mjfMIUx3 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..c0333f982c12302b59c870439ad87990643be685 GIT binary patch literal 1433 zcmV;K1!nq*P)k3?##dk`NQXAVMUQL{Rw4 zKr#i4fKho7GYlXhWC%fERo)y@6t*eIRyMZMtzQ$uFL$@L(B692Ho4F9UvHQ7+hl#7 z=k8{+_+_zJEEbE!Vj+>Y=!?zBVZ+E#Oe>XS#%e$sH9!mVVl%+bMgYJ~mskwwixW{6 zive>`T;#FX3#dWSLQ$**%tPxe39%HA!cp3q9!mkksiUo8HN1u!Q4<>hNgP9*Af1o!BF4r-z?0lStj9(+*Acski~fMQDDtt9z_*CY z^p5_3D~Ku*@4Yew(ZZx?4;X=B)&1AvaU#m2J>VNe1G&hnAE4+F%>g~QfH*^@YG!sJ z)=v7YrrBzJtKUM zmLaOKM`J)b6^H|*`W(;0g_uc#@d2sy;u*$JNFmdCn>BpNK`N=j%Y!vC((f8+ClAv= zC8ycNW|p#m@%Mgr9)rjvKD2=G?Bh69+{R0&ysQoI%lc4D=sZ;8;0PP&9DG1E`u#!{ zwg6)SH_)qvNx=t9qY-_6BO6=55zja-qtCB&3O*o?cWEGa9$Z|*K^cKReHop2kKT0cj^PZTYtXCxRQfQC@yw=#CCFIBo4m>lN@=T- z?s~pPXW>L^8A;d-9z$`W=4LO+dgp;0&ZBmRO(Yun_Vc-f)>2a2Gm)inh`XrmFzh;~ zok`T7c8j9+&%|jgN39hH;|zHFseH^W)GjfSxbQ3`im6AfjyFgSj$!5p)FHn2d%S?XR8h;H9OWIqiG?U$HalPl!prMEf8Imci5InV%p~1s zK~jzQ!R&x-h?@-29LZn>CWMDHGXqknK%AzF>K4a~I0($e63sJ=6Y(JC zni(*dTEu4AR`Muc(STMtTCG$tT6N#%FT@@*1E!#udVgUzl`CjnXBCO`=O?t>ET^mb z!6=!{%?l_){6{i2y7~F+9kREjBMWh%=HV=_kbsTVh-OBc6%a=q;%hqa5?9fxXQj_0 zAgA!4*1~QIn1*7eSphjH*6|}vXdPylpIbs1ETpYQen+v#tbnxy_759L4xG-tgt z_<#v$c{#@%9eb)ww&OzU3|)*5cpt45bVu*ir2;OZ_Afcc2kb|2kfGSxIhJu9;UUlX zfJ*>?lOj5V<>tmf*2r8!q45EgG;@ZMu>ZTn9{#44eB%SM$u;C(O5*8HKIz5>m^7>a nE5Hh{0;~WlzzVPeOc?(I$fl?PYyFTz00000NkvXXu0mjfD?_0@ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..2f29c39cdff493d2dd0e219a299662675330519a GIT binary patch literal 932 zcmV;V16%xwP)9UBXl1AcDIOGd z6AxAEK@`MV2UY5nA{Av?6R_K;7|^wyifP)qrb+YlR6>@2?~>D8J*3a` zOW)U}6{TsKrfHg{QP1H%iomp8E*Rr3{u)}+-d)S-zhD_DZ2+eOnGy55BP*ij@dcj7#FGJ zO*;piAWbC~@Yy%u11j61%dP>9>|n;2T?3xOoK*}v1{`D&v-B24MD$&mds-5GgxVw-+H*r*Y9iQmS++jXNjXxR1kZ~Jr zW|V8lw#@x9uhWll5qbV&nwwNc`EdWa*^B!^Y6lzu)U ziwJRsF|62$8#qJl)(Kj-)X!48U5;B7;AIyPCaemGAjUr!Rsbf^zVAkx#S1MWktFH{FiBUT!(%77*o5p7UqKs)Q0Gly9-Dg&Ot zj4QlKJ#Bo288L2C7cfO-G4^-c1B{TQk{upV72qa8c^jN5cm(7EY0B$U6%e4j^K=yX zmynMU%9~LY@CKz_!v%;r+L`YIfkBWe!EK|%?UNikj)DNU6 z<}DQg53)g__XuEMewTZSZ3@lfmLKpq`Lg`VKovWcpASirZ;3)$SJ;;(C_msb01zk4&A4hFH+M0?H2@$aKOo8uOGJdfE-}L& z?9nSf;2wIUyi!s}8@(KqAE178fDX_BIzR{L03DzMWX=DZd~sU_z}sH{0000zBq+ID4lp@68DL;wU`0g*Ab31p;Y3GA=jP@rTEJ0s zu~;mHLII{CrSTiXp32+S!4S)s)1~3>5g+f80P%j_uXlZGI$4yL3#>dBjR8vy}2u=qO>^LwmU}0e~JUk3yPEJlZ z9L~nZ#?H>};>C+xE;lkVG9x1cbZImigTWB|s=U0smX;Q=SlrOiFgrWDu&}^pv&Y89 zL?TgVXXp3t-$4r?aQgfECnhE&63OVV5(+O)W1kgGJ`& z=f8dXwzRagva$lC0znLvLIMIz5CC~a49FipegLT;fP-3HT?I!|5UEtUwzejd$-oCj zetxe58u>JmuRladY27+yWn~o=6;)MLFcLK|E_HP%6b94K(A3n_($dk@-LPQ;n7Dxf z7_1Q-zHy_82?BvYZ9=2bn>U+buvl|*^DPz@U}89&rKOe4c3az>yBr<&;@!QxeSQ6o zhMkO!zkK!Djk}qdSp|i~#U*8Rb&sDtd(LQTZh6P*?i(DQoSdHK^S=rNLXlX!u(G=P z^L1si{0`<}2t@e=(Zel(@V0YsI;;;5UoX1Q=y8u;{m9SiNPXdTL(j@aNbtICHf9d3 zOuvB9_qU52g6runjoxj0Pr_ajobD#aOPNI12cH`fS;yu!rDo^!yvW#r2v4huLl(6`nBlq zL1tV+5i3LKQ)khQln0i_X}i8k7C4^m3|qLH?&u6xwB3t{HNl*W>`^Zg42g(bBU5{o z&4{@Vwt6=Y`$QgoJvE1~_x)<>P`K>q&+d6xCT}k=uH0LC&9o3zvQw|*PrV!6Jt#t7 zsoLu;zwdO%q|&w0y6>1ZLwoT8d{<0r^ubiuecE}j)|+#^xLt(I&z@Amr8BfS3yjz8 z?g!KT(L`Nj%%_;b*c6o4{moD(zp(%GjuT=U4^hfeI3D{xJlyx(`?u7*!W5)nt^N8& zte`KHL+ehXlKgYv0-xvQYVO+Sqg;F2$><_vw|lGPmS<-~Ci67Z>7DRilL+3nqwAbw+!@CkX9_crn+mBl+p4GBqTa5?9MGdR;l4(8gAUAe6NrB`fx zilupA-kA4@EO((=HqGD9bz5BZ8a7&6x*iv}8phgk?0~p(EwG;Jaw3HDqbjaBnDul> znSFN&i5(O)#g9J1j*kan=yB#nPg?&OOjIJ`;^eWNv>j9c*x8|vpaUJ z)oQ~ZvWT*+Gt>6@@0wrLKRw6!+u`GN?45zKAS0bu=$N^xffrnpZO@l z*E94=rsVY_>!F%s3|i51=In>ZCts=4vkcD|&S@4nTzF~ykUlFN)^E+fvMsJ0+g4or z(9939hlV2~%5d{(@Tw!}Eo_hUq3MP59tfS;>L4Y%fjs$+k} literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000000000000000000000000000000000000..726b1dc59e3daeba67a9e436e6163a94495c01db GIT binary patch literal 1881 zcmZXUdo+~!AIG0CjKRodW^!j(<`Rud?5Lcv4H@e)Su9%ClF_QDpKQA+RyUMGW{Z%f zQ=^r^ZYD%1ixiD45u#;W%DCU}{65>9vw!Tq&w1X@>+|`3pU?OCexC1nlGz>yR502Y z1VL0-E=(`DfByG{mIdeeHSa_anSE?GZzl-~7K;U7XlTe_FaUIQ zb$xt%0AQNCyE}k|g@v=Tb6{W~Fb;=t|$S0MqGoa2*{TaDRV) zaA`qhWo2L`B_&wP)zvj7CI-TPNli_S$z(zjjYj|D0C+r}&1M5gix(CaDkvyGk@E6# zNP^_$<)!rj{>e!5;3yOd)-^RXl|p4@rF4#TNL5v}rltlQLM#?5bqx&-MMXsjVQF{} z-UoK1t*uQWkwQa5+uGV*zI+M&iH(hgFfT8!zrTNAU|?`?FeN3Ww6t_|bW|V^h{fWG zi3y2B^5)GO@agI4hK7czsVM-+cXV{Tdi82{cDARd=k43KkZEskA08ft45+ua7Yahz z#l^*$nHhKrY635P(%jq}Bo`JI=I7_38u0QbK?rx41^`-FSy^3Ol@3YyzrMD%23v+{ z0PE}P8yg#&o10q*vbD9PW|WSHvGP-19$z8bWMt(~D0zA4Jahw^gTY{+t4h#!WfiQd z>UQ{e>gpOAnwmHq9#7Z-($dz^)q{g!U|?uyL^L)wG5PE>Q&Te%nL?pbcbc19SnLAP zXf#VJIBwQ9yLa2#+S=LC_d4un9&ll~d3pu}9u5mT9)JGA<STUtB%`uYdN;=!Sj5y{xt_~aDyX!-B0eA-A(^HnZ_$Z4{ej@~Yfr5R5m zbq;7=ew~%ut&_<&QR0TwVM5G)zwxD7ZIK$9%w5K{RYVW?&g|ifs6$#eH7(k7(CUr^ zrmZ1~eadoI^YHuA91qN&Vhg8qHzZ0Zid)}`{&9pS+Zs_D9~WT$^H#z(r0VdrzJ5LV z$~qjyZAb!gL`*naqE4jABLT8%+eNZOBD#?h()ui=@ B)ZQLz#duWp%xthY+!4Q7 z)Eb1fCbqUSdZvVoX6Tsx z7LQjt=Z;gS>PGj@Mb)hGjf@nq$~G>v1ck(>8@3s_NL4REKv^^m)3Vl3NfBFPzrG*kbJb1&~P1dP$)~~WK0w-E*U#tI> z=jpM;D-&UoKIW%oCtK>-a7PlGYPmjg`p1i9csNB}hpv?6u=M=`PFbl(2%dE09M!tn zH%qY3jq@w}{Ouq7E9jTrUZl&UIkr<>ue=!A7w*tnVdnq9ne%31h4CaZrI3hpEuQs1 z`fh)4(xH(m^6>y;CzYzVcSRwY}bPw z1PM_e+Yol-fr!+a9!g0x#nWR_f2)pj#%Fw}OVqqulB8GD5Q6s$Uc2U$-E>9q=u)m0 zw`sK8-^*8yYZ)I?&vC(zf5fGQRXDeOr))-;^kxkQ-D2oUT%$?JC&CTxxBPs0LoY?W z;NlI7Kc4mVofPL(bai*fT=>1UgVA{*j#o`T!nZs5{b0Y!*pkATap%qlQ}zU9I~fPE zkbi94;2UNQFZIG5*+%ug>h(DyZqV`pM!48G7SuU`TJ6E!3CpyuTdiK|F50=9LJ+72 zg)hBG`m5~8tUcO(0rmCK*qPjg`&<-F7P&6}o%Y64k5v5YGu7#TTDeeYH}7^Vu8ht~ zvQgS-HjN$rVdATMKlRK!Nw~`z!;rsaHDzYBq;*On>rT17_+@XBLbyluI~Ds}$7Dgh z!%GG^D^b+&h+s}vPB_(8M87(4a>oyQ4rWT)Nm@N95*~ZE<2=P(NaJR6j;HbS4bY8N zS{Rbc2Y;{afxNi)tCOo_My~PyXp96Cctgoh^K~@BxfO9Svu^t466W#Qa~r$-UN7a7 T?+pdPFAiZjc`%E=2tNOR6M;g} literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..600178a98a9887e7f1977b541b9195cbb02d666f GIT binary patch literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=0wlMXIamQHOHUWakP61P7dP@U7zi+JykDPr zDWxe~De#BH0oKhL<)N%hjSdO|94sKJzsZ3~)5fkoyu;xcgYae5mx@;fF98i<@O1Ta JS?83{1OWSx9@+o^ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..c465e82fc9c244da6a38a8eab7afca8a1b8be574 GIT binary patch literal 326 zcmV-M0lEH(P)FfMX zzfH7a(hHMbnDnAuf7qiJCcUWWGhg~6f*n!|l|Z5Y0Pfh=x$o!aD^2=mP6+l`HL^>p z1itk%0I%HS$Ws%Kyl|Zpp@;&~uchyt8FFUze*ynbq?df@ddWJbO5Bb+rbWW_M=KNk z7hMrBCjxUKFed_YA}}X{#)M;SDH5*5t4wTwv%vu+T+6Sn!F9&4zMDTlgy$2g!V*{l YpN@sgvC*aqmjD0&07*qoM6N<$f|!nvtpET3 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..76e07f0970ac317b1bddfb265c5b3b57079dc4fc GIT binary patch literal 402 zcmV;D0d4+?P)004R> z004l5008;`004mK004C`008P>0026e000+ooVrmw00002VoOIv0RM-N%)bBt010qN zS#tmY3ljhU3ljkVnw%H_009a~L_t(o!|m5g4uUWgh2e{kxIvTw;NDPC;}$JB4lqhd zALpV>OkoK9KLVwJ46^RFS-GEp1SB8;6w*sYS86#*?l}h6Uf>SEpn?#4jRC*~x$CHV z$Q9$p5DkXc*(V;TVMyYWH`wz4OGNX2fFas<{^84qfEYpL!$622^D)3j947f)xWLTv zIibiiz?@L!Ilv}9`H~sS0aHSi=K-6b^H{iCXR@WwrLTXmZjnL#%Uje;9<9+4+I(rv zD1y-D=aV){#PY3k-YW<`Z@;xPu`I73{Q3BrLlI2gzuptXH+hP159`UiO>{hv;}-f- wa1v+DhnFD7naqzw=gvd2^p}}{1pEQ;1dp!cmVSGKY5)KL07*qoM6N<$f)#I~?f?J) literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..1015e1f443df9b19cdc4adc34640e91fceb83676 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I0wfs{c7_7UgPtyqAr*{oFKy&>aujj7n9f>f z_RlvX>BY5#{v^g(v!$XN#S*yVgn3=r*vw~EemwMW(^8$&o4{zs&QIA(V;A0;_B_Jj z`DW?o`rpkDL{(+7-nrj$RpUV4-nfIDFHHKXSk)I~RI%zW_`;Rf5O4q0N7Uqi%W~tuDXX0x+U#wTTo4|>=+w$RSymyWVnd=K oSAfn;_rHuknK%?07@))h)&-9$dY3&}aRKBfPgg&ebxsLQ02HlV^8f$< literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..b3fa6bc2f09c291bd08d65480d3d1d8a20de6de2 GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4U5uPrNAr*|t2iV;XYW#@*JO8mg zb7DvItKa|GPVq1>EfACukz^=hb!9scc9HiA)p-$p00i_>zopr0Jx|w8UO$Q literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a6d2585348986ac0177d5461ef10331b44fae1 GIT binary patch literal 187 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA0wn)(8}b0DCQlc~kch)?Z#Z%_81T4UjB%@~ z?iSx1aJQa6V2a9(R-?`SawaUdX8qL=(VCl}^j5m_M)_Aa&hNqVccWVa10xd)hronYf(i}|lFv_1zt4E%(gCZliRaD< k{fx3mYCrrc@Bhr0-ZYn)>WhEK0bRr3>FVdQ&MBb@0D_}J{Qv*} literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..3c5e683e7c559a882f8ff9ce71131bccf7b9afe1 GIT binary patch literal 493 zcmV1LDspE_03`xr9+ivdA$M;=Bwr6seFDP1Pm~ zU#)D~_d!i}*UO#s|AZ#yNN~t1!3+U%w&FhvSRloBrHGL?1IYdrziEkrmstd^=qF%- zzZC22IiN|+*&;+Gs~&dLsD{R#1LkC3qqRCArYd^|NZ=H*zxLs@QQ0%V0ZtY6=PI1` z3VRzswwGGeV;cr=TB+a=!&cQ}ny_6!gpB}5<9tOjHc40ZPWqQ#IDY3w;5 zkEM(d?7bhm7^w#$^0FrYuLh>rV4u|rBMc=3tq7%l#1KjL3}8Tzy$v9LR6Bqn0<>g= z70|*JAR{z@d-+~i0T1%MumT<-NO4Rl7k%Ob&zOSiPB>AjT*P%N99n%YBHdUYy9Fd& zTb^s4i`HnPh!Q&3lEIUG;LOSXoYrcDn3zW<4gEIT5W?xrJoG8H6xoKdCbr0ck__-c z$Svxy4PE*&=IA&R!|%i%eghWY%UN~F{)kI!e3x_4STptfbI}XVbc59=7acM7uvg}y jH73-1JHS>afT6wsl#8!%00000NkvXXu0mjfxDnQm literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..f87733af1c448bc024de0cae9d197241558e5bd9 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA0wn)(8}b0DR8JSjkch)?rxocJy z?qd7VhA974EfH+*W^MS~FgI+- z-mp&mc1Au&&b}+fYVH#w{VPgaJ#>S*TcVbTt#ozzGml&Sq^HsH(bP0 Hl+XkK!;3ln literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..9aabc43ce6e7182c477d9ea58a1b85561bdccc14 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA0wn)(8}b0DU7jwEAr*{ouUm5+au9KQ*swzS z1oNBJYpJQ~I}AP-h&M5YCn-!m^iG4(v8g<*BRJyD=kUhW@wT2BYb-B)s(5>>BYndm#d#MGKDIcVymmSNqL%W)6&epjIM;8~ z=1vlKOj=pHlbdVyjYTH&nRYHvozfTlq3-Nbrc%+s14e%x5A0N5z ryCxj3b1>6cs~-}?EtF$wtEg2rvE)^-eUNf6&`k`Uu6{1-oD!MIXb40(qK2Tcu@)cbxFKC4n;L># zB6z4o^Exg}q9AT*=s%b|JZ9aymWSs-ez)B3I~4eON!$K=3{as?Lc%gr6lIJ3tdRGL zeX_#LhH?;4*^}$EcHez(IA75gO#Ja+l01C*^|zi*)jxN&4i6bGZGc$}aii5iXxOA{(@D zS(g=Bxcrb69^&$aqq4yn+}hk>xBSt=6FOPr3W0pFgNVHM+-8&1TgK&!0_Scyl}@U%z)nJb;Z~Ln4)X?=P*!+`OC&2S;1bCSHC(1;g)v-8vO|rnLRq4p oDtRG&vPPMZh=^%Q+V&6n0~P4Sj+Tx-KmY&$07*qoM6N<$f;d3lY5)KL literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..76f269655791c6135deb97fdbc38138c7b1857f8 GIT binary patch literal 771 zcmV+e1N{7nP)z$&eZcLSbT zPh;Q&Fa0LDVANJq<2>ZbB+oo1aQs4a*8=vQ0yIPQ>~(_CV?F;HCaV%eAOx%kT&Ii zu&#dHZ}J}uD{dq8e;{E|!cBUQ`bXvK;gjN~P3PE)y7&x4z$;qn>_w+|p_nbY&Fk7t z3))R#h0Y^(({^40F*RVqx0@!`hat)oIB#BiXl0l(5c30AP*rX~E31c2v~3o6Olkj_ z*C`!QqXw)|Vn{VQ&*XC~H93>#Sp#BCbB@4!tH@EHa_CmEYqtt?N{?%+_(qgKIPXQB z%WhIU@XQcouCq9l1?xeqfRFf=bs9)APce}3%-Mu)@3&WyX^%Z!R@e~im@5y zcfkAhf~VkNSg(n(8s<;HF3vt8H2pKKRc11|D_0rWXOP3>3e~VHMbOq3b)i2UvIfz%wVj1l;ZZ z&`KMCcb1|jmVE#`)9WrM49x&+xN0#>&bX!m@WRnQt%@TaX!6->Z+y|@zVh$7=!#Dc z;;rQrWjC;5Vo#GFp1Z71 zl7tC~&OVRpbtct0yx~4tw>(MFMOYW>xR+T%*=%SRyz;Mg3WQu@EK?l$T22WQ% Jmvv4FO#q||BT)bV literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000000000000000000000000000000000000..17c34a1a93cf6e29559cd5fdb0db69b8c9adfbec GIT binary patch literal 94 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xaRZkbkkP61+1C0L`C(KEBHq&@X r!h}R;pU3|b*A*@~qHNLNafF8UftDnm{r-UW|Dg_$y literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..988548a10365b25a52a3faa9f906569a80d52dd1 GIT binary patch literal 91 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh0wlLOK8*rWN}eu`Ar*|t4ov?S3P{c=Jiym@ oDns?>{CAU>ANwzuT;RaQu*PHCLYI~)u0Yicp00i_>zopr0N0WlEdT%j literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..15fcf6a3220557b772cf6c3c05ef8d521a97f124 GIT binary patch literal 91 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh0wlLOK8*rWN}eu`Ar*|t4ov?S3P_$YImXv` pDns?>{CAU>ANwzuT;RaQApB+0!art@tAVN+JYD@<);T3K0RZCa8w3CV literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..65275b38c73437c10cf4378a8313f2aafbd3e04e GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^azGr$!2%?UjNWMgDJxGG$B+ufw`VtU9xxDbcI1`w zFq>|^;h}WU+_+keZ9A;+K6V?GuVeoYI Kb6Mw<&;$UoK_ZI) literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..5b58e760540f51bdc9ce347fde6d010c2005d3cd GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^azGr$!2%?UjNWMgDJxGG$B+ufw`UJ>G8pnOJBAj$ z-0!utnWbjJ^@{mv0qd@RuI~MHNnWBY5rp1tPKB{HD4K%}`)%E}Y1Hwr} zK~#9!?VC+*)Ibo0U$r}lP=vA|QuZuh%QBmY6L5trB3N-Aj=}+uB1Kt*Bd}({3CN6# z1#PM6RJXgwGif8eCt1!+oFC2m{Hm&L3l1X%bw~+60_qTFt$Loi6aYAW1QbD_2m(bA zD1t!c@p}M3GXG2s6a=BpI4yjBS~x~( zf$%#5AO--r_jXAN%0Bb0ed)bwAbcYPInyO+KCSP~r3UrXs1%0O^f5_=x!;#P)>lH1 z8auZ+CP-6(Zv{Z`eV z_xJZ7udlD)05}g`oCR-AgI6cPJ0GRA7$>04&HnKj9dFZ_?*X{GySopUmzSRbyyHpz ztonX?d;8_;>gsDqgiY9Qqx2Y!(()vMYRW(s002h-oT`2U@S47K(GL-MA54Cn0YYIkz z(9|PX%fK$vBr*}!p~-{Cq%_1(pfpOliZsY2gD??Rmk3fwf}NYiGz}z)AkXn}Rn6iU z?I(|7|B9ERond_Lb#5(zx5W3CRSKH!4s(@d!Oe`2RR7X27%*5pg486!oJzN)QGF93 zcQ;t|FK98|!M-F-t)p2il?d4dgwkC^i^!u6qB&0%mj)@UEl5&-sJYD`G=v{MZ$fZE~@C4O25pvHjRGqA@!u%RAsC6Vl zt#2j>((p${W82b)?%HO&S)2&1<$+pHY1k>TeWURjrGUfVyJUG8y1zDI+eYc2Enu`X vi&#P&_3S;u*fQBkIC7DhTxaf2!9vL&wDq=@%upL500000NkvXXu0mjf#mCU9 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..b5dd854b20c4bf3dcfacf03fe9f9f8cd93181e1a GIT binary patch literal 1470 zcmV;v1ws0WP)ekf%G8yS8R5z^-OnJ4QnV4 zrJ{VX)MGdYiaRqccAGw5pSt}wBjt6Zg?dd%p{Q5bYjxnROUFGB+J3A+>wJ*!7i<+kCgwv- z{r&y#L}XQ{x77Oj`uh8WgM%MGo4qkfVUok2JJ|H85hMVF2SJ<1-QC^ygkTY^_V)JP zTQ5vfx8Nwwjr>UBwFLN&SFN?L3$=)9t@E~DAq-FefDeND0Ql_z5@9u$h!koWectvf z0|QLrAr%sdAi;n6?uHf{?iI=c;yGeIy9~4-l&FVGaZdK&ZidVOdcKfu9J0*EM-TDu!WE zQ3(i2$F+vsTmgVsP!s?V&kcI#2tk`@TL%I`XhA!W4iJJv4(}56(xSw8ne{FPA(;>Y zwX7)dP0y?L-Np_R$fZTa_k;GISqvpx+7hU|H{yaoQMLP)>unX)>BUCUs{x+ zFL__{iJ*z6aF!LNt~Y`49Uz1dOv{5nffwjeN;PXb0sya<6@`Ap{&ggRqT%jCn2U-6 zFVL&Fg?FAJMhM1vd{$XT)V%Gj7YM_D*BY<~IWRmtJbWyRhV z(cRtM)4a{+Z9jVeFnH;p@x5-KfTZaq5N>a8KO7w${aQ--{kgs{wZexlOu?m7o)9vo zjizRk*QP$1dU~!u0}!UrQ?qc;mz_|YA9xU$6>Tv2#J@KnIQQFAn%KsFIkh%_GY0d8 z#8>CUgbKC=vx3b)&;SB8U*0gh2!at6f`Bl5f~2r8V0*xHNVf(w2v@F}m8`~GY$FH( zf-sAz;J4t>gTbVL2f}E|0)f(OB48RIsq(_J_X<63FjYA}=$a=?PAaS+9imiF@X*y@ z)x(*oN-;xQ~72}16St_MVXLMijj ztHFe^;5T?i_b8Z>6a)kSrAZjnzrGNkVh(^vwFbe7jJNV|RAB+|i%AeBLr_z)(ENOB zh}s0~>2OC(;+xs~(}1Y}6{H0EqTRpOkob=O2~7nc1gZv4O6A2nk|!64_BQf3ik6|&-T4(4=Cy^6lAKP- Y-%+1!s7ECg@Bjb+07*qoM6N<$f&nI!-2eap literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6b7f059ff374cf2bcae65ad8670f5a76f5346 GIT binary patch literal 303 zcmV+~0nq-5P)#wE$Ppu>t?a6!}1T^q7 z2_azmis&68-76jjyCD^;SSA(IT-o%i|GF}bk)h{8hen#h%Jd{F9K284zg6n(1yN?TP@v1LridbxQV1w4rwAdKL7Ry+0V_Td=h)-MNpo&;TUox=^ zASmoioM*4cf}7f-BgVaHj>=qGPm-AV%2nC=hM=bYGiC6#t002ovPDHLkV1kwt Bgo*$F literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1396bca97f135137a9e56b52ae1031055c78f4 GIT binary patch literal 419 zcmV;U0bKrxP)3~P!ow{4|{bUtBEL5B0BjTmD@w^mtryhC1U5ByD7T zD>*|Hp_@*SwKCwIu&kA5g!|~Vldw{hC8g&`+8OZ9Sz)0lEreGXw3G3}zR;;3kq_FH zg)6&OW|xa{u8VK|dES@LGs7dA@2PM3hdj0?bn~~3Et=ccvF27D(gkmuTkzeIanqpq z+&(B~9%u6p-D)*hSsSHoHK-Su>wgxQH6S~2WaYr#<^|^e+1%{3;ukEe&*T|B&h7vJ N002ovPDHLkV1n9&x|{$2 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..2242d2f94b9210ee15659529b987e57aedb94f87 GIT binary patch literal 97 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI10wkH8TU>#ZhNp{TNCjguL(~5yjvZn_2mdRs u$_%-@Vp*W?|C^r87lN8hEObl_85ourU%o1I^H(NN4}+(xpUXO@geCxM7#y_# literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff3a8304c19cfe6be8f848ed5483c661a069658 GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^(m*W1!2%=~dioUrDMe2g$B+ufWQL~yOPo5?E*<>; oa8Yi^?G@V+c}{4Fv~4$IFh9D{|F`dg5TIfPPgg&ebxsLQ0OHph7ytkO literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..e7e693a7b81589e21048a5e7a8b28055cf48118a GIT binary patch literal 93 zcmeAS@N?(olHy`uVBq!ia0vp^(m*W1!2%=~dioUrDHTr_$B+ufWQL~yOPo5?E*<>; ra8Yi^?G@V+c}{4FoVa4<@`sJ##l8AQgR9>_1~GWL`njxgN@xNAQi2^* literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..819171ad6505fc94b6234fd8de11803097cac12f GIT binary patch literal 91 zcmeAS@N?(olHy`uVBq!ia0vp^Qb5eX!2%?GW7V$$DJ4%A$B+ufWQL~yOB_4If)4(7 pT*uk+eO=$B+ufWQL~yOB_4If)4(7 qT*uk+e3in>0IEIVuR8Sj1h#Hc8p8(SZxd^HAhivRmA< b@-u__vdL)+mb|+UG?T&8)z4*}Q$iB}db%qG literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..accf80e4af560daf9b06406eff1a825753e0a4ed GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD0wg^q?%xcgetWt&hEy=Vy=B{X$UubQVPQtj zQsyI)7P03f`zEVhRFVwyO3mFkHU69X=e>5{9!zTQQ}mpq;_0gef;lZQ?GewC74iSiHJ5*|+2OwDki(;0@&7$}ch@}KsUG9GSC}o~(OLH| z+;7x<4D$^>FKS~Ci95qnGCguuve~tBn@!{6Pn3j5%zhoOG57f;l{HgdH2CEIywNc6 zo*Ofd!2t$*!~=WwALg%n58Wu_+P*syMJqG g_j+BB4<^|$P7{uc4E&zp2@D1XPgg&ebxsLQ03URJ(*OVf literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..8c82ec3d7a19e756ed5ad582c133b1f45964ce57 GIT binary patch literal 593 zcmV-X0lD|F4vCVZVDsnb{3yfpp#|F6PFB=-^4oDHU* zQzUo#nYzmjySS;{aJh#=+|=>Mp53G>4?}Snf7&>CchX9CsJvD0BCVjf12^C`z0kpb z63Rge9uIWl$1G3sOHD2RJ{GVBWOC$y9D4;`j68TMBv`gtw3IY=j3^q%hRkr7o(rvk$AQp)AW`WLuX71W2j4k}6vpx2&g`p6VFHRGBEd!xY=T%@*oYBB?q?9&^vP!swGkwB8U?k|bXvtiunFMd|>FMd|>FJ0<5EQ@s z-=QTM&=4IlX56?jM?@M1qC-az!BH2@Sg>r>noT=)Y+AEw*@77t9R*Q1Or`;@SoFfC z^owWH3yZD*hrv)0M6*_Gji>Eeh zWURWO_;V5p1ul7<%c)ek#7gy}jOKm&+vKrJIo1Iaz#U)P<*0mXl{~a(*RDOo*4uBY zwq#%30pXy_KV~VH*_b02_|bEV=1iM1Y0{Kwa~3`KF$>H_YgR8gc90Sx&UhuMW!vO} zzPRs}2|r`PE%$wCugSK02Pj3Madx2)L?z&ydF#@55#E_X zIEeC3dMo+XO1|x`6Cf%Tenz1b!3lS5%Mx<5w@!{)LLr#&THE=_d)Gktm&x;Yu6ZwM zpN7{aMtiwMEPc22Pn<&hk7)}Lr#$&C+7jX@?Q>gBn5WJ|B})H;yz-$um2%|U2&3x$ z1sl!esU(jC#NUb;Jd&E2wG9^#N8$b`Z+K4l)BweA#%17Xj+jj;c7GBAu1ogSIoSuN z5ju%{+J_vqwlBGkpksnJO_IvCt0;9riL16%O>^D|-S>Z1YK_i&o%%H5UTdT#vj|-Z z2v*d&|Fw0;6$)KZC>*!0&U;W>5ri)LbJ>=p%ExRTg)S*DpQBfjEtk97;{g^W!`z+E z&LVVf(z8CRRXNil23_@L%uC5I|2#nKdb)c69vq)-1*4_3SCoR!l%|rn?dL%@PgWY4*LwHQBdNUlrz;9x@*+3eAVZ}6^w$A zhegWSmb(kQ+PY-sMk-*gby==ewW4sser!CYU;sYO}fBi5<`-|-FcJ0^(fGC7v=zJ`E^PTj2 zIwUvG3(%6p^(*0-tKVsXrjL|DeNn4?@1|m_uNIZNeZ6krNG2vDUpuoJx=Yo7>{04A zgr`zDBmH&SCGquKJ)TuPo@@1({JrFcO}{_<^8o+=0N@9hJo{cfuPb!`0000e^QN@<4pFNh*^*QMQq&_V2?(7A}!S-a^_;vkBH zPSujZf=fwJFfFDx_sh%o@bcXo(l3>p*x^18NpJd|_nhaP_uO+Y88T$ZkRd~c3>h+H z$dD2Y7K=H0?W7_gANy6HNU6sn1p++C6L8{SCF&HHsj|o#4Yp~~?y1@-=2y0PgZVCMV=~tkwtY z_jnLHm*0f3l)rOV9>*;IG^=VG3D(scc=m)P}_$9+En48edV`Tzd~7~m0+_t|BaOCvZ1&5`H6 z{_gv!6M*Rxn)6o$N<9{^zUH>iuOZ-R%WdVORXlN6-Nou|eMo9ytb z#~n6Vp~iVxBt09Z`6#blmjZL6Xd}y8A0*@_*OI-j(-1QK#(f1bMl}PeNau zx7hUSU-Lp-mzrM`j1ra6DEu;*Osv(P8NGQkVq!vm>%=mitlz5*=ZBe2Jn z^kz{WSaOw>fGuVdx32{r`+0sO_564Y2@i%@wp0LTu>|Bv0R|}Y%DL5N83+>cZ)pS$ zL0R5Pq!0kh_$a)h2$*yl=puXm<+;rbAQyWWmHDQlAA+*{Mj8JQl*b#i{R{RU7t?7X z3shaz^!ZE)FtG&ds@jm0bv-7~03|--BT)rxIxV!Q-VBL&7OTGnX8EG^A*p-m3$u8M z^7_n0(fT4_NCUBV#{03L0dP|lI|jAmCJ@AmaXpEP-5tlEI(?8QyFiHf5x$-z|p$V*%fu%ket32N~1zUk=F%a&G*8>Gd zpkh+;1!~qv(M>fd$Q}XRhVb-*az^^gX_v&;tsbAL9-qtVG5LG!4NJejIp+fa006)X XJ~g-s`w|*t00000NkvXXu0mjfHby-z literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..78bbeba1021c3146f947c785ab8c55428891769c GIT binary patch literal 1683 zcmV;E25k9>P);{BnB&%9c{kl^6>BjxS&*%5yLY&A*!2*d!Sir@#7q*2hlBlW!s6`t`qbLx|l^0-#`gu zAH?Gu$ok?MXb++Xyn@FH?jjnCYoHs5e!lqMk049LF;EKG{>4{1c#J3=$3PiGW!|D) zJ}bmA&@7_gSG@KSWPaQNZ9;ZX_UGRkt5UbOJvbffDRs z2ZICzjFMlN67{P8tnv;X)42S?j1drUVB!DN4>wTfLW(>ynDs|qs`k~SFOx%Mf~4(tR(nx7Z1}Hy9hHpjx1RN1 zAm>OJ&#anDyo5|sPtWfd;S_CKZ=2TM8^#7`v9WhC8J%tBl@%9{hvXUi&~%@qLYUA{|RIf3ncrP@x_iZ zqW&la8bDO0!}#C0i6|STKw14iSJBQIKEpYF$_TqzRmb+nkwqv_qxUtp@eAS3M2X8a zf3EZc$hxBvsJo$ODmL;<%BcLh>cbET?js7K5-31)SNp*4N{&%NugnjtEVNxhG#!;d zC8+B<{-fNXw!7@5tX17`-^XdKcJ_(D=~=Pzsc|hJoX_=+8ii>Y%eSM4o~YncBDy>L+?H#d^DiSz7}Yk%aUC+`|mjCF~4T%>|NSKA}002ovPDHLkV1n0x8`}T? literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..c4ba8e64fdd26f5395b931baacc7974d4c136f92 GIT binary patch literal 891 zcmV->1BCpEP)Qn@sV9I6~CRj!1NOh%K*m&Ona_xL zbt>}_Q(moQ-lNTXvCLci<^!2m1blWb^MZuW7BVl`t|Rk|nC+%A&v@i3kqkY)mdG$= z2Q?i5yPc`o7_r-2&BmJVL~1U2d@oURF(m^v6)mzEsF}DRn>#fV|BzKn%|l3bv6_bo z*)7yOtjQx%v(P1ol;zIkO{vz#zzp1x{_Qjk!3$-s=%&Duk4uh0BigY;4sGCTK#WnS@ zB-G&%QxCT~7JB$^q+=rD5uXioY_zz;Pa7hYgE9V@5vV+z;g>{Z;{<;URRsd(_@JZe zFu`ppfvQCxca7x&LKe8FCwDNxEh&NALLYaGP+MV0_Ieq zCx0-aTvG!1g$^6a63a)NP>x^n6A9&5$xo~(OCva$~Toim{I}xgKBi-2Rc+EksnB?#-seehN?tzA0gEl$$i9B zXD0VCV;>27k^3m_fwn}zZ;BhpZ44-CqW^J5QP*-C*A%g#t9J;vr-+T*#)|xYX)A^l z5y)M%$ZJDaUm|2iUKer~=j3y#Z!sjFsocd4*=^`56GHCELGEHhR+q|!A=yQ869L(5 z=qfit?#U*WoA`??E>##qvY5(ET=AVH9qomH8@{uan^>~jg${xqPwdu`i`eCsKnKK# zUHWnlCw%3Jo(_(Xd%iM}d-%b2KXo(=*ls5GaK&dcA{`kCpFPSw%=l=aQV=oc1G$F< zZ^bGVeHOeS_ps!}NR?o~ivP$xB*2nbm7>obu#_>z7-Nhv#u#IaF~%78`~j{%YAi#( RSs4HT002ovPDHLkV1gvnmHz+$ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000000000000000000000000000000000000..f026a41c85307b9ebd64991ac045a2e839f09fad GIT binary patch literal 2615 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 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..f6d2f3294f543553eb8bed804b56edae6a47eaf7 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^ULefK3?$X$0*rtZTYyi9E06|)rRh7*11ZLmAirP+ zhi5m^fE;B{7srqa#$*P@Z|po82NDYm+-EL6!`9^Eq;}K&s1 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..39178bf31a97f5c40f5db9a1f2e77d40d0e86bfb GIT binary patch literal 413 zcmV;O0b>4%P)4!DI^BJQXicS0Gl34PMw13Oa)VN;=ejiKsJCa*QR+Y zUY!v*765*MS8n`5zF0>x02A=W+Iz3{hy`#2cHEH|NFMscnt&a*BrZrkdc}HYZCA%j z&sdivKSHq#p;(4cEJG-kAr#9Hie(7JGK69or^Nc;zQ*cJTdWMWqMwhJSQ+@_fq^TQ ztXwQxh32tre)#6V-pv=Q2BBH3{&Q#%GM<5n%z0+tc!l(YYO<`6OzcN3ciS67A@Nw1 z=6{STOGp28UVU+G3+I3Q(0@SFe}vTur~ewH^`a;cPJgpOYdc0Doc@-c(x#^)+-zG| za^pOX7HYT=fYH8d98YZvb`}%|cyr{AI4dF4pAZV65DK9`)R2=uXz9CQ00000NkvXX Hu0mjf-FdOr literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..f54f4f9d1103017ba9e6f5444001dfe815cf70e5 GIT binary patch literal 499 zcmV004R> z004l5008;`004mK004C`008P>0026e000+ooVrmw00002VoOIv0RM-N%)bBt010qN zS#tmY3ljhU3ljkVnw%H_00C=BL_t(&-tF2=j)O1^1z@*}a5!2nN*Sp?hZ|O}3l?ps zfjE9ENwB@l{4hYi30e}$)7WCj)Ne|9MI&z>BUfZRT^vVH%o&zOZ2+}*J_>9Xz z?IZ(71G17#934oIaQzefS_p3BXhF3kGe-}qArYJ!kd{Po>OdM2$*Bbi(%Xc$rwM6J zJ!pyKz_EblNG=>3C{J?XSV6hvapBlO%OoP1vxDYIOm0bm@+69b?NuFLv}7B5sW-Om zbEh(sdy}C2M}jK{2+;gD%Z22}aUywgCQ@xVK!9`!21)Yf&?J8jNm_$Lk=Ef%q@{9z z0NHb86KOq;kyHx#LvZq>fdjS9S9-sti_dbvgX5)Vk)zvXN2hCH1xI@hb?CX&9SsHz p2eOMF2?7+L00k&O0SeInwmXy-hQCk^XBq$i002ovPDHLkV1i=*zf%AJ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..65cf0c1eb9cfd3e7548cbef55972643ef86f796b GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7OGor#xL8Ln>~)y`sp+!H1z?gtX3Hof}j~sfoP(^fg-g-DL?_HjsO9NmL>)z5f*`k3Jn~rj4m1+3Qmrw zQW5WVb{a?^tFtY16<`!}c@W$(x%8RRoyl)>jfEdhe3CG6CP(^XW|(7u^!*BEsYwrn T{56**fJ8lA{an^LB{Ts5UH3|^ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..d0416237311c0d6c952647ca948c0e9c564771fe GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA0wn)(8}b0D2u~Nskch)?uWsaIFyLW!%%6KL zb=yCm37@zd>l&K{p3J-!#od|Ayus{&kb*Eelz-r6f6=Y}a_>B@$~RATPUG*ZF?zbV ee)-mGi>jF)Ykjv~HeDHL2ZN`ppUXO@geCxlr!PPN literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..9dff893e772731f6d5881dcaa30499dcab6567b2 GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^9w5xY0wn)GsXhawE_%8+hEy=Vy<(en)Ih*BF?7>) zfyt^}>3h8YPrOl~&bIK~65jQklGz8^s`HjR)m&{kzPv-l%`Z#z-}dkAefd0i+B#oMt~<<^xstnlb8{5mtL=ho7ckC`3%k(e zzgaZogQm0t-}49MOq?nc9MFh+3-*7nfr*ONoC>?pz6 vJ;#2KkIQ7wjFU0?#uGbOtWRV!Nq%GI->9qIWN?BB=s5;YS3j3^P67{>AJf+#(Jl1BHUEqv z98r4?&x$*427Tn=27I6rJ{jq3`i-;iUi3OEjEk^<|D*?XK0)+OU=j)CkP0alk?78qlUMH=M(#RD7%RO5=rm#H}h zvhyELcAx6@Jns=}FAwZIW zzF`$K*{4u^m*O0+>?uLtvBV@X$0zAQKd_`EA7mTjEx-B68ZU-&zLNPQ{l<7rx-Xi4 zy#pKLaE^-PZH#`OM|}&s65t3)k&V&%B)=1IHpUyanWJhOqtA(x{EhJ!(+_NnmrRWQ zQF;sOhG}PGd^h^Bp^dfeZj9~G&oLdWId@~!4_41R>FGh*(NnN7YG+}=#;6_61smhK z@HtMfF&4ZMK3WPk#slHgu3%%l;HCZnJiajwc&pz8;v3_D_d$+N3T%uQ;XfVy#z?_I t=({7|7;{c(vF`sxSA+DY1eKr?^an{!4-Il)Bs~BC002ovPDHLkV1f!0RQvz{ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..28a3bbf21cb1915fa1c589df6f61afbc10bd8d7d GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^9w5xY0wn)GsXhaw=6Sj}hGg7(d(Dum*+IZ9@pVp~ zV6jW!p2dsSdaT=cd#_02f|K8zPyF`#FeB;5Y_~~E?2k{KIMpdJQNi{3oyvkOmyg9g zpYz$PYqyZHX>H7fDBf9*o4ialq`&Y*t#S;Gxe&nn>QR%>@9=ZSR6hxCmG_k1{vv+v ziN#k*}Ul6MxaX>JYD@< J);T3K0RVwJTqFPh literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..29a4e5295182b4119e3e31a6b761039eea16640f GIT binary patch literal 350 zcmeAS@N?(olHy`uVBq!ia0vp^9w5xY0wn)GsXoKNz^Ll!;uuoF`1Y2)A5)-++sBKK zd>L~bthl*_rKO{}y_5YF-Xt)szN8y*^KgQQ*#d8gxfY5WErNV|>fe`sS@_I4-u&d; zKVlyyrENUPnSSTfj$6FTWi~rrO6l#p`FPUwr*GDAmmFcv4=vikcY*Kwp74WZH5XXr zOXZ|X4y3=W*VmX}xbR4jWB;|RS}q;knTBd#8+OGcuMfY^yJ7o+Y*tor_NcF^(*DIw zyi*Q}JIdDd<}Bdc_v`CZf%u)gA&*ukILzjAe)l2tro;K_zjx<7wP)f~ncz?_b)^Q( zz)Jjex-cms)a*h}gm3Nw!;PnM7EEC^+@*9wUg(T+!8RLz-5|FoA%9#%gN>LvWku?l dIKR|8`fucZV_L`~{R$Xv44$rjF6*2UngB7ti6H<0 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..162ab9847acbb9fcdf7cc3e428412c80176d797c GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^9w5xY0wn)GsXhaw&U(5yhEy=Vy=mXoY9QiPxOzu> zVXx!%pCKR4hp}w5zPxP1j|yi!=AY-@HoaKyDR9Zt^7$O)i9ZW2iUxmK{z_cB2ytiMwBMzRzSz znc(I6qN(NIQFQwE^id}l_5W}Z*>r7|ZJnjb9>1j^a|f18!a%Y0TUgNr$p z_eybFgW06Iqm?1-xqlYCH>z?Id#ANv_Dr8omMXoDY?3J#^#3dTxO?qJW-8EQ44$rj JF6*2UngB$oYYhMZ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..a1866ba45f1ec26d63c1d777d88207f40538966b GIT binary patch literal 724 zcmV;_0xSKAP)?9|Xo-Hu4lMh#a|w;|F}aoS2Il_Mns@@$Wk9G2(PNXd*m zXCoyIdFqjpC3)(Rl5_G*MJlfHj0^INL>eCTgLZ6-;(7PO~keH2N> zpm|w8n$t?n_9&A3os@Onv#QqkM%F3oqd3+WlXb}#dEuMOnNZV@SHq<*sBt$ z_)wndNXb!o79%C2@+?M5-jwHTq~sxa&U;!VQnAX6d?(!(so1SOpXiS?e5^eey`UP! zQ#GuWU%cdZ&Cb{yDcEJoa*IB2Lxk(S?~-O;SQo`p@qkwi8}pv0^v8eP<+x@wuj`A> zQSzkUH2c|O(MhiHwgt_Oxh*=$t-jK1!H{dClMI;AY|b8~xXfx#c-IkQh79P9;_366 znr0{59buK1{b{**`<0`3*7{ttC5If-%7ng1!6VLS&xBH>pz3)SwPRnTqTh&ob9y2j zn|v?N)=0@a@*Iqm9F=D@QZgpbXryFFo&%AR0eQAWN_x#($*gLmWxtgSMrz6?T*R>t*4XDHcc&T_K`m7g4Q?pEoayeQ}t~$v(;PV&27p!>o1I z{MYlm@7inaVk@>{E4Jb?AxTPuXr)q8Os`EgyfmjA^Y=MJ=~@FNgZQ>+$v(F_=zw>6 zoB8N3uN_d>Vu#Op#BaSS!hf9eb4MLkijh|zXsA%w?@_Oa(5h5w5&rA*Cj#xGy zqu%V0`~8N_$O?aO^OYfOl**sfr~{-%?U-Gi5ySis-{|8`q3yt*ux)xkrQ{|TA}46^ zCx@eNn0K2b8JJTjEI8J&uEuI;)E6l1`YwUf;FMb;%{SV`??aO-@-_QI>z+VK@;+5A zXwKVlxv2x{%Xt|Ueqx}MdI5#ZKSUEil@E*k`m#u+#{;R=Shs&t+s5PU@OL!vIkve; zL&GH((FE2v6nzz%Q@BT~jzWIbEs;B$MS2izE`_;%Ih2%=A7F$Ek4*FoPfE+yiKy*U zNPU0`i=IUj`Eys~&m`@s&<9o~tF&<$w9CavO8#Ma!n8~ZUm+~#+dY8dr~A+b&>7cF zB6+~yg(`r48VdISx;3V&@yulFi_stI%y7Iv(811hC$0$SgPj?k?hkYTb$m`r%87wK z+5!4if1r1{l#}{pZ<-{BV(dMg9QslJDto*0u_^K|hop&5f8Pt37GLWJloYP_i;m>? zPrMIZ@0EaoJ15&V#$S3?F$$n3ZIhG}6#X4?c-{8s=>_x=|BlmNqxP}Qt}(!$L=&bz zq38>gB=err<}5g6n4>37EY7E2T}~?DUsdN{zE_=nWKY!OMZv zseFs_&|#nTeHTF6!Kv_&+uY{Hm}zQv`*%BwI#*n4d~`3|-8g4=k4MK? zq?`R3j518CRz<5jkhL1?KJOunR7N;!Z(JSv1I5~|bJRZxrN&0s#P1wZI1pt|g*D4D zQ-7eGlppYzO2n8KR80?wSJ?hGUI8Z7Fd315L@eH9Hm341hw3olbX+%MX-t20&rl?ygEM;j~4C zGy|Y8ZkM&r3sJslK{+F!FlWj0`5?0@_VgJ6g>mn&297GEnI!d?*TyG(OFa8#3=|gK xU@pGR9%xLV&lV_<(*GCGOcmM!+5*}F`X2`|8?(ppay^9j9R$USQd&Cne`raolS4&t6OB-HPy+>_i<5stjp^u6P#hgf z1tksHOxsb4RgjY04f#6#$a{Ar&+snS!Qba?_kLHto!&bVq)I8J6a|*p*Y*xoD+;_6JtrY4Q>NB%)${6=gg zcJnM!Wsi`M78@*(k4@zGggD}ie^9_GJDQky%Yyr507%P_uib<{V;B4vI7Zbv-iR5n-G zF`m$3kngN=Hrt;Ta?G>N4joJ#c35YgT=u_p$SPtg`u@ED|78j^NP{#;gEVOH(jX1e ZpuZ}l9#1P@F4X`4002ovPDHLkV1iw(2krm> literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..987b2bc25a23e661c3fad45b659cbf95e267d1dc GIT binary patch literal 78 zcmeAS@N?(olHy`uVBq!ia0vp^EFjDQBAI`LeFajYo-U3d6^zLYP5&J@7Bw)OXfb{e Z#2_us|M6Pj;|V|o44$rjF6*2UngDEu6QuwE literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000000000000000000000000000000000000..8b050e8551482e4bfba482e20d18449f0d71c380 GIT binary patch literal 112 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE;=xu=U`NCjiE0>i)Lqb&^|uPrxT z+2}ZpH;CDt_fNn3M0qoxm5uvOR9tab<$5aPkesQ&kp)6&3=G~~dR6&KUXnl~7(8A5 KT-G@yGywoal_2l{ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000000000000000000000000000000000000..00e370a1a98a123fd943cd6f318bfd731b06aaad GIT binary patch literal 101 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE;=j;D)bNCjiE0>i)Lqbvu{7^kmj ybezT;#O%)d$KHlV#416|5{CJ4i5X p<<)Qf@4m#TZQ@D+4}mrw1|`R4fp67+jslf4c)I$ztaD0e0sxs;7)<~G literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..75bd5803fd0ba79a5573238d5d7ed6b25a0828f7 GIT binary patch literal 92 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc0wmQNuC@UwWltB!kP60R2j>416|81t`baQs p<<)Qf@4m#TZQ@D+4}mrw29N1R0t?fUuLG4cc)I$ztaD0e0sxH`7kK~x literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..9cc366665ccd933e0746d349c94c04a7b926edac GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^IzZgO!2%?21v|?FsbEhR$B+ufw-+|@HW-LFJM!~2 zojuFdIpzL>&#%`PY`d=W-uBjH>u@Ws=7R|a5#f*#U*wD`Kq2Sjv*C{$qfwb1}nF6v3=vK{H9SoWp1mY-6^@${!OmVi3%(XC(fl^ Ta@xB15Xdx7S3j3^P6I literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..f7f306db29b210459728fbc2995fa5c12e3fe24e GIT binary patch literal 1764 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 TRvE~W00000NkvXXu0mjf8V;}9 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..96bec46c2e8b1d77604824276ad6e6592b983164 GIT binary patch literal 589 zcmV-T0Dt9W|n)oorT=eElkJ;31~zx`A`~2(AGlkr?}19X}OKPonWzzg(8+AI1s@m zusbuqG=VLQJ3D)4nZoCkGsD9<%sJ%#!c;p3nr23{h&25E~U!Ynvndz zIu-U%YM&B&Li+Zs4_2r?@OsuWd|jdX>-^1ig-ZKWxSFqiSfTo1zWQl}>U_RBU!nTX z?iT#Ms8{l#Zv1V@L(#+cS=W3s8{l!2#O=$B+ufWQL~yR~iKtuVDSh quYTB#mpM_3k*)1uwnXS=VTKu7bRMO2o^%B&XYh3Ob6Mw<&;$T`a2KHf literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..d4f3650622c028eaead94a59c3c2b77c3844ce46 GIT binary patch literal 97 zcmeAS@N?(olHy`uVBq!ia0vp^YCz1x!2%?gFte8eDGg5-#}JM4$q5MwKm1iW%(|i; v{9loH__RUW{}3htX6Y5ok}LREOqP literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc870e49b3043129813aa8240c44a80cd0744ac GIT binary patch literal 284 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?I3?vN&YJLDIl>na*S0GIgEQ?@r2P)zz3GxeO zFrIb$_kXUr|Bf)TwXD3E1r(p{>EalYaqsO7MWLnuk=8_^a{`_r&DIT~7I_Rd#sU-@QmU*m@BBo$96`ezg=qc`!+(+xAGNae@{-bgln^{n2ddEY8- zvx`f78&75zA4r~*C)gXc#Ck2C#gg4?`F1Snj{AFKd-LVCCIyZ~b7%Af{dTL=IPtgq z=Z)ix&W?%a(*pRvnf*P^D3$<551#y;&*&%Tsb|bEf4+4arwnJ$>vO!b zX|J(%`0UN_WH#fhcqWDWOa@P;Gn^=A+B0b;!)f!nMj?iudJT;aw9O~HXOiHUx3jTE z_J9M!lh+JvObYSr1_B`InG7e)8PBjd?Bh&OWB9a{LABx2UpzztNY(*FD1e9^--4#F zM>Md)kgVUklCtBMt>^#Ge9i}o6o!UB@zRP%91<5A2Ht!T5();47Agl+l$%AuK?*!w L{an^LB{Ts5gOA8R literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..5fa326654ef90ee5b1db23fdf4b1f21dcd6fc9f5 GIT binary patch literal 785 zcmV+s1Md8ZP)zs)waNAO|nnWVjJc)+h^E)8qz>IiW1&#F$jelb|l-ofR=5J=#>sk)ukR9w9L+ z-cc8lkSC?;JfY0tnTRfzbcuLInZpxxQmDnNdFV2y!%uXWo2L@5v`Co;-i#j~Q{jJ9 zh>e}_#sewRGJbwSjo+w|7`vcFO4JR5e@CBd=(96SggX9_H!OXRl)08NkA~$ik9P@5 zz&9irpW`H(HY+K80E}8?4)EP4@7qr&Y7Xx}(-)8=u-*HAk#FYfV=1sj5|T#yX`X zhfg_C&%FcgQ{cV`-nYSj?c8k*fItib&`VG;|HdX@B5*)|kwEsIiu-8mAmk|QGPLD7 zJmEU*LBx}oM^Vq>K1O_v`5fKwJ>KUMkPwj(k`j{>loXW}mKK*+m{6Hfno^rnoK&4v zp8jZkeje-d^QZc}0R^G+oiJ=!Nz8&w9k}QkJa>-xI6jWIedCSZHLW4Loc(E*m zJS!k$+4{cW5f_hdmhCXZ(zT4Q{xNYoHZFx0OLl~4{UIO;0e=v!BbKPl$nf*Ol9aE8 zDHu^^Nw&B*y!-)43JeS3o-LN*0MR-oX~&4x0ZZW0G3@;FaAT9;n5D!8UBptC3rfu5@q#Etq|B$Ut^Nkn<+$PLOVF$acHl1%cq-GaU3bAv!Lq5?R zE_NZJv`cE*+W+6jW`{fElijg{jjz1}ZBpWCpE=I4yFnJ{2D@|ZQ;J6__O;8d3O0wx zf*oR0(Js#RNyW7?>?1Zg2FQX9$YJxSJbO(Vv`?HT*jynobcM}{_E|Lr1w^TaS&4Tf zhTbV*Rzs8uByLZ;=eM~)V(J15?K{FAi3{gEd>pz+Om%VQJdnfmufQVAnn;W_F^kf_ zB70DV3@|%GV(bjFKzZ(g#62rR)-k(9V(b>Py7JsJiR&pt7BPE5V(baCqVimi#Eq39 zUCf3^j14h!mFLDJPL#GWn;2(MzZg-B z@J@~gc2oEP9E2Q&U4~qTJ&1S`^C;?B+{cKoF`uJ7-{VmjP*PM@SXx|O zVM1j_X-aKQaZ+_wd0KtmfPx7PBPwQe{tqdoXGqDEmNB*2ndbCf9dZBw00000E@A-m U1WWIxpa1{>07*qoM6N<$f)}-`i~s-t literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000000000000000000000000000000000000..6fd5bfef8e893d1d1641bce362a3bd416ba189e0 GIT binary patch literal 2625 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 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..fe93d873f6c1796f8ee23c8f614ec32fb38d6fe3 GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD0wg^q?%&M7z$ohJ;uuoF`1ZPE7L%h0+rzk* zGHS14uLeHTaV+9a%`@8U5q?5TKxMW~{N;eJ@9*%)o1D--Z*0sLGc&TX^l5$dzt0C; zRQIVIIKb|(zk#!gO=d+c^STS>3GZY#l<{%=a5%(bGLM0giDl2fxQLlMH}tbUxz9ay zVy=q9|F{NeXPpG4-G)L13ns;;inH&yw5V7nVVP^c#R0GGX$%gZIQWFq{}XUHx3vIVCg!01yLp Ag#Z8m literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..4b2d05ab0cfff9bc6ed8108d2872a1e77c784cb3 GIT binary patch literal 916 zcmV;F18e+=P)9EOv#$Vk+Me>UCJ7(}$#dnnSqXQAj7h(^7G{+U`4_ZE%1DM&ZHhq_b%FOS3lS)WPNJvPqpqDxJC~-}L2G^9> zWtJXN?O*m=M%d$qX4Kdr-`N6PY|tQzfOWi1706QtY);5^qQFaj@L#!P;)#R#MB`fm zd9E;V6ml((A0g01ng7c%UhCpp0vkMrwN}Nq1V(5O2FffjN`?%hEOJU12pDcfd|P0T zFt^N;cHWbwK%Fo}eSBM>mz!{WUNzlrl3QG=bnD|=0&|3!e{jnJVP^F4-DO`uWzr9B zn&u3bqCUPQP{L&)a^odjj`Z;@foohwBex#IrJ|2-2{drYL~ick5@_S=1@1KQb(hdM zE){Y7NBj{lM*e_hTn_c|ErDHJP9y$}{>3>io9g(sz${@34}N@wFjMOIwm=UxTfI^f_j z{Q-ym=~ge$`3l-|mCy9i&%RP2g;JsK{@&b1UqGNB5cq(B zLO~E;p`aI7#XzMXj;~h`#1|+?1wIl7AH4u>U+5SA@SU$L@eDiud;Ay*;=a(o99r>X z+#|{RLN@ONw|RoTkP$zIg0L@S^S0fCtvpw8<0};ueW6f%r9zy(kj)$QQ=6tQLU_uU#QNI{**`A7g}x2L6xd6R3g)= zvo=Lv=z{0%`w~$6zR(3P+V?fA_N=6e+-xsQ~#gHJBxGxk?;fQUf q$qE9A1oSHrNCXmrL?97p&-x8D^UGEde}csT00003)~;ryG= zH>XL@oS!1(tIMQ2e@)@?wayQYiLGR7oOniTrro{+Q-z-YU@}&n_mTD9lnTuc=iOfj z#y@cC46bQh_(A&bqSX(TymJh%77Cl+iG19gYA#hY@bQe(F_l&4Y$|m>KX4IG znA>N`rLn-_M4&@sMC=K@6!A^mH(TF0aoqqCWs18e#GYX9Wdf>bV1n>~DvVZZBtVsw hDaxCGC1Jz?bBTBSrWfvK8UjOs!PC{xWt~$(69A#Xd)NQ~ literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..129d30f84caebab494795e76eb4872378d89613d GIT binary patch literal 465 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD0wg^q?%&M7z&OLx#WAFU@$K#NSyF*AZ4VS#r}QT~5()BU#kngjI=_jf+q zxbDX@>j&zR{#&26pKn;7Vsm|({ywIA#U~ZlR=!q$px^%OxcdR=Jj*T8Sw|VId^$Z1 z^%r?hm9m{SW4e&>!nbTI43v+rdvS37y@bwKOU2Y^ht}dZuixc--I(upl+WPs(pTrg zWT!hxJG9G8&(h~OkvWrj*^aBXBc&f)yCEa+_}Zjnf3I1G?bvF-zT|<=i{Rzw8bsHr zK5O{-biXD3VU7s~@+L;=$Z#nsKY0olC z1%)Hi+gQvRjEZYs^i2Ajd||?z>pICEC*NA;bsKUEb?GT4xm^BhyYabt0|OI>Lc`^| ZjKOP_g38u7WCEj#!PC{xWt~$(69CU=yU_pu literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..fa6ab02ba9c251c9b8cb4d7322d6d65e3b221983 GIT binary patch literal 320 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD0wg^q?%&M7z{u|D;uunK>+Nk{z9s_^w?MZ; zNi5$_lO1MD@GvO>!LJ#4tFC0n?D==?`gQlO zT2tRh+Xbz?d9mU4wRBOgx5w)(t(9_TIxh63&z+$DeOAnbQ`@1+WUc=CXG7M+Y> zdjA;+t)#T*e*K55o89}PiydByDj2h?$l2D}zsxEY7rDm}wEMP2$Ya(A>$>0iiLA8v z>F+Q(==H~Vc@gdK?RSpNVP@NUYR$S@pl25Cf5|B(H*?pU7n2@>%=dKlb6Mw<&;$Tw CRe3`I literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..77318c711194f3aa207fab8b100b6e10f437672f GIT binary patch literal 941 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 literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..c2393abe68aec1ee712957cdbb3a975b3111e49a GIT binary patch literal 532 zcmV+v0_**WP)opBDAKQY2G#<~NCpN#iz}I9mes2OJ_{TAVKr$W!cOXz3dmNK-NkvP?-#S_})RPPge1~iE0fB@(;MxPBdSHqVse0fwK3ppX64B#BPox(3 z3SVBT1!nk?sRf?n%eh+M4Zhr{1vdE7s0DWTvQZ24NP6H;wZIL&tfc>uEad;p$p4|1 z|F2H|WkLRROYVjBKf3aVEG2(5ZIRh1KGo)Enefw8{Gls1uk6Z zPgr9-lys=-C`kzkh8`2oQm&|I`N5xl@trSJT=A9{hIXZygmTm=`iwOgDWl+I~+QXas|&tDnm{ Hr-UW|IJqFE literal 0 HcmV?d00001 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml new file mode 100644 index 0000000..58a33fc --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml new file mode 100644 index 0000000..79bff6a --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml new file mode 100644 index 0000000..c61fa11 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml @@ -0,0 +1,22 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml new file mode 100644 index 0000000..82557e0 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml new file mode 100644 index 0000000..f479f89 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml new file mode 100644 index 0000000..406d4c4 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml new file mode 100644 index 0000000..2f6f990 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml new file mode 100644 index 0000000..44e7b0e --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml new file mode 100644 index 0000000..4b77a00 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml new file mode 100644 index 0000000..f57d90a --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml new file mode 100644 index 0000000..abfc114 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml new file mode 100644 index 0000000..bc7298c --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml new file mode 100644 index 0000000..cb40ddc --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml new file mode 100644 index 0000000..75d91a4 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml new file mode 100644 index 0000000..9db88d5 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml new file mode 100644 index 0000000..3d19c60 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml new file mode 100644 index 0000000..1e9c549 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml new file mode 100644 index 0000000..39e07b3 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml new file mode 100644 index 0000000..efb827c --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml new file mode 100644 index 0000000..222452a --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml new file mode 100644 index 0000000..6f432b6 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml new file mode 100644 index 0000000..f31c18b --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml new file mode 100644 index 0000000..c2578b6 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml @@ -0,0 +1,35 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml new file mode 100644 index 0000000..6bb35fb --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml new file mode 100644 index 0000000..6217fc6 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml new file mode 100644 index 0000000..3529867 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml @@ -0,0 +1,31 @@ + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml new file mode 100644 index 0000000..8dab475 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml new file mode 100644 index 0000000..5173363 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml @@ -0,0 +1,26 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml new file mode 100644 index 0000000..60c6a63 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml @@ -0,0 +1,26 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml new file mode 100644 index 0000000..02e428a --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml new file mode 100644 index 0000000..80f7c97 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml new file mode 100644 index 0000000..7bc5467 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +