实例介绍
可以拖动,旋转,缩放,删除的文本编辑控件,再次点击可以进一步编辑,选择文本颜色;可以按照比例缩放,也可以随手势缩放。网上的项目后又自己修改
【实例截图】
【核心代码】
TextStickerViewDemo-master
└── TextStickerViewDemo-master
├── app
│ ├── app.iml
│ ├── build
│ │ ├── generated
│ │ │ └── source
│ │ │ ├── buildConfig
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── freesub
│ │ │ │ └── wujie
│ │ │ │ └── textstickerviewdemo
│ │ │ │ └── BuildConfig.java
│ │ │ └── r
│ │ │ └── debug
│ │ │ ├── android
│ │ │ │ └── support
│ │ │ │ ├── design
│ │ │ │ │ └── R.java
│ │ │ │ ├── transition
│ │ │ │ │ └── R.java
│ │ │ │ └── v7
│ │ │ │ ├── appcompat
│ │ │ │ │ └── R.java
│ │ │ │ └── recyclerview
│ │ │ │ └── R.java
│ │ │ ├── com
│ │ │ │ └── freesub
│ │ │ │ └── wujie
│ │ │ │ └── textstickerviewdemo
│ │ │ │ └── R.java
│ │ │ └── zhou
│ │ │ └── colorpalette
│ │ │ └── R.java
│ │ ├── intermediates
│ │ │ ├── blame
│ │ │ │ └── res
│ │ │ │ └── debug
│ │ │ │ ├── multi
│ │ │ │ │ ├── anim.json
│ │ │ │ │ ├── color.json
│ │ │ │ │ ├── drawable.json
│ │ │ │ │ ├── layout.json
│ │ │ │ │ ├── layout-v16.json
│ │ │ │ │ ├── values-af.json
│ │ │ │ │ ├── values-am.json
│ │ │ │ │ ├── values-ar.json
│ │ │ │ │ ├── values-az-rAZ.json
│ │ │ │ │ ├── values-be-rBY.json
│ │ │ │ │ ├── values-bg.json
│ │ │ │ │ ├── values-bn-rBD.json
│ │ │ │ │ ├── values-bs-rBA.json
│ │ │ │ │ ├── values-b+sr+Latn.json
│ │ │ │ │ ├── values-ca.json
│ │ │ │ │ ├── values-cs.json
│ │ │ │ │ ├── values-da.json
│ │ │ │ │ ├── values-de.json
│ │ │ │ │ ├── values-el.json
│ │ │ │ │ ├── values-en-rAU.json
│ │ │ │ │ ├── values-en-rGB.json
│ │ │ │ │ ├── values-en-rIN.json
│ │ │ │ │ ├── values-es.json
│ │ │ │ │ ├── values-es-rUS.json
│ │ │ │ │ ├── values-et-rEE.json
│ │ │ │ │ ├── values-eu-rES.json
│ │ │ │ │ ├── values-fa.json
│ │ │ │ │ ├── values-fi.json
│ │ │ │ │ ├── values-fr.json
│ │ │ │ │ ├── values-fr-rCA.json
│ │ │ │ │ ├── values-gl-rES.json
│ │ │ │ │ ├── values-gu-rIN.json
│ │ │ │ │ ├── values-h720dp-v13.json
│ │ │ │ │ ├── values-hdpi-v4.json
│ │ │ │ │ ├── values-hi.json
│ │ │ │ │ ├── values-hr.json
│ │ │ │ │ ├── values-hu.json
│ │ │ │ │ ├── values-hy-rAM.json
│ │ │ │ │ ├── values-in.json
│ │ │ │ │ ├── values-is-rIS.json
│ │ │ │ │ ├── values-it.json
│ │ │ │ │ ├── values-iw.json
│ │ │ │ │ ├── values-ja.json
│ │ │ │ │ ├── values.json
│ │ │ │ │ ├── values-ka-rGE.json
│ │ │ │ │ ├── values-kk-rKZ.json
│ │ │ │ │ ├── values-km-rKH.json
│ │ │ │ │ ├── values-kn-rIN.json
│ │ │ │ │ ├── values-ko.json
│ │ │ │ │ ├── values-ky-rKG.json
│ │ │ │ │ ├── values-land.json
│ │ │ │ │ ├── values-large-v4.json
│ │ │ │ │ ├── values-ldltr-v21.json
│ │ │ │ │ ├── values-lo-rLA.json
│ │ │ │ │ ├── values-lt.json
│ │ │ │ │ ├── values-lv.json
│ │ │ │ │ ├── values-mk-rMK.json
│ │ │ │ │ ├── values-ml-rIN.json
│ │ │ │ │ ├── values-mn-rMN.json
│ │ │ │ │ ├── values-mr-rIN.json
│ │ │ │ │ ├── values-ms-rMY.json
│ │ │ │ │ ├── values-my-rMM.json
│ │ │ │ │ ├── values-nb.json
│ │ │ │ │ ├── values-ne-rNP.json
│ │ │ │ │ ├── values-night-v8.json
│ │ │ │ │ ├── values-nl.json
│ │ │ │ │ ├── values-pa-rIN.json
│ │ │ │ │ ├── values-pl.json
│ │ │ │ │ ├── values-port.json
│ │ │ │ │ ├── values-pt.json
│ │ │ │ │ ├── values-pt-rBR.json
│ │ │ │ │ ├── values-pt-rPT.json
│ │ │ │ │ ├── values-ro.json
│ │ │ │ │ ├── values-ru.json
│ │ │ │ │ ├── values-si-rLK.json
│ │ │ │ │ ├── values-sk.json
│ │ │ │ │ ├── values-sl.json
│ │ │ │ │ ├── values-sq-rAL.json
│ │ │ │ │ ├── values-sr.json
│ │ │ │ │ ├── values-sv.json
│ │ │ │ │ ├── values-sw600dp-v13.json
│ │ │ │ │ ├── values-sw.json
│ │ │ │ │ ├── values-ta-rIN.json
│ │ │ │ │ ├── values-te-rIN.json
│ │ │ │ │ ├── values-th.json
│ │ │ │ │ ├── values-tl.json
│ │ │ │ │ ├── values-tr.json
│ │ │ │ │ ├── values-uk.json
│ │ │ │ │ ├── values-ur-rPK.json
│ │ │ │ │ ├── values-uz-rUZ.json
│ │ │ │ │ ├── values-v11.json
│ │ │ │ │ ├── values-v12.json
│ │ │ │ │ ├── values-v13.json
│ │ │ │ │ ├── values-v14.json
│ │ │ │ │ ├── values-v16.json
│ │ │ │ │ ├── values-v17.json
│ │ │ │ │ ├── values-v18.json
│ │ │ │ │ ├── values-v21.json
│ │ │ │ │ ├── values-v22.json
│ │ │ │ │ ├── values-v23.json
│ │ │ │ │ ├── values-v24.json
│ │ │ │ │ ├── values-v25.json
│ │ │ │ │ ├── values-vi.json
│ │ │ │ │ ├── values-w820dp-v13.json
│ │ │ │ │ ├── values-xlarge-v4.json
│ │ │ │ │ ├── values-zh-rCN.json
│ │ │ │ │ ├── values-zh-rHK.json
│ │ │ │ │ ├── values-zh-rTW.json
│ │ │ │ │ └── values-zu.json
│ │ │ │ └── single
│ │ │ │ ├── animator-v21.json
│ │ │ │ ├── anim.json
│ │ │ │ ├── anim-v21.json
│ │ │ │ ├── color.json
│ │ │ │ ├── color-v11.json
│ │ │ │ ├── color-v23.json
│ │ │ │ ├── drawable-anydpi-v21.json
│ │ │ │ ├── drawable-hdpi-v4.json
│ │ │ │ ├── drawable.json
│ │ │ │ ├── drawable-ldrtl-hdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-mdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-xhdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-xxhdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17.json
│ │ │ │ ├── drawable-mdpi-v4.json
│ │ │ │ ├── drawable-v21.json
│ │ │ │ ├── drawable-v23.json
│ │ │ │ ├── drawable-xhdpi-v4.json
│ │ │ │ ├── drawable-xxhdpi-v4.json
│ │ │ │ ├── drawable-xxxhdpi-v4.json
│ │ │ │ ├── layout.json
│ │ │ │ ├── layout-sw600dp-v13.json
│ │ │ │ ├── layout-v11.json
│ │ │ │ ├── layout-v16.json
│ │ │ │ ├── layout-v21.json
│ │ │ │ ├── mipmap-hdpi.json
│ │ │ │ ├── mipmap-mdpi.json
│ │ │ │ ├── mipmap-xhdpi.json
│ │ │ │ ├── mipmap-xxhdpi.json
│ │ │ │ └── mipmap-xxxhdpi.json
│ │ │ ├── classes
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ ├── design
│ │ │ │ │ │ ├── R$animator.class
│ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── transition
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── v7
│ │ │ │ │ ├── appcompat
│ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── recyclerview
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── com
│ │ │ │ │ └── freesub
│ │ │ │ │ └── wujie
│ │ │ │ │ └── textstickerviewdemo
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── MainActivity$1$1.class
│ │ │ │ │ ├── MainActivity$1$2.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$animator.class
│ │ │ │ │ ├── R$anim.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$bool.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$integer.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ ├── utils
│ │ │ │ │ │ └── RectUtil.class
│ │ │ │ │ └── view
│ │ │ │ │ ├── BoxStickerProView$OnEditClickListener.class
│ │ │ │ │ ├── BoxStickerProView.class
│ │ │ │ │ ├── BoxStickerView$OnEditClickListener.class
│ │ │ │ │ ├── BoxStickerView.class
│ │ │ │ │ ├── TextInputDialog$OnSharePlatformClick.class
│ │ │ │ │ ├── TextInputDialog.class
│ │ │ │ │ ├── TextStickerView$OnEditClickListener.class
│ │ │ │ │ └── TextStickerView.class
│ │ │ │ └── zhou
│ │ │ │ └── colorpalette
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ └── R.class
│ │ │ ├── exploded-aar
│ │ │ │ ├── com.android.support
│ │ │ │ │ ├── animated-vector-drawable
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ └── proguard.txt
│ │ │ │ │ ├── appcompat-v7
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ │ ├── abc_fade_in.xml
│ │ │ │ │ │ │ │ ├── abc_fade_out.xml
│ │ │ │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml
│ │ │ │ │ │ │ │ ├── abc_popup_enter.xml
│ │ │ │ │ │ │ │ ├── abc_popup_exit.xml
│ │ │ │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml
│ │ │ │ │ │ │ │ ├── abc_slide_in_bottom.xml
│ │ │ │ │ │ │ │ ├── abc_slide_in_top.xml
│ │ │ │ │ │ │ │ ├── abc_slide_out_bottom.xml
│ │ │ │ │ │ │ │ └── abc_slide_out_top.xml
│ │ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ │ ├── abc_hint_foreground_material_dark.xml
│ │ │ │ │ │ │ │ ├── abc_hint_foreground_material_light.xml
│ │ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ │ │ │ ├── color-v11
│ │ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ │ ├── abc_color_highlight_material.xml
│ │ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ │ │ └── abc_tint_switch_track.xml
│ │ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ │ │ │ └── notification_tile_bg.xml
│ │ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ │ └── notification_action_background.xml
│ │ │ │ │ │ │ ├── drawable-v23
│ │ │ │ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml
│ │ │ │ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ │ │ │ ├── abc_alert_dialog_title_material.xml
│ │ │ │ │ │ │ │ ├── abc_dialog_title_material.xml
│ │ │ │ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml
│ │ │ │ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ │ │ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ │ │ ├── layout-v11
│ │ │ │ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ │ │ │ ├── notification_template_big_media_narrow_custom.xml
│ │ │ │ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ │ │ │ └── notification_template_big_media.xml
│ │ │ │ │ │ │ ├── layout-v16
│ │ │ │ │ │ │ │ └── notification_template_custom_big.xml
│ │ │ │ │ │ │ ├── layout-v21
│ │ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ │ │ │ ├── values-be-rBY
│ │ │ │ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ │ │ │ ├── values-bs-rBA
│ │ │ │ │ │ │ │ └── values-bs-rBA.xml
│ │ │ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ │ │ │ ├── values-night-v8
│ │ │ │ │ │ │ │ └── values-night-v8.xml
│ │ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ │ │ ├── values-port
│ │ │ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ │ │ │ ├── values-v11
│ │ │ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ │ │ ├── values-v12
│ │ │ │ │ │ │ │ └── values-v12.xml
│ │ │ │ │ │ │ ├── values-v13
│ │ │ │ │ │ │ │ └── values-v13.xml
│ │ │ │ │ │ │ ├── values-v14
│ │ │ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ │ │ ├── values-v16
│ │ │ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ │ │ ├── values-v17
│ │ │ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ │ │ ├── values-v18
│ │ │ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ │ │ ├── values-v21
│ │ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ │ ├── values-v22
│ │ │ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ │ │ ├── values-v23
│ │ │ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ │ │ ├── values-v24
│ │ │ │ │ │ │ │ └── values-v24.xml
│ │ │ │ │ │ │ ├── values-v25
│ │ │ │ │ │ │ │ └── values-v25.xml
│ │ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ │ └── values-zu.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── design
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ │ ├── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ │ │ ├── design_fab_in.xml
│ │ │ │ │ │ │ │ ├── design_fab_out.xml
│ │ │ │ │ │ │ │ ├── design_snackbar_in.xml
│ │ │ │ │ │ │ │ └── design_snackbar_out.xml
│ │ │ │ │ │ │ ├── animator-v21
│ │ │ │ │ │ │ │ └── design_appbar_state_list_animator.xml
│ │ │ │ │ │ │ ├── anim-v21
│ │ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ │ └── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ │ ├── design_error.xml
│ │ │ │ │ │ │ │ └── design_tint_password_toggle.xml
│ │ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ │ └── design_tint_password_toggle.xml
│ │ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ │ ├── design_fab_background.xml
│ │ │ │ │ │ │ │ ├── design_password_eye.xml
│ │ │ │ │ │ │ │ ├── design_snackbar_background.xml
│ │ │ │ │ │ │ │ └── navigation_empty_icon.xml
│ │ │ │ │ │ │ ├── drawable-anydpi-v21
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.xml
│ │ │ │ │ │ │ │ └── design_ic_visibility.xml
│ │ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ │ ├── avd_hide_password.xml
│ │ │ │ │ │ │ │ ├── avd_show_password.xml
│ │ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ │ └── design_password_eye.xml
│ │ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ │ ├── design_bottom_navigation_item.xml
│ │ │ │ │ │ │ │ ├── design_bottom_sheet_dialog.xml
│ │ │ │ │ │ │ │ ├── design_layout_snackbar_include.xml
│ │ │ │ │ │ │ │ ├── design_layout_snackbar.xml
│ │ │ │ │ │ │ │ ├── design_layout_tab_icon.xml
│ │ │ │ │ │ │ │ ├── design_layout_tab_text.xml
│ │ │ │ │ │ │ │ ├── design_menu_item_action_area.xml
│ │ │ │ │ │ │ │ ├── design_navigation_item_header.xml
│ │ │ │ │ │ │ │ ├── design_navigation_item_separator.xml
│ │ │ │ │ │ │ │ ├── design_navigation_item_subheader.xml
│ │ │ │ │ │ │ │ ├── design_navigation_item.xml
│ │ │ │ │ │ │ │ ├── design_navigation_menu_item.xml
│ │ │ │ │ │ │ │ ├── design_navigation_menu.xml
│ │ │ │ │ │ │ │ └── design_text_input_password_icon.xml
│ │ │ │ │ │ │ ├── layout-sw600dp-v13
│ │ │ │ │ │ │ │ └── design_layout_snackbar.xml
│ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ │ └── values-v21
│ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── recyclerview-v7
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ └── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── support-compat
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── v4
│ │ │ │ │ │ │ └── os
│ │ │ │ │ │ │ └── ResultReceiver.aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── support-core-ui
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ └── proguard.txt
│ │ │ │ │ ├── support-core-utils
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── support-fragment
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── support-media-compat
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── v4
│ │ │ │ │ │ │ └── media
│ │ │ │ │ │ │ ├── MediaMetadataCompat.aidl
│ │ │ │ │ │ │ ├── RatingCompat.aidl
│ │ │ │ │ │ │ └── session
│ │ │ │ │ │ │ ├── MediaSessionCompat.aidl
│ │ │ │ │ │ │ ├── ParcelableVolumeInfo.aidl
│ │ │ │ │ │ │ └── PlaybackStateCompat.aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── support-v4
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── support-vector-drawable
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ └── transition
│ │ │ │ │ └── 25.1.0
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── res
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ └── TextStickerViewDemo-master
│ │ │ │ └── ColorPalette
│ │ │ │ └── unspecified
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── jars
│ │ │ │ │ └── classes.jar
│ │ │ │ ├── res
│ │ │ │ │ ├── drawable
│ │ │ │ │ │ └── btn.xml
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ ├── ic_color_lens.png
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ ├── ic_action_accept.png
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ ├── circle.png
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── layout
│ │ │ │ │ │ ├── zhou_activity_color.xml
│ │ │ │ │ │ └── zhou_fragment_color.xml
│ │ │ │ │ └── values
│ │ │ │ │ └── values.xml
│ │ │ │ └── R.txt
│ │ │ ├── incremental
│ │ │ │ ├── compileDebugAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ └── packageDebug
│ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ ├── file-input-save-data.txt
│ │ │ │ └── zip-cache
│ │ │ │ └── GqT7t+xzJW_m8DOFVvTdsueFCXs=
│ │ │ ├── incremental-safeguard
│ │ │ │ └── debug
│ │ │ │ └── tag.txt
│ │ │ ├── manifests
│ │ │ │ └── full
│ │ │ │ └── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── pre-dexed
│ │ │ │ └── debug
│ │ │ │ ├── com.android.support-animated-vector-drawable-25.1.0_bd1f5436683965421f4a992f59427b62f43afcc6.jar
│ │ │ │ ├── com.android.support-appcompat-v7-25.1.0_c57f736421e247da3a737ed177179fd3398e4264.jar
│ │ │ │ ├── com.android.support-design-25.1.0_b642d8ea6144ac93f0767c991fc6aefaebe46347.jar
│ │ │ │ ├── com.android.support-recyclerview-v7-25.1.0_11cbb99be8f1e93dbc5e549bf99a937f8de95071.jar
│ │ │ │ ├── com.android.support-support-compat-25.1.0_56247aa92ffebd146561357ebbbd05154110cafc.jar
│ │ │ │ ├── com.android.support-support-core-ui-25.1.0_b800ad7697b78054d46bee4cd9b735b8d91ab400.jar
│ │ │ │ ├── com.android.support-support-core-utils-25.1.0_93eeeca78491e68f0731465eca9ca80794058a9d.jar
│ │ │ │ ├── com.android.support-support-fragment-25.1.0_0b3c10dee45c8ec1889bb4dc603bbc558a62d8dc.jar
│ │ │ │ ├── com.android.support-support-media-compat-25.1.0_0f19214738b612698909b6c44ba2cc72e4d783c9.jar
│ │ │ │ ├── com.android.support-support-v4-25.1.0_89de8c9363496efe0f71f0ead7ec11faf664e675.jar
│ │ │ │ ├── com.android.support-support-vector-drawable-25.1.0_016bb8b26c949b0f7a53fc47fa8f2874ccf3a275.jar
│ │ │ │ ├── com.android.support-transition-25.1.0_6ae1a948d6ebaddfef70e58544182bffdf8f02b4.jar
│ │ │ │ ├── debug_96a34c372423124ece8f8326f1323a9a8c923911.jar
│ │ │ │ ├── support-annotations-25.1.0_fff2c938fc93574a7c55d46cd2a7ab3223a54b7e.jar
│ │ │ │ ├── TextStickerViewDemo-master-ColorPalette-unspecified_ac388e45e270a2e3d3f92ffac719856f41a332bb.jar
│ │ │ │ └── xUtils-2.6.14_0c4f351bc7003d01e043156384978d0444da2c45.jar
│ │ │ ├── res
│ │ │ │ ├── merged
│ │ │ │ │ └── debug
│ │ │ │ │ ├── anim
│ │ │ │ │ │ ├── abc_fade_in.xml
│ │ │ │ │ │ ├── abc_fade_out.xml
│ │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml
│ │ │ │ │ │ ├── abc_popup_enter.xml
│ │ │ │ │ │ ├── abc_popup_exit.xml
│ │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml
│ │ │ │ │ │ ├── abc_slide_in_bottom.xml
│ │ │ │ │ │ ├── abc_slide_in_top.xml
│ │ │ │ │ │ ├── abc_slide_out_bottom.xml
│ │ │ │ │ │ ├── abc_slide_out_top.xml
│ │ │ │ │ │ ├── design_fab_in.xml
│ │ │ │ │ │ ├── design_fab_out.xml
│ │ │ │ │ │ ├── design_snackbar_in.xml
│ │ │ │ │ │ ├── design_snackbar_out.xml
│ │ │ │ │ │ ├── dialog_enter.xml
│ │ │ │ │ │ └── dialog_exit.xml
│ │ │ │ │ ├── animator-v21
│ │ │ │ │ │ └── design_appbar_state_list_animator.xml
│ │ │ │ │ ├── anim-v21
│ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ └── design_bottom_sheet_slide_out.xml
│ │ │ │ │ ├── color
│ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ ├── abc_hint_foreground_material_dark.xml
│ │ │ │ │ │ ├── abc_hint_foreground_material_light.xml
│ │ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ │ ├── design_error.xml
│ │ │ │ │ │ ├── design_tint_password_toggle.xml
│ │ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ │ ├── color-v11
│ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ ├── color-v23
│ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ ├── abc_color_highlight_material.xml
│ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ │ └── design_tint_password_toggle.xml
│ │ │ │ │ ├── drawable
│ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ │ ├── btn.xml
│ │ │ │ │ │ ├── design_fab_background.xml
│ │ │ │ │ │ ├── design_snackbar_background.xml
│ │ │ │ │ │ ├── dialog_bottom_background.9.png
│ │ │ │ │ │ ├── edit_radius_re_bg.xml
│ │ │ │ │ │ ├── navigation_empty_icon.xml
│ │ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ │ └── notification_tile_bg.xml
│ │ │ │ │ ├── drawable-anydpi-v21
│ │ │ │ │ │ ├── design_ic_visibility_off.xml
│ │ │ │ │ │ └── design_ic_visibility.xml
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ ├── design_ic_visibility.png
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ ├── design_ic_visibility.png
│ │ │ │ │ │ ├── ic_color_lens.png
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ ├── avd_hide_password.xml
│ │ │ │ │ │ ├── avd_show_password.xml
│ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ ├── design_password_eye.xml
│ │ │ │ │ │ └── notification_action_background.xml
│ │ │ │ │ ├── drawable-v23
│ │ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ ├── design_ic_visibility.png
│ │ │ │ │ │ ├── ic_action_accept.png
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── circle.png
│ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ ├── design_ic_visibility.png
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ ├── layout
│ │ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml
│ │ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ │ ├── abc_alert_dialog_title_material.xml
│ │ │ │ │ │ ├── abc_dialog_title_material.xml
│ │ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml
│ │ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ │ ├── activity_main.xml
│ │ │ │ │ │ ├── design_bottom_navigation_item.xml
│ │ │ │ │ │ ├── design_bottom_sheet_dialog.xml
│ │ │ │ │ │ ├── design_layout_snackbar_include.xml
│ │ │ │ │ │ ├── design_layout_snackbar.xml
│ │ │ │ │ │ ├── design_layout_tab_icon.xml
│ │ │ │ │ │ ├── design_layout_tab_text.xml
│ │ │ │ │ │ ├── design_menu_item_action_area.xml
│ │ │ │ │ │ ├── design_navigation_item_header.xml
│ │ │ │ │ │ ├── design_navigation_item_separator.xml
│ │ │ │ │ │ ├── design_navigation_item_subheader.xml
│ │ │ │ │ │ ├── design_navigation_item.xml
│ │ │ │ │ │ ├── design_navigation_menu_item.xml
│ │ │ │ │ │ ├── design_navigation_menu.xml
│ │ │ │ │ │ ├── design_text_input_password_icon.xml
│ │ │ │ │ │ ├── dialog_input_text.xml
│ │ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ ├── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ │ ├── zhou_activity_color.xml
│ │ │ │ │ │ └── zhou_fragment_color.xml
│ │ │ │ │ ├── layout-sw600dp-v13
│ │ │ │ │ │ └── design_layout_snackbar.xml
│ │ │ │ │ ├── layout-v11
│ │ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ │ ├── notification_template_big_media_narrow_custom.xml
│ │ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ │ └── notification_template_big_media.xml
│ │ │ │ │ ├── layout-v21
│ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ │ ├── mipmap-hdpi
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── text_delete.png
│ │ │ │ │ │ └── text_edit.png
│ │ │ │ │ ├── mipmap-mdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-xhdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-xxhdpi
│ │ │ │ │ │ ├── color_picker_icor.png
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ └── iv_add_icor.png
│ │ │ │ │ ├── mipmap-xxxhdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-af
│ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ ├── values-am
│ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ ├── values-ar
│ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ │ ├── values-be-rBY
│ │ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ │ ├── values-bg
│ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ │ ├── values-bs-rBA
│ │ │ │ │ │ └── values-bs-rBA.xml
│ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ ├── values-ca
│ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ ├── values-cs
│ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ ├── values-da
│ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ ├── values-de
│ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ ├── values-el
│ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ ├── values-es
│ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ │ ├── values-fa
│ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ ├── values-fi
│ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ ├── values-fr
│ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ │ ├── values-hi
│ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ ├── values-hr
│ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ ├── values-hu
│ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ │ ├── values-in
│ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ │ ├── values-it
│ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ ├── values-iw
│ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ ├── values-ja
│ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ │ ├── values-ko
│ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ │ ├── values-land
│ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ │ ├── values-lt
│ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ ├── values-lv
│ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ │ ├── values-nb
│ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ │ ├── values-night-v8
│ │ │ │ │ │ └── values-night-v8.xml
│ │ │ │ │ ├── values-nl
│ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ │ ├── values-pl
│ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ ├── values-port
│ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ ├── values-pt
│ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ ├── values-ro
│ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ ├── values-ru
│ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ │ ├── values-sk
│ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ ├── values-sl
│ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ │ ├── values-sr
│ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ ├── values-sv
│ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ ├── values-sw
│ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ │ ├── values-th
│ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ ├── values-tl
│ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ ├── values-tr
│ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ ├── values-uk
│ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-v12
│ │ │ │ │ │ └── values-v12.xml
│ │ │ │ │ ├── values-v13
│ │ │ │ │ │ └── values-v13.xml
│ │ │ │ │ ├── values-v14
│ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ ├── values-v16
│ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ ├── values-v17
│ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ ├── values-v18
│ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ ├── values-v21
│ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ ├── values-v22
│ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ ├── values-v23
│ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ ├── values-v24
│ │ │ │ │ │ └── values-v24.xml
│ │ │ │ │ ├── values-v25
│ │ │ │ │ │ └── values-v25.xml
│ │ │ │ │ ├── values-vi
│ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ └── values-zu
│ │ │ │ │ └── values-zu.xml
│ │ │ │ └── resources-debug.ap_
│ │ │ ├── symbols
│ │ │ │ └── debug
│ │ │ │ └── R.txt
│ │ │ └── transforms
│ │ │ └── dex
│ │ │ └── debug
│ │ │ └── folders
│ │ │ └── 1000
│ │ │ └── 1f
│ │ │ └── main
│ │ │ └── classes.dex
│ │ ├── outputs
│ │ │ ├── apk
│ │ │ │ └── app-debug.apk
│ │ │ └── logs
│ │ │ └── manifest-merger-debug-report.txt
│ │ └── tmp
│ │ └── expandedArchives
│ │ ├── classes.jar_4u4fsa8pljx2rs0vy2ejqa75v
│ │ │ └── android
│ │ │ └── support
│ │ │ └── v7
│ │ │ ├── recyclerview
│ │ │ │ └── BuildConfig.class
│ │ │ ├── util
│ │ │ │ ├── AsyncListUtil$1.class
│ │ │ │ ├── AsyncListUtil$2.class
│ │ │ │ ├── AsyncListUtil$DataCallback.class
│ │ │ │ ├── AsyncListUtil$ViewCallback.class
│ │ │ │ ├── AsyncListUtil.class
│ │ │ │ ├── BatchingListUpdateCallback.class
│ │ │ │ ├── DiffUtil$1.class
│ │ │ │ ├── DiffUtil$Callback.class
│ │ │ │ ├── DiffUtil$DiffResult$1.class
│ │ │ │ ├── DiffUtil$DiffResult.class
│ │ │ │ ├── DiffUtil$PostponedUpdate.class
│ │ │ │ ├── DiffUtil$Range.class
│ │ │ │ ├── DiffUtil$Snake.class
│ │ │ │ ├── DiffUtil.class
│ │ │ │ ├── ListUpdateCallback.class
│ │ │ │ ├── MessageThreadUtil$1$1.class
│ │ │ │ ├── MessageThreadUtil$1.class
│ │ │ │ ├── MessageThreadUtil$2$1.class
│ │ │ │ ├── MessageThreadUtil$2.class
│ │ │ │ ├── MessageThreadUtil$MessageQueue.class
│ │ │ │ ├── MessageThreadUtil$SyncQueueItem.class
│ │ │ │ ├── MessageThreadUtil.class
│ │ │ │ ├── SortedList$BatchedCallback.class
│ │ │ │ ├── SortedList$Callback.class
│ │ │ │ ├── SortedList.class
│ │ │ │ ├── ThreadUtil$BackgroundCallback.class
│ │ │ │ ├── ThreadUtil$MainThreadCallback.class
│ │ │ │ ├── ThreadUtil.class
│ │ │ │ ├── TileList$Tile.class
│ │ │ │ └── TileList.class
│ │ │ └── widget
│ │ │ ├── AdapterHelper$Callback.class
│ │ │ ├── AdapterHelper$UpdateOp.class
│ │ │ ├── AdapterHelper.class
│ │ │ ├── ChildHelper$Bucket.class
│ │ │ ├── ChildHelper$Callback.class
│ │ │ ├── ChildHelper.class
│ │ │ ├── DefaultItemAnimator$1.class
│ │ │ ├── DefaultItemAnimator$2.class
│ │ │ ├── DefaultItemAnimator$3.class
│ │ │ ├── DefaultItemAnimator$4.class
│ │ │ ├── DefaultItemAnimator$5.class
│ │ │ ├── DefaultItemAnimator$6.class
│ │ │ ├── DefaultItemAnimator$7.class
│ │ │ ├── DefaultItemAnimator$8.class
│ │ │ ├── DefaultItemAnimator$ChangeInfo.class
│ │ │ ├── DefaultItemAnimator$MoveInfo.class
│ │ │ ├── DefaultItemAnimator$VpaListenerAdapter.class
│ │ │ ├── DefaultItemAnimator.class
│ │ │ ├── DividerItemDecoration.class
│ │ │ ├── GapWorker$1.class
│ │ │ ├── GapWorker$LayoutPrefetchRegistryImpl.class
│ │ │ ├── GapWorker$Task.class
│ │ │ ├── GapWorker.class
│ │ │ ├── GridLayoutManager$DefaultSpanSizeLookup.class
│ │ │ ├── GridLayoutManager$LayoutParams.class
│ │ │ ├── GridLayoutManager$SpanSizeLookup.class
│ │ │ ├── GridLayoutManager.class
│ │ │ ├── helper
│ │ │ │ ├── ItemTouchHelper$1.class
│ │ │ │ ├── ItemTouchHelper$2.class
│ │ │ │ ├── ItemTouchHelper$3.class
│ │ │ │ ├── ItemTouchHelper$4.class
│ │ │ │ ├── ItemTouchHelper$5.class
│ │ │ │ ├── ItemTouchHelper$Callback$1.class
│ │ │ │ ├── ItemTouchHelper$Callback$2.class
│ │ │ │ ├── ItemTouchHelper$Callback.class
│ │ │ │ ├── ItemTouchHelper$ItemTouchHelperGestureListener.class
│ │ │ │ ├── ItemTouchHelper$RecoverAnimation$1.class
│ │ │ │ ├── ItemTouchHelper$RecoverAnimation.class
│ │ │ │ ├── ItemTouchHelper$SimpleCallback.class
│ │ │ │ ├── ItemTouchHelper$ViewDropHandler.class
│ │ │ │ ├── ItemTouchHelper.class
│ │ │ │ ├── ItemTouchUIUtil.class
│ │ │ │ ├── ItemTouchUIUtilImpl$Gingerbread.class
│ │ │ │ ├── ItemTouchUIUtilImpl$Honeycomb.class
│ │ │ │ ├── ItemTouchUIUtilImpl$Lollipop.class
│ │ │ │ └── ItemTouchUIUtilImpl.class
│ │ │ ├── LayoutState.class
│ │ │ ├── LinearLayoutManager$AnchorInfo.class
│ │ │ ├── LinearLayoutManager$LayoutChunkResult.class
│ │ │ ├── LinearLayoutManager$LayoutState.class
│ │ │ ├── LinearLayoutManager$SavedState$1.class
│ │ │ ├── LinearLayoutManager$SavedState.class
│ │ │ ├── LinearLayoutManager.class
│ │ │ ├── LinearSmoothScroller.class
│ │ │ ├── LinearSnapHelper.class
│ │ │ ├── OpReorderer$Callback.class
│ │ │ ├── OpReorderer.class
│ │ │ ├── OrientationHelper$1.class
│ │ │ ├── OrientationHelper$2.class
│ │ │ ├── OrientationHelper.class
│ │ │ ├── PagerSnapHelper$1.class
│ │ │ ├── PagerSnapHelper.class
│ │ │ ├── PositionMap$ContainerHelpers.class
│ │ │ ├── PositionMap.class
│ │ │ ├── RecyclerView$1.class
│ │ │ ├── RecyclerView$2.class
│ │ │ ├── RecyclerView$3.class
│ │ │ ├── RecyclerView$4.class
│ │ │ ├── RecyclerView$5.class
│ │ │ ├── RecyclerView$6.class
│ │ │ ├── RecyclerView$Adapter.class
│ │ │ ├── RecyclerView$AdapterDataObservable.class
│ │ │ ├── RecyclerView$AdapterDataObserver.class
│ │ │ ├── RecyclerView$ChildDrawingOrderCallback.class
│ │ │ ├── RecyclerView$ItemAnimator$AdapterChanges.class
│ │ │ ├── RecyclerView$ItemAnimator$ItemAnimatorFinishedListener.class
│ │ │ ├── RecyclerView$ItemAnimator$ItemAnimatorListener.class
│ │ │ ├── RecyclerView$ItemAnimator$ItemHolderInfo.class
│ │ │ ├── RecyclerView$ItemAnimator.class
│ │ │ ├── RecyclerView$ItemAnimatorRestoreListener.class
│ │ │ ├── RecyclerView$ItemDecoration.class
│ │ │ ├── RecyclerView$LayoutManager$LayoutPrefetchRegistry.class
│ │ │ ├── RecyclerView$LayoutManager$Properties.class
│ │ │ ├── RecyclerView$LayoutManager.class
│ │ │ ├── RecyclerView$LayoutParams.class
│ │ │ ├── RecyclerView$OnChildAttachStateChangeListener.class
│ │ │ ├── RecyclerView$OnFlingListener.class
│ │ │ ├── RecyclerView$OnItemTouchListener.class
│ │ │ ├── RecyclerView$OnScrollListener.class
│ │ │ ├── RecyclerView$RecycledViewPool$ScrapData.class
│ │ │ ├── RecyclerView$RecycledViewPool.class
│ │ │ ├── RecyclerView$Recycler.class
│ │ │ ├── RecyclerView$RecyclerListener.class
│ │ │ ├── RecyclerView$RecyclerViewDataObserver.class
│ │ │ ├── RecyclerView$SavedState$1.class
│ │ │ ├── RecyclerView$SavedState.class
│ │ │ ├── RecyclerView$SimpleOnItemTouchListener.class
│ │ │ ├── RecyclerView$SmoothScroller$Action.class
│ │ │ ├── RecyclerView$SmoothScroller$ScrollVectorProvider.class
│ │ │ ├── RecyclerView$SmoothScroller.class
│ │ │ ├── RecyclerView$State.class
│ │ │ ├── RecyclerView$ViewCacheExtension.class
│ │ │ ├── RecyclerView$ViewFlinger.class
│ │ │ ├── RecyclerView$ViewHolder.class
│ │ │ ├── RecyclerViewAccessibilityDelegate$1.class
│ │ │ ├── RecyclerViewAccessibilityDelegate.class
│ │ │ ├── RecyclerView.class
│ │ │ ├── ScrollbarHelper.class
│ │ │ ├── SimpleItemAnimator.class
│ │ │ ├── SnapHelper$1.class
│ │ │ ├── SnapHelper$2.class
│ │ │ ├── SnapHelper.class
│ │ │ ├── StaggeredGridLayoutManager$1.class
│ │ │ ├── StaggeredGridLayoutManager$AnchorInfo.class
│ │ │ ├── StaggeredGridLayoutManager$LayoutParams.class
│ │ │ ├── StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem$1.class
│ │ │ ├── StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem.class
│ │ │ ├── StaggeredGridLayoutManager$LazySpanLookup.class
│ │ │ ├── StaggeredGridLayoutManager$SavedState$1.class
│ │ │ ├── StaggeredGridLayoutManager$SavedState.class
│ │ │ ├── StaggeredGridLayoutManager$Span.class
│ │ │ ├── StaggeredGridLayoutManager.class
│ │ │ ├── util
│ │ │ │ └── SortedListAdapterCallback.class
│ │ │ ├── ViewInfoStore$InfoRecord.class
│ │ │ ├── ViewInfoStore$ProcessCallback.class
│ │ │ └── ViewInfoStore.class
│ │ ├── classes.jar_6mo7o9fxdty5pkg47i56xaml6
│ │ │ └── zhou
│ │ │ └── colorpalette
│ │ │ ├── BuildConfig.class
│ │ │ ├── ColorSelectActivity.class
│ │ │ ├── ColorSelectDialog$1.class
│ │ │ ├── ColorSelectDialog$OnColorSelectListener.class
│ │ │ ├── ColorSelectDialog.class
│ │ │ ├── ColorSelectDialogFragment$1.class
│ │ │ ├── ColorSelectDialogFragment$2.class
│ │ │ ├── ColorSelectDialogFragment$OnColorSelectListener.class
│ │ │ ├── ColorSelectDialogFragment.class
│ │ │ └── core
│ │ │ ├── ColorBoard$1.class
│ │ │ ├── ColorBoard$OnColorSelectListener.class
│ │ │ ├── ColorBoard.class
│ │ │ ├── ColorPalette$1.class
│ │ │ ├── ColorPalette$2.class
│ │ │ ├── ColorPalette$3.class
│ │ │ ├── ColorPalette$4.class
│ │ │ ├── ColorPalette$5.class
│ │ │ ├── ColorPalette$OnColorSelectListener.class
│ │ │ ├── ColorPalette.class
│ │ │ ├── ColorPicker$OnColorSelectListener.class
│ │ │ └── ColorPicker.class
│ │ ├── classes.jar_880u880ymyjygcpuztz11kafz
│ │ │ └── android
│ │ │ └── support
│ │ │ └── transition
│ │ │ ├── AutoTransition.class
│ │ │ ├── AutoTransitionPort.class
│ │ │ ├── BuildConfig.class
│ │ │ ├── ChangeBounds.class
│ │ │ ├── ChangeBoundsIcs.class
│ │ │ ├── ChangeBoundsInterface.class
│ │ │ ├── ChangeBoundsKitKat.class
│ │ │ ├── ChangeBoundsPort$1.class
│ │ │ ├── ChangeBoundsPort$2.class
│ │ │ ├── ChangeBoundsPort$3.class
│ │ │ ├── ChangeBoundsPort$4.class
│ │ │ ├── ChangeBoundsPort.class
│ │ │ ├── Fade.class
│ │ │ ├── FadeIcs.class
│ │ │ ├── FadeKitKat.class
│ │ │ ├── FadePort$1.class
│ │ │ ├── FadePort$2.class
│ │ │ ├── FadePort$3.class
│ │ │ ├── FadePort.class
│ │ │ ├── RectEvaluator.class
│ │ │ ├── SceneApi21.class
│ │ │ ├── Scene.class
│ │ │ ├── SceneIcs.class
│ │ │ ├── SceneImpl.class
│ │ │ ├── SceneKitKat.class
│ │ │ ├── ScenePort.class
│ │ │ ├── SceneStaticsApi21.class
│ │ │ ├── SceneStaticsIcs.class
│ │ │ ├── SceneStaticsImpl.class
│ │ │ ├── SceneStaticsKitKat.class
│ │ │ ├── SceneWrapper.class
│ │ │ ├── Transition$TransitionListener.class
│ │ │ ├── TransitionApi23.class
│ │ │ ├── Transition.class
│ │ │ ├── TransitionIcs$CompatListener.class
│ │ │ ├── TransitionIcs$TransitionWrapper.class
│ │ │ ├── TransitionIcs.class
│ │ │ ├── TransitionImpl.class
│ │ │ ├── TransitionInterface.class
│ │ │ ├── TransitionInterfaceListener.class
│ │ │ ├── TransitionKitKat$CompatListener.class
│ │ │ ├── TransitionKitKat$TransitionWrapper.class
│ │ │ ├── TransitionKitKat.class
│ │ │ ├── TransitionManager.class
│ │ │ ├── TransitionManagerIcs.class
│ │ │ ├── TransitionManagerImpl.class
│ │ │ ├── TransitionManagerKitKat.class
│ │ │ ├── TransitionManagerPort$MultiListener$1.class
│ │ │ ├── TransitionManagerPort$MultiListener.class
│ │ │ ├── TransitionManagerPort.class
│ │ │ ├── TransitionManagerStaticsIcs.class
│ │ │ ├── TransitionManagerStaticsImpl.class
│ │ │ ├── TransitionManagerStaticsKitKat.class
│ │ │ ├── TransitionPort$1.class
│ │ │ ├── TransitionPort$2.class
│ │ │ ├── TransitionPort$AnimationInfo.class
│ │ │ ├── TransitionPort$ArrayListManager.class
│ │ │ ├── TransitionPort$TransitionListenerAdapter.class
│ │ │ ├── TransitionPort$TransitionListener.class
│ │ │ ├── TransitionPort.class
│ │ │ ├── TransitionSet.class
│ │ │ ├── TransitionSetIcs.class
│ │ │ ├── TransitionSetImpl.class
│ │ │ ├── TransitionSetKitKat.class
│ │ │ ├── TransitionSetPort$1.class
│ │ │ ├── TransitionSetPort$TransitionSetListener.class
│ │ │ ├── TransitionSetPort.class
│ │ │ ├── TransitionValues.class
│ │ │ ├── TransitionValuesMaps.class
│ │ │ ├── ViewGroupOverlay.class
│ │ │ ├── ViewOverlay$OverlayViewGroup$TouchInterceptor.class
│ │ │ ├── ViewOverlay$OverlayViewGroup.class
│ │ │ ├── ViewOverlay.class
│ │ │ ├── Visibility.class
│ │ │ ├── VisibilityIcs$VisibilityWrapper.class
│ │ │ ├── VisibilityIcs.class
│ │ │ ├── VisibilityImpl.class
│ │ │ ├── VisibilityInterface.class
│ │ │ ├── VisibilityKitKat$VisibilityWrapper.class
│ │ │ ├── VisibilityKitKat.class
│ │ │ ├── VisibilityPort$VisibilityInfo.class
│ │ │ ├── VisibilityPort.class
│ │ │ └── WindowIdPort.class
│ │ ├── classes.jar_8ndpdf39zpfbmwl3sirmpagp1
│ │ │ └── android
│ │ │ └── support
│ │ │ └── design
│ │ │ ├── BuildConfig.class
│ │ │ ├── internal
│ │ │ │ ├── BaselineLayout.class
│ │ │ │ ├── BottomNavigationAnimationHelperBase.class
│ │ │ │ ├── BottomNavigationAnimationHelperIcs.class
│ │ │ │ ├── BottomNavigationItemView.class
│ │ │ │ ├── BottomNavigationMenu.class
│ │ │ │ ├── BottomNavigationMenuView$1.class
│ │ │ │ ├── BottomNavigationMenuView.class
│ │ │ │ ├── BottomNavigationPresenter.class
│ │ │ │ ├── ForegroundLinearLayout.class
│ │ │ │ ├── NavigationMenu.class
│ │ │ │ ├── NavigationMenuItemView$1.class
│ │ │ │ ├── NavigationMenuItemView.class
│ │ │ │ ├── NavigationMenuPresenter$1.class
│ │ │ │ ├── NavigationMenuPresenter$HeaderViewHolder.class
│ │ │ │ ├── NavigationMenuPresenter$NavigationMenuAdapter.class
│ │ │ │ ├── NavigationMenuPresenter$NavigationMenuHeaderItem.class
│ │ │ │ ├── NavigationMenuPresenter$NavigationMenuItem.class
│ │ │ │ ├── NavigationMenuPresenter$NavigationMenuSeparatorItem.class
│ │ │ │ ├── NavigationMenuPresenter$NavigationMenuTextItem.class
│ │ │ │ ├── NavigationMenuPresenter$NormalViewHolder.class
│ │ │ │ ├── NavigationMenuPresenter$SeparatorViewHolder.class
│ │ │ │ ├── NavigationMenuPresenter$SubheaderViewHolder.class
│ │ │ │ ├── NavigationMenuPresenter$ViewHolder.class
│ │ │ │ ├── NavigationMenuPresenter.class
│ │ │ │ ├── NavigationMenuView.class
│ │ │ │ ├── NavigationSubMenu.class
│ │ │ │ ├── package-info.class
│ │ │ │ ├── ParcelableSparseArray$1.class
│ │ │ │ ├── ParcelableSparseArray.class
│ │ │ │ ├── ScrimInsetsFrameLayout$1.class
│ │ │ │ ├── ScrimInsetsFrameLayout.class
│ │ │ │ ├── SnackbarContentLayout.class
│ │ │ │ ├── TextScale$1.class
│ │ │ │ └── TextScale.class
│ │ │ └── widget
│ │ │ ├── AnimationUtils$AnimationListenerAdapter.class
│ │ │ ├── AnimationUtils.class
│ │ │ ├── AppBarLayout$1.class
│ │ │ ├── AppBarLayout$Behavior$1.class
│ │ │ ├── AppBarLayout$Behavior$DragCallback.class
│ │ │ ├── AppBarLayout$Behavior$SavedState$1.class
│ │ │ ├── AppBarLayout$Behavior$SavedState.class
│ │ │ ├── AppBarLayout$Behavior.class
│ │ │ ├── AppBarLayout$LayoutParams$ScrollFlags.class
│ │ │ ├── AppBarLayout$LayoutParams.class
│ │ │ ├── AppBarLayout$OnOffsetChangedListener.class
│ │ │ ├── AppBarLayout$ScrollingViewBehavior.class
│ │ │ ├── AppBarLayout.class
│ │ │ ├── BaseTransientBottomBar$10.class
│ │ │ ├── BaseTransientBottomBar$1.class
│ │ │ ├── BaseTransientBottomBar$2.class
│ │ │ ├── BaseTransientBottomBar$3.class
│ │ │ ├── BaseTransientBottomBar$4.class
│ │ │ ├── BaseTransientBottomBar$5$1.class
│ │ │ ├── BaseTransientBottomBar$5.class
│ │ │ ├── BaseTransientBottomBar$6.class
│ │ │ ├── BaseTransientBottomBar$7.class
│ │ │ ├── BaseTransientBottomBar$8.class
│ │ │ ├── BaseTransientBottomBar$9.class
│ │ │ ├── BaseTransientBottomBar$BaseCallback$DismissEvent.class
│ │ │ ├── BaseTransientBottomBar$BaseCallback.class
│ │ │ ├── BaseTransientBottomBar$Behavior.class
│ │ │ ├── BaseTransientBottomBar$ContentViewCallback.class
│ │ │ ├── BaseTransientBottomBar$Duration.class
│ │ │ ├── BaseTransientBottomBar$OnAttachStateChangeListener.class
│ │ │ ├── BaseTransientBottomBar$OnLayoutChangeListener.class
│ │ │ ├── BaseTransientBottomBar$SnackbarBaseLayout.class
│ │ │ ├── BaseTransientBottomBar.class
│ │ │ ├── BottomNavigationView$1.class
│ │ │ ├── BottomNavigationView$OnNavigationItemSelectedListener.class
│ │ │ ├── BottomNavigationView.class
│ │ │ ├── BottomSheetBehavior$1.class
│ │ │ ├── BottomSheetBehavior$2.class
│ │ │ ├── BottomSheetBehavior$BottomSheetCallback.class
│ │ │ ├── BottomSheetBehavior$SavedState$1.class
│ │ │ ├── BottomSheetBehavior$SavedState.class
│ │ │ ├── BottomSheetBehavior$SettleRunnable.class
│ │ │ ├── BottomSheetBehavior$State.class
│ │ │ ├── BottomSheetBehavior.class
│ │ │ ├── BottomSheetDialog$1.class
│ │ │ ├── BottomSheetDialog$2.class
│ │ │ ├── BottomSheetDialog$3.class
│ │ │ ├── BottomSheetDialog.class
│ │ │ ├── BottomSheetDialogFragment.class
│ │ │ ├── CheckableImageButton$1.class
│ │ │ ├── CheckableImageButton.class
│ │ │ ├── CircularBorderDrawable.class
│ │ │ ├── CircularBorderDrawableLollipop.class
│ │ │ ├── CollapsingTextHelper.class
│ │ │ ├── CollapsingToolbarLayout$1.class
│ │ │ ├── CollapsingToolbarLayout$2.class
│ │ │ ├── CollapsingToolbarLayout$LayoutParams.class
│ │ │ ├── CollapsingToolbarLayout$OffsetUpdateListener.class
│ │ │ ├── CollapsingToolbarLayout.class
│ │ │ ├── CoordinatorLayout$1.class
│ │ │ ├── CoordinatorLayout$Behavior.class
│ │ │ ├── CoordinatorLayout$DefaultBehavior.class
│ │ │ ├── CoordinatorLayout$DispatchChangeEvent.class
│ │ │ ├── CoordinatorLayout$HierarchyChangeListener.class
│ │ │ ├── CoordinatorLayout$LayoutParams.class
│ │ │ ├── CoordinatorLayout$OnPreDrawListener.class
│ │ │ ├── CoordinatorLayout$SavedState$1.class
│ │ │ ├── CoordinatorLayout$SavedState.class
│ │ │ ├── CoordinatorLayout$ViewElevationComparator.class
│ │ │ ├── CoordinatorLayout.class
│ │ │ ├── DirectedAcyclicGraph.class
│ │ │ ├── DrawableUtils.class
│ │ │ ├── FloatingActionButton$1.class
│ │ │ ├── FloatingActionButton$Behavior.class
│ │ │ ├── FloatingActionButton$OnVisibilityChangedListener.class
│ │ │ ├── FloatingActionButton$ShadowDelegateImpl.class
│ │ │ ├── FloatingActionButton$Size.class
│ │ │ ├── FloatingActionButton.class
│ │ │ ├── FloatingActionButtonGingerbread$1.class
│ │ │ ├── FloatingActionButtonGingerbread$2.class
│ │ │ ├── FloatingActionButtonGingerbread$DisabledElevationAnimation.class
│ │ │ ├── FloatingActionButtonGingerbread$ElevateToTranslationZAnimation.class
│ │ │ ├── FloatingActionButtonGingerbread$ResetElevationAnimation.class
│ │ │ ├── FloatingActionButtonGingerbread$ShadowAnimatorImpl.class
│ │ │ ├── FloatingActionButtonGingerbread.class
│ │ │ ├── FloatingActionButtonIcs$1.class
│ │ │ ├── FloatingActionButtonIcs$2.class
│ │ │ ├── FloatingActionButtonIcs.class
│ │ │ ├── FloatingActionButtonImpl$1.class
│ │ │ ├── FloatingActionButtonImpl$InternalVisibilityChangedListener.class
│ │ │ ├── FloatingActionButtonImpl.class
│ │ │ ├── FloatingActionButtonLollipop$AlwaysStatefulGradientDrawable.class
│ │ │ ├── FloatingActionButtonLollipop.class
│ │ │ ├── HeaderBehavior$FlingRunnable.class
│ │ │ ├── HeaderBehavior.class
│ │ │ ├── HeaderScrollingViewBehavior.class
│ │ │ ├── MathUtils.class
│ │ │ ├── NavigationView$1.class
│ │ │ ├── NavigationView$OnNavigationItemSelectedListener.class
│ │ │ ├── NavigationView$SavedState$1.class
│ │ │ ├── NavigationView$SavedState.class
│ │ │ ├── NavigationView.class
│ │ │ ├── ShadowDrawableWrapper.class
│ │ │ ├── ShadowViewDelegate.class
│ │ │ ├── Snackbar$1.class
│ │ │ ├── Snackbar$Callback.class
│ │ │ ├── Snackbar$SnackbarLayout.class
│ │ │ ├── Snackbar.class
│ │ │ ├── SnackbarManager$1.class
│ │ │ ├── SnackbarManager$Callback.class
│ │ │ ├── SnackbarManager$SnackbarRecord.class
│ │ │ ├── SnackbarManager.class
│ │ │ ├── StateListAnimator$1.class
│ │ │ ├── StateListAnimator$Tuple.class
│ │ │ ├── StateListAnimator.class
│ │ │ ├── SwipeDismissBehavior$1.class
│ │ │ ├── SwipeDismissBehavior$OnDismissListener.class
│ │ │ ├── SwipeDismissBehavior$SettleRunnable.class
│ │ │ ├── SwipeDismissBehavior.class
│ │ │ ├── TabItem.class
│ │ │ ├── TabLayout$1.class
│ │ │ ├── TabLayout$AdapterChangeListener.class
│ │ │ ├── TabLayout$Mode.class
│ │ │ ├── TabLayout$OnTabSelectedListener.class
│ │ │ ├── TabLayout$PagerAdapterObserver.class
│ │ │ ├── TabLayout$SlidingTabStrip$1.class
│ │ │ ├── TabLayout$SlidingTabStrip$2.class
│ │ │ ├── TabLayout$SlidingTabStrip.class
│ │ │ ├── TabLayout$Tab.class
│ │ │ ├── TabLayout$TabGravity.class
│ │ │ ├── TabLayout$TabLayoutOnPageChangeListener.class
│ │ │ ├── TabLayout$TabView.class
│ │ │ ├── TabLayout$ViewPagerOnTabSelectedListener.class
│ │ │ ├── TabLayout.class
│ │ │ ├── TextInputEditText.class
│ │ │ ├── TextInputLayout$1.class
│ │ │ ├── TextInputLayout$2.class
│ │ │ ├── TextInputLayout$3.class
│ │ │ ├── TextInputLayout$4.class
│ │ │ ├── TextInputLayout$5.class
│ │ │ ├── TextInputLayout$SavedState$1.class
│ │ │ ├── TextInputLayout$SavedState.class
│ │ │ ├── TextInputLayout$TextInputAccessibilityDelegate.class
│ │ │ ├── TextInputLayout.class
│ │ │ ├── ThemeUtils.class
│ │ │ ├── ValueAnimatorCompat$1.class
│ │ │ ├── ValueAnimatorCompat$2.class
│ │ │ ├── ValueAnimatorCompat$AnimatorListenerAdapter.class
│ │ │ ├── ValueAnimatorCompat$AnimatorListener.class
│ │ │ ├── ValueAnimatorCompat$AnimatorUpdateListener.class
│ │ │ ├── ValueAnimatorCompat$Creator.class
│ │ │ ├── ValueAnimatorCompat$Impl$AnimatorListenerProxy.class
│ │ │ ├── ValueAnimatorCompat$Impl$AnimatorUpdateListenerProxy.class
│ │ │ ├── ValueAnimatorCompat$Impl.class
│ │ │ ├── ValueAnimatorCompat.class
│ │ │ ├── ValueAnimatorCompatImplGingerbread$1.class
│ │ │ ├── ValueAnimatorCompatImplGingerbread.class
│ │ │ ├── ValueAnimatorCompatImplHoneycombMr1$1.class
│ │ │ ├── ValueAnimatorCompatImplHoneycombMr1$2.class
│ │ │ ├── ValueAnimatorCompatImplHoneycombMr1.class
│ │ │ ├── ViewGroupUtils$ViewGroupUtilsImplBase.class
│ │ │ ├── ViewGroupUtils$ViewGroupUtilsImpl.class
│ │ │ ├── ViewGroupUtils$ViewGroupUtilsImplHoneycomb.class
│ │ │ ├── ViewGroupUtils.class
│ │ │ ├── ViewGroupUtilsHoneycomb.class
│ │ │ ├── ViewOffsetBehavior.class
│ │ │ ├── ViewOffsetHelper.class
│ │ │ ├── ViewUtils$1.class
│ │ │ ├── ViewUtils.class
│ │ │ ├── ViewUtilsLollipop.class
│ │ │ └── VisibilityAwareImageButton.class
│ │ └── xUtils-2.6.14.jar_ezux6curdwb61btp047qrhj5s
│ │ └── com
│ │ └── lidroid
│ │ └── xutils
│ │ ├── bitmap
│ │ │ ├── BitmapCacheListener.class
│ │ │ ├── BitmapCommonUtils.class
│ │ │ ├── BitmapDisplayConfig.class
│ │ │ ├── BitmapGlobalConfig$BitmapCacheManagementTask.class
│ │ │ ├── BitmapGlobalConfig.class
│ │ │ ├── callback
│ │ │ │ ├── BitmapLoadCallBack.class
│ │ │ │ ├── BitmapLoadFrom.class
│ │ │ │ ├── BitmapSetter.class
│ │ │ │ └── DefaultBitmapLoadCallBack.class
│ │ │ ├── core
│ │ │ │ ├── AsyncDrawable.class
│ │ │ │ ├── BitmapCache$1.class
│ │ │ │ ├── BitmapCache$BitmapMeta.class
│ │ │ │ ├── BitmapCache$MemoryCacheKey.class
│ │ │ │ ├── BitmapCache.class
│ │ │ │ ├── BitmapDecoder.class
│ │ │ │ └── BitmapSize.class
│ │ │ ├── download
│ │ │ │ ├── DefaultDownloader.class
│ │ │ │ └── Downloader.class
│ │ │ ├── factory
│ │ │ │ └── BitmapFactory.class
│ │ │ └── PauseOnScrollListener.class
│ │ ├── BitmapUtils$BitmapLoadTask.class
│ │ ├── BitmapUtils.class
│ │ ├── cache
│ │ │ ├── FileNameGenerator.class
│ │ │ ├── KeyExpiryMap.class
│ │ │ ├── LruDiskCache$1.class
│ │ │ ├── LruDiskCache$2.class
│ │ │ ├── LruDiskCache$Editor$FaultHidingOutputStream.class
│ │ │ ├── LruDiskCache$Editor.class
│ │ │ ├── LruDiskCache$Entry.class
│ │ │ ├── LruDiskCache$Snapshot.class
│ │ │ ├── LruDiskCache$StrictLineReader$1.class
│ │ │ ├── LruDiskCache$StrictLineReader.class
│ │ │ ├── LruDiskCache.class
│ │ │ ├── LruMemoryCache.class
│ │ │ └── MD5FileNameGenerator.class
│ │ ├── db
│ │ │ ├── annotation
│ │ │ │ ├── Check.class
│ │ │ │ ├── Column.class
│ │ │ │ ├── Finder.class
│ │ │ │ ├── Foreign.class
│ │ │ │ ├── Id.class
│ │ │ │ ├── NoAutoIncrement.class
│ │ │ │ ├── NotNull.class
│ │ │ │ ├── Table.class
│ │ │ │ ├── Transient.class
│ │ │ │ └── Unique.class
│ │ │ ├── converter
│ │ │ │ ├── BooleanColumnConverter.class
│ │ │ │ ├── ByteArrayColumnConverter.class
│ │ │ │ ├── ByteColumnConverter.class
│ │ │ │ ├── CharColumnConverter.class
│ │ │ │ ├── ColumnConverter.class
│ │ │ │ ├── ColumnConverterFactory.class
│ │ │ │ ├── DateColumnConverter.class
│ │ │ │ ├── DoubleColumnConverter.class
│ │ │ │ ├── FloatColumnConverter.class
│ │ │ │ ├── IntegerColumnConverter.class
│ │ │ │ ├── LongColumnConverter.class
│ │ │ │ ├── ShortColumnConverter.class
│ │ │ │ ├── SqlDateColumnConverter.class
│ │ │ │ └── StringColumnConverter.class
│ │ │ ├── sqlite
│ │ │ │ ├── ColumnDbType.class
│ │ │ │ ├── CursorUtils$EntityTempCache.class
│ │ │ │ ├── CursorUtils$FindCacheSequence.class
│ │ │ │ ├── CursorUtils.class
│ │ │ │ ├── DbModelSelector.class
│ │ │ │ ├── FinderLazyLoader.class
│ │ │ │ ├── ForeignLazyLoader.class
│ │ │ │ ├── Selector$OrderBy.class
│ │ │ │ ├── Selector.class
│ │ │ │ ├── SqlInfoBuilder.class
│ │ │ │ ├── SqlInfo.class
│ │ │ │ └── WhereBuilder.class
│ │ │ └── table
│ │ │ ├── Column.class
│ │ │ ├── ColumnUtils.class
│ │ │ ├── DbModel.class
│ │ │ ├── Finder.class
│ │ │ ├── Foreign.class
│ │ │ ├── Id.class
│ │ │ ├── KeyValue.class
│ │ │ ├── Table.class
│ │ │ └── TableUtils.class
│ │ ├── DbUtils$DaoConfig.class
│ │ ├── DbUtils$DbUpgradeListener.class
│ │ ├── DbUtils$FindTempCache.class
│ │ ├── DbUtils.class
│ │ ├── exception
│ │ │ ├── BaseException.class
│ │ │ ├── DbException.class
│ │ │ └── HttpException.class
│ │ ├── http
│ │ │ ├── callback
│ │ │ │ ├── DefaultHttpRedirectHandler.class
│ │ │ │ ├── FileDownloadHandler.class
│ │ │ │ ├── HttpRedirectHandler.class
│ │ │ │ ├── RequestCallBack.class
│ │ │ │ ├── RequestCallBackHandler.class
│ │ │ │ └── StringDownloadHandler.class
│ │ │ ├── client
│ │ │ │ ├── DefaultSSLSocketFactory$1.class
│ │ │ │ ├── DefaultSSLSocketFactory.class
│ │ │ │ ├── entity
│ │ │ │ │ ├── BodyParamsEntity.class
│ │ │ │ │ ├── DecompressingEntity.class
│ │ │ │ │ ├── FileUploadEntity.class
│ │ │ │ │ ├── GZipDecompressingEntity.class
│ │ │ │ │ ├── InputStreamUploadEntity.class
│ │ │ │ │ └── UploadEntity.class
│ │ │ │ ├── HttpRequest$HttpMethod.class
│ │ │ │ ├── HttpRequest.class
│ │ │ │ ├── multipart
│ │ │ │ │ ├── content
│ │ │ │ │ │ ├── AbstractContentBody.class
│ │ │ │ │ │ ├── ByteArrayBody.class
│ │ │ │ │ │ ├── ContentBody.class
│ │ │ │ │ │ ├── ContentDescriptor.class
│ │ │ │ │ │ ├── FileBody.class
│ │ │ │ │ │ ├── InputStreamBody.class
│ │ │ │ │ │ └── StringBody.class
│ │ │ │ │ ├── FormBodyPart.class
│ │ │ │ │ ├── HttpMultipart.class
│ │ │ │ │ ├── HttpMultipartMode.class
│ │ │ │ │ ├── MIME.class
│ │ │ │ │ ├── MinimalField.class
│ │ │ │ │ ├── MinimalFieldHeader.class
│ │ │ │ │ ├── MultipartEntity$CallBackInfo.class
│ │ │ │ │ └── MultipartEntity.class
│ │ │ │ ├── RetryHandler.class
│ │ │ │ └── util
│ │ │ │ ├── URIBuilder.class
│ │ │ │ └── URLEncodedUtils.class
│ │ │ ├── HttpCache$1.class
│ │ │ ├── HttpCache.class
│ │ │ ├── HttpHandler$NotUseApacheRedirectHandler.class
│ │ │ ├── HttpHandler$State.class
│ │ │ ├── HttpHandler.class
│ │ │ ├── RequestParams$HeaderItem.class
│ │ │ ├── RequestParams.class
│ │ │ ├── ResponseInfo.class
│ │ │ ├── ResponseStream.class
│ │ │ └── SyncHttpHandler.class
│ │ ├── HttpUtils$1.class
│ │ ├── HttpUtils$2.class
│ │ ├── HttpUtils.class
│ │ ├── task
│ │ │ ├── Node.class
│ │ │ ├── PriorityAsyncTask$1.class
│ │ │ ├── PriorityAsyncTask$2.class
│ │ │ ├── PriorityAsyncTask$AsyncTaskResult.class
│ │ │ ├── PriorityAsyncTask$InternalHandler.class
│ │ │ ├── PriorityAsyncTask$WorkerRunnable.class
│ │ │ ├── PriorityAsyncTask.class
│ │ │ ├── Priority.class
│ │ │ ├── PriorityExecutor$1.class
│ │ │ ├── PriorityExecutor.class
│ │ │ ├── PriorityObjectBlockingQueue$Itr.class
│ │ │ ├── PriorityObjectBlockingQueue.class
│ │ │ ├── PriorityObject.class
│ │ │ ├── PriorityRunnable.class
│ │ │ └── TaskHandler.class
│ │ ├── util
│ │ │ ├── CharsetUtils.class
│ │ │ ├── DoubleKeyValueMap.class
│ │ │ ├── IOUtils.class
│ │ │ ├── LogUtils$CustomLogger.class
│ │ │ ├── LogUtils.class
│ │ │ ├── MimeTypeUtils.class
│ │ │ ├── OtherUtils$1.class
│ │ │ ├── OtherUtils.class
│ │ │ ├── PreferencesCookieStore$SerializableCookie.class
│ │ │ └── PreferencesCookieStore.class
│ │ ├── view
│ │ │ ├── annotation
│ │ │ │ ├── ContentView.class
│ │ │ │ ├── event
│ │ │ │ │ ├── EventBase.class
│ │ │ │ │ ├── OnChildClick.class
│ │ │ │ │ ├── OnClick.class
│ │ │ │ │ ├── OnCompoundButtonCheckedChange.class
│ │ │ │ │ ├── OnFocusChange.class
│ │ │ │ │ ├── OnGroupClick.class
│ │ │ │ │ ├── OnGroupCollapse.class
│ │ │ │ │ ├── OnGroupExpand.class
│ │ │ │ │ ├── OnItemClick.class
│ │ │ │ │ ├── OnItemLongClick.class
│ │ │ │ │ ├── OnItemSelected.class
│ │ │ │ │ ├── OnKey.class
│ │ │ │ │ ├── OnLongClick.class
│ │ │ │ │ ├── OnNothingSelected.class
│ │ │ │ │ ├── OnPreferenceChange.class
│ │ │ │ │ ├── OnPreferenceClick.class
│ │ │ │ │ ├── OnProgressChanged.class
│ │ │ │ │ ├── OnRadioGroupCheckedChange.class
│ │ │ │ │ ├── OnScroll.class
│ │ │ │ │ ├── OnScrollStateChanged.class
│ │ │ │ │ ├── OnStartTrackingTouch.class
│ │ │ │ │ ├── OnStopTrackingTouch.class
│ │ │ │ │ ├── OnTabChange.class
│ │ │ │ │ └── OnTouch.class
│ │ │ │ ├── PreferenceInject.class
│ │ │ │ ├── ResInject.class
│ │ │ │ └── ViewInject.class
│ │ │ ├── EventListenerManager$DynamicHandler.class
│ │ │ ├── EventListenerManager.class
│ │ │ ├── ResLoader.class
│ │ │ ├── ResType.class
│ │ │ ├── ViewFinder.class
│ │ │ └── ViewInjectInfo.class
│ │ └── ViewUtils.class
│ ├── build.gradle
│ ├── libs
│ │ └── xUtils-2.6.14.jar
│ ├── proguard-rules.pro
│ └── src
│ ├── androidTest
│ │ └── java
│ │ └── com
│ │ └── freesub
│ │ └── wujie
│ │ └── textstickerviewdemo
│ │ └── ExampleInstrumentedTest.java
│ ├── main
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ │ └── com
│ │ │ └── freesub
│ │ │ └── wujie
│ │ │ └── textstickerviewdemo
│ │ │ ├── MainActivity.java
│ │ │ ├── utils
│ │ │ │ └── RectUtil.java
│ │ │ └── view
│ │ │ ├── BoxStickerProView.java
│ │ │ ├── BoxStickerView.java
│ │ │ ├── TextInputDialog.java
│ │ │ └── TextStickerView.java
│ │ └── res
│ │ ├── anim
│ │ │ ├── dialog_enter.xml
│ │ │ └── dialog_exit.xml
│ │ ├── drawable
│ │ │ ├── dialog_bottom_background.9.png
│ │ │ └── edit_radius_re_bg.xml
│ │ ├── layout
│ │ │ ├── activity_main.xml
│ │ │ └── dialog_input_text.xml
│ │ ├── mipmap-hdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── text_delete.png
│ │ │ └── text_edit.png
│ │ ├── mipmap-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── color_picker_icor.png
│ │ │ ├── ic_launcher.png
│ │ │ └── iv_add_icor.png
│ │ ├── mipmap-xxxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── values
│ │ │ ├── colors.xml
│ │ │ ├── dimens.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ └── values-w820dp
│ │ └── dimens.xml
│ └── test
│ └── java
│ └── com
│ └── freesub
│ └── wujie
│ └── textstickerviewdemo
│ └── ExampleUnitTest.java
├── app-debug.apk
├── build
│ └── intermediates
│ └── dex-cache
│ └── cache.xml
├── build.gradle
├── ColorPalette
│ ├── build
│ │ ├── generated
│ │ │ └── source
│ │ │ ├── buildConfig
│ │ │ │ ├── debug
│ │ │ │ │ └── zhou
│ │ │ │ │ └── colorpalette
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── release
│ │ │ │ └── zhou
│ │ │ │ └── colorpalette
│ │ │ │ └── BuildConfig.java
│ │ │ └── r
│ │ │ ├── debug
│ │ │ │ └── zhou
│ │ │ │ └── colorpalette
│ │ │ │ └── R.java
│ │ │ └── release
│ │ │ └── zhou
│ │ │ └── colorpalette
│ │ │ └── R.java
│ │ ├── intermediates
│ │ │ ├── bundles
│ │ │ │ ├── debug
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ └── btn.xml
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── ic_color_lens.png
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ ├── ic_action_accept.png
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ ├── circle.png
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── zhou_activity_color.xml
│ │ │ │ │ │ │ └── zhou_fragment_color.xml
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ └── release
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── classes.jar
│ │ │ │ ├── res
│ │ │ │ │ ├── drawable
│ │ │ │ │ │ └── btn.xml
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ ├── ic_color_lens.png
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ ├── ic_action_accept.png
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ ├── circle.png
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── layout
│ │ │ │ │ │ ├── zhou_activity_color.xml
│ │ │ │ │ │ └── zhou_fragment_color.xml
│ │ │ │ │ └── values
│ │ │ │ │ └── values.xml
│ │ │ │ └── R.txt
│ │ │ ├── classes
│ │ │ │ └── release
│ │ │ │ └── zhou
│ │ │ │ └── colorpalette
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── ColorSelectActivity.class
│ │ │ │ ├── ColorSelectDialog$1.class
│ │ │ │ ├── ColorSelectDialog$OnColorSelectListener.class
│ │ │ │ ├── ColorSelectDialog.class
│ │ │ │ ├── ColorSelectDialogFragment$1.class
│ │ │ │ ├── ColorSelectDialogFragment$2.class
│ │ │ │ ├── ColorSelectDialogFragment$OnColorSelectListener.class
│ │ │ │ ├── ColorSelectDialogFragment.class
│ │ │ │ ├── core
│ │ │ │ │ ├── ColorBoard$1.class
│ │ │ │ │ ├── ColorBoard$OnColorSelectListener.class
│ │ │ │ │ ├── ColorBoard.class
│ │ │ │ │ ├── ColorPalette$1.class
│ │ │ │ │ ├── ColorPalette$2.class
│ │ │ │ │ ├── ColorPalette$3.class
│ │ │ │ │ ├── ColorPalette$4.class
│ │ │ │ │ ├── ColorPalette$5.class
│ │ │ │ │ ├── ColorPalette$OnColorSelectListener.class
│ │ │ │ │ ├── ColorPalette.class
│ │ │ │ │ ├── ColorPicker$OnColorSelectListener.class
│ │ │ │ │ └── ColorPicker.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ └── R.class
│ │ │ ├── incremental
│ │ │ │ ├── compileDebugAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileReleaseAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── mergeReleaseAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── packageDebugResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── merger.xml
│ │ │ │ └── packageReleaseResources
│ │ │ │ ├── compile-file-map.properties
│ │ │ │ ├── merged.dir
│ │ │ │ │ └── values
│ │ │ │ │ └── values.xml
│ │ │ │ └── merger.xml
│ │ │ ├── incremental-safeguard
│ │ │ │ └── release
│ │ │ │ └── tag.txt
│ │ │ └── manifests
│ │ │ └── aapt
│ │ │ ├── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ └── release
│ │ │ └── AndroidManifest.xml
│ │ └── outputs
│ │ └── aar
│ │ └── ColorPalette-release.aar
│ ├── build.gradle
│ ├── ColorPalette.iml
│ ├── proguard-rules.pro
│ └── src
│ ├── androidTest
│ │ └── java
│ │ └── zhou
│ │ └── colorpalette
│ │ └── ApplicationTest.java
│ └── main
│ ├── AndroidManifest.xml
│ ├── java
│ │ └── zhou
│ │ └── colorpalette
│ │ ├── ColorSelectActivity.java
│ │ ├── ColorSelectDialogFragment.java
│ │ ├── ColorSelectDialog.java
│ │ └── core
│ │ ├── ColorBoard.java
│ │ ├── ColorPalette.java
│ │ └── ColorPicker.java
│ └── res
│ ├── drawable
│ │ └── btn.xml
│ ├── drawable-hdpi
│ │ └── ic_launcher.png
│ ├── drawable-mdpi
│ │ ├── ic_color_lens.png
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ ├── ic_action_accept.png
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ ├── circle.png
│ │ └── ic_launcher.png
│ ├── layout
│ │ ├── zhou_activity_color.xml
│ │ └── zhou_fragment_color.xml
│ └── values
│ └── colors.xml
├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── local.properties
├── README.md
├── screenshot
│ ├── screenshot1.jpg
│ ├── screenshot2.jpg
│ ├── screenshot3.jpg
│ ├── screenshot4.jpg
│ ├── screenshot5.jpg
│ └── screenshot6.jpg
├── settings.gradle
└── TextStickerViewDemo-master.iml
595 directories, 2204 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论