Download Free code Android Rivers

Description

Anxiety free news reader for Android - developed using Kotlin.

Icons

Android Rivers

Source Files

The download file AndroidRivers-master.zip has the following entries.


.gitignore/*  www .  j ava  2s.  com*/
.idea/.name
.idea/androidDexCompiler.xml
.idea/ant.xml
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/dictionaries/Dody.xml
.idea/encodings.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/libraries/KotlinRuntime.xml
.idea/libraries/android_support_v13.xml
.idea/libraries/eventbus_2_1_0_beta_1.xml
.idea/libraries/gson_2_2_2.xml
.idea/libraries/hamcrest_core_1_3.xml
.idea/libraries/junit_4_11.xml
.idea/libraries/ormlite_android_4_42.xml
.idea/libraries/ormlite_core_4_42.xml
.idea/libraries/scribe_1_3_3.xml
.idea/libraries/xpp3_1_1_4c.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/uiDesigner.xml
.idea/vcs.xml
AndroidManifest.xml
AndroidRivers.iml
HoloEverywhere-master/.gitignore
HoloEverywhere-master/.gitmodules
HoloEverywhere-master/.project
HoloEverywhere-master/LICENSE
HoloEverywhere-master/README.md
HoloEverywhere-master/addons/.project
HoloEverywhere-master/addons/.settings/org.eclipse.core.resources.prefs
HoloEverywhere-master/addons/.settings/org.eclipse.m2e.core.prefs
HoloEverywhere-master/addons/pom.xml
HoloEverywhere-master/addons/preferences/.classpath
HoloEverywhere-master/addons/preferences/.project
HoloEverywhere-master/addons/preferences/.settings/org.eclipse.core.resources.prefs
HoloEverywhere-master/addons/preferences/.settings/org.eclipse.jdt.core.prefs
HoloEverywhere-master/addons/preferences/.settings/org.eclipse.m2e.core.prefs
HoloEverywhere-master/addons/preferences/AndroidManifest.xml
HoloEverywhere-master/addons/preferences/pom.xml
HoloEverywhere-master/addons/preferences/preferences.iml
HoloEverywhere-master/addons/preferences/proguard-project.txt
HoloEverywhere-master/addons/preferences/project.properties
HoloEverywhere-master/addons/preferences/res/layout-w600dp/preference_list_content_single.xml
HoloEverywhere-master/addons/preferences/res/layout-xlarge/breadcrumbs_in_fragment.xml
HoloEverywhere-master/addons/preferences/res/layout/breadcrumbs_in_fragment.xml
HoloEverywhere-master/addons/preferences/res/layout/fragment_bread_crumb_item.xml
HoloEverywhere-master/addons/preferences/res/layout/fragment_bread_crumbs.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_category_holo.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_child_holo.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_dialog_edittext.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_dialog_numberpicker.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_dialog_seekbar.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_dialog_seekbar_widget.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_header_item.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_holo.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_information_holo.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_list_content.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_list_content_single.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_list_fragment.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_widget_checkbox.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_widget_seekbar.xml
HoloEverywhere-master/addons/preferences/res/layout/preference_widget_switch.xml
HoloEverywhere-master/addons/preferences/res/values-sw720dp/bools.xml
HoloEverywhere-master/addons/preferences/res/values/attrs.xml
HoloEverywhere-master/addons/preferences/res/values/bools.xml
HoloEverywhere-master/addons/preferences/res/values/dimens.xml
HoloEverywhere-master/addons/preferences/res/values/styles.xml
HoloEverywhere-master/addons/preferences/res/values/themes.xml
HoloEverywhere-master/addons/preferences/resbuilder/key_styles.json
HoloEverywhere-master/addons/preferences/resbuilder/themes.json
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/CheckBoxPreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/DatePreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/DialogPreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/EditTextPreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/ListPreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/MultiSelectListPreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/NumberPickerPreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/OnDependencyChangeListener.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/Preference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/PreferenceActivity.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/PreferenceCategory.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/PreferenceFragment.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/PreferenceFrameLayout.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/PreferenceGroup.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/PreferenceGroupAdapter.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/PreferenceInflater.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/PreferenceInit.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/PreferenceManager.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/PreferenceScreen.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/RingtonePreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/SeekBarDialogPreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/SeekBarPreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/SwitchPreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/TimePreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/TwoStatePreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/VolumePreference.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/_PreferenceManagerImpl.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/_SharedPreferencesBase.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/_SharedPreferencesImpl_JSON.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/preference/_SharedPreferencesImpl_XML.java
HoloEverywhere-master/addons/preferences/src/org/holoeverywhere/widget/FragmentBreadCrumbs.java
HoloEverywhere-master/addons/slidingmenu/.classpath
HoloEverywhere-master/addons/slidingmenu/.gitignore
HoloEverywhere-master/addons/slidingmenu/.project
HoloEverywhere-master/addons/slidingmenu/.settings/org.eclipse.core.resources.prefs
HoloEverywhere-master/addons/slidingmenu/.settings/org.eclipse.jdt.core.prefs
HoloEverywhere-master/addons/slidingmenu/.settings/org.eclipse.m2e.core.prefs
HoloEverywhere-master/addons/slidingmenu/AndroidManifest.xml
HoloEverywhere-master/addons/slidingmenu/pom.xml
HoloEverywhere-master/addons/slidingmenu/project.properties
HoloEverywhere-master/addons/slidingmenu/res/layout/slidingmenumain.xml
HoloEverywhere-master/addons/slidingmenu/res/values/attrs.xml
HoloEverywhere-master/addons/slidingmenu/res/values/ids.xml
HoloEverywhere-master/addons/slidingmenu/slidingmenu.iml
HoloEverywhere-master/addons/slidingmenu/src/com/slidingmenu/lib/CanvasTransformerBuilder.java
HoloEverywhere-master/addons/slidingmenu/src/com/slidingmenu/lib/CustomViewAbove.java
HoloEverywhere-master/addons/slidingmenu/src/com/slidingmenu/lib/CustomViewBehind.java
HoloEverywhere-master/addons/slidingmenu/src/com/slidingmenu/lib/MenuInterface.java
HoloEverywhere-master/addons/slidingmenu/src/com/slidingmenu/lib/SlidingMenu.java
HoloEverywhere-master/addons/slidingmenu/src/com/slidingmenu/lib/app/SlidingActivityBase.java
HoloEverywhere-master/addons/slidingmenu/src/com/slidingmenu/lib/app/SlidingActivityHelper.java
HoloEverywhere-master/addons/slidingmenu/src/org/holoeverywhere/addon/SlidingMenu.java
HoloEverywhere-master/addons/slidingmenu/update_from_upstream.sh
HoloEverywhere-master/contrib/ActionBarSherlock/ActionBarSherlock.iml
HoloEverywhere-master/contrib/ActionBarSherlock/AndroidManifest.xml
HoloEverywhere-master/contrib/ActionBarSherlock/README.md
HoloEverywhere-master/contrib/ActionBarSherlock/pom.xml
HoloEverywhere-master/contrib/ActionBarSherlock/project.properties
HoloEverywhere-master/contrib/ActionBarSherlock/res/color/abs__primary_text_disable_only_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/color/abs__primary_text_disable_only_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/color/abs__primary_text_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/color/abs__primary_text_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_bottom_solid_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_bottom_solid_inverse_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_bottom_solid_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_bottom_transparent_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_bottom_transparent_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_share_pack_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_share_pack_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_solid_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_solid_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_solid_shadow_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_stacked_solid_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_stacked_solid_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_stacked_transparent_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_stacked_transparent_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_transparent_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ab_transparent_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__btn_cab_done_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__btn_cab_done_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__btn_cab_done_focused_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__btn_cab_done_focused_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__btn_cab_done_pressed_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__btn_cab_done_pressed_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__cab_background_bottom_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__cab_background_bottom_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__cab_background_top_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__cab_background_top_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__dialog_full_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__dialog_full_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_ab_back_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_ab_back_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_cab_done_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_cab_done_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_clear_disabled.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_clear_normal.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_clear_search_api_disabled_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_clear_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_go.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_go_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_menu_moreoverflow_normal_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_menu_moreoverflow_normal_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_menu_share_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_menu_share_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_search.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_voice_search.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__ic_voice_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__list_activated_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__list_divider_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__list_divider_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__list_focused_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__list_longpressed_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__list_pressed_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__list_pressed_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__list_selector_disabled_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__list_selector_disabled_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__menu_dropdown_panel_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__menu_dropdown_panel_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__progress_bg_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__progress_bg_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__progress_primary_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__progress_primary_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__progress_secondary_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__progress_secondary_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__spinner_48_inner_holo.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__spinner_48_outer_holo.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__spinner_ab_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__spinner_ab_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__spinner_ab_disabled_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__spinner_ab_disabled_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__spinner_ab_focused_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__spinner_ab_focused_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__spinner_ab_pressed_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__spinner_ab_pressed_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__tab_selected_focused_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__tab_selected_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__tab_selected_pressed_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__tab_unselected_pressed_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__textfield_search_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__textfield_search_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__textfield_search_right_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__textfield_search_right_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__textfield_search_right_selected_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__textfield_search_right_selected_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__textfield_search_selected_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-hdpi/abs__textfield_search_selected_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_bottom_solid_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_bottom_solid_inverse_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_bottom_solid_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_bottom_transparent_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_bottom_transparent_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_share_pack_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_share_pack_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_solid_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_solid_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_solid_shadow_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_stacked_solid_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_stacked_solid_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_stacked_transparent_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_stacked_transparent_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_transparent_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ab_transparent_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__btn_cab_done_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__btn_cab_done_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__btn_cab_done_focused_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__btn_cab_done_focused_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__btn_cab_done_pressed_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__btn_cab_done_pressed_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__cab_background_bottom_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__cab_background_bottom_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__cab_background_top_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__cab_background_top_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__dialog_full_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__dialog_full_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_ab_back_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_ab_back_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_cab_done_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_cab_done_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_clear_disabled.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_clear_normal.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_clear_search_api_disabled_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_clear_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_go.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_go_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_menu_moreoverflow_normal_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_menu_moreoverflow_normal_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_menu_share_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_menu_share_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_search.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_voice_search.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__ic_voice_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__list_activated_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__list_divider_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__list_divider_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__list_focused_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__list_longpressed_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__list_pressed_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__list_pressed_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__list_selector_disabled_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__list_selector_disabled_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__menu_dropdown_panel_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__menu_dropdown_panel_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__progress_bg_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__progress_bg_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__progress_primary_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__progress_primary_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__progress_secondary_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__progress_secondary_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__spinner_48_inner_holo.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__spinner_48_outer_holo.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__spinner_ab_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__spinner_ab_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__spinner_ab_disabled_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__spinner_ab_disabled_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__spinner_ab_focused_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__spinner_ab_focused_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__spinner_ab_pressed_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__spinner_ab_pressed_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__tab_selected_focused_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__tab_selected_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__tab_selected_pressed_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__tab_unselected_pressed_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__textfield_search_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__textfield_search_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__textfield_search_right_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__textfield_search_right_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__textfield_search_right_selected_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__textfield_search_right_selected_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__textfield_search_selected_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-mdpi/abs__textfield_search_selected_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-v11/abs__progress_medium_holo.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_bottom_solid_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_bottom_solid_inverse_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_bottom_solid_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_bottom_transparent_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_bottom_transparent_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_share_pack_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_share_pack_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_solid_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_solid_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_solid_shadow_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_stacked_solid_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_stacked_solid_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_stacked_transparent_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_stacked_transparent_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_transparent_dark_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ab_transparent_light_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__btn_cab_done_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__btn_cab_done_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__btn_cab_done_focused_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__btn_cab_done_focused_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__btn_cab_done_pressed_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__btn_cab_done_pressed_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__cab_background_bottom_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__cab_background_bottom_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__cab_background_top_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__cab_background_top_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__dialog_full_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__dialog_full_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_ab_back_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_ab_back_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_cab_done_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_cab_done_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_clear_disabled.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_clear_search_api_disabled_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_clear_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_go.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_go_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_menu_moreoverflow_normal_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_menu_moreoverflow_normal_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_menu_share_holo_dark.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_menu_share_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_search.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_voice_search.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__ic_voice_search_api_holo_light.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__list_activated_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__list_divider_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__list_divider_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__list_focused_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__list_longpressed_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__list_pressed_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__list_pressed_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__list_selector_disabled_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__list_selector_disabled_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__menu_dropdown_panel_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__menu_dropdown_panel_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__progress_bg_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__progress_bg_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__progress_primary_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__progress_primary_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__progress_secondary_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__progress_secondary_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__spinner_48_inner_holo.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__spinner_48_outer_holo.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__spinner_ab_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__spinner_ab_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__spinner_ab_disabled_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__spinner_ab_disabled_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__spinner_ab_focused_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__spinner_ab_focused_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__spinner_ab_pressed_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__spinner_ab_pressed_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__tab_selected_focused_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__tab_selected_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__tab_selected_pressed_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__tab_unselected_pressed_holo.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__textfield_search_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__textfield_search_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__textfield_search_right_default_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__textfield_search_right_default_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__textfield_search_right_selected_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__textfield_search_right_selected_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__textfield_search_selected_holo_dark.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable-xhdpi/abs__textfield_search_selected_holo_light.9.png
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__activated_background_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__activated_background_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__btn_cab_done_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__btn_cab_done_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__ic_clear.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__ic_clear_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__ic_menu_moreoverflow_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__ic_menu_moreoverflow_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__item_background_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__item_background_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__list_selector_background_transition_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__list_selector_background_transition_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__list_selector_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__list_selector_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__progress_horizontal_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__progress_horizontal_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__progress_medium_holo.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__search_dropdown_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__search_dropdown_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__spinner_ab_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__spinner_ab_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__tab_indicator_ab_holo.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__textfield_searchview_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__textfield_searchview_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__textfield_searchview_right_holo_dark.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/drawable/abs__textfield_searchview_right_holo_light.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout-large/abs__action_mode_close_item.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout-v14/sherlock_spinner_dropdown_item.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout-v14/sherlock_spinner_item.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout-xlarge/abs__screen_action_bar.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout-xlarge/abs__screen_action_bar_overlay.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__action_bar_home.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__action_bar_tab.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__action_bar_tab_bar_view.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__action_bar_title_item.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__action_menu_item_layout.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__action_menu_layout.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__action_mode_bar.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__action_mode_close_item.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__activity_chooser_view.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__activity_chooser_view_list_item.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__dialog_title_holo.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__list_menu_item_checkbox.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__list_menu_item_icon.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__list_menu_item_layout.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__list_menu_item_radio.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__popup_menu_item_layout.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__screen_action_bar.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__screen_action_bar_overlay.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__screen_simple.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__screen_simple_overlay_action_mode.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__search_dropdown_item_icons_2line.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__search_view.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/abs__simple_dropdown_hint.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/sherlock_spinner_dropdown_item.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/layout/sherlock_spinner_item.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-land/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-large-hdpi-1024x600/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-large-land-hdpi-1024x600/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-large-land-mdpi-1024x600/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-large-mdpi-1024x600/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-large/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-sw600dp/abs__bools.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-sw600dp/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-v11/abs__themes.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-v14/abs__styles.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-v14/abs__themes.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-w360dp/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-w480dp/abs__bools.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-w480dp/abs__config.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-w500dp/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-w600dp/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values-xlarge/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values/abs__attrs.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values/abs__bools.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values/abs__colors.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values/abs__config.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values/abs__dimens.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values/abs__ids.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values/abs__strings.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values/abs__styles.xml
HoloEverywhere-master/contrib/ActionBarSherlock/res/values/abs__themes.xml
HoloEverywhere-master/contrib/ActionBarSherlock/src/android/support/v4/app/Watson.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/ActionBarSherlock.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/app/ActionBar.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/app/SherlockActivity.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/app/SherlockDialogFragment.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/app/SherlockExpandableListActivity.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/app/SherlockFragment.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/app/SherlockFragmentActivity.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/app/SherlockListActivity.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/app/SherlockListFragment.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/app/SherlockPreferenceActivity.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/ActionBarSherlockCompat.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/ActionBarSherlockNative.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/ResourcesCompat.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/app/ActionBarImpl.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/app/ActionBarWrapper.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/Animator.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/AnimatorListenerAdapter.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/AnimatorSet.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/FloatEvaluator.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/FloatKeyframeSet.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/IntEvaluator.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/IntKeyframeSet.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/Keyframe.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/KeyframeSet.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/ObjectAnimator.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/PropertyValuesHolder.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/TypeEvaluator.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/animation/ValueAnimator.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/view/NineViewGroup.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/view/animation/AnimatorProxy.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/widget/NineFrameLayout.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/widget/NineHorizontalScrollView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/nineoldandroids/widget/NineLinearLayout.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/ActionProviderWrapper.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/StandaloneActionMode.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/View_HasStateListenerSupport.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/View_OnAttachStateChangeListener.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/ActionMenu.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/ActionMenuItem.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/ActionMenuItemView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/ActionMenuPresenter.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/ActionMenuView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/BaseMenuPresenter.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/ListMenuItemView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/MenuBuilder.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/MenuItemImpl.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/MenuItemWrapper.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/MenuPopupHelper.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/MenuPresenter.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/MenuView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/MenuWrapper.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/SubMenuBuilder.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/view/menu/SubMenuWrapper.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/AbsActionBarView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/ActionBarContainer.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/ActionBarContextView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/ActionBarView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/CapitalizingButton.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/CapitalizingTextView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/CollapsibleActionViewWrapper.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/FakeDialogPhoneWindow.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/IcsAbsSpinner.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/IcsAdapterView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/IcsColorDrawable.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/IcsLinearLayout.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/IcsListPopupWindow.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/IcsProgressBar.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/IcsSpinner.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/IcsView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/internal/widget/ScrollingTabContainerView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/view/ActionMode.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/view/ActionProvider.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/view/CollapsibleActionView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/view/Menu.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/view/MenuInflater.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/view/MenuItem.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/view/SubMenu.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/view/Window.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/widget/ActivityChooserModel.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/widget/ActivityChooserView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/widget/SearchView.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/widget/ShareActionProvider.java
HoloEverywhere-master/contrib/ActionBarSherlock/src/com/actionbarsherlock/widget/SuggestionsAdapter.java
HoloEverywhere-master/formatting.xml
HoloEverywhere-master/library/.classpath
HoloEverywhere-master/library/.gitignore
HoloEverywhere-master/library/.project
HoloEverywhere-master/library/.settings/org.eclipse.core.resources.prefs
HoloEverywhere-master/library/.settings/org.eclipse.jdt.core.prefs
HoloEverywhere-master/library/.settings/org.eclipse.jdt.ui.prefs
HoloEverywhere-master/library/.settings/org.eclipse.m2e.core.prefs
HoloEverywhere-master/library/AndroidManifest.xml
HoloEverywhere-master/library/library.iml
HoloEverywhere-master/library/lint.xml
HoloEverywhere-master/library/pom.xml
HoloEverywhere-master/library/project.properties
HoloEverywhere-master/library/res/anim/dialog_enter.xml
HoloEverywhere-master/library/res/anim/dialog_exit.xml
HoloEverywhere-master/library/res/anim/fade_in.xml
HoloEverywhere-master/library/res/anim/fade_out.xml
HoloEverywhere-master/library/res/anim/grow_fade_in.xml
HoloEverywhere-master/library/res/anim/grow_fade_in_center.xml
HoloEverywhere-master/library/res/anim/grow_fade_in_from_bottom.xml
HoloEverywhere-master/library/res/anim/shrink_fade_out.xml
HoloEverywhere-master/library/res/anim/shrink_fade_out_center.xml
HoloEverywhere-master/library/res/anim/shrink_fade_out_from_bottom.xml
HoloEverywhere-master/library/res/color/primary_text_disable_only_holo_dark.xml
HoloEverywhere-master/library/res/color/primary_text_disable_only_holo_light.xml
HoloEverywhere-master/library/res/color/primary_text_holo_dark.xml
HoloEverywhere-master/library/res/color/primary_text_holo_light.xml
HoloEverywhere-master/library/res/color/primary_text_nodisable_holo_dark.xml
HoloEverywhere-master/library/res/color/primary_text_nodisable_holo_light.xml
HoloEverywhere-master/library/res/color/secondary_text_holo_dark.xml
HoloEverywhere-master/library/res/color/secondary_text_holo_light.xml
HoloEverywhere-master/library/res/color/secondary_text_nodisable_holo_dark.xml
HoloEverywhere-master/library/res/color/secondary_text_nodisable_holo_light.xml
HoloEverywhere-master/library/res/color/tertiary_text_holo_dark.xml
HoloEverywhere-master/library/res/color/tertiary_text_holo_light.xml
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_label_background.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_disable_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_disable_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_disable_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_normal_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_normal_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_off_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_disable_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_disable_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_disable_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_check_on_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_default_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_default_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_default_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_default_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_default_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_default_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_default_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_default_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_default_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_default_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_group_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_group_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_group_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_group_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_group_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_group_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_group_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_group_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_label_background.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_off_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_off_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_off_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_off_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_off_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_off_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_off_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_off_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_on_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_on_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_on_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_on_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_on_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_on_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_radio_on_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_off_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_off_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_off_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_off_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_off_normal_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_off_normal_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_off_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_off_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_on_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_on_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_on_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_on_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_on_normal_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_on_normal_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_on_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_rating_star_on_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_off_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_off_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_off_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_off_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_off_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_off_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_off_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_off_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_on_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_on_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_on_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_on_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_on_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_on_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_on_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/btn_toggle_on_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/day_picker_week_view_dayline_holo.9.png
HoloEverywhere-master/library/res/drawable-hdpi/dialog_bottom_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/dialog_bottom_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/dialog_divider_horizontal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/dialog_divider_horizontal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/dialog_full_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/dialog_full_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/dialog_middle_holo.9.png
HoloEverywhere-master/library/res/drawable-hdpi/dialog_middle_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/dialog_middle_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/dialog_top_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/dialog_top_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/expander_close_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/expander_close_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/expander_ic_maximized.9.png
HoloEverywhere-master/library/res/drawable-hdpi/expander_ic_minimized.9.png
HoloEverywhere-master/library/res/drawable-hdpi/expander_open_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/expander_open_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/fastscroll_label_left_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/fastscroll_label_left_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/fastscroll_label_right_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/fastscroll_label_right_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/fastscroll_thumb_default_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/fastscroll_thumb_pressed_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/fastscroll_track_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/fastscroll_track_default_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/fastscroll_track_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/fastscroll_track_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/list_activated_holo.9.png
HoloEverywhere-master/library/res/drawable-hdpi/list_divider_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/list_divider_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/list_focused_holo.9.png
HoloEverywhere-master/library/res/drawable-hdpi/list_longpressed_holo.9.png
HoloEverywhere-master/library/res/drawable-hdpi/list_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/list_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/list_section_divider_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/list_section_divider_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/list_selector_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/menu_dropdown_panel_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/menu_dropdown_panel_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/numberpicker_selection_divider.9.png
HoloEverywhere-master/library/res/drawable-hdpi/old_switch_thumb_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/old_switch_thumb_activated_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/old_switch_thumb_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/old_switch_thumb_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/old_switch_thumb_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/old_switch_thumb_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/old_switch_thumb_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/old_switch_thumb_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/overscroll_edge.png
HoloEverywhere-master/library/res/drawable-hdpi/overscroll_glow.png
HoloEverywhere-master/library/res/drawable-hdpi/progress_bg_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/progress_bg_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/progress_primary_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/progress_primary_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/progress_secondary_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/progress_secondary_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/progressbar_indeterminate_holo1.png
HoloEverywhere-master/library/res/drawable-hdpi/progressbar_indeterminate_holo2.png
HoloEverywhere-master/library/res/drawable-hdpi/progressbar_indeterminate_holo3.png
HoloEverywhere-master/library/res/drawable-hdpi/progressbar_indeterminate_holo4.png
HoloEverywhere-master/library/res/drawable-hdpi/progressbar_indeterminate_holo5.png
HoloEverywhere-master/library/res/drawable-hdpi/progressbar_indeterminate_holo6.png
HoloEverywhere-master/library/res/drawable-hdpi/progressbar_indeterminate_holo7.png
HoloEverywhere-master/library/res/drawable-hdpi/progressbar_indeterminate_holo8.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_big_half_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_big_half_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_big_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_big_off_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_big_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_big_on_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_small_half_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_small_half_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_small_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_small_off_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_small_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-hdpi/rate_star_small_on_holo_light.png
HoloEverywhere-master/library/res/drawable-hdpi/scrollbar_handle_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/scrollbar_handle_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/scrubber_control_disabled_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/scrubber_control_focused_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/scrubber_control_normal_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/scrubber_control_pressed_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/scrubber_primary_holo.9.png
HoloEverywhere-master/library/res/drawable-hdpi/scrubber_secondary_holo.9.png
HoloEverywhere-master/library/res/drawable-hdpi/scrubber_track_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/scrubber_track_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_16_inner_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_16_outer_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_20_inner_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_20_outer_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_48_inner_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_48_outer_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_76_inner_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_76_outer_holo.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_default_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/spinner_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_bg_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_bg_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_bg_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_bg_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_bg_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_bg_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_thumb_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_thumb_activated_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_thumb_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_thumb_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_thumb_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_thumb_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_thumb_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/switch_thumb_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_activated_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_bg_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_bg_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_bg_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_bg_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_bg_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_default_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_multiline_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_multiline_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_multiline_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/textfield_multiline_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-hdpi/toast_frame.9.png
HoloEverywhere-master/library/res/drawable-ldpi/btn_check_label_background.9.png
HoloEverywhere-master/library/res/drawable-ldpi/btn_radio_label_background.9.png
HoloEverywhere-master/library/res/drawable-ldpi/expander_ic_maximized.9.png
HoloEverywhere-master/library/res/drawable-ldpi/expander_ic_minimized.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_label_background.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_disable_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_disable_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_normal_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_normal_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_off_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_disable_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_disable_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_check_on_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_default_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_default_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_default_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_default_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_default_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_default_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_default_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_default_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_default_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_group_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_group_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_group_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_group_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_group_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_group_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_group_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_group_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_label_background.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_off_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_off_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_off_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_off_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_off_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_off_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_on_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_on_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_on_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_on_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_on_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_off_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_off_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_off_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_off_normal_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_off_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_on_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_on_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_on_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_on_normal_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_on_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_off_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_off_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_off_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_off_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_on_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_on_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_on_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_on_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/day_picker_week_view_dayline_holo.9.png
HoloEverywhere-master/library/res/drawable-mdpi/dialog_bottom_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/dialog_bottom_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/dialog_divider_horizontal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/dialog_divider_horizontal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/dialog_full_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/dialog_full_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/dialog_middle_holo.9.png
HoloEverywhere-master/library/res/drawable-mdpi/dialog_middle_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/dialog_top_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/dialog_top_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/expander_close_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/expander_close_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/expander_ic_maximized.9.png
HoloEverywhere-master/library/res/drawable-mdpi/expander_ic_minimized.9.png
HoloEverywhere-master/library/res/drawable-mdpi/expander_open_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/expander_open_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/fastscroll_label_left_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/fastscroll_label_left_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/fastscroll_label_right_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/fastscroll_label_right_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/fastscroll_thumb_default_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/fastscroll_track_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/fastscroll_track_default_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/fastscroll_track_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/fastscroll_track_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/list_activated_holo.9.png
HoloEverywhere-master/library/res/drawable-mdpi/list_divider_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/list_divider_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/list_focused_holo.9.png
HoloEverywhere-master/library/res/drawable-mdpi/list_longpressed_holo.9.png
HoloEverywhere-master/library/res/drawable-mdpi/list_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/list_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/list_section_divider_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/list_section_divider_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/list_selector_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/menu_dropdown_panel_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/menu_dropdown_panel_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/numberpicker_selection_divider.9.png
HoloEverywhere-master/library/res/drawable-mdpi/old_switch_thumb_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/old_switch_thumb_activated_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/old_switch_thumb_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/old_switch_thumb_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/old_switch_thumb_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/old_switch_thumb_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/old_switch_thumb_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/old_switch_thumb_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/overscroll_edge.png
HoloEverywhere-master/library/res/drawable-mdpi/overscroll_glow.png
HoloEverywhere-master/library/res/drawable-mdpi/progress_bg_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/progress_bg_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/progress_primary_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/progress_primary_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/progress_secondary_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/progress_secondary_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/progressbar_indeterminate_holo1.png
HoloEverywhere-master/library/res/drawable-mdpi/progressbar_indeterminate_holo2.png
HoloEverywhere-master/library/res/drawable-mdpi/progressbar_indeterminate_holo3.png
HoloEverywhere-master/library/res/drawable-mdpi/progressbar_indeterminate_holo4.png
HoloEverywhere-master/library/res/drawable-mdpi/progressbar_indeterminate_holo5.png
HoloEverywhere-master/library/res/drawable-mdpi/progressbar_indeterminate_holo6.png
HoloEverywhere-master/library/res/drawable-mdpi/progressbar_indeterminate_holo7.png
HoloEverywhere-master/library/res/drawable-mdpi/progressbar_indeterminate_holo8.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_big_half_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_big_half_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_big_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_big_off_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_big_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_big_on_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_small_half_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_small_half_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_small_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_small_off_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_small_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-mdpi/rate_star_small_on_holo_light.png
HoloEverywhere-master/library/res/drawable-mdpi/scrollbar_handle_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/scrollbar_handle_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/scrubber_control_disabled_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/scrubber_control_focused_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/scrubber_control_normal_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/scrubber_control_pressed_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/scrubber_primary_holo.9.png
HoloEverywhere-master/library/res/drawable-mdpi/scrubber_secondary_holo.9.png
HoloEverywhere-master/library/res/drawable-mdpi/scrubber_track_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/scrubber_track_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_16_inner_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_16_outer_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_20_inner_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_20_outer_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_48_inner_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_48_outer_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_76_inner_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_76_outer_holo.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_default_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/spinner_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_bg_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_bg_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_bg_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_bg_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_bg_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_thumb_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_thumb_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_thumb_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_thumb_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_thumb_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_activated_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_bg_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_bg_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_bg_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_bg_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_bg_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_default_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_multiline_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_multiline_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_multiline_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/textfield_multiline_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-mdpi/toast_frame.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_label_background.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_disable_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_disable_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_normal_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_normal_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_off_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_on_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_on_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_on_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_on_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_on_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_on_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_check_on_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_default_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_default_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_default_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_default_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_default_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_default_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_default_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_default_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_default_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_default_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_group_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_group_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_group_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_group_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_group_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_group_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_group_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_group_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_label_background.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_off_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_off_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_off_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_off_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_off_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_off_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_off_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_off_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_on_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_on_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_on_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_on_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_on_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_on_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_radio_on_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_off_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_off_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_off_normal_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_off_normal_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_on_focused_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_on_focused_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_on_normal_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_on_normal_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_off_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_off_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_off_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_off_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_off_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_off_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_off_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_off_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_on_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_on_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_on_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_on_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_on_normal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_on_normal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_on_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/btn_toggle_on_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/day_picker_week_view_dayline_holo.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/dialog_bottom_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/dialog_bottom_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/dialog_divider_horizontal_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/dialog_divider_horizontal_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/dialog_full_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/dialog_full_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/dialog_middle_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/dialog_middle_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/dialog_top_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/dialog_top_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/expander_close_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/expander_close_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/expander_ic_maximized.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/expander_ic_minimized.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/expander_open_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/expander_open_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/fastscroll_label_left_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/fastscroll_label_left_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/fastscroll_label_right_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/fastscroll_label_right_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/fastscroll_thumb_default_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/fastscroll_thumb_pressed_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/fastscroll_track_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/fastscroll_track_default_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/fastscroll_track_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/fastscroll_track_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/list_activated_holo.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/list_divider_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/list_divider_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/list_focused_holo.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/list_longpressed_holo.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/list_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/list_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/list_section_divider_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/list_section_divider_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/list_selector_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/menu_dropdown_panel_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/menu_dropdown_panel_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/numberpicker_selection_divider.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/old_switch_thumb_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/old_switch_thumb_activated_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/old_switch_thumb_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/old_switch_thumb_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/old_switch_thumb_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/old_switch_thumb_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/old_switch_thumb_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/old_switch_thumb_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/overscroll_edge.png
HoloEverywhere-master/library/res/drawable-xhdpi/overscroll_glow.png
HoloEverywhere-master/library/res/drawable-xhdpi/progress_bg_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/progress_bg_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/progress_primary_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/progress_primary_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/progress_secondary_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/progress_secondary_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/progressbar_indeterminate_holo1.png
HoloEverywhere-master/library/res/drawable-xhdpi/progressbar_indeterminate_holo2.png
HoloEverywhere-master/library/res/drawable-xhdpi/progressbar_indeterminate_holo3.png
HoloEverywhere-master/library/res/drawable-xhdpi/progressbar_indeterminate_holo4.png
HoloEverywhere-master/library/res/drawable-xhdpi/progressbar_indeterminate_holo5.png
HoloEverywhere-master/library/res/drawable-xhdpi/progressbar_indeterminate_holo6.png
HoloEverywhere-master/library/res/drawable-xhdpi/progressbar_indeterminate_holo7.png
HoloEverywhere-master/library/res/drawable-xhdpi/progressbar_indeterminate_holo8.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_big_half_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_big_half_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_big_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_big_off_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_big_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_big_on_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_small_half_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_small_half_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_small_off_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_small_off_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_small_on_holo_dark.png
HoloEverywhere-master/library/res/drawable-xhdpi/rate_star_small_on_holo_light.png
HoloEverywhere-master/library/res/drawable-xhdpi/scrollbar_handle_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/scrollbar_handle_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/scrubber_control_disabled_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/scrubber_control_focused_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/scrubber_control_normal_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/scrubber_control_pressed_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/scrubber_primary_holo.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/scrubber_secondary_holo.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/scrubber_track_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/scrubber_track_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_16_inner_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_16_outer_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_20_inner_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_20_outer_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_48_inner_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_48_outer_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_76_inner_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_76_outer_holo.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_default_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/spinner_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_bg_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_bg_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_bg_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_bg_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_bg_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_bg_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_thumb_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_thumb_activated_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_thumb_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_thumb_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_thumb_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_thumb_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_thumb_pressed_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/switch_thumb_pressed_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_activated_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_default_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_multiline_activated_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_multiline_activated_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_multiline_default_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_multiline_default_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_multiline_disabled_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_multiline_disabled_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_multiline_focused_holo_dark.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/textfield_multiline_focused_holo_light.9.png
HoloEverywhere-master/library/res/drawable-xhdpi/toast_frame.9.png
HoloEverywhere-master/library/res/drawable/activated_background_holo.xml
HoloEverywhere-master/library/res/drawable/background_cache_hint_selector_holo_dark.xml
HoloEverywhere-master/library/res/drawable/background_cache_hint_selector_holo_light.xml
HoloEverywhere-master/library/res/drawable/background_holo_dark.xml
HoloEverywhere-master/library/res/drawable/background_holo_light.xml
HoloEverywhere-master/library/res/drawable/btn_checkbox_holo_dark.xml
HoloEverywhere-master/library/res/drawable/btn_checkbox_holo_light.xml
HoloEverywhere-master/library/res/drawable/btn_default_holo_dark.xml
HoloEverywhere-master/library/res/drawable/btn_default_holo_light.xml
HoloEverywhere-master/library/res/drawable/btn_group_holo_dark.xml
HoloEverywhere-master/library/res/drawable/btn_group_holo_light.xml
HoloEverywhere-master/library/res/drawable/btn_radio_holo_dark.xml
HoloEverywhere-master/library/res/drawable/btn_radio_holo_light.xml
HoloEverywhere-master/library/res/drawable/btn_toggle_holo_dark.xml
HoloEverywhere-master/library/res/drawable/btn_toggle_holo_light.xml
HoloEverywhere-master/library/res/drawable/edit_text_holo_dark.xml
HoloEverywhere-master/library/res/drawable/edit_text_holo_light.xml
HoloEverywhere-master/library/res/drawable/expander_group.xml
HoloEverywhere-master/library/res/drawable/expander_group_holo_dark.xml
HoloEverywhere-master/library/res/drawable/expander_group_holo_light.xml
HoloEverywhere-master/library/res/drawable/fastscroll_thumb_holo.xml
HoloEverywhere-master/library/res/drawable/fastscroll_track_holo_dark.xml
HoloEverywhere-master/library/res/drawable/fastscroll_track_holo_light.xml
HoloEverywhere-master/library/res/drawable/item_background_holo_dark.xml
HoloEverywhere-master/library/res/drawable/item_background_holo_light.xml
HoloEverywhere-master/library/res/drawable/list_selector_background_transition_holo_dark.xml
HoloEverywhere-master/library/res/drawable/list_selector_background_transition_holo_light.xml
HoloEverywhere-master/library/res/drawable/list_selector_holo_dark.xml
HoloEverywhere-master/library/res/drawable/list_selector_holo_light.xml
HoloEverywhere-master/library/res/drawable/modal_background_holo_dark.xml
HoloEverywhere-master/library/res/drawable/modal_background_holo_light.xml
HoloEverywhere-master/library/res/drawable/progress_horizontal_holo_dark.xml
HoloEverywhere-master/library/res/drawable/progress_horizontal_holo_light.xml
HoloEverywhere-master/library/res/drawable/progress_indeterminate_horizontal_holo.xml
HoloEverywhere-master/library/res/drawable/progress_large_holo.xml
HoloEverywhere-master/library/res/drawable/progress_medium_holo.xml
HoloEverywhere-master/library/res/drawable/progress_small_holo.xml
HoloEverywhere-master/library/res/drawable/ratingbar_full_empty_holo_dark.xml
HoloEverywhere-master/library/res/drawable/ratingbar_full_empty_holo_light.xml
HoloEverywhere-master/library/res/drawable/ratingbar_full_filled_holo_dark.xml
HoloEverywhere-master/library/res/drawable/ratingbar_full_filled_holo_light.xml
HoloEverywhere-master/library/res/drawable/ratingbar_full_holo_dark.xml
HoloEverywhere-master/library/res/drawable/ratingbar_full_holo_light.xml
HoloEverywhere-master/library/res/drawable/ratingbar_holo_dark.xml
HoloEverywhere-master/library/res/drawable/ratingbar_holo_light.xml
HoloEverywhere-master/library/res/drawable/ratingbar_small_holo_dark.xml
HoloEverywhere-master/library/res/drawable/ratingbar_small_holo_light.xml
HoloEverywhere-master/library/res/drawable/scrubber_control_selector_holo.xml
HoloEverywhere-master/library/res/drawable/scrubber_progress_horizontal_holo_dark.xml
HoloEverywhere-master/library/res/drawable/scrubber_progress_horizontal_holo_light.xml
HoloEverywhere-master/library/res/drawable/spinner_background_holo_dark.xml
HoloEverywhere-master/library/res/drawable/spinner_background_holo_light.xml
HoloEverywhere-master/library/res/drawable/switch_inner_holo_dark.xml
HoloEverywhere-master/library/res/drawable/switch_inner_holo_light.xml
HoloEverywhere-master/library/res/drawable/switch_old_inner_holo_dark.xml
HoloEverywhere-master/library/res/drawable/switch_old_inner_holo_light.xml
HoloEverywhere-master/library/res/drawable/switch_track_holo_dark.xml
HoloEverywhere-master/library/res/drawable/switch_track_holo_light.xml
HoloEverywhere-master/library/res/drawable/transparent.xml
HoloEverywhere-master/library/res/interpolator/accelerate_quad.xml
HoloEverywhere-master/library/res/interpolator/decelerate_cubic.xml
HoloEverywhere-master/library/res/interpolator/decelerate_quad.xml
HoloEverywhere-master/library/res/interpolator/decelerate_quint.xml
HoloEverywhere-master/library/res/layout-sw600dp/date_picker_dialog.xml
HoloEverywhere-master/library/res/layout-xlarge/select_dialog_holo.xml
HoloEverywhere-master/library/res/layout-xlarge/select_dialog_item_holo.xml
HoloEverywhere-master/library/res/layout-xlarge/select_dialog_multichoice_holo.xml
HoloEverywhere-master/library/res/layout-xlarge/select_dialog_singlechoice_holo.xml
HoloEverywhere-master/library/res/layout/alert_dialog_holo.xml
HoloEverywhere-master/library/res/layout/alert_dialog_progress_holo.xml
HoloEverywhere-master/library/res/layout/calendar_view.xml
HoloEverywhere-master/library/res/layout/date_picker_dialog.xml
HoloEverywhere-master/library/res/layout/date_picker_holo.xml
HoloEverywhere-master/library/res/layout/expandable_list_content.xml
HoloEverywhere-master/library/res/layout/expanded_menu_layout.xml
HoloEverywhere-master/library/res/layout/grid_content.xml
HoloEverywhere-master/library/res/layout/list_content.xml
HoloEverywhere-master/library/res/layout/list_menu_item_checkbox.xml
HoloEverywhere-master/library/res/layout/list_menu_item_icon.xml
HoloEverywhere-master/library/res/layout/list_menu_item_layout.xml
HoloEverywhere-master/library/res/layout/list_menu_item_radio.xml
HoloEverywhere-master/library/res/layout/number_picker_with_selector_wheel.xml
HoloEverywhere-master/library/res/layout/progress_dialog_holo.xml
HoloEverywhere-master/library/res/layout/select_dialog_holo.xml
HoloEverywhere-master/library/res/layout/select_dialog_item_holo.xml
HoloEverywhere-master/library/res/layout/select_dialog_multichoice_holo.xml
HoloEverywhere-master/library/res/layout/select_dialog_singlechoice_holo.xml
HoloEverywhere-master/library/res/layout/simple_dropdown_hint.xml
HoloEverywhere-master/library/res/layout/simple_dropdown_item_1line.xml
HoloEverywhere-master/library/res/layout/simple_list_item_1.xml
HoloEverywhere-master/library/res/layout/simple_list_item_2.xml
HoloEverywhere-master/library/res/layout/simple_list_item_2_single_choice.xml
HoloEverywhere-master/library/res/layout/simple_list_item_activated_1.xml
HoloEverywhere-master/library/res/layout/simple_list_item_activated_2.xml
HoloEverywhere-master/library/res/layout/simple_list_item_checked.xml
HoloEverywhere-master/library/res/layout/simple_list_item_multiple_choice.xml
HoloEverywhere-master/library/res/layout/simple_list_item_single_choice.xml
HoloEverywhere-master/library/res/layout/simple_spinner_dropdown_item.xml
HoloEverywhere-master/library/res/layout/simple_spinner_item.xml
HoloEverywhere-master/library/res/layout/time_picker_dialog.xml
HoloEverywhere-master/library/res/layout/time_picker_holo.xml
HoloEverywhere-master/library/res/raw/roboto_bold.ttf
HoloEverywhere-master/library/res/raw/roboto_bolditalic.ttf
HoloEverywhere-master/library/res/raw/roboto_italic.ttf
HoloEverywhere-master/library/res/raw/roboto_regular.ttf
HoloEverywhere-master/library/res/values-af/strings.xml
HoloEverywhere-master/library/res/values-am/strings.xml
HoloEverywhere-master/library/res/values-ar/strings.xml
HoloEverywhere-master/library/res/values-be/strings.xml
HoloEverywhere-master/library/res/values-bg/strings.xml
HoloEverywhere-master/library/res/values-ca/strings.xml
HoloEverywhere-master/library/res/values-cs/strings.xml
HoloEverywhere-master/library/res/values-da/strings.xml
HoloEverywhere-master/library/res/values-de/strings.xml
HoloEverywhere-master/library/res/values-el/strings.xml
HoloEverywhere-master/library/res/values-en-rGB/strings.xml
HoloEverywhere-master/library/res/values-es-rUS/strings.xml
HoloEverywhere-master/library/res/values-es/strings.xml
HoloEverywhere-master/library/res/values-et/strings.xml
HoloEverywhere-master/library/res/values-fa/strings.xml
HoloEverywhere-master/library/res/values-fi/strings.xml
HoloEverywhere-master/library/res/values-fr/strings.xml
HoloEverywhere-master/library/res/values-h720dp/dimens.xml
HoloEverywhere-master/library/res/values-hi/strings.xml
HoloEverywhere-master/library/res/values-hr/strings.xml
HoloEverywhere-master/library/res/values-hu/strings.xml
HoloEverywhere-master/library/res/values-in/strings.xml
HoloEverywhere-master/library/res/values-it/strings.xml
HoloEverywhere-master/library/res/values-iw/strings.xml
HoloEverywhere-master/library/res/values-ja/strings.xml
HoloEverywhere-master/library/res/values-ko/strings.xml
HoloEverywhere-master/library/res/values-large/dimens.xml
HoloEverywhere-master/library/res/values-lt/strings.xml
HoloEverywhere-master/library/res/values-lv/strings.xml
HoloEverywhere-master/library/res/values-ms/strings.xml
HoloEverywhere-master/library/res/values-nb/strings.xml
HoloEverywhere-master/library/res/values-nl/strings.xml
HoloEverywhere-master/library/res/values-pl/strings.xml
HoloEverywhere-master/library/res/values-pt-rPT/strings.xml
HoloEverywhere-master/library/res/values-pt/strings.xml
HoloEverywhere-master/library/res/values-rm/strings.xml
HoloEverywhere-master/library/res/values-ro/strings.xml
HoloEverywhere-master/library/res/values-ru/strings.xml
HoloEverywhere-master/library/res/values-sk/strings.xml
HoloEverywhere-master/library/res/values-sl/strings.xml
HoloEverywhere-master/library/res/values-sr/strings.xml
HoloEverywhere-master/library/res/values-sv/strings.xml
HoloEverywhere-master/library/res/values-sw/strings.xml
HoloEverywhere-master/library/res/values-th/strings.xml
HoloEverywhere-master/library/res/values-tl/strings.xml
HoloEverywhere-master/library/res/values-tr/strings.xml
HoloEverywhere-master/library/res/values-uk/strings.xml
HoloEverywhere-master/library/res/values-v14/styles.xml
HoloEverywhere-master/library/res/values-vi/strings.xml
HoloEverywhere-master/library/res/values-xlarge/dimens.xml
HoloEverywhere-master/library/res/values-zh-rCN/strings.xml
HoloEverywhere-master/library/res/values-zh-rTW/strings.xml
HoloEverywhere-master/library/res/values-zu/strings.xml
HoloEverywhere-master/library/res/values/attrs.xml
HoloEverywhere-master/library/res/values/colors.xml
HoloEverywhere-master/library/res/values/config.xml
HoloEverywhere-master/library/res/values/cv.xml
HoloEverywhere-master/library/res/values/dimens.xml
HoloEverywhere-master/library/res/values/ids.xml
HoloEverywhere-master/library/res/values/strings.xml
HoloEverywhere-master/library/res/values/styles.xml
HoloEverywhere-master/library/res/values/sw.xml
HoloEverywhere-master/library/resbuilder/base.json
HoloEverywhere-master/library/resbuilder/blocks.json
HoloEverywhere-master/library/resbuilder/format.sh
HoloEverywhere-master/library/resbuilder/key_strings.json
HoloEverywhere-master/library/resbuilder/styles-v14.json
HoloEverywhere-master/library/resbuilder/styles.json
HoloEverywhere-master/library/resbuilder/textcolors.json
HoloEverywhere-master/library/resbuilder/themes.json
HoloEverywhere-master/library/resbuilder/widgets.json
HoloEverywhere-master/library/src/android/support/v4/app/_HoloActivity.java
HoloEverywhere-master/library/src/android/support/v4/app/_HoloFragment.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/ContextMenuBackWrapper.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/ContextMenuBuilder.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/ContextMenuCallbackGetter.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/ContextMenuDecorView.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/ContextMenuItemWrapper.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/ContextMenuListener.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/ContextMenuWrapper.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/ExpandedMenuView.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/HoloListMenuItemView.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/ListMenuPresenter.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/MenuBackWrapper.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/MenuDialogHelper.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/MenuItemBackWrapper.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/PopupMenuHelper.java
HoloEverywhere-master/library/src/com/actionbarsherlock/internal/view/menu/SubMenuBackWrapper.java
HoloEverywhere-master/library/src/com/actionbarsherlock/view/ContextMenu.java
HoloEverywhere-master/library/src/org/holoeverywhere/ArrayAdapter.java
HoloEverywhere-master/library/src/org/holoeverywhere/FontLoader.java
HoloEverywhere-master/library/src/org/holoeverywhere/HoloEverywhere.java
HoloEverywhere-master/library/src/org/holoeverywhere/IHolo.java
HoloEverywhere-master/library/src/org/holoeverywhere/IHoloActivity.java
HoloEverywhere-master/library/src/org/holoeverywhere/IHoloFragment.java
HoloEverywhere-master/library/src/org/holoeverywhere/LayoutInflater.java
HoloEverywhere-master/library/src/org/holoeverywhere/SystemServiceManager.java
HoloEverywhere-master/library/src/org/holoeverywhere/ThemeManager.java
HoloEverywhere-master/library/src/org/holoeverywhere/addon/IAddon.java
HoloEverywhere-master/library/src/org/holoeverywhere/addon/IAddonActivity.java
HoloEverywhere-master/library/src/org/holoeverywhere/addon/IAddonBase.java
HoloEverywhere-master/library/src/org/holoeverywhere/addon/IAddonFragment.java
HoloEverywhere-master/library/src/org/holoeverywhere/addon/Sherlock.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/Activity.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/AlertDialog.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/AlertDialogFragment.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/Application.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/DatePickerDialog.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/Dialog.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/DialogFragment.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/ExpandableListActivity.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/Fragment.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/GridFragment.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/ListActivity.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/ListFragment.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/ProgressDialog.java
HoloEverywhere-master/library/src/org/holoeverywhere/app/TimePickerDialog.java
HoloEverywhere-master/library/src/org/holoeverywhere/drawable/RotateDrawable.java
HoloEverywhere-master/library/src/org/holoeverywhere/internal/AlertController.java
HoloEverywhere-master/library/src/org/holoeverywhere/internal/ContentResolverCompat.java
HoloEverywhere-master/library/src/org/holoeverywhere/internal/DialogTitle.java
HoloEverywhere-master/library/src/org/holoeverywhere/internal/GenericInflater.java
HoloEverywhere-master/library/src/org/holoeverywhere/internal/NumberPickerEditText.java
HoloEverywhere-master/library/src/org/holoeverywhere/internal/RingtonePicker.java
HoloEverywhere-master/library/src/org/holoeverywhere/internal/WindowCompat.java
HoloEverywhere-master/library/src/org/holoeverywhere/internal/_View.java
HoloEverywhere-master/library/src/org/holoeverywhere/internal/_ViewGroup.java
HoloEverywhere-master/library/src/org/holoeverywhere/preference/PreferenceManagerHelper.java
HoloEverywhere-master/library/src/org/holoeverywhere/preference/SharedPreferences.java
HoloEverywhere-master/library/src/org/holoeverywhere/text/AllCapsTransformationMethod.java
HoloEverywhere-master/library/src/org/holoeverywhere/text/TransformationMethod.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/ArrayUtils.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/Arrays.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/CharSequences.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/FastXmlSerializer.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/FinitePool.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/LongSparseArray.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/Pair.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/Pool.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/Poolable.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/PoolableManager.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/Pools.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/ReflectHelper.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/SparseArray.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/SparseIntArray.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/SynchronizedPool.java
HoloEverywhere-master/library/src/org/holoeverywhere/util/XmlUtils.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/AbsSeekBar.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/AbsSpinner.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/AdapterView.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/AutoCompleteTextView.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/BaseExpandableListAdapter.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/Button.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/CalendarView.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/CheckBox.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/CheckedTextView.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/DatePicker.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/Divider.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/EditText.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/ExpandableListConnector.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/ExpandableListPosition.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/ExpandableListView.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/FastScroller.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/FrameLayout.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/GridView.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/HeaderViewListAdapter.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/HeterogeneousExpandableList.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/LinearLayout.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/ListAdapterWrapper.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/ListPopupWindow.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/ListView.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/ModalBackgroundWrapper.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/MultiAutoCompleteTextView.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/NumberPicker.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/PopupMenu.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/ProgressBar.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/RadioButton.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/Scroller.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/SeekBar.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/SimpleExpandableListAdapter.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/Spinner.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/Switch.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/TextView.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/TimePicker.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/Toast.java
HoloEverywhere-master/library/src/org/holoeverywhere/widget/ToggleButton.java
HoloEverywhere-master/library/test/.nop
HoloEverywhere-master/pom.xml
HoloEverywhere-master/resbuilder/.classpath
HoloEverywhere-master/resbuilder/.project
HoloEverywhere-master/resbuilder/.settings/org.eclipse.core.resources.prefs
HoloEverywhere-master/resbuilder/.settings/org.eclipse.jdt.core.prefs
HoloEverywhere-master/resbuilder/.settings/org.eclipse.m2e.core.prefs
HoloEverywhere-master/resbuilder/pom.xml
HoloEverywhere-master/resbuilder/resbuilder.iml
HoloEverywhere-master/resbuilder/src/org/holoeverywhere/resbuilder/BuildMojo.java
HoloEverywhere-master/resbuilder/src/org/holoeverywhere/resbuilder/FileProcesser.java
HoloEverywhere-master/resbuilder/src/org/holoeverywhere/resbuilder/TypeProcesser.java
HoloEverywhere-master/resbuilder/src/org/holoeverywhere/resbuilder/XmlUtils.java
HoloEverywhere-master/resbuilder/src/org/holoeverywhere/resbuilder/type/strings/Grabber.java
HoloEverywhere-master/resbuilder/src/org/holoeverywhere/resbuilder/type/strings/TypeStrings.java
HoloEverywhere-master/resbuilder/src/org/holoeverywhere/resbuilder/type/styles/Block.java
HoloEverywhere-master/resbuilder/src/org/holoeverywhere/resbuilder/type/styles/IncludeRow.java
HoloEverywhere-master/resbuilder/src/org/holoeverywhere/resbuilder/type/styles/TypeStyles.java
License.txt
NewsEngine/AndroidManifest.xml
NewsEngine/NewsEngine.iml
NewsEngine/ant.properties
NewsEngine/build.xml
NewsEngine/lib/kotlin-runtime.jar
NewsEngine/proguard-project.txt
NewsEngine/project.properties
NewsEngine/res/layout/main.xml
NewsEngine/res/values/strings.xml
NewsEngine/src/com/silverkeytech/news_engine/DateHelper.java
NewsEngine/src/com/silverkeytech/news_engine/Inits.kt
NewsEngine/src/com/silverkeytech/news_engine/Result.kt
NewsEngine/src/com/silverkeytech/news_engine/Texts.kt
NewsEngine/src/com/silverkeytech/news_engine/Utils.kt
NewsEngine/src/com/silverkeytech/news_engine/outliner/OutlineContent.kt
NewsEngine/src/com/silverkeytech/news_engine/outlines/Body.java
NewsEngine/src/com/silverkeytech/news_engine/outlines/Head.java
NewsEngine/src/com/silverkeytech/news_engine/outlines/Opml.java
NewsEngine/src/com/silverkeytech/news_engine/outlines/OpmlBuilder.kt
NewsEngine/src/com/silverkeytech/news_engine/outlines/OpmlParser.kt
NewsEngine/src/com/silverkeytech/news_engine/outlines/Outline.java
NewsEngine/src/com/silverkeytech/news_engine/outlines/Utils.kt
NewsEngine/src/com/silverkeytech/news_engine/riverjs/River.java
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverEnclosure.java
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverImage.java
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverItem.java
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverItemMeta.kt
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverItemSource.kt
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverOpml.java
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverOpmlBody.java
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverOpmlHead.java
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverOpmlOutline.java
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverSite.java
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverSiteCollection.java
NewsEngine/src/com/silverkeytech/news_engine/riverjs/RiverSource.java
NewsEngine/src/com/silverkeytech/news_engine/riverjs/Utils.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/SyndicationFeed.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/SyndicationFeedEnclosure.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/SyndicationFeedItem.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/SyndicationFeedType.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/SyndicationFilter.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/Utils.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/atom/AtomBuilder.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/atom/AtomParser.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/atom/CategoryElement.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/atom/ContentElement.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/atom/Entry.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/atom/Feed.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/atom/LinkElement.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/atom/PersonElement.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/atom/Source.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/atom/TextElement.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss/Channel.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss/Cloud.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss/Enclosure.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss/Item.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss/Rss.java
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss/RssBuilder.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss/RssParser.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss_rdf/Channel.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss_rdf/DublinCore.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss_rdf/Item.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss_rdf/Rdf.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss_rdf/RdfRssBuilder.kt
NewsEngine/src/com/silverkeytech/news_engine/syndications/rss_rdf/RdfRssParser.kt
NewsEngine/src/com/silverkeytech/news_engine/xml/Utils.kt
NewsEngine/src/com/thebuzzmedia/sjxp/XMLParser.java
NewsEngine/src/com/thebuzzmedia/sjxp/XMLParserException.java
NewsEngine/src/com/thebuzzmedia/sjxp/rule/DefaultRule.java
NewsEngine/src/com/thebuzzmedia/sjxp/rule/IRule.java
NewsEngine/src/com/thebuzzmedia/sjxp/rule/ParsingMode.java
NewsEngine/src/org/apache/abdera/model/AtomDate.java
NewsEngineTests/NewsEngineTests.iml
NewsEngineTests/libs/hamcrest-core-1.3.jar
NewsEngineTests/libs/junit-4.11.jar
NewsEngineTests/libs/xpp3-1.1.4c.jar
NewsEngineTests/src/com/silverkeytech/news_engine_tests/AtomTests.kt
NewsEngineTests/src/com/silverkeytech/news_engine_tests/HttpRequest.java
NewsEngineTests/src/com/silverkeytech/news_engine_tests/OpmlParserTests.kt
NewsEngineTests/src/com/silverkeytech/news_engine_tests/RdfRssTests.kt
NewsEngineTests/src/com/silverkeytech/news_engine_tests/RssDateTests.kt
NewsEngineTests/src/com/silverkeytech/news_engine_tests/RssTests.kt
NewsEngineTests/src/com/silverkeytech/news_engine_tests/Utils.kt
README.md
ant.properties
assets/DroidKufi-Regular.ttf
assets/airports.xml
assets/craigslist_categories
assets/craigslist_cities
build.xml
gen/com/silverkeytech/android_rivers/BuildConfig.java
gen/com/silverkeytech/android_rivers/Manifest.java
gen/com/silverkeytech/android_rivers/R.java
lib/android-support-v13.jar
lib/eventbus-2.1.0-beta-1.jar
lib/gson-2.2.2.jar
lib/kotlin-runtime-sources.jar
lib/kotlin-runtime.jar
lib/ormlite-android-4.42.jar
lib/ormlite-core-4.42.jar
local.properties
proguard-project.txt
proguard_logs/dump.txt
proguard_logs/mapping.txt
proguard_logs/seeds.txt
proguard_logs/usage.txt
project.properties
res/drawable-hdpi/ic_menu_refresh.png
res/drawable-hdpi/logo.png
res/drawable-hdpi/treeview2_collapsed.png
res/drawable-hdpi/treeview2_expanded.png
res/drawable-hdpi/treeview_collapsed.png
res/drawable-hdpi/treeview_expanded.png
res/drawable-ldpi/logo.png
res/drawable-mdpi/logo.png
res/drawable-xhdpi/logo.png
res/drawable/divider.xml
res/drawable/list_selector_background.xml
res/drawable/list_selector_background_disabled.9.png
res/drawable/list_selector_background_focus.9.png
res/drawable/list_selector_background_longpress.9.png
res/drawable/list_selector_background_pressed.9.png
res/drawable/list_selector_background_transition.xml
res/layout-v14/notification_download_progress.xml
res/layout-v14/notification_podcast_player.xml
res/layout/collection.xml
res/layout/collection_add_new.xml
res/layout/collection_list_fragment.xml
res/layout/collection_quick_actions.xml
res/layout/craigslist_listing.xml
res/layout/dialog_flex_content.xml
res/layout/dialog_flex_input.xml
res/layout/dialog_podcast_player.xml
res/layout/dialog_single_input.xml
res/layout/feed_details.xml
res/layout/feeds.xml
res/layout/google_news_search.xml
res/layout/image_view.xml
res/layout/kayak_flight_deals.xml
res/layout/main_collection_quick_actions.xml
res/layout/main_feed_quick_actions.xml
res/layout/main_river_quick_actions.xml
res/layout/main_slide_menu.xml
res/layout/main_with_fragments.xml
res/layout/news_details.xml
res/layout/news_item.xml
res/layout/notification_download_progress.xml
res/layout/notification_podcast_player.xml
res/layout/opml_list_fragment.xml
res/layout/opml_quick_actions.xml
res/layout/outliner.xml
res/layout/outliner_list_item.xml
res/layout/podcast_list_fragment.xml
res/layout/podcast_quick_actions.xml
res/layout/river.xml
res/layout/river_list_fragment.xml
res/layout/river_sources.xml
res/layout/rss_list_fragment.xml
res/layout/slide_menu_item.xml
res/layout/tree_list_item_wrapper.xml
res/layout/tryout.xml
res/menu/collection_list_fragment_menu.xml
res/menu/collection_menu.xml
res/menu/feed_menu.xml
res/menu/main_fragments_menu.xml
res/menu/opml_list_fragment_menu.xml
res/menu/outliner_menu.xml
res/menu/podcast_list_fragment_menu.xml
res/menu/river_list_fragment_menu.xml
res/menu/river_menu.xml
res/menu/river_sources_menu.xml
res/menu/rss_list_fragment_menu.xml
res/values-large/bools.xml
res/values-large/dimensions.xml
res/values-large/integers.xml
res/values/attrs.xml
res/values/bools.xml
res/values/dimensions.xml
res/values/integers.xml
res/values/strings.xml
res/values/styles.xml
res/xml/preferences.xml
src/com/github/kevinsawicki/http/HttpRequest.java
src/com/pl/polidea/treeview/AbstractTreeViewAdapter.java
src/com/pl/polidea/treeview/InMemoryTreeNode.java
src/com/pl/polidea/treeview/InMemoryTreeStateManager.java
src/com/pl/polidea/treeview/NodeAlreadyInTreeException.java
src/com/pl/polidea/treeview/NodeNotInTreeException.java
src/com/pl/polidea/treeview/TreeBuilder.java
src/com/pl/polidea/treeview/TreeConfigurationException.java
src/com/pl/polidea/treeview/TreeNodeInfo.java
src/com/pl/polidea/treeview/TreeStateManager.java
src/com/pl/polidea/treeview/TreeViewList.java
src/com/silverkeytech/android_rivers/CacheItem.kt
src/com/silverkeytech/android_rivers/DateHelper.java
src/com/silverkeytech/android_rivers/Dialogs.kt
src/com/silverkeytech/android_rivers/Events.kt
src/com/silverkeytech/android_rivers/InfinityProgressDialog.kt
src/com/silverkeytech/android_rivers/Intents.kt
src/com/silverkeytech/android_rivers/ListUtils.kt
src/com/silverkeytech/android_rivers/MainApplication.kt
src/com/silverkeytech/android_rivers/MediaScannerWrapper.kt
src/com/silverkeytech/android_rivers/NewsEngineUtils.kt
src/com/silverkeytech/android_rivers/Params.kt
src/com/silverkeytech/android_rivers/Preferences.kt
src/com/silverkeytech/android_rivers/PrivateConfig.kt
src/com/silverkeytech/android_rivers/ResizeTextActionMode.kt
src/com/silverkeytech/android_rivers/Result.kt
src/com/silverkeytech/android_rivers/RssBookmarkUtils.kt
src/com/silverkeytech/android_rivers/ScrollMotionDetector.kt
src/com/silverkeytech/android_rivers/SlidingMenuNavigation.kt
src/com/silverkeytech/android_rivers/TextLimiter.java
src/com/silverkeytech/android_rivers/Texts.kt
src/com/silverkeytech/android_rivers/UrlShortener.kt
src/com/silverkeytech/android_rivers/Utils.kt
src/com/silverkeytech/android_rivers/activities/Activities.kt
src/com/silverkeytech/android_rivers/activities/BookmarkCollectionActivity.kt
src/com/silverkeytech/android_rivers/activities/BookmarkCollectionRenderer.kt
src/com/silverkeytech/android_rivers/activities/FeedActivity.kt
src/com/silverkeytech/android_rivers/activities/FeedContentRenderer.kt
src/com/silverkeytech/android_rivers/activities/MainWithFragmentsActivity.kt
src/com/silverkeytech/android_rivers/activities/OutlinerActivity.kt
src/com/silverkeytech/android_rivers/activities/RiverActivity.kt
src/com/silverkeytech/android_rivers/activities/RiverContentRenderer.kt
src/com/silverkeytech/android_rivers/activities/RiverSourcesActivity.kt
src/com/silverkeytech/android_rivers/activities/RiverSourcesRenderer.kt
src/com/silverkeytech/android_rivers/activities/TryOutActivity.kt
src/com/silverkeytech/android_rivers/activities/WebViewActivity.kt
src/com/silverkeytech/android_rivers/asyncs/DeleteAllPodcastsAsync.kt
src/com/silverkeytech/android_rivers/asyncs/DownloadBookmarksAsync.kt
src/com/silverkeytech/android_rivers/asyncs/DownloadCollectionAsRiverAsync.kt
src/com/silverkeytech/android_rivers/asyncs/DownloadFeedAsync.kt
src/com/silverkeytech/android_rivers/asyncs/DownloadImageAsync.kt
src/com/silverkeytech/android_rivers/asyncs/DownloadOpmlAsync.kt
src/com/silverkeytech/android_rivers/asyncs/DownloadRiverContentAsync.kt
src/com/silverkeytech/android_rivers/creators/AirportAutoComplete.java
src/com/silverkeytech/android_rivers/creators/AmazonTagActivity.kt
src/com/silverkeytech/android_rivers/creators/BingSearchActivity.kt
src/com/silverkeytech/android_rivers/creators/CityAutoComplete.java
src/com/silverkeytech/android_rivers/creators/CraigList.kt
src/com/silverkeytech/android_rivers/creators/CraigslistListingActivity.kt
src/com/silverkeytech/android_rivers/creators/GoogleNewsFeeds.kt
src/com/silverkeytech/android_rivers/creators/GoogleNewsSearchActivity.kt
src/com/silverkeytech/android_rivers/creators/KayakFlightDeals.kt
src/com/silverkeytech/android_rivers/creators/KayakFlightDealsActivity.kt
src/com/silverkeytech/android_rivers/creators/Utils.kt
src/com/silverkeytech/android_rivers/db/Bookmark.kt
src/com/silverkeytech/android_rivers/db/BookmarkCollection.kt
src/com/silverkeytech/android_rivers/db/BookmarkCollectionCommand.kt
src/com/silverkeytech/android_rivers/db/BookmarkCollectionKind.kt
src/com/silverkeytech/android_rivers/db/BookmarkCollectionQuery.kt
src/com/silverkeytech/android_rivers/db/BookmarkCommand.kt
src/com/silverkeytech/android_rivers/db/BookmarkKind.kt
src/com/silverkeytech/android_rivers/db/BookmarkQuery.kt
src/com/silverkeytech/android_rivers/db/Database.kt
src/com/silverkeytech/android_rivers/db/DatabaseManager.kt
src/com/silverkeytech/android_rivers/db/Podcast.kt
src/com/silverkeytech/android_rivers/db/PodcastCommand.kt
src/com/silverkeytech/android_rivers/db/PodcastQuery.kt
src/com/silverkeytech/android_rivers/db/QueryMany.kt
src/com/silverkeytech/android_rivers/db/QueryOne.kt
src/com/silverkeytech/android_rivers/db/SavedNewsItem.kt
src/com/silverkeytech/android_rivers/db/SchemaCreation.kt
src/com/silverkeytech/android_rivers/db/SchemaMigration.kt
src/com/silverkeytech/android_rivers/db/SortingOrder.kt
src/com/silverkeytech/android_rivers/db/Utils.kt
src/com/silverkeytech/android_rivers/fragments/CollectionListFragment.kt
src/com/silverkeytech/android_rivers/fragments/MainListFragment.kt
src/com/silverkeytech/android_rivers/fragments/OpmlListFragment.kt
src/com/silverkeytech/android_rivers/fragments/PodcastListFragment.kt
src/com/silverkeytech/android_rivers/fragments/RiverListFragment.kt
src/com/silverkeytech/android_rivers/fragments/RssListFragment.kt
src/com/silverkeytech/android_rivers/meta_weblog/Allow.kt
src/com/silverkeytech/android_rivers/meta_weblog/Blog.kt
src/com/silverkeytech/android_rivers/meta_weblog/BlogPostService.kt
src/com/silverkeytech/android_rivers/meta_weblog/ConfigureBlog.kt
src/com/silverkeytech/android_rivers/meta_weblog/PostFormat.kt
src/com/silverkeytech/android_rivers/meta_weblog/PostPayload.kt
src/com/silverkeytech/android_rivers/outliner/SimpleAdapter.kt
src/com/silverkeytech/android_rivers/services/DownloadAllRiversService.kt
src/com/silverkeytech/android_rivers/services/DownloadService.kt
src/com/silverkeytech/android_rivers/services/ImportOpmlSubscriptionListService.kt
src/com/silverkeytech/android_rivers/services/PodcastPlayerService.kt
src/com/silverkeytech/android_rivers/xml/AirportCodeParser.kt
src/com/silverkeytech/android_rivers/xml/Utils.kt
src/go/goyalla/dict/arabicDictionary/file/ArabicReshape.java
src/org/org/wordpress/android/util/Base64.java
src/org/org/wordpress/android/util/TrustAllManager.java
src/org/org/wordpress/android/util/TrustAllSSLSocketFactory.java
src/org/xmlrpc/android/ConnectionClient.java
src/org/xmlrpc/android/XMLRPCClient.java
src/org/xmlrpc/android/XMLRPCException.java
src/org/xmlrpc/android/XMLRPCFault.java
src/org/xmlrpc/android/XMLRPCSerializer.java

Download

Click the following link to download AndroidRivers-master.zip.

AndroidRivers-master.zip




















Home »
  Android Free Code »
    News »




News
News BBC
News Client
News Display
News Read
News Reader
News RSS
RSS