├── .gitignore
├── Demo
└── DobSlidingDemo
│ ├── AndroidManifest.xml
│ ├── ic_launcher-web.png
│ ├── libs
│ └── android-support-v4.jar
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ ├── drawable-hdpi
│ │ └── ic_launcher.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ ├── activity_main.xml
│ │ └── dob_sliding_menu.xml
│ ├── menu
│ │ └── main.xml
│ ├── values-v11
│ │ └── styles.xml
│ ├── values-v14
│ │ └── styles.xml
│ ├── values-w820dp
│ │ └── dimens.xml
│ └── values
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── src
│ └── com
│ └── dobmob
│ └── dobslidingdemo
│ └── MainActivity.java
├── DependentLibs
├── NineOldAndroids
│ ├── AndroidManifest.xml
│ ├── lint.xml
│ ├── pom.xml
│ ├── project.properties
│ └── src
│ │ └── com
│ │ └── nineoldandroids
│ │ ├── animation
│ │ ├── Animator.java
│ │ ├── AnimatorInflater.java
│ │ ├── AnimatorListenerAdapter.java
│ │ ├── AnimatorSet.java
│ │ ├── ArgbEvaluator.java
│ │ ├── FloatEvaluator.java
│ │ ├── FloatKeyframeSet.java
│ │ ├── IntEvaluator.java
│ │ ├── IntKeyframeSet.java
│ │ ├── Keyframe.java
│ │ ├── KeyframeSet.java
│ │ ├── ObjectAnimator.java
│ │ ├── PreHoneycombCompat.java
│ │ ├── PropertyValuesHolder.java
│ │ ├── TimeAnimator.java
│ │ ├── TypeEvaluator.java
│ │ └── ValueAnimator.java
│ │ ├── util
│ │ ├── FloatProperty.java
│ │ ├── IntProperty.java
│ │ ├── NoSuchPropertyException.java
│ │ ├── Property.java
│ │ └── ReflectiveProperty.java
│ │ └── view
│ │ ├── ViewHelper.java
│ │ ├── ViewPropertyAnimator.java
│ │ ├── ViewPropertyAnimatorHC.java
│ │ ├── ViewPropertyAnimatorICS.java
│ │ ├── ViewPropertyAnimatorPreHC.java
│ │ └── animation
│ │ └── AnimatorProxy.java
└── appcompat_v7
│ ├── AndroidManifest.xml
│ ├── README.txt
│ ├── libs
│ ├── android-support-v4.jar
│ └── android-support-v7-appcompat.jar
│ ├── 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_search_url_text_holo.xml
│ ├── drawable-hdpi
│ │ ├── abc_ab_bottom_solid_dark_holo.9.png
│ │ ├── abc_ab_bottom_solid_light_holo.9.png
│ │ ├── abc_ab_bottom_transparent_dark_holo.9.png
│ │ ├── abc_ab_bottom_transparent_light_holo.9.png
│ │ ├── abc_ab_share_pack_holo_dark.9.png
│ │ ├── abc_ab_share_pack_holo_light.9.png
│ │ ├── abc_ab_solid_dark_holo.9.png
│ │ ├── abc_ab_solid_light_holo.9.png
│ │ ├── abc_ab_stacked_solid_dark_holo.9.png
│ │ ├── abc_ab_stacked_solid_light_holo.9.png
│ │ ├── abc_ab_stacked_transparent_dark_holo.9.png
│ │ ├── abc_ab_stacked_transparent_light_holo.9.png
│ │ ├── abc_ab_transparent_dark_holo.9.png
│ │ ├── abc_ab_transparent_light_holo.9.png
│ │ ├── abc_cab_background_bottom_holo_dark.9.png
│ │ ├── abc_cab_background_bottom_holo_light.9.png
│ │ ├── abc_cab_background_top_holo_dark.9.png
│ │ ├── abc_cab_background_top_holo_light.9.png
│ │ ├── abc_ic_ab_back_holo_dark.png
│ │ ├── abc_ic_ab_back_holo_light.png
│ │ ├── abc_ic_cab_done_holo_dark.png
│ │ ├── abc_ic_cab_done_holo_light.png
│ │ ├── abc_ic_clear_disabled.png
│ │ ├── abc_ic_clear_normal.png
│ │ ├── abc_ic_clear_search_api_disabled_holo_light.png
│ │ ├── abc_ic_clear_search_api_holo_light.png
│ │ ├── abc_ic_commit_search_api_holo_dark.png
│ │ ├── abc_ic_commit_search_api_holo_light.png
│ │ ├── abc_ic_go.png
│ │ ├── abc_ic_go_search_api_holo_light.png
│ │ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png
│ │ ├── abc_ic_menu_moreoverflow_normal_holo_light.png
│ │ ├── abc_ic_menu_share_holo_dark.png
│ │ ├── abc_ic_menu_share_holo_light.png
│ │ ├── abc_ic_search.png
│ │ ├── abc_ic_search_api_holo_light.png
│ │ ├── abc_ic_voice_search.png
│ │ ├── abc_ic_voice_search_api_holo_light.png
│ │ ├── abc_list_divider_holo_dark.9.png
│ │ ├── abc_list_divider_holo_light.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_dropdown_panel_holo_dark.9.png
│ │ ├── abc_menu_dropdown_panel_holo_light.9.png
│ │ ├── abc_menu_hardkey_panel_holo_dark.9.png
│ │ ├── abc_menu_hardkey_panel_holo_light.9.png
│ │ ├── abc_spinner_ab_default_holo_dark.9.png
│ │ ├── abc_spinner_ab_default_holo_light.9.png
│ │ ├── abc_spinner_ab_disabled_holo_dark.9.png
│ │ ├── abc_spinner_ab_disabled_holo_light.9.png
│ │ ├── abc_spinner_ab_focused_holo_dark.9.png
│ │ ├── abc_spinner_ab_focused_holo_light.9.png
│ │ ├── abc_spinner_ab_pressed_holo_dark.9.png
│ │ ├── abc_spinner_ab_pressed_holo_light.9.png
│ │ ├── abc_tab_selected_focused_holo.9.png
│ │ ├── abc_tab_selected_holo.9.png
│ │ ├── abc_tab_selected_pressed_holo.9.png
│ │ ├── abc_tab_unselected_pressed_holo.9.png
│ │ ├── abc_textfield_search_default_holo_dark.9.png
│ │ ├── abc_textfield_search_default_holo_light.9.png
│ │ ├── abc_textfield_search_right_default_holo_dark.9.png
│ │ ├── abc_textfield_search_right_default_holo_light.9.png
│ │ ├── abc_textfield_search_right_selected_holo_dark.9.png
│ │ ├── abc_textfield_search_right_selected_holo_light.9.png
│ │ ├── abc_textfield_search_selected_holo_dark.9.png
│ │ └── abc_textfield_search_selected_holo_light.9.png
│ ├── drawable-mdpi
│ │ ├── abc_ab_bottom_solid_dark_holo.9.png
│ │ ├── abc_ab_bottom_solid_light_holo.9.png
│ │ ├── abc_ab_bottom_transparent_dark_holo.9.png
│ │ ├── abc_ab_bottom_transparent_light_holo.9.png
│ │ ├── abc_ab_share_pack_holo_dark.9.png
│ │ ├── abc_ab_share_pack_holo_light.9.png
│ │ ├── abc_ab_solid_dark_holo.9.png
│ │ ├── abc_ab_solid_light_holo.9.png
│ │ ├── abc_ab_stacked_solid_dark_holo.9.png
│ │ ├── abc_ab_stacked_solid_light_holo.9.png
│ │ ├── abc_ab_stacked_transparent_dark_holo.9.png
│ │ ├── abc_ab_stacked_transparent_light_holo.9.png
│ │ ├── abc_ab_transparent_dark_holo.9.png
│ │ ├── abc_ab_transparent_light_holo.9.png
│ │ ├── abc_cab_background_bottom_holo_dark.9.png
│ │ ├── abc_cab_background_bottom_holo_light.9.png
│ │ ├── abc_cab_background_top_holo_dark.9.png
│ │ ├── abc_cab_background_top_holo_light.9.png
│ │ ├── abc_ic_ab_back_holo_dark.png
│ │ ├── abc_ic_ab_back_holo_light.png
│ │ ├── abc_ic_cab_done_holo_dark.png
│ │ ├── abc_ic_cab_done_holo_light.png
│ │ ├── abc_ic_clear_disabled.png
│ │ ├── abc_ic_clear_normal.png
│ │ ├── abc_ic_clear_search_api_disabled_holo_light.png
│ │ ├── abc_ic_clear_search_api_holo_light.png
│ │ ├── abc_ic_commit_search_api_holo_dark.png
│ │ ├── abc_ic_commit_search_api_holo_light.png
│ │ ├── abc_ic_go.png
│ │ ├── abc_ic_go_search_api_holo_light.png
│ │ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png
│ │ ├── abc_ic_menu_moreoverflow_normal_holo_light.png
│ │ ├── abc_ic_menu_share_holo_dark.png
│ │ ├── abc_ic_menu_share_holo_light.png
│ │ ├── abc_ic_search.png
│ │ ├── abc_ic_search_api_holo_light.png
│ │ ├── abc_ic_voice_search.png
│ │ ├── abc_ic_voice_search_api_holo_light.png
│ │ ├── abc_list_divider_holo_dark.9.png
│ │ ├── abc_list_divider_holo_light.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_dropdown_panel_holo_dark.9.png
│ │ ├── abc_menu_dropdown_panel_holo_light.9.png
│ │ ├── abc_menu_hardkey_panel_holo_dark.9.png
│ │ ├── abc_menu_hardkey_panel_holo_light.9.png
│ │ ├── abc_spinner_ab_default_holo_dark.9.png
│ │ ├── abc_spinner_ab_default_holo_light.9.png
│ │ ├── abc_spinner_ab_disabled_holo_dark.9.png
│ │ ├── abc_spinner_ab_disabled_holo_light.9.png
│ │ ├── abc_spinner_ab_focused_holo_dark.9.png
│ │ ├── abc_spinner_ab_focused_holo_light.9.png
│ │ ├── abc_spinner_ab_pressed_holo_dark.9.png
│ │ ├── abc_spinner_ab_pressed_holo_light.9.png
│ │ ├── abc_tab_selected_focused_holo.9.png
│ │ ├── abc_tab_selected_holo.9.png
│ │ ├── abc_tab_selected_pressed_holo.9.png
│ │ ├── abc_tab_unselected_pressed_holo.9.png
│ │ ├── abc_textfield_search_default_holo_dark.9.png
│ │ ├── abc_textfield_search_default_holo_light.9.png
│ │ ├── abc_textfield_search_right_default_holo_dark.9.png
│ │ ├── abc_textfield_search_right_default_holo_light.9.png
│ │ ├── abc_textfield_search_right_selected_holo_dark.9.png
│ │ ├── abc_textfield_search_right_selected_holo_light.9.png
│ │ ├── abc_textfield_search_selected_holo_dark.9.png
│ │ └── abc_textfield_search_selected_holo_light.9.png
│ ├── drawable-xhdpi
│ │ ├── abc_ab_bottom_solid_dark_holo.9.png
│ │ ├── abc_ab_bottom_solid_light_holo.9.png
│ │ ├── abc_ab_bottom_transparent_dark_holo.9.png
│ │ ├── abc_ab_bottom_transparent_light_holo.9.png
│ │ ├── abc_ab_share_pack_holo_dark.9.png
│ │ ├── abc_ab_share_pack_holo_light.9.png
│ │ ├── abc_ab_solid_dark_holo.9.png
│ │ ├── abc_ab_solid_light_holo.9.png
│ │ ├── abc_ab_stacked_solid_dark_holo.9.png
│ │ ├── abc_ab_stacked_solid_light_holo.9.png
│ │ ├── abc_ab_stacked_transparent_dark_holo.9.png
│ │ ├── abc_ab_stacked_transparent_light_holo.9.png
│ │ ├── abc_ab_transparent_dark_holo.9.png
│ │ ├── abc_ab_transparent_light_holo.9.png
│ │ ├── abc_cab_background_bottom_holo_dark.9.png
│ │ ├── abc_cab_background_bottom_holo_light.9.png
│ │ ├── abc_cab_background_top_holo_dark.9.png
│ │ ├── abc_cab_background_top_holo_light.9.png
│ │ ├── abc_ic_ab_back_holo_dark.png
│ │ ├── abc_ic_ab_back_holo_light.png
│ │ ├── abc_ic_cab_done_holo_dark.png
│ │ ├── abc_ic_cab_done_holo_light.png
│ │ ├── abc_ic_clear_disabled.png
│ │ ├── abc_ic_clear_search_api_disabled_holo_light.png
│ │ ├── abc_ic_clear_search_api_holo_light.png
│ │ ├── abc_ic_commit_search_api_holo_dark.png
│ │ ├── abc_ic_commit_search_api_holo_light.png
│ │ ├── abc_ic_go.png
│ │ ├── abc_ic_go_search_api_holo_light.png
│ │ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png
│ │ ├── abc_ic_menu_moreoverflow_normal_holo_light.png
│ │ ├── abc_ic_menu_share_holo_dark.png
│ │ ├── abc_ic_menu_share_holo_light.png
│ │ ├── abc_ic_search.png
│ │ ├── abc_ic_search_api_holo_light.png
│ │ ├── abc_ic_voice_search.png
│ │ ├── abc_ic_voice_search_api_holo_light.png
│ │ ├── abc_list_divider_holo_dark.9.png
│ │ ├── abc_list_divider_holo_light.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_dropdown_panel_holo_dark.9.png
│ │ ├── abc_menu_dropdown_panel_holo_light.9.png
│ │ ├── abc_menu_hardkey_panel_holo_dark.9.png
│ │ ├── abc_menu_hardkey_panel_holo_light.9.png
│ │ ├── abc_spinner_ab_default_holo_dark.9.png
│ │ ├── abc_spinner_ab_default_holo_light.9.png
│ │ ├── abc_spinner_ab_disabled_holo_dark.9.png
│ │ ├── abc_spinner_ab_disabled_holo_light.9.png
│ │ ├── abc_spinner_ab_focused_holo_dark.9.png
│ │ ├── abc_spinner_ab_focused_holo_light.9.png
│ │ ├── abc_spinner_ab_pressed_holo_dark.9.png
│ │ ├── abc_spinner_ab_pressed_holo_light.9.png
│ │ ├── abc_tab_selected_focused_holo.9.png
│ │ ├── abc_tab_selected_holo.9.png
│ │ ├── abc_tab_selected_pressed_holo.9.png
│ │ ├── abc_tab_unselected_pressed_holo.9.png
│ │ ├── abc_textfield_search_default_holo_dark.9.png
│ │ ├── abc_textfield_search_default_holo_light.9.png
│ │ ├── abc_textfield_search_right_default_holo_dark.9.png
│ │ ├── abc_textfield_search_right_default_holo_light.9.png
│ │ ├── abc_textfield_search_right_selected_holo_dark.9.png
│ │ ├── abc_textfield_search_right_selected_holo_light.9.png
│ │ ├── abc_textfield_search_selected_holo_dark.9.png
│ │ └── abc_textfield_search_selected_holo_light.9.png
│ ├── drawable
│ │ ├── abc_ic_clear.xml
│ │ ├── abc_ic_clear_holo_light.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_search_dropdown_dark.xml
│ │ ├── abc_search_dropdown_light.xml
│ │ ├── abc_spinner_ab_holo_dark.xml
│ │ ├── abc_spinner_ab_holo_light.xml
│ │ ├── abc_tab_indicator_ab_holo.xml
│ │ ├── abc_textfield_searchview_holo_dark.xml
│ │ ├── abc_textfield_searchview_holo_light.xml
│ │ ├── abc_textfield_searchview_right_holo_dark.xml
│ │ └── abc_textfield_searchview_right_holo_light.xml
│ ├── layout-v11
│ │ └── abc_action_bar_decor.xml
│ ├── layout-v14
│ │ └── abc_activity_chooser_view.xml
│ ├── layout
│ │ ├── abc_action_bar_decor.xml
│ │ ├── abc_action_bar_decor_include.xml
│ │ ├── abc_action_bar_decor_overlay.xml
│ │ ├── abc_action_bar_home.xml
│ │ ├── abc_action_bar_tab.xml
│ │ ├── abc_action_bar_tabbar.xml
│ │ ├── abc_action_bar_title_item.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.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_search_dropdown_item_icons_2line.xml
│ │ ├── abc_search_view.xml
│ │ └── support_simple_spinner_dropdown_item.xml
│ ├── values-af
│ │ └── strings.xml
│ ├── values-am
│ │ └── strings.xml
│ ├── values-ar
│ │ └── strings.xml
│ ├── values-bg
│ │ └── 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-fa
│ │ └── strings.xml
│ ├── values-fi
│ │ └── strings.xml
│ ├── values-fr-rCA
│ │ └── strings.xml
│ ├── values-fr
│ │ └── strings.xml
│ ├── values-hi
│ │ └── strings.xml
│ ├── values-hr
│ │ └── strings.xml
│ ├── values-hu
│ │ └── strings.xml
│ ├── values-hy-rAM
│ │ └── strings.xml
│ ├── values-in
│ │ └── strings.xml
│ ├── values-it
│ │ └── strings.xml
│ ├── values-iw
│ │ └── strings.xml
│ ├── values-ja
│ │ └── strings.xml
│ ├── values-ka-rGE
│ │ └── strings.xml
│ ├── values-km-rKH
│ │ └── strings.xml
│ ├── values-ko
│ │ └── strings.xml
│ ├── values-land
│ │ ├── bools.xml
│ │ ├── config.xml
│ │ └── dimens.xml
│ ├── values-large
│ │ ├── bools.xml
│ │ ├── config.xml
│ │ └── dimens.xml
│ ├── values-lo-rLA
│ │ └── strings.xml
│ ├── values-lt
│ │ └── strings.xml
│ ├── values-lv
│ │ └── strings.xml
│ ├── values-mn-rMN
│ │ └── strings.xml
│ ├── values-ms-rMY
│ │ └── strings.xml
│ ├── values-nb
│ │ └── strings.xml
│ ├── values-nl
│ │ └── strings.xml
│ ├── values-pl
│ │ └── strings.xml
│ ├── values-pt-rPT
│ │ └── strings.xml
│ ├── values-pt
│ │ └── strings.xml
│ ├── values-ro
│ │ └── strings.xml
│ ├── values-ru
│ │ └── 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-th
│ │ └── strings.xml
│ ├── values-tl
│ │ └── strings.xml
│ ├── values-tr
│ │ └── strings.xml
│ ├── values-uk
│ │ └── strings.xml
│ ├── values-v11
│ │ ├── styles_base.xml
│ │ └── themes_base.xml
│ ├── values-v14
│ │ ├── styles_base.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
│ │ ├── 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
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ ├── ids.xml
│ │ ├── strings.xml
│ │ ├── styles.xml
│ │ ├── styles_base.xml
│ │ ├── themes.xml
│ │ └── themes_base.xml
│ └── src
│ └── .readme
├── Library
└── DobSliding
│ ├── AndroidManifest.xml
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ ├── drawable-hdpi
│ │ └── ic_launcher.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ ├── ic_collapsed_dark.png
│ │ ├── ic_collapsed_light.png
│ │ ├── ic_expanded_dark.png
│ │ ├── ic_expanded_light.png
│ │ └── ic_launcher.png
│ ├── layout
│ │ └── ab.xml
│ └── values
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── src
│ └── com
│ └── dobmob
│ └── dobsliding
│ ├── DobSlidingMenu.java
│ ├── animations
│ └── AnimationExecutor.java
│ ├── controllers
│ └── VSlidingMenuController.java
│ ├── events
│ ├── OnCollapsedListener.java
│ └── OnExpandedListener.java
│ ├── exceptions
│ ├── NoActionBarException.java
│ ├── NoActivityException.java
│ └── NoSlidingViewException.java
│ ├── listeners
│ ├── HandleClickListener.java
│ ├── OnMovingTouchListener.java
│ ├── OnSizingTouchListener.java
│ ├── SlidingParentKeyListener.java
│ ├── SlidingParentTouchListener.java
│ └── VSlidingAnimatorListener.java
│ ├── models
│ └── SlidingItem.java
│ └── utils
│ ├── Computer.java
│ └── Initializer.java
├── README.md
└── screenshot1.png
/.gitignore:
--------------------------------------------------------------------------------
1 | .classpath
2 | .project
3 | .settings
4 | bin
5 | gen
6 | .DS_Store
7 | local.properties
8 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
10 |
11 |
16 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/ic_launcher-web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Demo/DobSlidingDemo/ic_launcher-web.png
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Demo/DobSlidingDemo/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/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 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/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-19
15 | android.library.reference.1=../../Library/DobSliding
16 | android.library.reference.2=../../DependentLibs/appcompat_v7
17 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Demo/DobSlidingDemo/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Demo/DobSlidingDemo/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Demo/DobSlidingDemo/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Demo/DobSlidingDemo/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
18 |
19 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/layout/dob_sliding_menu.xml:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
18 |
19 |
26 |
27 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/menu/main.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/values-v11/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/values-v14/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/values-w820dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 | 64dp
9 |
10 |
11 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 16dp
5 | 16dp
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | DobSlidingDemo
5 | Hello world!
6 | Settings
7 | Size
8 | Move
9 | Dob Sliding Menu
10 | Click Me
11 | Toggle Me
12 | Expand
13 | Enabled
14 |
15 |
16 |
--------------------------------------------------------------------------------
/Demo/DobSlidingDemo/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
14 |
15 |
16 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/DependentLibs/NineOldAndroids/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/DependentLibs/NineOldAndroids/lint.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/DependentLibs/NineOldAndroids/pom.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 4.0.0
5 |
6 | com.nineoldandroids
7 | library
8 | Nine Old Androids
9 | jar
10 |
11 |
12 | com.nineoldandroids
13 | parent
14 | 2.4.0
15 | ../pom.xml
16 |
17 |
18 |
19 |
20 | com.google.android
21 | android
22 | provided
23 |
24 |
25 |
26 |
27 | src
28 |
29 |
30 |
31 | com.jayway.maven.plugins.android.generation2
32 | android-maven-plugin
33 | true
34 |
35 |
36 |
37 | org.apache.maven.plugins
38 | maven-checkstyle-plugin
39 |
40 | ${project.basedir}/../checkstyle.xml
41 |
42 |
43 |
44 | verify
45 |
46 | checkstyle
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
--------------------------------------------------------------------------------
/DependentLibs/NineOldAndroids/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 | # Project target.
12 | target=android-19
13 |
--------------------------------------------------------------------------------
/DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/AnimatorListenerAdapter.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2010 The Android Open Source Project
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 com.nineoldandroids.animation;
18 |
19 | /**
20 | * This adapter class provides empty implementations of the methods from {@link android.animation.Animator.AnimatorListener}.
21 | * Any custom listener that cares only about a subset of the methods of this listener can
22 | * simply subclass this adapter class instead of implementing the interface directly.
23 | */
24 | public abstract class AnimatorListenerAdapter implements Animator.AnimatorListener {
25 |
26 | /**
27 | * {@inheritDoc}
28 | */
29 | @Override
30 | public void onAnimationCancel(Animator animation) {
31 | }
32 |
33 | /**
34 | * {@inheritDoc}
35 | */
36 | @Override
37 | public void onAnimationEnd(Animator animation) {
38 | }
39 |
40 | /**
41 | * {@inheritDoc}
42 | */
43 | @Override
44 | public void onAnimationRepeat(Animator animation) {
45 | }
46 |
47 | /**
48 | * {@inheritDoc}
49 | */
50 | @Override
51 | public void onAnimationStart(Animator animation) {
52 | }
53 |
54 | }
55 |
--------------------------------------------------------------------------------
/DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/FloatEvaluator.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2010 The Android Open Source Project
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 com.nineoldandroids.animation;
18 |
19 | /**
20 | * This evaluator can be used to perform type interpolation between float
values.
21 | */
22 | public class FloatEvaluator implements TypeEvaluator {
23 |
24 | /**
25 | * This function returns the result of linearly interpolating the start and end values, with
26 | * fraction
representing the proportion between the start and end values. The
27 | * calculation is a simple parametric calculation: result = x0 + t * (v1 - v0)
,
28 | * where x0
is startValue
, x1
is endValue
,
29 | * and t
is fraction
.
30 | *
31 | * @param fraction The fraction from the starting to the ending values
32 | * @param startValue The start value; should be of type float
or
33 | * Float
34 | * @param endValue The end value; should be of type float
or Float
35 | * @return A linear interpolation between the start and end values, given the
36 | * fraction
parameter.
37 | */
38 | public Float evaluate(float fraction, Number startValue, Number endValue) {
39 | float startFloat = startValue.floatValue();
40 | return startFloat + fraction * (endValue.floatValue() - startFloat);
41 | }
42 | }
--------------------------------------------------------------------------------
/DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/IntEvaluator.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2010 The Android Open Source Project
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 com.nineoldandroids.animation;
18 |
19 | /**
20 | * This evaluator can be used to perform type interpolation between int
values.
21 | */
22 | public class IntEvaluator implements TypeEvaluator {
23 |
24 | /**
25 | * This function returns the result of linearly interpolating the start and end values, with
26 | * fraction
representing the proportion between the start and end values. The
27 | * calculation is a simple parametric calculation: result = x0 + t * (v1 - v0)
,
28 | * where x0
is startValue
, x1
is endValue
,
29 | * and t
is fraction
.
30 | *
31 | * @param fraction The fraction from the starting to the ending values
32 | * @param startValue The start value; should be of type int
or
33 | * Integer
34 | * @param endValue The end value; should be of type int
or Integer
35 | * @return A linear interpolation between the start and end values, given the
36 | * fraction
parameter.
37 | */
38 | public Integer evaluate(float fraction, Integer startValue, Integer endValue) {
39 | int startInt = startValue;
40 | return (int)(startInt + fraction * (endValue - startInt));
41 | }
42 | }
--------------------------------------------------------------------------------
/DependentLibs/NineOldAndroids/src/com/nineoldandroids/animation/TypeEvaluator.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2010 The Android Open Source Project
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 com.nineoldandroids.animation;
18 |
19 | /**
20 | * Interface for use with the {@link ValueAnimator#setEvaluator(TypeEvaluator)} function. Evaluators
21 | * allow developers to create animations on arbitrary property types, by allowing them to supply
22 | * custom evaulators for types that are not automatically understood and used by the animation
23 | * system.
24 | *
25 | * @see ValueAnimator#setEvaluator(TypeEvaluator)
26 | */
27 | public interface TypeEvaluator {
28 |
29 | /**
30 | * This function returns the result of linearly interpolating the start and end values, with
31 | * fraction
representing the proportion between the start and end values. The
32 | * calculation is a simple parametric calculation: result = x0 + t * (v1 - v0)
,
33 | * where x0
is startValue
, x1
is endValue
,
34 | * and t
is fraction
.
35 | *
36 | * @param fraction The fraction from the starting to the ending values
37 | * @param startValue The start value.
38 | * @param endValue The end value.
39 | * @return A linear interpolation between the start and end values, given the
40 | * fraction
parameter.
41 | */
42 | public T evaluate(float fraction, T startValue, T endValue);
43 |
44 | }
--------------------------------------------------------------------------------
/DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/FloatProperty.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2011 The Android Open Source Project
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 | package com.nineoldandroids.util;
17 |
18 | /**
19 | * An implementation of {@link android.util.Property} to be used specifically with fields of type
20 | * float
. This type-specific subclass enables performance benefit by allowing
21 | * calls to a {@link #set(Object, Float) set()} function that takes the primitive
22 | * float
type and avoids autoboxing and other overhead associated with the
23 | * Float
class.
24 | *
25 | * @param The class on which the Property is declared.
26 | *
27 | * @hide
28 | */
29 | public abstract class FloatProperty extends Property {
30 |
31 | public FloatProperty(String name) {
32 | super(Float.class, name);
33 | }
34 |
35 | /**
36 | * A type-specific override of the {@link #set(Object, Float)} that is faster when dealing
37 | * with fields of type float
.
38 | */
39 | public abstract void setValue(T object, float value);
40 |
41 | @Override
42 | final public void set(T object, Float value) {
43 | setValue(object, value);
44 | }
45 |
46 | }
--------------------------------------------------------------------------------
/DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/IntProperty.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2011 The Android Open Source Project
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 | package com.nineoldandroids.util;
17 |
18 | /**
19 | * An implementation of {@link android.util.Property} to be used specifically with fields of type
20 | * int
. This type-specific subclass enables performance benefit by allowing
21 | * calls to a {@link #set(Object, Integer) set()} function that takes the primitive
22 | * int
type and avoids autoboxing and other overhead associated with the
23 | * Integer
class.
24 | *
25 | * @param The class on which the Property is declared.
26 | *
27 | * @hide
28 | */
29 | public abstract class IntProperty extends Property {
30 |
31 | public IntProperty(String name) {
32 | super(Integer.class, name);
33 | }
34 |
35 | /**
36 | * A type-specific override of the {@link #set(Object, Integer)} that is faster when dealing
37 | * with fields of type int
.
38 | */
39 | public abstract void setValue(T object, int value);
40 |
41 | @Override
42 | final public void set(T object, Integer value) {
43 | set(object, value.intValue());
44 | }
45 |
46 | }
--------------------------------------------------------------------------------
/DependentLibs/NineOldAndroids/src/com/nineoldandroids/util/NoSuchPropertyException.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (C) 2011 The Android Open Source Project
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 | package com.nineoldandroids.util;
17 |
18 | /**
19 | * Thrown when code requests a {@link Property} on a class that does
20 | * not expose the appropriate method or field.
21 | *
22 | * @see Property#of(java.lang.Class, java.lang.Class, java.lang.String)
23 | */
24 | public class NoSuchPropertyException extends RuntimeException {
25 |
26 | public NoSuchPropertyException(String s) {
27 | super(s);
28 | }
29 |
30 | }
31 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/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 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/libs/android-support-v7-appcompat.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/libs/android-support-v7-appcompat.jar
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/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-19
15 | android.library=true
16 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/anim/abc_fade_in.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/anim/abc_fade_out.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/anim/abc_slide_in_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
20 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/anim/abc_slide_in_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/anim/abc_slide_out_bottom.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/anim/abc_slide_out_top.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/color/abc_search_url_text_holo.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_solid_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_ab_back_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_cab_done_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_clear_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_clear_disabled.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_clear_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_clear_normal.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_go.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_go.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_menu_share_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_search.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_voice_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_voice_search.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_divider_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_tab_selected_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_tab_selected_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_solid_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_ab_back_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_cab_done_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_clear_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_clear_disabled.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_clear_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_clear_normal.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_go.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_go.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_menu_share_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_menu_share_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_search.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_voice_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_voice_search.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_divider_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_divider_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_divider_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_divider_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_tab_selected_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_tab_selected_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_disabled.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_go.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_go.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_search.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_voice_search.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_voice_search.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_divider_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_divider_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/DependentLibs/appcompat_v7/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_ic_clear.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
22 |
23 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_ic_clear_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
22 |
23 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_item_background_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_item_background_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_list_selector_background_transition_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_list_selector_background_transition_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_list_selector_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_list_selector_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_search_dropdown_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
22 |
23 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_search_dropdown_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
22 |
23 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_spinner_ab_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
22 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_spinner_ab_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
22 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_textfield_searchview_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_textfield_searchview_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_textfield_searchview_right_holo_dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/drawable/abc_textfield_searchview_right_holo_light.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout-v11/abc_action_bar_decor.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout-v14/abc_activity_chooser_view.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_action_bar_decor.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
22 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_action_bar_home.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
22 |
29 |
38 |
39 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_action_bar_tab.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
23 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_action_bar_tabbar.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
23 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_action_bar_view_list_nav_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 |
23 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_action_menu_item_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
31 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_action_menu_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
25 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_action_mode_bar.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
25 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_action_mode_close_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
27 |
32 |
33 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_activity_chooser_view.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_expanded_menu_layout.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
22 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_list_menu_item_checkbox.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_list_menu_item_icon.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
28 |
29 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/abc_list_menu_item_radio.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
25 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/layout/support_simple_spinner_dropdown_item.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-land/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 | true
20 |
21 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-land/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | true
18 |
19 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-land/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | 40dip
20 |
21 | 4dip
22 |
23 | 16dp
24 |
25 | 12dp
26 |
27 | -2dp
28 |
29 | 4dip
30 |
31 | 32dp
32 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-large/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 | true
20 |
21 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-large/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
22 |
23 |
26 | true
27 |
28 |
29 | 440dp
30 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-large/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 | 192dip
20 |
23 | 4
24 |
25 |
26 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-sw600dp/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
19 |
20 |
22 |
23 |
24 | 580dp
25 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-sw600dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
21 | 5
22 |
23 | 56dip
24 |
25 | 4dip
26 |
27 | 18dp
28 |
29 | 14dp
30 |
31 | -3dp
32 |
33 | 9dip
34 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-v11/styles_base.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
22 |
23 |
24 |
25 |
26 |
29 |
30 |
33 |
34 |
35 |
36 |
39 |
40 |
43 |
44 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-w360dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
21 | 3
22 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-w480dp/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | true
18 | false
19 |
20 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-w480dp/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | true
18 |
19 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-w500dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
21 | 4
22 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-w600dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
21 | 5
22 |
23 |
24 | 56dip
25 |
26 | 4dip
27 |
28 | 18dp
29 |
30 | 14dp
31 |
32 | -3dp
33 |
34 | 9dip
35 |
36 | 64dip
37 |
38 |
39 | 192dip
40 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-w720dp/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-xlarge/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-xlarge/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
22 | 5
23 |
24 |
25 | 56dip
26 |
27 | 4dip
28 |
29 | 18dp
30 |
31 | 14dp
32 |
33 | -3dp
34 |
35 | 9dip
36 |
37 | 64dip
38 |
39 |
40 | 192dip
41 |
42 |
43 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values-zh-rCN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 | "完成"
20 | "转到主屏幕"
21 | "转到上一层级"
22 | "更多选项"
23 | "搜索"
24 | "搜索查询"
25 | "清除查询"
26 | "提交查询"
27 | "语音搜索"
28 | "选择应用"
29 | "查看全部"
30 | "通过%s分享"
31 | "分享方式"
32 |
33 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values/bools.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 | false
19 | true
20 | true
21 |
22 | false
23 |
24 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 | #7fa87f
18 | @android:color/black
19 | @android:color/black
20 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values/config.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
19 |
20 |
23 | false
24 |
25 |
28 | 320dp
29 |
30 |
33 | true
34 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/res/values/ids.xml:
--------------------------------------------------------------------------------
1 |
2 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/DependentLibs/appcompat_v7/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.
--------------------------------------------------------------------------------
/Library/DobSliding/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
5 |
6 |
9 |
10 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/Library/DobSliding/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 |
--------------------------------------------------------------------------------
/Library/DobSliding/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-19
15 | android.library=true
16 | android.library.reference.1=../../DependentLibs/NineOldAndroids
17 |
--------------------------------------------------------------------------------
/Library/DobSliding/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Library/DobSliding/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Library/DobSliding/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Library/DobSliding/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Library/DobSliding/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Library/DobSliding/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Library/DobSliding/res/drawable-xxhdpi/ic_collapsed_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Library/DobSliding/res/drawable-xxhdpi/ic_collapsed_dark.png
--------------------------------------------------------------------------------
/Library/DobSliding/res/drawable-xxhdpi/ic_collapsed_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Library/DobSliding/res/drawable-xxhdpi/ic_collapsed_light.png
--------------------------------------------------------------------------------
/Library/DobSliding/res/drawable-xxhdpi/ic_expanded_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Library/DobSliding/res/drawable-xxhdpi/ic_expanded_dark.png
--------------------------------------------------------------------------------
/Library/DobSliding/res/drawable-xxhdpi/ic_expanded_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Library/DobSliding/res/drawable-xxhdpi/ic_expanded_light.png
--------------------------------------------------------------------------------
/Library/DobSliding/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/Library/DobSliding/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/Library/DobSliding/res/layout/ab.xml:
--------------------------------------------------------------------------------
1 |
4 |
5 |
8 |
9 |
21 |
22 |
--------------------------------------------------------------------------------
/Library/DobSliding/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | VSliding
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Library/DobSliding/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
14 |
15 |
16 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/animations/AnimationExecutor.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.animations;
2 |
3 | import com.dobmob.dobsliding.controllers.VSlidingMenuController;
4 | import com.dobmob.dobsliding.listeners.VSlidingAnimatorListener;
5 | import com.dobmob.dobsliding.models.SlidingItem.SlidingType;
6 | import com.nineoldandroids.animation.ObjectAnimator;
7 | import com.nineoldandroids.animation.ValueAnimator;
8 |
9 | public class AnimationExecutor {
10 |
11 | private VSlidingMenuController vSlidingMenuController;
12 |
13 | public AnimationExecutor(VSlidingMenuController vSlidingMenuController) {
14 | super();
15 | this.vSlidingMenuController = vSlidingMenuController;
16 | }
17 |
18 | public enum MovingType {
19 | TOP_TO_BOTTOM, BOTTOM_TO_TOP
20 | }
21 |
22 | public void animateView(int fromY, int toY) {
23 | int duration = Math.abs(toY - fromY);
24 |
25 | if (vSlidingMenuController.getSlidingItem().getMaxDuration() > VSlidingMenuController.DEFAULT_INT) {
26 | duration = Math.min(duration, vSlidingMenuController
27 | .getSlidingItem().getMaxDuration());
28 | }
29 |
30 | VSlidingAnimatorListener animatorListener = new VSlidingAnimatorListener(
31 | vSlidingMenuController);
32 |
33 | MovingType movingType = toY == 0 ? MovingType.BOTTOM_TO_TOP
34 | : MovingType.TOP_TO_BOTTOM;
35 | animatorListener.setMovingType(movingType);
36 |
37 | String propertyName = "";
38 | if (vSlidingMenuController.getSlidingItem().getSlidingType() == SlidingType.SIZE) {
39 | propertyName = "viewHeight";
40 |
41 | } else if (vSlidingMenuController.getSlidingItem().getSlidingType() == SlidingType.MOVE) {
42 | propertyName = "viewTop";
43 | }
44 |
45 | ValueAnimator sizeAnim = ObjectAnimator.ofInt(vSlidingMenuController,
46 | propertyName, fromY, toY);
47 | sizeAnim.setDuration(duration);
48 | sizeAnim.addListener(animatorListener);
49 | sizeAnim.start();
50 | }
51 |
52 | }
53 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/events/OnCollapsedListener.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.events;
2 |
3 | public interface OnCollapsedListener {
4 |
5 | public void onCollapsed();
6 |
7 | }
8 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/events/OnExpandedListener.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.events;
2 |
3 | public interface OnExpandedListener {
4 |
5 | public void onExpanded();
6 |
7 | }
8 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/exceptions/NoActionBarException.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.exceptions;
2 |
3 | public class NoActionBarException extends Exception {
4 |
5 | /**
6 | *
7 | */
8 | private static final long serialVersionUID = 7650056147012180569L;
9 |
10 | public NoActionBarException() {
11 | super();
12 | }
13 |
14 | public NoActionBarException(String detailMessage, Throwable throwable) {
15 | super(detailMessage, throwable);
16 | }
17 |
18 | public NoActionBarException(String detailMessage) {
19 | super(detailMessage);
20 | }
21 |
22 | public NoActionBarException(Throwable throwable) {
23 | super(throwable);
24 | }
25 |
26 | }
27 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/exceptions/NoActivityException.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.exceptions;
2 |
3 | public class NoActivityException extends Exception {
4 |
5 | /**
6 | *
7 | */
8 | private static final long serialVersionUID = 6667928019305324280L;
9 |
10 | public NoActivityException() {
11 | super();
12 | }
13 |
14 | public NoActivityException(String detailMessage, Throwable throwable) {
15 | super(detailMessage, throwable);
16 | }
17 |
18 | public NoActivityException(String detailMessage) {
19 | super(detailMessage);
20 | }
21 |
22 | public NoActivityException(Throwable throwable) {
23 | super(throwable);
24 | }
25 |
26 | }
27 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/exceptions/NoSlidingViewException.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.exceptions;
2 |
3 | public class NoSlidingViewException extends Exception {
4 |
5 | /**
6 | *
7 | */
8 | private static final long serialVersionUID = 7441385082527922432L;
9 |
10 | public NoSlidingViewException() {
11 | super();
12 | }
13 |
14 | public NoSlidingViewException(String detailMessage, Throwable throwable) {
15 | super(detailMessage, throwable);
16 | }
17 |
18 | public NoSlidingViewException(String detailMessage) {
19 | super(detailMessage);
20 | }
21 |
22 | public NoSlidingViewException(Throwable throwable) {
23 | super(throwable);
24 | }
25 |
26 | }
27 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/listeners/HandleClickListener.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.listeners;
2 |
3 | import com.dobmob.dobsliding.controllers.VSlidingMenuController;
4 |
5 | import android.view.View;
6 | import android.view.View.OnClickListener;
7 |
8 | public class HandleClickListener implements OnClickListener {
9 |
10 | private VSlidingMenuController vSlidingMenuController;
11 |
12 | public HandleClickListener(VSlidingMenuController vSlidingMenuController) {
13 | super();
14 | this.vSlidingMenuController = vSlidingMenuController;
15 | }
16 |
17 | @Override
18 | public void onClick(View v) {
19 | if (vSlidingMenuController.getSlidingStatus() == VSlidingMenuController.SlidingStatus.COLLAPSED) {
20 | vSlidingMenuController.expand();
21 |
22 | } else if (vSlidingMenuController.getSlidingStatus() == VSlidingMenuController.SlidingStatus.EXPANDED) {
23 | vSlidingMenuController.collapse();
24 | }
25 | }
26 |
27 | }
28 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/listeners/OnMovingTouchListener.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.listeners;
2 |
3 | import android.view.MotionEvent;
4 | import android.view.View;
5 | import android.view.View.OnTouchListener;
6 | import android.widget.FrameLayout;
7 |
8 | import com.dobmob.dobsliding.controllers.VSlidingMenuController;
9 |
10 | public class OnMovingTouchListener implements OnTouchListener {
11 |
12 | private VSlidingMenuController vSlidingMenuController;
13 |
14 | private FrameLayout slidingParent;
15 | private FrameLayout.LayoutParams slidingLayoutParams;
16 |
17 | public OnMovingTouchListener(VSlidingMenuController vSlidingMenuController) {
18 | super();
19 | this.vSlidingMenuController = vSlidingMenuController;
20 |
21 | init();
22 | }
23 |
24 | private void init() {
25 | this.slidingParent = this.vSlidingMenuController.getSlidingParent();
26 | this.slidingLayoutParams = (FrameLayout.LayoutParams) this.slidingParent
27 | .getLayoutParams();
28 | }
29 |
30 | @Override
31 | public boolean onTouch(View v, MotionEvent event) {
32 | if (vSlidingMenuController.getSlidingItem().isEnabled()) {
33 | float y = event.getY();
34 |
35 | switch (event.getAction()) {
36 | case MotionEvent.ACTION_DOWN:
37 | vSlidingMenuController.focusOnSliding();
38 |
39 | if (slidingLayoutParams.bottomMargin > 0) {
40 | return false;
41 | }
42 |
43 | break;
44 |
45 | case MotionEvent.ACTION_MOVE:
46 | slidingLayoutParams.topMargin = (int) y - slidingParent.getHeight();
47 | slidingParent.setLayoutParams(slidingLayoutParams);
48 | break;
49 |
50 | case MotionEvent.ACTION_UP:
51 | if (y > vSlidingMenuController.getJumpLine()) {
52 | vSlidingMenuController.animateSliding((int) y,
53 | (int) slidingParent.getHeight());
54 |
55 | } else {
56 | vSlidingMenuController.animateSliding((int) y, 0);
57 | }
58 |
59 | break;
60 |
61 | }
62 |
63 | }
64 |
65 | return true;
66 | }
67 |
68 | }
69 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/listeners/OnSizingTouchListener.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.listeners;
2 |
3 | import com.dobmob.dobsliding.controllers.VSlidingMenuController;
4 |
5 | import android.view.MotionEvent;
6 | import android.view.View;
7 | import android.view.View.OnTouchListener;
8 | import android.widget.FrameLayout;
9 |
10 | public class OnSizingTouchListener implements OnTouchListener {
11 |
12 | private VSlidingMenuController vSlidingMenuController;
13 |
14 | private FrameLayout slidingParent;
15 | private FrameLayout.LayoutParams slidingLayoutParams;
16 |
17 | public OnSizingTouchListener(VSlidingMenuController vSlidingMenuController) {
18 | super();
19 | this.vSlidingMenuController = vSlidingMenuController;
20 |
21 | init();
22 | }
23 |
24 | private void init() {
25 | this.slidingParent = this.vSlidingMenuController.getSlidingParent();
26 | this.slidingLayoutParams = (FrameLayout.LayoutParams) this.slidingParent
27 | .getLayoutParams();
28 | }
29 |
30 | @Override
31 | public boolean onTouch(View v, MotionEvent event) {
32 | if (vSlidingMenuController.getSlidingItem().isEnabled()) {
33 | float y = event.getY();
34 |
35 | switch (event.getAction()) {
36 | case MotionEvent.ACTION_DOWN:
37 | vSlidingMenuController.focusOnSliding();
38 |
39 | if (slidingParent.getHeight() > 0) {
40 | return false;
41 | }
42 |
43 | break;
44 |
45 | case MotionEvent.ACTION_MOVE:
46 | slidingLayoutParams.height = (int) y;
47 | slidingParent.setLayoutParams(slidingLayoutParams);
48 | break;
49 |
50 | case MotionEvent.ACTION_UP:
51 | if (y > vSlidingMenuController.getJumpLine()) {
52 | vSlidingMenuController.animateSliding((int) y,
53 | vSlidingMenuController.getSlidingHeight());
54 |
55 | } else {
56 | vSlidingMenuController.animateSliding((int) y, 0);
57 | }
58 |
59 | break;
60 |
61 | }
62 |
63 | }
64 |
65 | return true;
66 | }
67 |
68 | }
69 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/listeners/SlidingParentKeyListener.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.listeners;
2 |
3 | import android.view.KeyEvent;
4 | import android.view.View;
5 | import android.view.View.OnKeyListener;
6 |
7 | import com.dobmob.dobsliding.controllers.VSlidingMenuController;
8 |
9 | public class SlidingParentKeyListener implements OnKeyListener {
10 |
11 | private VSlidingMenuController vSlidingMenuController;
12 |
13 | public SlidingParentKeyListener(
14 | VSlidingMenuController vSlidingMenuController) {
15 | super();
16 | this.vSlidingMenuController = vSlidingMenuController;
17 | }
18 |
19 | @Override
20 | public boolean onKey(View v, int keyCode, KeyEvent event) {
21 | if (keyCode == KeyEvent.KEYCODE_BACK && vSlidingMenuController.getSlidingStatus() == VSlidingMenuController.SlidingStatus.EXPANDED) {
22 | vSlidingMenuController.collapse();
23 | return true;
24 | } else {
25 | return false;
26 | }
27 | }
28 |
29 | }
30 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/listeners/SlidingParentTouchListener.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.listeners;
2 |
3 | import android.view.MotionEvent;
4 | import android.view.View;
5 | import android.view.View.OnTouchListener;
6 |
7 | import com.dobmob.dobsliding.controllers.VSlidingMenuController;
8 |
9 | public class SlidingParentTouchListener implements OnTouchListener {
10 |
11 | private VSlidingMenuController vSlidingMenuController;
12 |
13 | public SlidingParentTouchListener() {
14 | super();
15 | }
16 |
17 | public void register(VSlidingMenuController vSlidingMenuController) {
18 | this.vSlidingMenuController = vSlidingMenuController;
19 | }
20 |
21 | @Override
22 | public boolean onTouch(View v, MotionEvent event) {
23 | vSlidingMenuController.finish();
24 |
25 | return true;
26 | }
27 |
28 | }
29 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/listeners/VSlidingAnimatorListener.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.listeners;
2 |
3 | import com.dobmob.dobsliding.animations.AnimationExecutor;
4 | import com.dobmob.dobsliding.controllers.VSlidingMenuController;
5 | import com.dobmob.dobsliding.controllers.VSlidingMenuController.SlidingStatus;
6 | import com.nineoldandroids.animation.Animator;
7 | import com.nineoldandroids.animation.Animator.AnimatorListener;
8 |
9 | public class VSlidingAnimatorListener implements AnimatorListener {
10 |
11 | private VSlidingMenuController vSlidingMenuController;
12 | private AnimationExecutor.MovingType movingType;
13 |
14 | public VSlidingAnimatorListener(
15 | VSlidingMenuController vSlidingMenuController) {
16 | super();
17 | this.vSlidingMenuController = vSlidingMenuController;
18 | }
19 | public AnimationExecutor.MovingType getMovingType() {
20 | return movingType;
21 | }
22 |
23 | public void setMovingType(AnimationExecutor.MovingType movingType) {
24 | this.movingType = movingType;
25 | }
26 |
27 | @Override
28 | public void onAnimationStart(Animator animation) {
29 | }
30 |
31 | @Override
32 | public void onAnimationEnd(Animator animation) {
33 | if (vSlidingMenuController != null) {
34 | if (movingType == AnimationExecutor.MovingType.BOTTOM_TO_TOP) {
35 | vSlidingMenuController.changeHandle(SlidingStatus.COLLAPSED);
36 |
37 | if (vSlidingMenuController.getSlidingItem()
38 | .getOnCollapsedListener() != null) {
39 |
40 | vSlidingMenuController.getSlidingItem()
41 | .getOnCollapsedListener().onCollapsed();
42 | }
43 |
44 | } else if (movingType == AnimationExecutor.MovingType.TOP_TO_BOTTOM) {
45 | vSlidingMenuController.changeHandle(SlidingStatus.EXPANDED);
46 |
47 | if (vSlidingMenuController.getSlidingItem()
48 | .getOnExpandedListener() != null) {
49 |
50 | vSlidingMenuController.getSlidingItem()
51 | .getOnExpandedListener().onExpanded();
52 | }
53 | }
54 | }
55 | }
56 |
57 | @Override
58 | public void onAnimationCancel(Animator animation) {
59 | }
60 |
61 | @Override
62 | public void onAnimationRepeat(Animator animation) {
63 | }
64 |
65 | }
66 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/utils/Computer.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.utils;
2 |
3 | import android.widget.FrameLayout;
4 |
5 | import com.dobmob.dobsliding.controllers.VSlidingMenuController;
6 | import com.dobmob.dobsliding.models.SlidingItem.SlidingType;
7 |
8 | public class Computer {
9 |
10 | public static VSlidingMenuController.SlidingStatus getSlidingStatus(
11 | VSlidingMenuController vSlidingMenuController) {
12 |
13 | FrameLayout slidingParent = vSlidingMenuController.getSlidingParent();
14 | FrameLayout.LayoutParams slidingLayoutParams = (FrameLayout.LayoutParams) slidingParent
15 | .getLayoutParams();
16 |
17 | if (vSlidingMenuController.getSlidingItem().getSlidingType() == SlidingType.SIZE) {
18 |
19 | int currentSlidingHeight = slidingParent.getHeight();
20 |
21 | if (currentSlidingHeight == 0) {
22 | return VSlidingMenuController.SlidingStatus.COLLAPSED;
23 |
24 | } else if (currentSlidingHeight >= vSlidingMenuController
25 | .getSlidingHeight()) {
26 | return VSlidingMenuController.SlidingStatus.EXPANDED;
27 |
28 | } else {
29 | return VSlidingMenuController.SlidingStatus.ANIMATING;
30 | }
31 |
32 | } else if (vSlidingMenuController.getSlidingItem().getSlidingType() == SlidingType.MOVE) {
33 |
34 | int currentSlidingTop = slidingLayoutParams.topMargin;
35 |
36 | if (currentSlidingTop <= -vSlidingMenuController.getSlidingHeight()) {
37 | return VSlidingMenuController.SlidingStatus.COLLAPSED;
38 |
39 | } else if (currentSlidingTop >= 0) {
40 | return VSlidingMenuController.SlidingStatus.EXPANDED;
41 |
42 | } else {
43 | return VSlidingMenuController.SlidingStatus.ANIMATING;
44 | }
45 |
46 | } else {
47 | return VSlidingMenuController.SlidingStatus.ANIMATING;
48 | }
49 | }
50 |
51 | }
52 |
--------------------------------------------------------------------------------
/Library/DobSliding/src/com/dobmob/dobsliding/utils/Initializer.java:
--------------------------------------------------------------------------------
1 | package com.dobmob.dobsliding.utils;
2 |
3 | import android.annotation.SuppressLint;
4 | import android.content.Context;
5 | import android.view.Gravity;
6 | import android.view.View;
7 | import android.view.ViewGroup;
8 | import android.widget.FrameLayout;
9 | import android.widget.ImageView;
10 |
11 | import com.dobmob.dobsliding.controllers.VSlidingMenuController;
12 | import com.dobmob.dobsliding.exceptions.NoActionBarException;
13 | import com.dobmob.dobsliding.models.SlidingItem;
14 |
15 | public class Initializer {
16 |
17 | @SuppressLint("InlinedApi")
18 | public static View getActionBarView(ViewGroup decor)
19 | throws NoActionBarException {
20 | View actionBarView;
21 | Context context = decor.getContext();
22 |
23 | View home = decor.findViewById(android.R.id.home);
24 | if (home == null) {
25 | int homeId = context.getResources().getIdentifier("abs__home",
26 | "id", context.getPackageName());
27 | home = decor.findViewById(homeId);
28 | }
29 |
30 | actionBarView = (View) home.getParent().getParent().getParent();
31 | if (actionBarView == null) {
32 | throw new NoActionBarException();
33 | }
34 |
35 | return actionBarView;
36 | }
37 |
38 | public static ImageView initHandle(Context context,
39 | VSlidingMenuController slidingMenuController,
40 | SlidingItem slidingItem) {
41 | ImageView handle = new ImageView(context);
42 | handle.setImageResource(slidingItem.getHandleCollapsedIcon());
43 | handle.setScaleType(ImageView.ScaleType.CENTER);
44 | handle.setContentDescription("");
45 |
46 | FrameLayout.LayoutParams handleLayoutParams = new FrameLayout.LayoutParams(
47 | FrameLayout.LayoutParams.WRAP_CONTENT,
48 | FrameLayout.LayoutParams.WRAP_CONTENT, Gravity.BOTTOM
49 | | Gravity.CENTER_HORIZONTAL);
50 | handle.setLayoutParams(handleLayoutParams);
51 |
52 | return handle;
53 | }
54 | }
55 |
--------------------------------------------------------------------------------
/screenshot1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Startappz/DobSliding/6d71a48fcbd6ec0ceaede9fa9a182030a4f939db/screenshot1.png
--------------------------------------------------------------------------------