├── .gitignore
├── .settings
└── org.eclipse.jdt.core.prefs
├── AmbilWarna
├── .settings
│ └── org.eclipse.jdt.core.prefs
├── AndroidManifest.xml
├── build.gradle
├── build.xml
├── project.properties
├── res
│ ├── drawable-hdpi
│ │ ├── ambilwarna_arrow_down.png
│ │ ├── ambilwarna_arrow_right.png
│ │ ├── ambilwarna_cursor.png
│ │ └── ambilwarna_target.png
│ ├── drawable-ldpi
│ │ ├── ambilwarna_arrow_down.png
│ │ ├── ambilwarna_arrow_right.png
│ │ ├── ambilwarna_cursor.png
│ │ └── ambilwarna_target.png
│ ├── drawable-mdpi
│ │ ├── ambilwarna_alphacheckered.png
│ │ ├── ambilwarna_arrow_down.png
│ │ ├── ambilwarna_arrow_right.png
│ │ ├── ambilwarna_cursor.png
│ │ ├── ambilwarna_hue.png
│ │ └── ambilwarna_target.png
│ ├── drawable-xhdpi
│ │ ├── ambilwarna_arrow_down.png
│ │ ├── ambilwarna_arrow_right.png
│ │ ├── ambilwarna_cursor.png
│ │ └── ambilwarna_target.png
│ ├── drawable
│ │ └── ambilwarna_alphacheckered_tiled.xml
│ ├── layout-land
│ │ └── ambilwarna_dialog.xml
│ ├── layout
│ │ ├── ambilwarna_dialog.xml
│ │ └── ambilwarna_pref_widget.xml
│ ├── values-land
│ │ └── dimen.xml
│ ├── values-xlarge-land
│ │ └── dimen.xml
│ └── values
│ │ ├── attrs.xml
│ │ └── dimen.xml
└── src
│ └── yuku
│ └── ambilwarna
│ ├── AmbilWarnaDialog.java
│ ├── AmbilWarnaSquare.java
│ └── widget
│ ├── AmbilWarnaPrefWidgetView.java
│ └── AmbilWarnaPreference.java
├── Change logs.txt
├── LICENSE
├── README.md
├── appcompat
├── .settings
│ └── org.eclipse.jdt.core.prefs
├── AndroidManifest.xml
├── README.txt
├── build.gradle
├── project.properties
├── res
│ ├── anim
│ │ ├── abc_fade_in.xml
│ │ ├── abc_fade_out.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_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
│ ├── drawable-hdpi
│ │ ├── abc_ab_share_pack_holo_dark.9.png
│ │ ├── abc_ab_share_pack_holo_light.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_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_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_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.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_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
│ ├── drawable-ldrtl-hdpi
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── 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
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── 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
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── 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
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── 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
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ └── abc_spinner_mtrl_am_alpha.9.png
│ ├── drawable-mdpi
│ │ ├── abc_ab_share_pack_holo_dark.9.png
│ │ ├── abc_ab_share_pack_holo_light.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_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_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_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.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_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
│ ├── drawable-xhdpi
│ │ ├── abc_ab_share_pack_holo_dark.9.png
│ │ ├── abc_ab_share_pack_holo_light.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_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_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_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.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_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
│ ├── drawable-xxhdpi
│ │ ├── abc_ab_share_pack_holo_dark.9.png
│ │ ├── abc_ab_share_pack_holo_light.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_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_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_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.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_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
│ ├── drawable-xxxhdpi
│ │ ├── 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_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ └── abc_tab_indicator_mtrl_alpha.9.png
│ ├── drawable
│ │ ├── abc_btn_check_material.xml
│ │ ├── abc_btn_radio_material.xml
│ │ ├── abc_cab_background_internal_bg.xml
│ │ ├── abc_cab_background_top_material.xml
│ │ ├── abc_edit_text_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_switch_thumb_material.xml
│ │ ├── abc_tab_indicator_material.xml
│ │ └── abc_textfield_search_material.xml
│ ├── layout-v11
│ │ └── abc_screen_content_include.xml
│ ├── 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.xml
│ │ ├── abc_activity_chooser_view_include.xml
│ │ ├── abc_activity_chooser_view_list_item.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_item_layout.xml
│ │ ├── abc_screen_content_include.xml
│ │ ├── abc_screen_simple.xml
│ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ ├── abc_screen_toolbar.xml
│ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ ├── abc_search_view.xml
│ │ ├── abc_simple_dropdown_hint.xml
│ │ └── support_simple_spinner_dropdown_item.xml
│ ├── values-af
│ │ └── strings.xml
│ ├── values-am
│ │ └── strings.xml
│ ├── values-ar
│ │ └── strings.xml
│ ├── values-bg
│ │ └── strings.xml
│ ├── values-bn-rBD
│ │ └── strings.xml
│ ├── values-ca
│ │ └── strings.xml
│ ├── values-cs
│ │ └── strings.xml
│ ├── values-da
│ │ └── strings.xml
│ ├── values-de
│ │ └── strings.xml
│ ├── values-el
│ │ └── strings.xml
│ ├── values-en-rGB
│ │ └── strings.xml
│ ├── values-en-rIN
│ │ └── strings.xml
│ ├── values-es-rUS
│ │ └── strings.xml
│ ├── values-es
│ │ └── strings.xml
│ ├── values-et-rEE
│ │ └── strings.xml
│ ├── values-eu-rES
│ │ └── strings.xml
│ ├── values-fa
│ │ └── strings.xml
│ ├── values-fi
│ │ └── strings.xml
│ ├── values-fr-rCA
│ │ └── strings.xml
│ ├── values-fr
│ │ └── strings.xml
│ ├── values-gl-rES
│ │ └── strings.xml
│ ├── values-hi
│ │ └── strings.xml
│ ├── values-hr
│ │ └── strings.xml
│ ├── values-hu
│ │ └── strings.xml
│ ├── values-hy-rAM
│ │ └── strings.xml
│ ├── values-in
│ │ └── strings.xml
│ ├── values-is-rIS
│ │ └── strings.xml
│ ├── values-it
│ │ └── strings.xml
│ ├── values-iw
│ │ └── strings.xml
│ ├── values-ja
│ │ └── strings.xml
│ ├── values-ka-rGE
│ │ └── strings.xml
│ ├── values-kk-rKZ
│ │ └── strings.xml
│ ├── values-km-rKH
│ │ └── strings.xml
│ ├── values-kn-rIN
│ │ └── strings.xml
│ ├── values-ko
│ │ └── strings.xml
│ ├── values-ky-rKG
│ │ └── strings.xml
│ ├── values-land
│ │ ├── bools.xml
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ └── dimens_material.xml
│ ├── values-large
│ │ ├── bools.xml
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ └── themes_base.xml
│ ├── values-lo-rLA
│ │ └── strings.xml
│ ├── values-lt
│ │ └── strings.xml
│ ├── values-lv
│ │ └── strings.xml
│ ├── values-mk-rMK
│ │ └── strings.xml
│ ├── values-ml-rIN
│ │ └── strings.xml
│ ├── values-mn-rMN
│ │ └── strings.xml
│ ├── values-mr-rIN
│ │ └── strings.xml
│ ├── values-ms-rMY
│ │ └── strings.xml
│ ├── values-my-rMM
│ │ └── strings.xml
│ ├── values-nb
│ │ └── strings.xml
│ ├── values-ne-rNP
│ │ └── strings.xml
│ ├── values-nl
│ │ └── strings.xml
│ ├── values-pl
│ │ └── strings.xml
│ ├── values-port
│ │ └── bools.xml
│ ├── values-pt-rPT
│ │ └── strings.xml
│ ├── values-pt
│ │ └── strings.xml
│ ├── values-ro
│ │ └── strings.xml
│ ├── values-ru
│ │ └── strings.xml
│ ├── values-si-rLK
│ │ └── strings.xml
│ ├── values-sk
│ │ └── strings.xml
│ ├── values-sl
│ │ └── strings.xml
│ ├── values-sr
│ │ └── strings.xml
│ ├── values-sv
│ │ └── strings.xml
│ ├── values-sw
│ │ └── strings.xml
│ ├── values-sw600dp
│ │ ├── config.xml
│ │ └── dimens.xml
│ ├── values-ta-rIN
│ │ └── strings.xml
│ ├── values-te-rIN
│ │ └── strings.xml
│ ├── values-th
│ │ └── strings.xml
│ ├── values-tl
│ │ └── strings.xml
│ ├── values-tr
│ │ └── strings.xml
│ ├── values-uk
│ │ └── strings.xml
│ ├── values-ur-rPK
│ │ └── strings.xml
│ ├── values-uz-rUZ
│ │ └── strings.xml
│ ├── values-v11
│ │ ├── styles_base.xml
│ │ ├── styles_base_text.xml
│ │ └── themes_base.xml
│ ├── values-v14
│ │ └── themes_base.xml
│ ├── values-v17
│ │ └── styles_rtl.xml
│ ├── values-v21
│ │ ├── styles_base.xml
│ │ ├── styles_base_text.xml
│ │ └── themes_base.xml
│ ├── values-vi
│ │ └── strings.xml
│ ├── values-w360dp
│ │ └── dimens.xml
│ ├── values-w480dp
│ │ ├── bools.xml
│ │ └── config.xml
│ ├── values-w500dp
│ │ └── dimens.xml
│ ├── values-w600dp
│ │ └── dimens.xml
│ ├── values-w720dp
│ │ └── bools.xml
│ ├── values-xlarge-land
│ │ └── dimens.xml
│ ├── values-xlarge
│ │ ├── bools.xml
│ │ └── dimens.xml
│ ├── values-zh-rCN
│ │ └── strings.xml
│ ├── values-zh-rHK
│ │ └── strings.xml
│ ├── values-zh-rTW
│ │ └── strings.xml
│ ├── values-zu
│ │ └── strings.xml
│ └── values
│ │ ├── attrs.xml
│ │ ├── bools.xml
│ │ ├── colors.xml
│ │ ├── colors_material.xml
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ ├── dimens_material.xml
│ │ ├── ids.xml
│ │ ├── strings.xml
│ │ ├── styles.xml
│ │ ├── styles_base.xml
│ │ ├── styles_base_text.xml
│ │ ├── styles_rtl.xml
│ │ ├── themes.xml
│ │ └── themes_base.xml
└── src
│ └── .readme
├── assets
├── Roboto-Regular.ttf
└── Roboto-Thin.ttf
├── bla-web.png
├── build.gradle
├── gradle
└── wrapper
│ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── ic_launcher-web.png
├── libs
└── pattern
│ └── code
│ ├── .settings
│ └── org.eclipse.jdt.core.prefs
│ ├── AndroidManifest.xml
│ ├── build.xml
│ ├── proguard.cfg
│ ├── project.properties
│ ├── res
│ ├── drawable-hdpi
│ │ ├── alp_btn_code_lock_default_holo_dark.png
│ │ ├── alp_btn_code_lock_default_holo_light.png
│ │ ├── alp_btn_code_lock_touched_holo_dark.png
│ │ ├── alp_btn_code_lock_touched_holo_light.png
│ │ ├── alp_indicator_code_lock_point_area_default_holo_dark.png
│ │ ├── alp_indicator_code_lock_point_area_default_holo_light.png
│ │ ├── aosp_dialog_full_holo_dark.9.png
│ │ ├── aosp_dialog_full_holo_light.9.png
│ │ ├── aosp_indicator_code_lock_point_area_blue_holo.png
│ │ ├── aosp_indicator_code_lock_point_area_green_holo.png
│ │ └── aosp_indicator_code_lock_point_area_red_holo.png
│ ├── drawable-mdpi
│ │ ├── alp_btn_code_lock_default_holo_dark.png
│ │ ├── alp_btn_code_lock_default_holo_light.png
│ │ ├── alp_btn_code_lock_touched_holo_dark.png
│ │ ├── alp_btn_code_lock_touched_holo_light.png
│ │ ├── alp_indicator_code_lock_point_area_default_holo_dark.png
│ │ ├── alp_indicator_code_lock_point_area_default_holo_light.png
│ │ ├── aosp_dialog_full_holo_dark.9.png
│ │ ├── aosp_dialog_full_holo_light.9.png
│ │ ├── aosp_indicator_code_lock_point_area_blue_holo.png
│ │ ├── aosp_indicator_code_lock_point_area_green_holo.png
│ │ └── aosp_indicator_code_lock_point_area_red_holo.png
│ ├── drawable-nodpi
│ │ ├── aosp_background_holo_dark.png
│ │ ├── aosp_background_holo_light.png
│ │ ├── aosp_indicator_code_lock_drag_direction_green_up.png
│ │ └── aosp_indicator_code_lock_drag_direction_red_up.png
│ ├── drawable-xhdpi
│ │ ├── alp_btn_code_lock_default_holo_dark.png
│ │ ├── alp_btn_code_lock_default_holo_light.png
│ │ ├── alp_btn_code_lock_touched_holo_dark.png
│ │ ├── alp_btn_code_lock_touched_holo_light.png
│ │ ├── alp_indicator_code_lock_point_area_default_holo_dark.png
│ │ ├── alp_indicator_code_lock_point_area_default_holo_light.png
│ │ ├── aosp_dialog_full_holo_dark.9.png
│ │ ├── aosp_dialog_full_holo_light.9.png
│ │ ├── aosp_indicator_code_lock_point_area_blue_holo.png
│ │ ├── aosp_indicator_code_lock_point_area_green_holo.png
│ │ └── aosp_indicator_code_lock_point_area_red_holo.png
│ ├── layout-v14
│ │ └── alp_lock_pattern_view.xml
│ ├── layout
│ │ ├── alp_lock_pattern_activity.xml
│ │ ├── alp_lock_pattern_activity_land.xml
│ │ └── alp_lock_pattern_view.xml
│ ├── values-de
│ │ └── strings.xml
│ ├── values-es
│ │ └── strings.xml
│ ├── values-land
│ │ └── layouts.xml
│ ├── values-sw600dp
│ │ ├── dimens.xml
│ │ └── env.xml
│ ├── values-sw720dp
│ │ └── dimens.xml
│ ├── values-v11
│ │ └── styles.xml
│ ├── values-v14
│ │ └── styles.xml
│ ├── values-vi
│ │ └── strings.xml
│ └── values
│ │ ├── colors.xml
│ │ ├── dimens.xml
│ │ ├── drawables.xml
│ │ ├── env.xml
│ │ ├── preferences.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── src
│ └── group
│ └── pals
│ └── android
│ └── lib
│ └── ui
│ └── lockpattern
│ ├── LockPatternActivity.java
│ ├── collect
│ └── Lists.java
│ ├── prefs
│ ├── DisplayPrefs.java
│ ├── Prefs.java
│ └── SecurityPrefs.java
│ ├── util
│ ├── IEncrypter.java
│ ├── InvalidEncrypterException.java
│ ├── Randoms.java
│ └── UI.java
│ └── widget
│ ├── LockPatternUtils.java
│ ├── LockPatternView.java
│ ├── LockPatternView_v14.java
│ └── ViewCompat_v16.java
├── lint.xml
├── pilocker
├── .gitignore
├── build.gradle
├── proguard-rules.pro
└── src
│ ├── androidTest
│ └── java
│ │ └── com
│ │ └── example
│ │ └── braindigit
│ │ └── pilocker
│ │ └── ApplicationTest.java
│ ├── main
│ ├── AndroidManifest.xml
│ ├── java
│ │ └── com
│ │ │ ├── almas
│ │ │ ├── Picker.java
│ │ │ ├── PickerAdapter.java
│ │ │ ├── PickerApp.java
│ │ │ ├── ShortCut.java
│ │ │ ├── ShortcutSettings.java
│ │ │ ├── ShortcutView.java
│ │ │ └── Shortcutter.java
│ │ │ ├── androidfire
│ │ │ └── logger
│ │ │ │ └── LoggerHelper.java
│ │ │ └── pilockerstable
│ │ │ ├── About.java
│ │ │ ├── AboutPi.java
│ │ │ ├── CropOption.java
│ │ │ ├── CropOptionAdapter.java
│ │ │ ├── DeviceAdmin.java
│ │ │ ├── FontsOverride.java
│ │ │ ├── Help.java
│ │ │ ├── HomeKeyLocker.java
│ │ │ ├── InternalStorageContentProvider.java
│ │ │ ├── Lock.java
│ │ │ ├── LockBoot.java
│ │ │ ├── LockerService.java
│ │ │ ├── MainActivity.java
│ │ │ ├── Notification.java
│ │ │ ├── PanelSwitcher.java
│ │ │ ├── PinActivity.java
│ │ │ ├── Receiver.java
│ │ │ ├── Servicelock.java
│ │ │ ├── customViewGroup.java
│ │ │ └── test.java
│ └── res
│ │ ├── drawable-hdpi
│ │ ├── about.png
│ │ ├── back.png
│ │ ├── backward.png
│ │ ├── bla.png
│ │ ├── blue.png
│ │ ├── button.xml
│ │ ├── eight.png
│ │ ├── five.png
│ │ ├── four.png
│ │ ├── grad.xml
│ │ ├── ic_action_name.png
│ │ ├── ic_launcher.png
│ │ ├── musicbutton.png
│ │ ├── nine.png
│ │ ├── one.png
│ │ ├── pause.png
│ │ ├── pi_logo.png
│ │ ├── play.png
│ │ ├── seven.png
│ │ ├── six.png
│ │ ├── three.png
│ │ └── two.png
│ │ ├── drawable-mdpi
│ │ ├── about.png
│ │ ├── bla.png
│ │ ├── ic_action_name.png
│ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ ├── about.png
│ │ ├── bla.png
│ │ ├── ic_action_name.png
│ │ └── ic_launcher.png
│ │ ├── drawable-xxhdpi
│ │ ├── about.png
│ │ ├── bla.png
│ │ ├── ic_action_name.png
│ │ ├── ic_launcher.png
│ │ └── play.png
│ │ ├── drawable
│ │ ├── button1.xml
│ │ ├── button2.xml
│ │ ├── check1.xml
│ │ ├── check2.xml
│ │ ├── check3.xml
│ │ ├── grad.xml
│ │ ├── main1.xml
│ │ ├── main2.xml
│ │ ├── pin1.xml
│ │ ├── pin2.xml
│ │ ├── selector.xml
│ │ ├── selector2.xml
│ │ ├── selector3.xml
│ │ ├── selector4.xml
│ │ └── untitled.png
│ │ ├── layout-large
│ │ ├── activity_lock.xml
│ │ └── pin.xml
│ │ ├── layout-small
│ │ └── pin.xml
│ │ ├── layout-xlarge
│ │ ├── activity_lock.xml
│ │ └── pin.xml
│ │ ├── layout
│ │ ├── about_pi.xml
│ │ ├── activity_about.xml
│ │ ├── activity_help.xml
│ │ ├── activity_lock.xml
│ │ ├── activity_main.xml
│ │ ├── crop_selector.xml
│ │ ├── logs.xml
│ │ ├── music.xml
│ │ ├── password.xml
│ │ └── pin.xml
│ │ ├── menu
│ │ ├── about.xml
│ │ ├── help.xml
│ │ ├── lock.xml
│ │ ├── main.xml
│ │ └── pin.xml
│ │ ├── mipmap-hdpi
│ │ └── ic_launcher.png
│ │ ├── mipmap-mdpi
│ │ └── ic_launcher.png
│ │ ├── mipmap-xhdpi
│ │ └── ic_launcher.png
│ │ ├── mipmap-xxhdpi
│ │ └── ic_launcher.png
│ │ ├── mipmap-xxxhdpi
│ │ └── ic_launcher.png
│ │ ├── raw
│ │ └── gestures
│ │ ├── values-sw600dp
│ │ └── dimens.xml
│ │ ├── values-sw720dp-land
│ │ └── dimens.xml
│ │ ├── values-v11
│ │ └── styles.xml
│ │ ├── values-v14
│ │ └── styles.xml
│ │ ├── values-w820dp
│ │ └── dimens.xml
│ │ ├── values
│ │ ├── colors.xml
│ │ ├── dimens.xml
│ │ ├── integers.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ │ └── xml
│ │ └── admin.xml
│ └── test
│ └── java
│ └── com
│ └── example
│ └── braindigit
│ └── pilocker
│ └── ExampleUnitTest.java
├── proguard-project.txt
├── project.properties
├── settings.gradle
└── simple-crop-image-lib
├── AndroidManifest.xml
├── ant.properties
├── build.gradle
├── build.xml
├── proguard-project.txt
├── project.properties
├── res
├── drawable-xhdpi
│ ├── btn_crop_operator.9.png
│ ├── btn_crop_pressed.9.png
│ ├── camera_crop_height.png
│ ├── camera_crop_width.png
│ ├── ic_rotate_left.png
│ ├── ic_rotate_right.png
│ └── indicator_autocrop.png
├── drawable
│ └── selector_crop_button.xml
├── layout
│ ├── cropimage.xml
│ └── main.xml
├── values-cs
│ └── strings.xml
└── values
│ ├── strings.xml
│ └── styles.xml
└── src
└── eu
└── janmuller
└── android
└── simplecropimage
├── BitmapManager.java
├── CropImage.java
├── CropImageView.java
├── HighlightView.java
├── ImageViewTouchBase.java
├── MonitoredActivity.java
├── RotateBitmap.java
└── Util.java
/.gitignore:
--------------------------------------------------------------------------------
1 | #built application files
2 | *.apk
3 | *.ap_
4 |
5 | # files for the dex VM
6 | *.dex
7 |
8 | # Java class files
9 | *.class
10 |
11 | # generated files
12 | bin/
13 | gen/
14 |
15 | # Local configuration file (sdk path, etc)
16 | local.properties
17 |
18 | # Windows thumbnail db
19 | Thumbs.db
20 |
21 | # OSX files
22 | .DS_Store
23 |
24 | # Eclipse project files
25 | .classpath
26 | .project
27 |
28 | # Android Studio
29 | *.iml
30 | .idea
31 | #.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
32 | .gradle
33 | build/
34 |
35 | #NDK
36 | obj/
37 |
38 | /*/out
39 | /*/*/build
40 | /*/*/production
41 | *.iws
42 | *.ipr
43 | *~
44 | *.swp
--------------------------------------------------------------------------------
/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 | org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5 | org.eclipse.jdt.core.compiler.compliance=1.7
6 | org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7 | org.eclipse.jdt.core.compiler.debug.localVariable=generate
8 | org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11 | org.eclipse.jdt.core.compiler.source=1.7
12 |
--------------------------------------------------------------------------------
/AmbilWarna/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3 | org.eclipse.jdt.core.compiler.compliance=1.6
4 | org.eclipse.jdt.core.compiler.source=1.6
5 |
--------------------------------------------------------------------------------
/AmbilWarna/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
9 |
10 |
12 |
13 |
--------------------------------------------------------------------------------
/AmbilWarna/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system use,
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 |
10 | android.library=true
11 | # Indicates whether an apk should be generated for each density.
12 | split.density=false
13 | # Project target.
14 | target=android-20
15 |
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-hdpi/ambilwarna_arrow_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-hdpi/ambilwarna_arrow_down.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-hdpi/ambilwarna_arrow_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-hdpi/ambilwarna_arrow_right.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-hdpi/ambilwarna_cursor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-hdpi/ambilwarna_cursor.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-hdpi/ambilwarna_target.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-hdpi/ambilwarna_target.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-ldpi/ambilwarna_arrow_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-ldpi/ambilwarna_arrow_down.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-ldpi/ambilwarna_arrow_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-ldpi/ambilwarna_arrow_right.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-ldpi/ambilwarna_cursor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-ldpi/ambilwarna_cursor.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-ldpi/ambilwarna_target.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-ldpi/ambilwarna_target.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-mdpi/ambilwarna_alphacheckered.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-mdpi/ambilwarna_alphacheckered.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-mdpi/ambilwarna_arrow_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-mdpi/ambilwarna_arrow_down.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-mdpi/ambilwarna_arrow_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-mdpi/ambilwarna_arrow_right.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-mdpi/ambilwarna_cursor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-mdpi/ambilwarna_cursor.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-mdpi/ambilwarna_hue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-mdpi/ambilwarna_hue.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-mdpi/ambilwarna_target.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-mdpi/ambilwarna_target.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-xhdpi/ambilwarna_arrow_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-xhdpi/ambilwarna_arrow_down.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-xhdpi/ambilwarna_arrow_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-xhdpi/ambilwarna_arrow_right.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-xhdpi/ambilwarna_cursor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-xhdpi/ambilwarna_cursor.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable-xhdpi/ambilwarna_target.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/AmbilWarna/res/drawable-xhdpi/ambilwarna_target.png
--------------------------------------------------------------------------------
/AmbilWarna/res/drawable/ambilwarna_alphacheckered_tiled.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
--------------------------------------------------------------------------------
/AmbilWarna/res/layout/ambilwarna_pref_widget.xml:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
16 |
17 |
18 |
23 |
24 |
--------------------------------------------------------------------------------
/AmbilWarna/res/values-land/dimen.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 240dp
4 | 120dp
5 |
--------------------------------------------------------------------------------
/AmbilWarna/res/values-xlarge-land/dimen.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 240dp
4 | 240dp
5 |
--------------------------------------------------------------------------------
/AmbilWarna/res/values/attrs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/AmbilWarna/res/values/dimen.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 240dp
4 | 240dp
5 | 30dp
6 | 8dp
7 |
8 |
--------------------------------------------------------------------------------
/AmbilWarna/src/yuku/ambilwarna/widget/AmbilWarnaPrefWidgetView.java:
--------------------------------------------------------------------------------
1 | package yuku.ambilwarna.widget;
2 |
3 | import android.content.Context;
4 | import android.graphics.Canvas;
5 | import android.graphics.Paint;
6 | import android.graphics.Paint.Style;
7 | import android.util.AttributeSet;
8 | import android.util.FloatMath;
9 | import android.view.View;
10 |
11 | public class AmbilWarnaPrefWidgetView extends View {
12 | Paint paint;
13 | float rectSize;
14 | float strokeWidth;
15 |
16 | public AmbilWarnaPrefWidgetView(Context context, AttributeSet attrs) {
17 | super(context, attrs);
18 |
19 | float density = context.getResources().getDisplayMetrics().density;
20 | rectSize = FloatMath.floor(24.f * density + 0.5f);
21 | strokeWidth = FloatMath.floor(1.f * density + 0.5f);
22 |
23 | paint = new Paint();
24 | paint.setColor(0xffffffff);
25 | paint.setStyle(Style.STROKE);
26 | paint.setStrokeWidth(strokeWidth);
27 | }
28 |
29 | @Override protected void onDraw(Canvas canvas) {
30 | super.onDraw(canvas);
31 |
32 | canvas.drawRect(strokeWidth, strokeWidth, rectSize - strokeWidth, rectSize - strokeWidth, paint);
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/Change logs.txt:
--------------------------------------------------------------------------------
1 | Change logs
2 | Contributed by AndroidFire
3 | -Fixed Major Bug
4 | -Refining Layout
5 | -Removed switching between full and hide Status bar
6 | -Stabling Pin and Password Alert Dialog
7 |
--------------------------------------------------------------------------------
/appcompat/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3 | org.eclipse.jdt.core.compiler.compliance=1.6
4 | org.eclipse.jdt.core.compiler.source=1.6
5 |
--------------------------------------------------------------------------------
/appcompat/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/README.txt:
--------------------------------------------------------------------------------
1 | Library Project including compatibility ActionBar.
2 |
3 | This can be used by an Android project to provide
4 | access to ActionBar on applications running on API 7+.
5 |
6 | There is technically no source, but the src folder is necessary
7 | to ensure that the build system works. The content is actually
8 | located in libs/android-support-v7-appcompat.jar.
9 | The accompanying resources must also be included in the application.
10 |
11 |
--------------------------------------------------------------------------------
/appcompat/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-22
15 | android.library=true
16 |
--------------------------------------------------------------------------------
/appcompat/res/anim/abc_fade_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
--------------------------------------------------------------------------------
/appcompat/res/anim/abc_fade_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
--------------------------------------------------------------------------------
/appcompat/res/anim/abc_slide_in_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
20 |
--------------------------------------------------------------------------------
/appcompat/res/anim/abc_slide_in_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
--------------------------------------------------------------------------------
/appcompat/res/anim/abc_slide_out_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
--------------------------------------------------------------------------------
/appcompat/res/anim/abc_slide_out_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
--------------------------------------------------------------------------------
/appcompat/res/color/abc_background_cache_hint_selector_material_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/color/abc_background_cache_hint_selector_material_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/color/abc_primary_text_disable_only_material_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/color/abc_primary_text_disable_only_material_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/color/abc_primary_text_material_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/color/abc_primary_text_material_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/color/abc_search_url_text.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/color/abc_secondary_text_material_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/color/abc_secondary_text_material_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/appcompat/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable/abc_btn_check_material.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/appcompat/res/drawable/abc_btn_radio_material.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/appcompat/res/drawable/abc_cab_background_internal_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
20 |
22 |
23 |
--------------------------------------------------------------------------------
/appcompat/res/drawable/abc_cab_background_top_material.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/drawable/abc_list_selector_background_transition_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/drawable/abc_list_selector_background_transition_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/drawable/abc_switch_thumb_material.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/appcompat/res/drawable/abc_tab_indicator_material.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/layout/abc_action_bar_up_container.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
23 |
24 |
--------------------------------------------------------------------------------
/appcompat/res/layout/abc_action_bar_view_list_nav_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 |
23 |
--------------------------------------------------------------------------------
/appcompat/res/layout/abc_action_menu_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
25 |
--------------------------------------------------------------------------------
/appcompat/res/layout/abc_action_mode_bar.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
25 |
--------------------------------------------------------------------------------
/appcompat/res/layout/abc_expanded_menu_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
23 |
--------------------------------------------------------------------------------
/appcompat/res/layout/abc_list_menu_item_checkbox.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/appcompat/res/layout/abc_list_menu_item_radio.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
25 |
--------------------------------------------------------------------------------
/appcompat/res/layout/abc_simple_dropdown_hint.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
--------------------------------------------------------------------------------
/appcompat/res/layout/support_simple_spinner_dropdown_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
--------------------------------------------------------------------------------
/appcompat/res/values-land/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | true
19 |
20 |
--------------------------------------------------------------------------------
/appcompat/res/values-land/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | true
18 |
19 |
--------------------------------------------------------------------------------
/appcompat/res/values-land/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | 32dp
20 |
21 |
--------------------------------------------------------------------------------
/appcompat/res/values-large/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | true
19 |
20 |
--------------------------------------------------------------------------------
/appcompat/res/values-large/themes_base.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
21 |
22 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/appcompat/res/values-port/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | false
20 |
21 |
22 |
--------------------------------------------------------------------------------
/appcompat/res/values-sw600dp/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
22 |
23 |
24 | 580dp
25 |
--------------------------------------------------------------------------------
/appcompat/res/values-w360dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
21 | 3
22 |
--------------------------------------------------------------------------------
/appcompat/res/values-w480dp/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | true
18 |
19 |
--------------------------------------------------------------------------------
/appcompat/res/values-w480dp/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | true
18 |
19 |
--------------------------------------------------------------------------------
/appcompat/res/values-w500dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
21 | 4
22 |
--------------------------------------------------------------------------------
/appcompat/res/values-w720dp/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 |
--------------------------------------------------------------------------------
/appcompat/res/values-xlarge-land/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 | 256dip
21 |
22 |
23 |
--------------------------------------------------------------------------------
/appcompat/res/values-xlarge/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 |
--------------------------------------------------------------------------------
/appcompat/res/values/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | true
20 | false
21 | true
22 |
23 | false
24 |
25 |
--------------------------------------------------------------------------------
/appcompat/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | #7fa87f
18 | @android:color/black
19 | @android:color/black
20 |
21 | @android:color/black
22 |
--------------------------------------------------------------------------------
/appcompat/res/values/ids.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/appcompat/src/.readme:
--------------------------------------------------------------------------------
1 | This hidden file is there to ensure there is an src folder.
2 | Once we support binary library this will go away.
--------------------------------------------------------------------------------
/assets/Roboto-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/assets/Roboto-Regular.ttf
--------------------------------------------------------------------------------
/assets/Roboto-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/assets/Roboto-Thin.ttf
--------------------------------------------------------------------------------
/bla-web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/bla-web.png
--------------------------------------------------------------------------------
/build.gradle:
--------------------------------------------------------------------------------
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules.
2 | buildscript {
3 | repositories {
4 | mavenCentral()
5 | }
6 | dependencies {
7 | classpath 'com.android.tools.build:gradle:1.5.0'
8 | }
9 |
10 | }
11 |
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | #Thu Mar 03 15:29:59 NPT 2016
2 | distributionBase=GRADLE_USER_HOME
3 | distributionPath=wrapper/dists
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
7 |
--------------------------------------------------------------------------------
/ic_launcher-web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/ic_launcher-web.png
--------------------------------------------------------------------------------
/libs/pattern/code/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3 | org.eclipse.jdt.core.compiler.compliance=1.6
4 | org.eclipse.jdt.core.compiler.source=1.6
5 |
--------------------------------------------------------------------------------
/libs/pattern/code/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
22 |
23 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/libs/pattern/code/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system use,
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 |
10 | # Project target.
11 | target=android-20
12 | android.library=true
13 | proguard.config=proguard.cfg
14 |
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-hdpi/alp_btn_code_lock_default_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-hdpi/alp_btn_code_lock_default_holo_dark.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-hdpi/alp_btn_code_lock_default_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-hdpi/alp_btn_code_lock_default_holo_light.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-hdpi/alp_btn_code_lock_touched_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-hdpi/alp_btn_code_lock_touched_holo_dark.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-hdpi/alp_btn_code_lock_touched_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-hdpi/alp_btn_code_lock_touched_holo_light.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-hdpi/alp_indicator_code_lock_point_area_default_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-hdpi/alp_indicator_code_lock_point_area_default_holo_dark.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-hdpi/alp_indicator_code_lock_point_area_default_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-hdpi/alp_indicator_code_lock_point_area_default_holo_light.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-hdpi/aosp_dialog_full_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-hdpi/aosp_dialog_full_holo_dark.9.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-hdpi/aosp_dialog_full_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-hdpi/aosp_dialog_full_holo_light.9.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-hdpi/aosp_indicator_code_lock_point_area_blue_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-hdpi/aosp_indicator_code_lock_point_area_blue_holo.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-hdpi/aosp_indicator_code_lock_point_area_green_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-hdpi/aosp_indicator_code_lock_point_area_green_holo.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-hdpi/aosp_indicator_code_lock_point_area_red_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-hdpi/aosp_indicator_code_lock_point_area_red_holo.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-mdpi/alp_btn_code_lock_default_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-mdpi/alp_btn_code_lock_default_holo_dark.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-mdpi/alp_btn_code_lock_default_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-mdpi/alp_btn_code_lock_default_holo_light.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-mdpi/alp_btn_code_lock_touched_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-mdpi/alp_btn_code_lock_touched_holo_dark.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-mdpi/alp_btn_code_lock_touched_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-mdpi/alp_btn_code_lock_touched_holo_light.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-mdpi/alp_indicator_code_lock_point_area_default_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-mdpi/alp_indicator_code_lock_point_area_default_holo_dark.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-mdpi/alp_indicator_code_lock_point_area_default_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-mdpi/alp_indicator_code_lock_point_area_default_holo_light.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-mdpi/aosp_dialog_full_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-mdpi/aosp_dialog_full_holo_dark.9.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-mdpi/aosp_dialog_full_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-mdpi/aosp_dialog_full_holo_light.9.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-mdpi/aosp_indicator_code_lock_point_area_blue_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-mdpi/aosp_indicator_code_lock_point_area_blue_holo.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-mdpi/aosp_indicator_code_lock_point_area_green_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-mdpi/aosp_indicator_code_lock_point_area_green_holo.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-mdpi/aosp_indicator_code_lock_point_area_red_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-mdpi/aosp_indicator_code_lock_point_area_red_holo.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-nodpi/aosp_background_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-nodpi/aosp_background_holo_dark.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-nodpi/aosp_background_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-nodpi/aosp_background_holo_light.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-nodpi/aosp_indicator_code_lock_drag_direction_green_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-nodpi/aosp_indicator_code_lock_drag_direction_green_up.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-nodpi/aosp_indicator_code_lock_drag_direction_red_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-nodpi/aosp_indicator_code_lock_drag_direction_red_up.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-xhdpi/alp_btn_code_lock_default_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-xhdpi/alp_btn_code_lock_default_holo_dark.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-xhdpi/alp_btn_code_lock_default_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-xhdpi/alp_btn_code_lock_default_holo_light.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-xhdpi/alp_btn_code_lock_touched_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-xhdpi/alp_btn_code_lock_touched_holo_dark.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-xhdpi/alp_btn_code_lock_touched_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-xhdpi/alp_btn_code_lock_touched_holo_light.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-xhdpi/alp_indicator_code_lock_point_area_default_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-xhdpi/alp_indicator_code_lock_point_area_default_holo_dark.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-xhdpi/alp_indicator_code_lock_point_area_default_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-xhdpi/alp_indicator_code_lock_point_area_default_holo_light.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-xhdpi/aosp_dialog_full_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-xhdpi/aosp_dialog_full_holo_dark.9.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-xhdpi/aosp_dialog_full_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-xhdpi/aosp_dialog_full_holo_light.9.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-xhdpi/aosp_indicator_code_lock_point_area_blue_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-xhdpi/aosp_indicator_code_lock_point_area_blue_holo.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-xhdpi/aosp_indicator_code_lock_point_area_green_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-xhdpi/aosp_indicator_code_lock_point_area_green_holo.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/drawable-xhdpi/aosp_indicator_code_lock_point_area_red_holo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/libs/pattern/code/res/drawable-xhdpi/aosp_indicator_code_lock_point_area_red_holo.png
--------------------------------------------------------------------------------
/libs/pattern/code/res/layout-v14/alp_lock_pattern_view.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
--------------------------------------------------------------------------------
/libs/pattern/code/res/layout/alp_lock_pattern_view.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
--------------------------------------------------------------------------------
/libs/pattern/code/res/values-land/layouts.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | - @layout/alp_lock_pattern_activity_land
21 |
22 |
--------------------------------------------------------------------------------
/libs/pattern/code/res/values-sw600dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | - 60%
21 | - 90%
22 | - 60%
23 | - 90%
24 |
25 |
--------------------------------------------------------------------------------
/libs/pattern/code/res/values-sw600dp/env.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | true
21 |
22 |
--------------------------------------------------------------------------------
/libs/pattern/code/res/values-sw720dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | - 50%
21 | - 70%
22 | - 60%
23 | - 90%
24 |
25 |
--------------------------------------------------------------------------------
/libs/pattern/code/res/values-v14/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/libs/pattern/code/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 |
22 | @android:color/white
23 | #999999
24 |
25 |
--------------------------------------------------------------------------------
/libs/pattern/code/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | 350dp
21 | 1dp
22 |
23 |
--------------------------------------------------------------------------------
/libs/pattern/code/res/values/drawables.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/libs/pattern/code/res/values/env.xml:
--------------------------------------------------------------------------------
1 |
2 |
17 |
18 |
19 |
20 | android-lockpattern
21 | 2.8
22 |
23 | 28
24 |
25 | false
26 |
27 |
28 |
--------------------------------------------------------------------------------
/libs/pattern/code/src/group/pals/android/lib/ui/lockpattern/util/InvalidEncrypterException.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright 2012 Hai Bison
3 | *
4 | * Licensed under the Apache License, Version 2.0 (the "License");
5 | * you may not use this file except in compliance with the License.
6 | * You may obtain a copy of the License at
7 | *
8 | * http://www.apache.org/licenses/LICENSE-2.0
9 | *
10 | * Unless required by applicable law or agreed to in writing, software
11 | * distributed under the License is distributed on an "AS IS" BASIS,
12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | * See the License for the specific language governing permissions and
14 | * limitations under the License.
15 | */
16 |
17 | package group.pals.android.lib.ui.lockpattern.util;
18 |
19 | /**
20 | * Used to throw exception if given class is not implemented from
21 | * {@link IEncrypter}.
22 | *
23 | * @author Hai Bison
24 | * @since v2 beta
25 | */
26 | public class InvalidEncrypterException extends RuntimeException {
27 |
28 | /**
29 | * Auto-generated by Eclipse.
30 | */
31 | private static final long serialVersionUID = -1709666714042537187L;
32 |
33 | }
34 |
--------------------------------------------------------------------------------
/lint.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/pilocker/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/pilocker/build.gradle:
--------------------------------------------------------------------------------
1 | apply plugin: 'com.android.application'
2 |
3 | android {
4 | compileSdkVersion 23
5 | buildToolsVersion "23.0.2"
6 |
7 | defaultConfig {
8 | applicationId "com.example.braindigit.pilocker"
9 | minSdkVersion 14
10 | targetSdkVersion 23
11 | versionCode 1
12 | versionName "1.0"
13 | }
14 | buildTypes {
15 | release {
16 | minifyEnabled false
17 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
18 | }
19 | }
20 | }
21 |
22 | dependencies {
23 | compile fileTree(dir: 'libs', include: ['*.jar'])
24 | compile 'com.android.support:appcompat-v7:23.2.0'
25 | compile project(':AmbilWarna')
26 | compile project(':simple-crop-image-lib')
27 | }
28 |
--------------------------------------------------------------------------------
/pilocker/proguard-rules.pro:
--------------------------------------------------------------------------------
1 | # Add project specific ProGuard rules here.
2 | # By default, the flags in this file are appended to flags specified
3 | # in /home/braindigit/Backups/Sdk/tools/proguard/proguard-android.txt
4 | # You can edit the include path and order by changing the proguardFiles
5 | # directive in build.gradle.
6 | #
7 | # For more details, see
8 | # http://developer.android.com/guide/developing/tools/proguard.html
9 |
10 | # Add any project specific keep options here:
11 |
12 | # If your project uses WebView with JS, uncomment the following
13 | # and specify the fully qualified class name to the JavaScript interface
14 | # class:
15 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16 | # public *;
17 | #}
18 |
--------------------------------------------------------------------------------
/pilocker/src/androidTest/java/com/example/braindigit/pilocker/ApplicationTest.java:
--------------------------------------------------------------------------------
1 | package com.example.braindigit.pilocker;
2 |
3 | import android.app.Application;
4 | import android.test.ApplicationTestCase;
5 |
6 | /**
7 | * Testing Fundamentals
8 | */
9 | public class ApplicationTest extends ApplicationTestCase {
10 | public ApplicationTest() {
11 | super(Application.class);
12 | }
13 | }
--------------------------------------------------------------------------------
/pilocker/src/main/java/com/almas/Picker.java:
--------------------------------------------------------------------------------
1 | package com.almas;
2 |
3 | import android.graphics.drawable.Drawable;
4 |
5 | /**
6 | * @author rashad
7 | *
8 | */
9 |
10 |
11 | /**
12 | *
13 | * Class used to get the name and picture of apps in list
14 | *
15 | *
16 | **/
17 |
18 |
19 | public class Picker {
20 |
21 | String ss;
22 | Drawable dd;
23 |
24 |
25 | public Picker(String name ,Drawable d) {
26 |
27 | ss = name;
28 | dd = d;
29 | }
30 |
31 |
32 | //get string name
33 | public String getName(){
34 | return ss;
35 | }
36 |
37 |
38 | //get app icon
39 | public Drawable getIcon() {
40 | return dd;
41 | }
42 |
43 |
44 | }
45 |
--------------------------------------------------------------------------------
/pilocker/src/main/java/com/almas/PickerAdapter.java:
--------------------------------------------------------------------------------
1 | package com.almas;
2 |
3 | import android.content.Context;
4 | import android.graphics.Color;
5 | import android.graphics.drawable.Drawable;
6 | import android.util.AttributeSet;
7 | import android.widget.ImageView;
8 | import android.widget.LinearLayout;
9 | import android.widget.TextView;
10 |
11 | public class PickerAdapter extends LinearLayout {
12 |
13 | ImageView icon;
14 | TextView name;
15 | LayoutParams pro = new LayoutParams(120, 120);
16 |
17 | public PickerAdapter(Context context, AttributeSet attrs) {
18 |
19 | super(context, attrs);
20 | icon = new ImageView(context);
21 | icon.setLayoutParams(pro);
22 | icon.setPadding(6, 5, 15, 5);
23 | addView(icon);
24 | name = new TextView(context);
25 | name.setPadding(8, 15, 2, 2);
26 | name.setTextColor(Color.BLACK);
27 | name.setTextSize(20);
28 | addView(name);
29 |
30 | }
31 |
32 | public void setName(String n) {
33 | name.setText(n);
34 | }
35 |
36 | public void setIcon(Drawable d) {
37 | icon.setImageDrawable(d);
38 | }
39 |
40 | }
--------------------------------------------------------------------------------
/pilocker/src/main/java/com/almas/ShortCut.java:
--------------------------------------------------------------------------------
1 | package com.almas;
2 |
3 | import android.content.Context;
4 | import android.graphics.Color;
5 | import android.graphics.drawable.Drawable;
6 | import android.util.AttributeSet;
7 | import android.view.Gravity;
8 | import android.widget.ImageView;
9 | import android.widget.LinearLayout;
10 | import android.widget.TextView;
11 |
12 | class ShortCut extends LinearLayout {
13 |
14 | ImageView icon;
15 | TextView name ;
16 | LayoutParams pro = new LayoutParams(120,120);
17 |
18 | public ShortCut(Context context, AttributeSet attrs) {
19 |
20 | super(context, attrs);
21 |
22 | icon = new ImageView(context);
23 | icon.setLayoutParams(pro);
24 | icon.setPadding(10, 6, 15, 6);
25 | name = new TextView(context);
26 | name.setTextSize(20);
27 | name.setPadding(10, 18, 15, 2);
28 | name.setTextColor(Color.BLACK);
29 | name.setGravity(Gravity.CENTER_HORIZONTAL);
30 | addView(icon);
31 | addView(name);
32 |
33 | }
34 |
35 |
36 | public void setName(String named ) {
37 | name.setText(named);
38 | }
39 |
40 |
41 |
42 | public void setImage(Drawable d ) {
43 | icon.setImageDrawable(d);
44 | }
45 |
46 | }
47 |
--------------------------------------------------------------------------------
/pilocker/src/main/java/com/almas/Shortcutter.java:
--------------------------------------------------------------------------------
1 | package com.almas;
2 |
3 | import android.graphics.drawable.Drawable;
4 |
5 | class Shortcutter {
6 | String App_Name;
7 | Drawable Icon;
8 |
9 | public Shortcutter(String name, Drawable d) {
10 | this.App_Name = name;
11 | this.Icon = d;
12 | }
13 |
14 | public Drawable getIcon() {
15 | return Icon;
16 | }
17 |
18 | public String getName() {
19 | return App_Name;
20 | }
21 | }
--------------------------------------------------------------------------------
/pilocker/src/main/java/com/androidfire/logger/LoggerHelper.java:
--------------------------------------------------------------------------------
1 | package com.androidfire.logger;
2 |
3 | import android.content.Context;
4 | import android.util.Log;
5 |
6 | /**
7 | * This class is made to log easily from other other class
8 | */
9 | public class LoggerHelper {
10 | static String name;
11 |
12 | public static String getAppName(Context context) {
13 | int stringId = context.getApplicationInfo().labelRes;
14 | return context.getString(stringId);
15 | }
16 | public static String dg(Context ctx ,String msg) {
17 | Log.d(getAppName(ctx), msg);
18 | return msg;
19 | }
20 | public static String er (Context ctx,String msg) {
21 | Log.e(getAppName(ctx), msg);
22 | return msg;
23 | }
24 | public static String io (Context ctx,String msg) {
25 | Log.i(getAppName(ctx), msg);
26 | return msg;
27 | }
28 | }
29 |
--------------------------------------------------------------------------------
/pilocker/src/main/java/com/pilockerstable/About.java:
--------------------------------------------------------------------------------
1 | package com.pilockerstable;
2 |
3 | import android.graphics.drawable.ColorDrawable;
4 | import android.os.Bundle;
5 | import android.support.v7.app.ActionBarActivity;
6 | import android.text.Html;
7 |
8 | public class About extends ActionBarActivity {
9 | android.support.v7.app.ActionBar actionBar;
10 |
11 | @Override
12 | protected void onCreate(Bundle savedInstanceState) {
13 | super.onCreate(savedInstanceState);
14 | setContentView(R.layout.activity_about);
15 |
16 | actionBar = getSupportActionBar();
17 | actionBar.setBackgroundDrawable(new ColorDrawable(0xff00BCD4));
18 | actionBar.setDisplayShowTitleEnabled(false);
19 | actionBar.setDisplayShowTitleEnabled(true);
20 | actionBar.setTitle(Html.fromHtml(" About "));
21 |
22 |
23 | }
24 |
25 | }
--------------------------------------------------------------------------------
/pilocker/src/main/java/com/pilockerstable/CropOption.java:
--------------------------------------------------------------------------------
1 | package com.pilockerstable;
2 |
3 | import android.content.Intent;
4 | import android.graphics.drawable.Drawable;
5 |
6 | public class CropOption {
7 |
8 | public CharSequence title;
9 | public Drawable icon;
10 | public Intent appIntent;
11 |
12 | }
--------------------------------------------------------------------------------
/pilocker/src/main/java/com/pilockerstable/DeviceAdmin.java:
--------------------------------------------------------------------------------
1 | package com.pilockerstable;
2 |
3 | import android.app.admin.DeviceAdminReceiver;
4 |
5 | import android.content.Context;
6 | import android.content.Intent;
7 | import android.widget.Toast;
8 |
9 |
10 | /**
11 | *
12 | * @author rashad
13 | *
14 | **/
15 |
16 | /*
17 | * Class to recieve when the device admin of pi locker is enabled/disabled
18 | *
19 | */
20 |
21 | public class DeviceAdmin extends DeviceAdminReceiver {
22 |
23 |
24 | @Override
25 | public void onDisabled(Context context, Intent intent) {
26 |
27 | Toast.makeText(context, "Pi Locker Device Admin Disabled", Toast.LENGTH_SHORT).show();
28 | }
29 |
30 |
31 | @Override
32 | public void onEnabled(Context context, Intent intent) {
33 |
34 | Toast.makeText(context, "Pi Locker Device Admin Enabled", Toast.LENGTH_SHORT).show();
35 | }
36 |
37 | @Override
38 | public void onReceive(Context context, Intent intent) {
39 | super.onReceive(context, intent);
40 |
41 | }
42 | }
--------------------------------------------------------------------------------
/pilocker/src/main/java/com/pilockerstable/FontsOverride.java:
--------------------------------------------------------------------------------
1 | package com.pilockerstable;
2 |
3 | import java.lang.reflect.Field;
4 | import android.content.Context;
5 | import android.graphics.Typeface;
6 |
7 | public final class FontsOverride {
8 |
9 | public static void setDefaultFont(Context context,
10 | String staticTypefaceFieldName, String fontAssetName) {
11 | final Typeface regular = Typeface.createFromAsset(context.getAssets(),
12 | fontAssetName);
13 | replaceFont(staticTypefaceFieldName, regular);
14 | }
15 |
16 | protected static void replaceFont(String staticTypefaceFieldName,
17 | final Typeface newTypeface) {
18 | try {
19 | final Field staticField = Typeface.class
20 | .getDeclaredField(staticTypefaceFieldName);
21 | staticField.setAccessible(true);
22 | staticField.set(null, newTypeface);
23 | } catch (NoSuchFieldException e) {
24 | e.printStackTrace();
25 | } catch (IllegalAccessException e) {
26 | e.printStackTrace();
27 | }
28 | }
29 | }
--------------------------------------------------------------------------------
/pilocker/src/main/java/com/pilockerstable/customViewGroup.java:
--------------------------------------------------------------------------------
1 | package com.pilockerstable;
2 |
3 | import android.content.Context;
4 | import android.view.MotionEvent;
5 | import android.view.ViewGroup;
6 |
7 | /**
8 | *
9 | * @author rashad
10 | *
11 | */
12 |
13 |
14 | /**
15 | *
16 | * This extension of viewGroup is to block touch events by "onInterceptTouchEvent"
17 | *
18 | * */
19 |
20 | public class customViewGroup extends ViewGroup {
21 |
22 |
23 |
24 |
25 | public customViewGroup(Context context) {
26 | super(context);
27 | }
28 |
29 |
30 | @Override
31 | protected void onLayout(boolean changed, int l, int t, int r, int b) {
32 | }
33 |
34 |
35 | @Override
36 | public boolean onInterceptTouchEvent(MotionEvent ev) {
37 | return true;
38 | }
39 |
40 |
41 |
42 | }
43 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/about.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/back.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/backward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/backward.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/bla.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/bla.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/blue.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/button.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
10 |
11 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/eight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/eight.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/five.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/five.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/four.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/four.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/grad.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
9 |
16 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/ic_action_name.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/ic_action_name.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/musicbutton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/musicbutton.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/nine.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/nine.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/one.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/one.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/pause.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/pause.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/pi_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/pi_logo.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/play.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/play.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/seven.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/seven.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/six.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/six.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/three.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/three.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-hdpi/two.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-hdpi/two.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-mdpi/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-mdpi/about.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-mdpi/bla.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-mdpi/bla.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-mdpi/ic_action_name.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-mdpi/ic_action_name.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-xhdpi/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-xhdpi/about.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-xhdpi/bla.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-xhdpi/bla.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-xhdpi/ic_action_name.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-xhdpi/ic_action_name.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-xxhdpi/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-xxhdpi/about.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-xxhdpi/bla.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-xxhdpi/bla.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-xxhdpi/ic_action_name.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-xxhdpi/ic_action_name.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable-xxhdpi/play.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable-xxhdpi/play.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/button1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/button2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/check1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/check2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/check3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/grad.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
9 |
16 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/main1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/main2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/pin1.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/pin2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/selector.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/selector2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/selector3.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/selector4.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/drawable/untitled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/drawable/untitled.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/layout/crop_selector.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
13 |
14 |
19 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/menu/about.xml:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/menu/help.xml:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/menu/lock.xml:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/menu/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/menu/pin.xml:
--------------------------------------------------------------------------------
1 |
7 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/pilocker/src/main/res/raw/gestures:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/pilocker/src/main/res/raw/gestures
--------------------------------------------------------------------------------
/pilocker/src/main/res/values-sw600dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/values-sw720dp-land/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 | 128dp
8 |
9 |
10 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/values-v11/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/values-v14/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/values-w820dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 | 64dp
9 |
10 |
11 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #3F51B5
4 | #303F9F
5 | #FF4081
6 |
7 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 16dp
5 | 16dp
6 |
7 |
8 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/values/integers.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 4
4 |
5 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
12 |
13 |
16 |
17 |
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/pilocker/src/main/res/xml/admin.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/pilocker/src/test/java/com/example/braindigit/pilocker/ExampleUnitTest.java:
--------------------------------------------------------------------------------
1 | package com.example.braindigit.pilocker;
2 |
3 | import org.junit.Test;
4 |
5 | import static org.junit.Assert.*;
6 |
7 | /**
8 | * To work on unit tests, switch the Test Artifact in the Build Variants view.
9 | */
10 | public class ExampleUnitTest {
11 | @Test
12 | public void addition_isCorrect() throws Exception {
13 | assertEquals(4, 2 + 2);
14 | }
15 | }
--------------------------------------------------------------------------------
/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-22
15 | android.library.reference.1=AmbilWarna
16 | android.library.reference.2=appcompat
17 | android.library.reference.3=../../../../../../home/rashad/Downloads/simple-crop-image-lib
18 |
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':'
2 | include ':appcompat', ':pilocker'
3 | include ':AmbilWarna'
4 | include ':simple-crop-image-lib'
5 |
--------------------------------------------------------------------------------
/simple-crop-image-lib/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/simple-crop-image-lib/ant.properties:
--------------------------------------------------------------------------------
1 | # This file is used to override default values used by the Ant build system.
2 | #
3 | # This file must be checked into Version Control Systems, as it is
4 | # integral to the build system of your project.
5 |
6 | # This file is only used by the Ant script.
7 |
8 | # You can use this to override default values such as
9 | # 'source.dir' for the location of your java source folder and
10 | # 'out.dir' for the location of your output folder.
11 |
12 | # You can also use it define how the release builds are signed by declaring
13 | # the following properties:
14 | # 'key.store' for the location of your keystore and
15 | # 'key.alias' for the name of the key to use.
16 | # The password will be asked during the build when you use the 'release' target.
17 |
18 |
--------------------------------------------------------------------------------
/simple-crop-image-lib/build.gradle:
--------------------------------------------------------------------------------
1 | buildscript {
2 | repositories {
3 | mavenCentral()
4 |
5 | }
6 |
7 | dependencies {
8 | classpath 'com.android.tools.build:gradle:1.5.0'
9 | }
10 | }
11 |
12 | apply plugin: 'com.android.library'
13 |
14 | dependencies {
15 | }
16 |
17 | android {
18 | compileSdkVersion 22
19 | buildToolsVersion "23.0.2"
20 | defaultConfig {
21 | minSdkVersion 14
22 | targetSdkVersion 23
23 | }
24 | sourceSets {
25 | main {
26 | manifest {
27 | srcFile 'AndroidManifest.xml'
28 | }
29 | java {
30 | srcDir 'src'
31 | }
32 | res {
33 | srcDir 'res'
34 | }
35 | assets {
36 | srcDir 'assets'
37 | }
38 | resources {
39 | srcDir 'src'
40 | }
41 | }
42 | }
43 | }
44 |
--------------------------------------------------------------------------------
/simple-crop-image-lib/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/simple-crop-image-lib/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | android.library=true
14 | # Project target.
15 | target=Google Inc.:Google APIs:16
16 |
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/drawable-xhdpi/btn_crop_operator.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/simple-crop-image-lib/res/drawable-xhdpi/btn_crop_operator.9.png
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/drawable-xhdpi/btn_crop_pressed.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/simple-crop-image-lib/res/drawable-xhdpi/btn_crop_pressed.9.png
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/drawable-xhdpi/camera_crop_height.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/simple-crop-image-lib/res/drawable-xhdpi/camera_crop_height.png
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/drawable-xhdpi/camera_crop_width.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/simple-crop-image-lib/res/drawable-xhdpi/camera_crop_width.png
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/drawable-xhdpi/ic_rotate_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/simple-crop-image-lib/res/drawable-xhdpi/ic_rotate_left.png
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/drawable-xhdpi/ic_rotate_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/simple-crop-image-lib/res/drawable-xhdpi/ic_rotate_right.png
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/drawable-xhdpi/indicator_autocrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Pi-Developers/Pi-Locker/40580461a32422b390c613cc08d260f212140eda/simple-crop-image-lib/res/drawable-xhdpi/indicator_autocrop.png
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/drawable/selector_crop_button.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/layout/main.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/values-cs/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Zrušit
4 | Uložit
5 | Ukládám obrázek
6 | Připravuji kartu
7 | Žádná SD karta
8 | Na SD kartě není dostatek místa
9 |
10 |
11 |
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Cancel
4 | Save
5 | Saving image
6 | Preparing card
7 | No storage card
8 | Not enough space
9 |
10 |
--------------------------------------------------------------------------------
/simple-crop-image-lib/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
14 |
15 |
--------------------------------------------------------------------------------