Download Free code HoloEverywhere
Description
Backport Holo theme from Android 4.2 to 2.1+.
Icons
Source Files
The download file HoloEverywhere-master.zip has the following entries.
.gitignore//w w w. ja v a 2s.co m
.travis.yml
LICENSE
README.md
addons/pom.xml
addons/preferences/.classpath
addons/preferences/.project
addons/preferences/.settings/org.eclipse.core.resources.prefs
addons/preferences/.settings/org.eclipse.jdt.core.prefs
addons/preferences/.settings/org.eclipse.m2e.core.prefs
addons/preferences/AndroidManifest.xml
addons/preferences/build.gradle
addons/preferences/gradle.properties
addons/preferences/pom.xml
addons/preferences/proguard-project.txt
addons/preferences/project.properties
addons/preferences/res/layout-w600dp/preference_list_content_single.xml
addons/preferences/res/layout-xlarge/breadcrumbs_in_fragment.xml
addons/preferences/res/layout/breadcrumbs_in_fragment.xml
addons/preferences/res/layout/fragment_bread_crumb_item.xml
addons/preferences/res/layout/fragment_bread_crumbs.xml
addons/preferences/res/layout/preference_category_holo.xml
addons/preferences/res/layout/preference_child_holo.xml
addons/preferences/res/layout/preference_dialog_edittext.xml
addons/preferences/res/layout/preference_dialog_numberpicker.xml
addons/preferences/res/layout/preference_dialog_seekbar.xml
addons/preferences/res/layout/preference_dialog_seekbar_widget.xml
addons/preferences/res/layout/preference_header_item.xml
addons/preferences/res/layout/preference_holo.xml
addons/preferences/res/layout/preference_information_holo.xml
addons/preferences/res/layout/preference_list_content.xml
addons/preferences/res/layout/preference_list_content_single.xml
addons/preferences/res/layout/preference_list_fragment.xml
addons/preferences/res/layout/preference_widget_checkbox.xml
addons/preferences/res/layout/preference_widget_seekbar.xml
addons/preferences/res/layout/preference_widget_switch.xml
addons/preferences/res/layout/preference_widget_switch_screen.xml
addons/preferences/res/layout/preference_widget_switch_screen_bar.xml
addons/preferences/res/values-af/strings.xml
addons/preferences/res/values-am/strings.xml
addons/preferences/res/values-ar/strings.xml
addons/preferences/res/values-be/strings.xml
addons/preferences/res/values-bg/strings.xml
addons/preferences/res/values-ca/strings.xml
addons/preferences/res/values-cs/strings.xml
addons/preferences/res/values-da/strings.xml
addons/preferences/res/values-de/strings.xml
addons/preferences/res/values-el/strings.xml
addons/preferences/res/values-en-rGB/strings.xml
addons/preferences/res/values-es-rUS/strings.xml
addons/preferences/res/values-es/strings.xml
addons/preferences/res/values-et/strings.xml
addons/preferences/res/values-fa/strings.xml
addons/preferences/res/values-fi/strings.xml
addons/preferences/res/values-fr/strings.xml
addons/preferences/res/values-hi/strings.xml
addons/preferences/res/values-hr/strings.xml
addons/preferences/res/values-hu/strings.xml
addons/preferences/res/values-in/strings.xml
addons/preferences/res/values-it/strings.xml
addons/preferences/res/values-iw/strings.xml
addons/preferences/res/values-ja/strings.xml
addons/preferences/res/values-ko/strings.xml
addons/preferences/res/values-lt/strings.xml
addons/preferences/res/values-lv/strings.xml
addons/preferences/res/values-ms/strings.xml
addons/preferences/res/values-nb/strings.xml
addons/preferences/res/values-nl/strings.xml
addons/preferences/res/values-pl/strings.xml
addons/preferences/res/values-pt-rPT/strings.xml
addons/preferences/res/values-pt/strings.xml
addons/preferences/res/values-rm/strings.xml
addons/preferences/res/values-ro/strings.xml
addons/preferences/res/values-ru/strings.xml
addons/preferences/res/values-sk/strings.xml
addons/preferences/res/values-sl/strings.xml
addons/preferences/res/values-sr/strings.xml
addons/preferences/res/values-sv/strings.xml
addons/preferences/res/values-sw/strings.xml
addons/preferences/res/values-sw600dp-w960dp/dimens.xml
addons/preferences/res/values-sw600dp/dimens.xml
addons/preferences/res/values-sw720dp-w1280dp/dimens.xml
addons/preferences/res/values-sw720dp/bools.xml
addons/preferences/res/values-sw720dp/dimens.xml
addons/preferences/res/values-sw720dp/styles.xml
addons/preferences/res/values-th/strings.xml
addons/preferences/res/values-tl/strings.xml
addons/preferences/res/values-tr/strings.xml
addons/preferences/res/values-uk/strings.xml
addons/preferences/res/values-vi/strings.xml
addons/preferences/res/values-zh-rCN/strings.xml
addons/preferences/res/values-zh-rTW/strings.xml
addons/preferences/res/values-zu/strings.xml
addons/preferences/res/values/attrs.xml
addons/preferences/res/values/bools.xml
addons/preferences/res/values/dimens.xml
addons/preferences/res/values/strings.xml
addons/preferences/res/values/styles.xml
addons/preferences/res/values/themes.xml
addons/preferences/resbuilder/attrs.json
addons/preferences/resbuilder/strings.json
addons/preferences/resbuilder/styles-sw720dp.json
addons/preferences/resbuilder/styles.json
addons/preferences/resbuilder/themes.json
addons/preferences/src/org/holoeverywhere/preference/CheckBoxPreference.java
addons/preferences/src/org/holoeverywhere/preference/DatePreference.java
addons/preferences/src/org/holoeverywhere/preference/DialogPreference.java
addons/preferences/src/org/holoeverywhere/preference/EditTextPreference.java
addons/preferences/src/org/holoeverywhere/preference/FragmentBreadCrumbs.java
addons/preferences/src/org/holoeverywhere/preference/ListPreference.java
addons/preferences/src/org/holoeverywhere/preference/MultiSelectListPreference.java
addons/preferences/src/org/holoeverywhere/preference/NumberPickerPreference.java
addons/preferences/src/org/holoeverywhere/preference/OnDependencyChangeListener.java
addons/preferences/src/org/holoeverywhere/preference/Preference.java
addons/preferences/src/org/holoeverywhere/preference/PreferenceActivity.java
addons/preferences/src/org/holoeverywhere/preference/PreferenceCategory.java
addons/preferences/src/org/holoeverywhere/preference/PreferenceFragment.java
addons/preferences/src/org/holoeverywhere/preference/PreferenceFrameLayout.java
addons/preferences/src/org/holoeverywhere/preference/PreferenceGroup.java
addons/preferences/src/org/holoeverywhere/preference/PreferenceGroupAdapter.java
addons/preferences/src/org/holoeverywhere/preference/PreferenceInflater.java
addons/preferences/src/org/holoeverywhere/preference/PreferenceInit.java
addons/preferences/src/org/holoeverywhere/preference/PreferenceManager.java
addons/preferences/src/org/holoeverywhere/preference/PreferenceScreen.java
addons/preferences/src/org/holoeverywhere/preference/RingtonePreference.java
addons/preferences/src/org/holoeverywhere/preference/SeekBarPreference.java
addons/preferences/src/org/holoeverywhere/preference/SwitchPreference.java
addons/preferences/src/org/holoeverywhere/preference/SwitchScreenPreference.java
addons/preferences/src/org/holoeverywhere/preference/TimePreference.java
addons/preferences/src/org/holoeverywhere/preference/TwoStatePreference.java
addons/preferences/src/org/holoeverywhere/preference/_PreferenceManagerImpl.java
addons/preferences/src/org/holoeverywhere/preference/_RingtonePickerDialog.java
addons/preferences/src/org/holoeverywhere/preference/_SharedPreferencesBase.java
addons/preferences/src/org/holoeverywhere/preference/_SharedPreferencesImpl_JSON.java
addons/preferences/src/org/holoeverywhere/preference/_SharedPreferencesImpl_XML.java
addons/slider/.classpath
addons/slider/.project
addons/slider/.settings/org.eclipse.core.resources.prefs
addons/slider/.settings/org.eclipse.jdt.core.prefs
addons/slider/.settings/org.eclipse.m2e.core.prefs
addons/slider/AndroidManifest.xml
addons/slider/build.gradle
addons/slider/gradle.properties
addons/slider/pom.xml
addons/slider/proguard-project.txt
addons/slider/project.properties
addons/slider/res/layout-w720dp/slider_default_layout.xml
addons/slider/res/layout/slider_default_layout.xml
addons/slider/res/layout/slider_default_list_layout.xml
addons/slider/res/layout/slider_menu_item.xml
addons/slider/res/values-land/dimens.xml
addons/slider/res/values-w720dp/dimens.xml
addons/slider/res/values/attrs.xml
addons/slider/res/values/dimens.xml
addons/slider/res/values/ids.xml
addons/slider/res/values/themes.xml
addons/slider/resbuilder/attrs.json
addons/slider/resbuilder/themes.json
addons/slider/src/org/holoeverywhere/addon/AddonSlider.java
addons/slider/src/org/holoeverywhere/slider/SliderMenu.java
android_default.gradle
build.gradle
demo/.classpath
demo/.project
demo/.settings/org.eclipse.core.resources.prefs
demo/.settings/org.eclipse.jdt.core.prefs
demo/.settings/org.eclipse.jdt.ui.prefs
demo/.settings/org.eclipse.m2e.core.prefs
demo/AndroidManifest.xml
demo/build.gradle
demo/demo.iml
demo/gradle.properties
demo/images/_gen.sh
demo/images/about_angle_left.svg
demo/images/about_angle_right.svg
demo/images/home_as_up_indicator.svg
demo/images/icon.svg
demo/images/prefs_icon.svg
demo/lint.xml
demo/pom.xml
demo/project.properties
demo/res/drawable-hdpi/about_angle_left.png
demo/res/drawable-hdpi/about_angle_right.png
demo/res/drawable-hdpi/home_as_up_indicator.png
demo/res/drawable-hdpi/icon.png
demo/res/drawable-hdpi/prefs_icon.png
demo/res/drawable-ldpi/about_angle_left.png
demo/res/drawable-ldpi/about_angle_right.png
demo/res/drawable-ldpi/home_as_up_indicator.png
demo/res/drawable-ldpi/icon.png
demo/res/drawable-ldpi/prefs_icon.png
demo/res/drawable-mdpi/about_angle_left.png
demo/res/drawable-mdpi/about_angle_right.png
demo/res/drawable-mdpi/home_as_up_indicator.png
demo/res/drawable-mdpi/icon.png
demo/res/drawable-mdpi/prefs_icon.png
demo/res/drawable-xhdpi/about_angle_left.png
demo/res/drawable-xhdpi/about_angle_right.png
demo/res/drawable-xhdpi/home_as_up_indicator.png
demo/res/drawable-xhdpi/icon.png
demo/res/drawable-xhdpi/prefs_icon.png
demo/res/drawable/widget_container_title_background.xml
demo/res/layout-land/menu.xml
demo/res/layout/about.xml
demo/res/layout/demo_list_row_view_bottom.xml
demo/res/layout/demo_list_row_view_left.xml
demo/res/layout/developer.xml
demo/res/layout/developer_name.xml
demo/res/layout/dialog_content.xml
demo/res/layout/expandable_list_row_child.xml
demo/res/layout/expandable_list_row_group.xml
demo/res/layout/expandable_list_view.xml
demo/res/layout/font_palette.xml
demo/res/layout/license.xml
demo/res/layout/main.xml
demo/res/layout/menu.xml
demo/res/layout/number_picker_demo.xml
demo/res/layout/theme_picker_horizontal.xml
demo/res/layout/theme_picker_vertical.xml
demo/res/layout/widget_container_title.xml
demo/res/menu/lists_choice_mode_modal.xml
demo/res/menu/lists_choice_mode_mulitplue.xml
demo/res/menu/menu.xml
demo/res/raw/license_mit.txt
demo/res/raw/roboto_black.ttf
demo/res/raw/roboto_blackitalic.ttf
demo/res/raw/roboto_boldcondensed.ttf
demo/res/raw/roboto_boldcondenseditalic.ttf
demo/res/raw/roboto_condensed.ttf
demo/res/raw/roboto_condenseditalic.ttf
demo/res/raw/roboto_light.ttf
demo/res/raw/roboto_lightitalic.ttf
demo/res/raw/roboto_medium.ttf
demo/res/raw/roboto_mediumitalic.ttf
demo/res/raw/roboto_thin.ttf
demo/res/raw/roboto_thinitalic.ttf
demo/res/values-land/dimens.xml
demo/res/values-ru/strings.xml
demo/res/values/arrays.xml
demo/res/values/attrs.xml
demo/res/values/integers.xml
demo/res/values/strings.xml
demo/res/values/themes.xml
demo/res/xml/navigation.xml
demo/res/xml/preferences.xml
demo/resbuilder/attrs.json
demo/resbuilder/strings.json
demo/resbuilder/themes.json
demo/src/org/holoeverywhere/demo/DemoActivity.java
demo/src/org/holoeverywhere/demo/DemoApplication.java
demo/src/org/holoeverywhere/demo/DemoDialogActivity.java
demo/src/org/holoeverywhere/demo/fragments/FontPalette.java
demo/src/org/holoeverywhere/demo/fragments/MainFragment.java
demo/src/org/holoeverywhere/demo/fragments/MenuFragment.java
demo/src/org/holoeverywhere/demo/fragments/OtherFragment.java
demo/src/org/holoeverywhere/demo/fragments/SettingsFragment.java
demo/src/org/holoeverywhere/demo/fragments/about/AboutFragment.java
demo/src/org/holoeverywhere/demo/fragments/about/DevelopersFragment.java
demo/src/org/holoeverywhere/demo/fragments/about/LicensesFragment.java
demo/src/org/holoeverywhere/demo/fragments/dialogs/DialogsAlertDialogFragment.java
demo/src/org/holoeverywhere/demo/fragments/dialogs/DialogsAlertDialogListFragment.java
demo/src/org/holoeverywhere/demo/fragments/dialogs/DialogsAlertDialogWithButtonsFragment.java
demo/src/org/holoeverywhere/demo/fragments/dialogs/DialogsDialogFragment.java
demo/src/org/holoeverywhere/demo/fragments/dialogs/DialogsFragment.java
demo/src/org/holoeverywhere/demo/fragments/dialogs/DialogsProgressDialogFragment.java
demo/src/org/holoeverywhere/demo/fragments/dialogs/DialogsProgressDialogIndeterminateFragment.java
demo/src/org/holoeverywhere/demo/fragments/lists/ListsBaseFragment.java
demo/src/org/holoeverywhere/demo/fragments/lists/ListsChoiceModeModalFragment.java
demo/src/org/holoeverywhere/demo/fragments/lists/ListsChoiceModeMultiplueFragment.java
demo/src/org/holoeverywhere/demo/fragments/lists/ListsChoiceModeSingleFragment.java
demo/src/org/holoeverywhere/demo/fragments/lists/ListsExpandableListFragment.java
demo/src/org/holoeverywhere/demo/fragments/lists/ListsFastScrollFragment.java
demo/src/org/holoeverywhere/demo/fragments/lists/ListsFastScrollLazyFragment.java
demo/src/org/holoeverywhere/demo/fragments/lists/ListsFastScrollLeftSideFragment.java
demo/src/org/holoeverywhere/demo/fragments/lists/ListsFastScrollWithSectionsFragment.java
demo/src/org/holoeverywhere/demo/fragments/lists/ListsFastScrollWithSectionsLeftSideFragment.java
demo/src/org/holoeverywhere/demo/fragments/lists/ListsFragment.java
demo/src/org/holoeverywhere/demo/fragments/menus/MenusFragments.java
demo/src/org/holoeverywhere/demo/fragments/pickers/PickersDatePickerFragment.java
demo/src/org/holoeverywhere/demo/fragments/pickers/PickersFragment.java
demo/src/org/holoeverywhere/demo/fragments/pickers/PickersNumberPickerFragment.java
demo/src/org/holoeverywhere/demo/fragments/pickers/PickersTimePickerFragment.java
demo/src/org/holoeverywhere/demo/fragments/tabber/TabsFragment.java
demo/src/org/holoeverywhere/demo/fragments/tabber/TabsTabsFragment.java
demo/src/org/holoeverywhere/demo/fragments/tabber/TabsTabsSwipeFragment.java
demo/src/org/holoeverywhere/demo/widget/DemoAdapter.java
demo/src/org/holoeverywhere/demo/widget/DemoItem.java
demo/src/org/holoeverywhere/demo/widget/DemoListRowView.java
demo/src/org/holoeverywhere/demo/widget/DemoThemePicker.java
demo/src/org/holoeverywhere/demo/widget/WidgetContainer.java
formatting.xml
issues/.gitignore
issues/AndroidManifest.xml
issues/build.gradle
issues/gradle.properties
issues/res/drawable-hdpi/ic_launcher.png
issues/res/drawable-mdpi/ic_launcher.png
issues/res/drawable-xhdpi/ic_launcher.png
issues/res/drawable-xxhdpi/ic_launcher.png
issues/res/drawable/i605_background_1.xml
issues/res/drawable/i605_background_2.xml
issues/res/drawable/i625.xml
issues/res/layout/i511_main.xml
issues/res/layout/i605_main.xml
issues/res/layout/i619_main.xml
issues/res/layout/i625_row.xml
issues/res/layout/i632_item_layout.xml
issues/res/menu/i653_menu.xml
issues/res/menu/i655_menu.xml
issues/res/menu/i681_menu.xml
issues/res/raw/roboto_light.ttf
issues/res/values/strings.xml
issues/res/xml/i682_prefs.xml
issues/src/org/holoeverywhere/issues/MainActivity.java
issues/src/org/holoeverywhere/issues/i511/MainActivity.java
issues/src/org/holoeverywhere/issues/i569/MainActivity.java
issues/src/org/holoeverywhere/issues/i605/MainActivity.java
issues/src/org/holoeverywhere/issues/i619/MainActivity.java
issues/src/org/holoeverywhere/issues/i625/MainActivity.java
issues/src/org/holoeverywhere/issues/i632/MainActivity.java
issues/src/org/holoeverywhere/issues/i641/DummyFragment.java
issues/src/org/holoeverywhere/issues/i641/MainActivity.java
issues/src/org/holoeverywhere/issues/i653/MainActivity.java
issues/src/org/holoeverywhere/issues/i655/MainActivity.java
issues/src/org/holoeverywhere/issues/i681/MainActivity.java
issues/src/org/holoeverywhere/issues/i682/MainActivity.java
library/.classpath
library/.project
library/.settings/org.eclipse.core.resources.prefs
library/.settings/org.eclipse.jdt.core.prefs
library/.settings/org.eclipse.jdt.ui.prefs
library/.settings/org.eclipse.m2e.core.prefs
library/AndroidManifest.xml
library/build.gradle
library/build.xml
library/gradle.properties
library/ivy.xml
library/ivysettings.xml
library/libs/nineoldandroids-2.4.0.jar
library/libs/support-v4-18.0.4.jar
library/lint.xml
library/pom.xml
library/proguard-project.txt
library/project.properties
library/res/anim/dialog_enter.xml
library/res/anim/dialog_exit.xml
library/res/anim/fade_in.xml
library/res/anim/fade_out.xml
library/res/anim/grow_fade_in.xml
library/res/anim/grow_fade_in_center.xml
library/res/anim/grow_fade_in_from_bottom.xml
library/res/anim/shrink_fade_out.xml
library/res/anim/shrink_fade_out_center.xml
library/res/anim/shrink_fade_out_from_bottom.xml
library/res/anim/slide_in_bottom.xml
library/res/anim/slide_in_top.xml
library/res/anim/slide_out_bottom.xml
library/res/anim/slide_out_top.xml
library/res/color/abc_search_url_text_holo.xml
library/res/color/am_pm_picker_holo_dark.xml
library/res/color/am_pm_picker_holo_light.xml
library/res/color/date_picker_active_text_holo_dark.xml
library/res/color/date_picker_active_text_holo_light.xml
library/res/color/primary_text_disable_only_holo_dark.xml
library/res/color/primary_text_disable_only_holo_light.xml
library/res/color/primary_text_holo_dark.xml
library/res/color/primary_text_holo_light.xml
library/res/color/primary_text_nodisable_holo_dark.xml
library/res/color/primary_text_nodisable_holo_light.xml
library/res/color/secondary_text_holo_dark.xml
library/res/color/secondary_text_holo_light.xml
library/res/color/secondary_text_nodisable_holo_dark.xml
library/res/color/secondary_text_nodisable_holo_light.xml
library/res/color/tertiary_text_holo_dark.xml
library/res/color/tertiary_text_holo_light.xml
library/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png
library/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png
library/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png
library/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png
library/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png
library/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png
library/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png
library/res/drawable-hdpi/abc_ab_solid_light_holo.9.png
library/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png
library/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png
library/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png
library/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png
library/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png
library/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png
library/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png
library/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png
library/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png
library/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png
library/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png
library/res/drawable-hdpi/abc_ic_ab_back_holo_light.png
library/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png
library/res/drawable-hdpi/abc_ic_cab_done_holo_light.png
library/res/drawable-hdpi/abc_ic_clear_disabled.png
library/res/drawable-hdpi/abc_ic_clear_normal.png
library/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png
library/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png
library/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png
library/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png
library/res/drawable-hdpi/abc_ic_go.png
library/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png
library/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png
library/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png
library/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png
library/res/drawable-hdpi/abc_ic_menu_share_holo_light.png
library/res/drawable-hdpi/abc_ic_search.png
library/res/drawable-hdpi/abc_ic_search_api_holo_light.png
library/res/drawable-hdpi/abc_ic_voice_search.png
library/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png
library/res/drawable-hdpi/abc_list_divider_holo_dark.9.png
library/res/drawable-hdpi/abc_list_divider_holo_light.9.png
library/res/drawable-hdpi/abc_list_focused_holo.9.png
library/res/drawable-hdpi/abc_list_longpressed_holo.9.png
library/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
library/res/drawable-hdpi/abc_list_pressed_holo_light.9.png
library/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
library/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
library/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png
library/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png
library/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png
library/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png
library/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png
library/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png
library/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png
library/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png
library/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png
library/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png
library/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png
library/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png
library/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png
library/res/drawable-hdpi/abc_tab_selected_holo.9.png
library/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png
library/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png
library/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png
library/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png
library/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png
library/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png
library/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png
library/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png
library/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png
library/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png
library/res/drawable-hdpi/activity_picker_bg_activated.9.png
library/res/drawable-hdpi/activity_picker_bg_focused.9.png
library/res/drawable-hdpi/btn_check_label_background.9.png
library/res/drawable-hdpi/btn_check_off_disable_focused_holo_light.png
library/res/drawable-hdpi/btn_check_off_disable_holo_dark.png
library/res/drawable-hdpi/btn_check_off_disable_holo_light.png
library/res/drawable-hdpi/btn_check_off_disabled_focused_holo_dark.png
library/res/drawable-hdpi/btn_check_off_disabled_focused_holo_light.png
library/res/drawable-hdpi/btn_check_off_disabled_holo_dark.png
library/res/drawable-hdpi/btn_check_off_disabled_holo_light.png
library/res/drawable-hdpi/btn_check_off_focused_holo_dark.png
library/res/drawable-hdpi/btn_check_off_focused_holo_light.png
library/res/drawable-hdpi/btn_check_off_holo_dark.png
library/res/drawable-hdpi/btn_check_off_holo_light.png
library/res/drawable-hdpi/btn_check_off_normal_holo_dark.png
library/res/drawable-hdpi/btn_check_off_normal_holo_light.png
library/res/drawable-hdpi/btn_check_off_pressed_holo_dark.png
library/res/drawable-hdpi/btn_check_off_pressed_holo_light.png
library/res/drawable-hdpi/btn_check_on_disable_focused_holo_light.png
library/res/drawable-hdpi/btn_check_on_disable_holo_dark.png
library/res/drawable-hdpi/btn_check_on_disable_holo_light.png
library/res/drawable-hdpi/btn_check_on_disabled_focused_holo_dark.png
library/res/drawable-hdpi/btn_check_on_disabled_focused_holo_light.png
library/res/drawable-hdpi/btn_check_on_disabled_holo_dark.png
library/res/drawable-hdpi/btn_check_on_disabled_holo_light.png
library/res/drawable-hdpi/btn_check_on_focused_holo_dark.png
library/res/drawable-hdpi/btn_check_on_focused_holo_light.png
library/res/drawable-hdpi/btn_check_on_holo_dark.png
library/res/drawable-hdpi/btn_check_on_holo_light.png
library/res/drawable-hdpi/btn_check_on_pressed_holo_dark.png
library/res/drawable-hdpi/btn_check_on_pressed_holo_light.png
library/res/drawable-hdpi/btn_default_disabled_focused_holo_dark.9.png
library/res/drawable-hdpi/btn_default_disabled_focused_holo_light.9.png
library/res/drawable-hdpi/btn_default_disabled_holo_dark.9.png
library/res/drawable-hdpi/btn_default_disabled_holo_light.9.png
library/res/drawable-hdpi/btn_default_focused_holo_dark.9.png
library/res/drawable-hdpi/btn_default_focused_holo_light.9.png
library/res/drawable-hdpi/btn_default_normal_holo_dark.9.png
library/res/drawable-hdpi/btn_default_normal_holo_light.9.png
library/res/drawable-hdpi/btn_default_pressed_holo_dark.9.png
library/res/drawable-hdpi/btn_default_pressed_holo_light.9.png
library/res/drawable-hdpi/btn_group_disabled_holo_dark.9.png
library/res/drawable-hdpi/btn_group_disabled_holo_light.9.png
library/res/drawable-hdpi/btn_group_focused_holo_dark.9.png
library/res/drawable-hdpi/btn_group_focused_holo_light.9.png
library/res/drawable-hdpi/btn_group_normal_holo_dark.9.png
library/res/drawable-hdpi/btn_group_normal_holo_light.9.png
library/res/drawable-hdpi/btn_group_pressed_holo_dark.9.png
library/res/drawable-hdpi/btn_group_pressed_holo_light.9.png
library/res/drawable-hdpi/btn_radio_label_background.9.png
library/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_dark.png
library/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_light.png
library/res/drawable-hdpi/btn_radio_off_disabled_holo_dark.png
library/res/drawable-hdpi/btn_radio_off_disabled_holo_light.png
library/res/drawable-hdpi/btn_radio_off_focused_holo_dark.png
library/res/drawable-hdpi/btn_radio_off_focused_holo_light.png
library/res/drawable-hdpi/btn_radio_off_holo.png
library/res/drawable-hdpi/btn_radio_off_holo_dark.png
library/res/drawable-hdpi/btn_radio_off_holo_light.png
library/res/drawable-hdpi/btn_radio_off_pressed_holo_dark.png
library/res/drawable-hdpi/btn_radio_off_pressed_holo_light.png
library/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_dark.png
library/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_light.png
library/res/drawable-hdpi/btn_radio_on_disabled_holo_dark.png
library/res/drawable-hdpi/btn_radio_on_disabled_holo_light.png
library/res/drawable-hdpi/btn_radio_on_focused_holo_dark.png
library/res/drawable-hdpi/btn_radio_on_focused_holo_light.png
library/res/drawable-hdpi/btn_radio_on_holo_dark.png
library/res/drawable-hdpi/btn_radio_on_holo_light.png
library/res/drawable-hdpi/btn_radio_on_pressed_holo_dark.png
library/res/drawable-hdpi/btn_radio_on_pressed_holo_light.png
library/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_dark.png
library/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_light.png
library/res/drawable-hdpi/btn_rating_star_off_disabled_holo_dark.png
library/res/drawable-hdpi/btn_rating_star_off_disabled_holo_light.png
library/res/drawable-hdpi/btn_rating_star_off_focused_holo_dark.png
library/res/drawable-hdpi/btn_rating_star_off_focused_holo_light.png
library/res/drawable-hdpi/btn_rating_star_off_normal_holo_dark.png
library/res/drawable-hdpi/btn_rating_star_off_normal_holo_light.png
library/res/drawable-hdpi/btn_rating_star_off_pressed_holo_dark.png
library/res/drawable-hdpi/btn_rating_star_off_pressed_holo_light.png
library/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_dark.png
library/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_light.png
library/res/drawable-hdpi/btn_rating_star_on_disabled_holo_dark.png
library/res/drawable-hdpi/btn_rating_star_on_disabled_holo_light.png
library/res/drawable-hdpi/btn_rating_star_on_focused_holo_dark.png
library/res/drawable-hdpi/btn_rating_star_on_focused_holo_light.png
library/res/drawable-hdpi/btn_rating_star_on_normal_holo_dark.png
library/res/drawable-hdpi/btn_rating_star_on_normal_holo_light.png
library/res/drawable-hdpi/btn_rating_star_on_pressed_holo_dark.png
library/res/drawable-hdpi/btn_rating_star_on_pressed_holo_light.png
library/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_dark.9.png
library/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_light.9.png
library/res/drawable-hdpi/btn_toggle_off_disabled_holo_dark.9.png
library/res/drawable-hdpi/btn_toggle_off_disabled_holo_light.9.png
library/res/drawable-hdpi/btn_toggle_off_focused_holo_dark.9.png
library/res/drawable-hdpi/btn_toggle_off_focused_holo_light.9.png
library/res/drawable-hdpi/btn_toggle_off_normal_holo_dark.9.png
library/res/drawable-hdpi/btn_toggle_off_normal_holo_light.9.png
library/res/drawable-hdpi/btn_toggle_off_pressed_holo_dark.9.png
library/res/drawable-hdpi/btn_toggle_off_pressed_holo_light.9.png
library/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_dark.9.png
library/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_light.9.png
library/res/drawable-hdpi/btn_toggle_on_disabled_holo_dark.9.png
library/res/drawable-hdpi/btn_toggle_on_disabled_holo_light.9.png
library/res/drawable-hdpi/btn_toggle_on_focused_holo_dark.9.png
library/res/drawable-hdpi/btn_toggle_on_focused_holo_light.9.png
library/res/drawable-hdpi/btn_toggle_on_normal_holo_dark.9.png
library/res/drawable-hdpi/btn_toggle_on_normal_holo_light.9.png
library/res/drawable-hdpi/btn_toggle_on_pressed_holo_dark.9.png
library/res/drawable-hdpi/btn_toggle_on_pressed_holo_light.9.png
library/res/drawable-hdpi/day_picker_week_view_dayline_holo.9.png
library/res/drawable-hdpi/dialog_bottom_holo_dark.9.png
library/res/drawable-hdpi/dialog_bottom_holo_light.9.png
library/res/drawable-hdpi/dialog_divider_horizontal_holo_dark.9.png
library/res/drawable-hdpi/dialog_divider_horizontal_holo_light.9.png
library/res/drawable-hdpi/dialog_full_holo_dark.9.png
library/res/drawable-hdpi/dialog_full_holo_light.9.png
library/res/drawable-hdpi/dialog_middle_holo.9.png
library/res/drawable-hdpi/dialog_middle_holo_dark.9.png
library/res/drawable-hdpi/dialog_middle_holo_light.9.png
library/res/drawable-hdpi/dialog_top_holo_dark.9.png
library/res/drawable-hdpi/dialog_top_holo_light.9.png
library/res/drawable-hdpi/expander_close_holo_dark.9.png
library/res/drawable-hdpi/expander_close_holo_light.9.png
library/res/drawable-hdpi/expander_ic_maximized.9.png
library/res/drawable-hdpi/expander_ic_minimized.9.png
library/res/drawable-hdpi/expander_open_holo_dark.9.png
library/res/drawable-hdpi/expander_open_holo_light.9.png
library/res/drawable-hdpi/fastscroll_label_left_holo_dark.9.png
library/res/drawable-hdpi/fastscroll_label_left_holo_light.9.png
library/res/drawable-hdpi/fastscroll_label_right_holo_dark.9.png
library/res/drawable-hdpi/fastscroll_label_right_holo_light.9.png
library/res/drawable-hdpi/fastscroll_thumb_default_holo.png
library/res/drawable-hdpi/fastscroll_thumb_pressed_holo.png
library/res/drawable-hdpi/fastscroll_track_default_holo_dark.9.png
library/res/drawable-hdpi/fastscroll_track_default_holo_light.9.png
library/res/drawable-hdpi/fastscroll_track_pressed_holo_dark.9.png
library/res/drawable-hdpi/fastscroll_track_pressed_holo_light.9.png
library/res/drawable-hdpi/list_activated_holo.9.png
library/res/drawable-hdpi/list_divider_holo_dark.9.png
library/res/drawable-hdpi/list_divider_holo_light.9.png
library/res/drawable-hdpi/list_focused_holo.9.png
library/res/drawable-hdpi/list_longpressed_holo.9.png
library/res/drawable-hdpi/list_pressed_holo_dark.9.png
library/res/drawable-hdpi/list_pressed_holo_light.9.png
library/res/drawable-hdpi/list_section_divider_holo_dark.9.png
library/res/drawable-hdpi/list_section_divider_holo_light.9.png
library/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png
library/res/drawable-hdpi/list_selector_disabled_holo_light.9.png
library/res/drawable-hdpi/menu_background_fill_parent_width_holo_dark.9.png
library/res/drawable-hdpi/menu_background_fill_parent_width_holo_light.9.png
library/res/drawable-hdpi/menu_dropdown_panel_holo_dark.9.png
library/res/drawable-hdpi/menu_dropdown_panel_holo_light.9.png
library/res/drawable-hdpi/menu_hardkey_panel_holo_dark.9.png
library/res/drawable-hdpi/menu_hardkey_panel_holo_light.9.png
library/res/drawable-hdpi/numberpicker_selection_divider.9.png
library/res/drawable-hdpi/old_switch_thumb_activated_holo_dark.9.png
library/res/drawable-hdpi/old_switch_thumb_activated_holo_light.9.png
library/res/drawable-hdpi/old_switch_thumb_disabled_holo_dark.9.png
library/res/drawable-hdpi/old_switch_thumb_disabled_holo_light.9.png
library/res/drawable-hdpi/old_switch_thumb_holo_dark.9.png
library/res/drawable-hdpi/old_switch_thumb_holo_light.9.png
library/res/drawable-hdpi/old_switch_thumb_pressed_holo_dark.9.png
library/res/drawable-hdpi/old_switch_thumb_pressed_holo_light.9.png
library/res/drawable-hdpi/overscroll_edge.png
library/res/drawable-hdpi/overscroll_glow.png
library/res/drawable-hdpi/panel_bg_holo_dark.9.png
library/res/drawable-hdpi/panel_bg_holo_light.9.png
library/res/drawable-hdpi/progress_bg_holo_dark.9.png
library/res/drawable-hdpi/progress_bg_holo_light.9.png
library/res/drawable-hdpi/progress_primary_holo_dark.9.png
library/res/drawable-hdpi/progress_primary_holo_light.9.png
library/res/drawable-hdpi/progress_secondary_holo_dark.9.png
library/res/drawable-hdpi/progress_secondary_holo_light.9.png
library/res/drawable-hdpi/progressbar_indeterminate_holo1.png
library/res/drawable-hdpi/progressbar_indeterminate_holo2.png
library/res/drawable-hdpi/progressbar_indeterminate_holo3.png
library/res/drawable-hdpi/progressbar_indeterminate_holo4.png
library/res/drawable-hdpi/progressbar_indeterminate_holo5.png
library/res/drawable-hdpi/progressbar_indeterminate_holo6.png
library/res/drawable-hdpi/progressbar_indeterminate_holo7.png
library/res/drawable-hdpi/progressbar_indeterminate_holo8.png
library/res/drawable-hdpi/rate_star_big_half_holo_dark.png
library/res/drawable-hdpi/rate_star_big_half_holo_light.png
library/res/drawable-hdpi/rate_star_big_off_holo_dark.png
library/res/drawable-hdpi/rate_star_big_off_holo_light.png
library/res/drawable-hdpi/rate_star_big_on_holo_dark.png
library/res/drawable-hdpi/rate_star_big_on_holo_light.png
library/res/drawable-hdpi/rate_star_small_half_holo_dark.png
library/res/drawable-hdpi/rate_star_small_half_holo_light.png
library/res/drawable-hdpi/rate_star_small_off_holo_dark.png
library/res/drawable-hdpi/rate_star_small_off_holo_light.png
library/res/drawable-hdpi/rate_star_small_on_holo_dark.png
library/res/drawable-hdpi/rate_star_small_on_holo_light.png
library/res/drawable-hdpi/scrollbar_handle_holo_dark.9.png
library/res/drawable-hdpi/scrollbar_handle_holo_light.9.png
library/res/drawable-hdpi/scrubber_control_disabled_holo.png
library/res/drawable-hdpi/scrubber_control_focused_holo.png
library/res/drawable-hdpi/scrubber_control_normal_holo.png
library/res/drawable-hdpi/scrubber_control_pressed_holo.png
library/res/drawable-hdpi/scrubber_primary_holo.9.png
library/res/drawable-hdpi/scrubber_secondary_holo.9.png
library/res/drawable-hdpi/scrubber_track_holo_dark.9.png
library/res/drawable-hdpi/scrubber_track_holo_light.9.png
library/res/drawable-hdpi/spinner_16_inner_holo.png
library/res/drawable-hdpi/spinner_16_outer_holo.png
library/res/drawable-hdpi/spinner_20_inner_holo.png
library/res/drawable-hdpi/spinner_20_outer_holo.png
library/res/drawable-hdpi/spinner_48_inner_holo.png
library/res/drawable-hdpi/spinner_48_outer_holo.png
library/res/drawable-hdpi/spinner_76_inner_holo.png
library/res/drawable-hdpi/spinner_76_outer_holo.png
library/res/drawable-hdpi/spinner_default_holo_dark.9.png
library/res/drawable-hdpi/spinner_default_holo_light.9.png
library/res/drawable-hdpi/spinner_disabled_holo_dark.9.png
library/res/drawable-hdpi/spinner_disabled_holo_light.9.png
library/res/drawable-hdpi/spinner_focused_holo_dark.9.png
library/res/drawable-hdpi/spinner_focused_holo_light.9.png
library/res/drawable-hdpi/spinner_pressed_holo_dark.9.png
library/res/drawable-hdpi/spinner_pressed_holo_light.9.png
library/res/drawable-hdpi/switch_bg_disabled_holo_dark.9.png
library/res/drawable-hdpi/switch_bg_disabled_holo_light.9.png
library/res/drawable-hdpi/switch_bg_focused_holo_dark.9.png
library/res/drawable-hdpi/switch_bg_focused_holo_light.9.png
library/res/drawable-hdpi/switch_bg_holo_dark.9.png
library/res/drawable-hdpi/switch_bg_holo_light.9.png
library/res/drawable-hdpi/switch_thumb_activated_holo_dark.9.png
library/res/drawable-hdpi/switch_thumb_activated_holo_light.9.png
library/res/drawable-hdpi/switch_thumb_disabled_holo_dark.9.png
library/res/drawable-hdpi/switch_thumb_disabled_holo_light.9.png
library/res/drawable-hdpi/switch_thumb_holo_dark.9.png
library/res/drawable-hdpi/switch_thumb_holo_light.9.png
library/res/drawable-hdpi/switch_thumb_pressed_holo_dark.9.png
library/res/drawable-hdpi/switch_thumb_pressed_holo_light.9.png
library/res/drawable-hdpi/textfield_activated_holo_dark.9.png
library/res/drawable-hdpi/textfield_activated_holo_light.9.png
library/res/drawable-hdpi/textfield_bg_activated_holo_dark.9.png
library/res/drawable-hdpi/textfield_bg_default_holo_dark.9.png
library/res/drawable-hdpi/textfield_bg_disabled_focused_holo_dark.9.png
library/res/drawable-hdpi/textfield_bg_disabled_holo_dark.9.png
library/res/drawable-hdpi/textfield_bg_focused_holo_dark.9.png
library/res/drawable-hdpi/textfield_default_holo_dark.9.png
library/res/drawable-hdpi/textfield_default_holo_light.9.png
library/res/drawable-hdpi/textfield_disabled_focused_holo_dark.9.png
library/res/drawable-hdpi/textfield_disabled_focused_holo_light.9.png
library/res/drawable-hdpi/textfield_disabled_holo_dark.9.png
library/res/drawable-hdpi/textfield_disabled_holo_light.9.png
library/res/drawable-hdpi/textfield_focused_holo_dark.9.png
library/res/drawable-hdpi/textfield_focused_holo_light.9.png
library/res/drawable-hdpi/textfield_multiline_activated_holo_dark.9.png
library/res/drawable-hdpi/textfield_multiline_default_holo_dark.9.png
library/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_dark.9.png
library/res/drawable-hdpi/textfield_multiline_disabled_holo_dark.9.png
library/res/drawable-hdpi/textfield_multiline_focused_holo_dark.9.png
library/res/drawable-hdpi/toast_frame.9.png
library/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png
library/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png
library/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png
library/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png
library/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png
library/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png
library/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png
library/res/drawable-mdpi/abc_ab_solid_light_holo.9.png
library/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png
library/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png
library/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png
library/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png
library/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png
library/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png
library/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png
library/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png
library/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png
library/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png
library/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png
library/res/drawable-mdpi/abc_ic_ab_back_holo_light.png
library/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png
library/res/drawable-mdpi/abc_ic_cab_done_holo_light.png
library/res/drawable-mdpi/abc_ic_clear_disabled.png
library/res/drawable-mdpi/abc_ic_clear_normal.png
library/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png
library/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png
library/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png
library/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png
library/res/drawable-mdpi/abc_ic_go.png
library/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png
library/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png
library/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png
library/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png
library/res/drawable-mdpi/abc_ic_menu_share_holo_light.png
library/res/drawable-mdpi/abc_ic_search.png
library/res/drawable-mdpi/abc_ic_search_api_holo_light.png
library/res/drawable-mdpi/abc_ic_voice_search.png
library/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png
library/res/drawable-mdpi/abc_list_divider_holo_dark.9.png
library/res/drawable-mdpi/abc_list_divider_holo_light.9.png
library/res/drawable-mdpi/abc_list_focused_holo.9.png
library/res/drawable-mdpi/abc_list_longpressed_holo.9.png
library/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png
library/res/drawable-mdpi/abc_list_pressed_holo_light.9.png
library/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
library/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
library/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png
library/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png
library/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png
library/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png
library/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png
library/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png
library/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png
library/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png
library/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png
library/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png
library/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png
library/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png
library/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png
library/res/drawable-mdpi/abc_tab_selected_holo.9.png
library/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png
library/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png
library/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png
library/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png
library/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png
library/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png
library/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png
library/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png
library/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png
library/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png
library/res/drawable-mdpi/activity_picker_bg_activated.9.png
library/res/drawable-mdpi/activity_picker_bg_focused.9.png
library/res/drawable-mdpi/btn_check_label_background.9.png
library/res/drawable-mdpi/btn_check_off_disable_holo_dark.png
library/res/drawable-mdpi/btn_check_off_disable_holo_light.png
library/res/drawable-mdpi/btn_check_off_disabled_focused_holo_dark.png
library/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png
library/res/drawable-mdpi/btn_check_off_disabled_holo_dark.png
library/res/drawable-mdpi/btn_check_off_disabled_holo_light.png
library/res/drawable-mdpi/btn_check_off_focused_holo_dark.png
library/res/drawable-mdpi/btn_check_off_focused_holo_light.png
library/res/drawable-mdpi/btn_check_off_holo_dark.png
library/res/drawable-mdpi/btn_check_off_holo_light.png
library/res/drawable-mdpi/btn_check_off_normal_holo_dark.png
library/res/drawable-mdpi/btn_check_off_normal_holo_light.png
library/res/drawable-mdpi/btn_check_off_pressed_holo_dark.png
library/res/drawable-mdpi/btn_check_off_pressed_holo_light.png
library/res/drawable-mdpi/btn_check_on_disable_holo_dark.png
library/res/drawable-mdpi/btn_check_on_disable_holo_light.png
library/res/drawable-mdpi/btn_check_on_disabled_focused_holo_dark.png
library/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png
library/res/drawable-mdpi/btn_check_on_disabled_holo_dark.png
library/res/drawable-mdpi/btn_check_on_disabled_holo_light.png
library/res/drawable-mdpi/btn_check_on_focused_holo_dark.png
library/res/drawable-mdpi/btn_check_on_focused_holo_light.png
library/res/drawable-mdpi/btn_check_on_holo_dark.png
library/res/drawable-mdpi/btn_check_on_holo_light.png
library/res/drawable-mdpi/btn_check_on_pressed_holo_dark.png
library/res/drawable-mdpi/btn_check_on_pressed_holo_light.png
library/res/drawable-mdpi/btn_default_disabled_focused_holo_dark.9.png
library/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png
library/res/drawable-mdpi/btn_default_disabled_holo_dark.9.png
library/res/drawable-mdpi/btn_default_disabled_holo_light.9.png
library/res/drawable-mdpi/btn_default_focused_holo_dark.9.png
library/res/drawable-mdpi/btn_default_focused_holo_light.9.png
library/res/drawable-mdpi/btn_default_normal_holo_dark.9.png
library/res/drawable-mdpi/btn_default_normal_holo_light.9.png
library/res/drawable-mdpi/btn_default_pressed_holo_dark.9.png
library/res/drawable-mdpi/btn_default_pressed_holo_light.9.png
library/res/drawable-mdpi/btn_group_disabled_holo_dark.9.png
library/res/drawable-mdpi/btn_group_disabled_holo_light.9.png
library/res/drawable-mdpi/btn_group_focused_holo_dark.9.png
library/res/drawable-mdpi/btn_group_focused_holo_light.9.png
library/res/drawable-mdpi/btn_group_normal_holo_dark.9.png
library/res/drawable-mdpi/btn_group_normal_holo_light.9.png
library/res/drawable-mdpi/btn_group_pressed_holo_dark.9.png
library/res/drawable-mdpi/btn_group_pressed_holo_light.9.png
library/res/drawable-mdpi/btn_radio_label_background.9.png
library/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_dark.png
library/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png
library/res/drawable-mdpi/btn_radio_off_disabled_holo_dark.png
library/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png
library/res/drawable-mdpi/btn_radio_off_focused_holo_dark.png
library/res/drawable-mdpi/btn_radio_off_focused_holo_light.png
library/res/drawable-mdpi/btn_radio_off_holo.png
library/res/drawable-mdpi/btn_radio_off_holo_dark.png
library/res/drawable-mdpi/btn_radio_off_holo_light.png
library/res/drawable-mdpi/btn_radio_off_pressed_holo_dark.png
library/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png
library/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_dark.png
library/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png
library/res/drawable-mdpi/btn_radio_on_disabled_holo_dark.png
library/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png
library/res/drawable-mdpi/btn_radio_on_focused_holo_dark.png
library/res/drawable-mdpi/btn_radio_on_focused_holo_light.png
library/res/drawable-mdpi/btn_radio_on_holo_dark.png
library/res/drawable-mdpi/btn_radio_on_holo_light.png
library/res/drawable-mdpi/btn_radio_on_pressed_holo_dark.png
library/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png
library/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_dark.png
library/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_light.png
library/res/drawable-mdpi/btn_rating_star_off_disabled_holo_dark.png
library/res/drawable-mdpi/btn_rating_star_off_disabled_holo_light.png
library/res/drawable-mdpi/btn_rating_star_off_focused_holo_dark.png
library/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png
library/res/drawable-mdpi/btn_rating_star_off_normal_holo_dark.png
library/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png
library/res/drawable-mdpi/btn_rating_star_off_pressed_holo_dark.png
library/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png
library/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_dark.png
library/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_light.png
library/res/drawable-mdpi/btn_rating_star_on_disabled_holo_dark.png
library/res/drawable-mdpi/btn_rating_star_on_disabled_holo_light.png
library/res/drawable-mdpi/btn_rating_star_on_focused_holo_dark.png
library/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png
library/res/drawable-mdpi/btn_rating_star_on_normal_holo_dark.png
library/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png
library/res/drawable-mdpi/btn_rating_star_on_pressed_holo_dark.png
library/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png
library/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_dark.9.png
library/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png
library/res/drawable-mdpi/btn_toggle_off_disabled_holo_dark.9.png
library/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png
library/res/drawable-mdpi/btn_toggle_off_focused_holo_dark.9.png
library/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png
library/res/drawable-mdpi/btn_toggle_off_normal_holo_dark.9.png
library/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png
library/res/drawable-mdpi/btn_toggle_off_pressed_holo_dark.9.png
library/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png
library/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_dark.9.png
library/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png
library/res/drawable-mdpi/btn_toggle_on_disabled_holo_dark.9.png
library/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png
library/res/drawable-mdpi/btn_toggle_on_focused_holo_dark.9.png
library/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png
library/res/drawable-mdpi/btn_toggle_on_normal_holo_dark.9.png
library/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png
library/res/drawable-mdpi/btn_toggle_on_pressed_holo_dark.9.png
library/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png
library/res/drawable-mdpi/day_picker_week_view_dayline_holo.9.png
library/res/drawable-mdpi/dialog_bottom_holo_dark.9.png
library/res/drawable-mdpi/dialog_bottom_holo_light.9.png
library/res/drawable-mdpi/dialog_divider_horizontal_holo_dark.9.png
library/res/drawable-mdpi/dialog_divider_horizontal_holo_light.9.png
library/res/drawable-mdpi/dialog_full_holo_dark.9.png
library/res/drawable-mdpi/dialog_full_holo_light.9.png
library/res/drawable-mdpi/dialog_middle_holo.9.png
library/res/drawable-mdpi/dialog_middle_holo_dark.9.png
library/res/drawable-mdpi/dialog_top_holo_dark.9.png
library/res/drawable-mdpi/dialog_top_holo_light.9.png
library/res/drawable-mdpi/expander_close_holo_dark.9.png
library/res/drawable-mdpi/expander_close_holo_light.9.png
library/res/drawable-mdpi/expander_ic_maximized.9.png
library/res/drawable-mdpi/expander_ic_minimized.9.png
library/res/drawable-mdpi/expander_open_holo_dark.9.png
library/res/drawable-mdpi/expander_open_holo_light.9.png
library/res/drawable-mdpi/fastscroll_label_left_holo_dark.9.png
library/res/drawable-mdpi/fastscroll_label_left_holo_light.9.png
library/res/drawable-mdpi/fastscroll_label_right_holo_dark.9.png
library/res/drawable-mdpi/fastscroll_label_right_holo_light.9.png
library/res/drawable-mdpi/fastscroll_thumb_default_holo.png
library/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png
library/res/drawable-mdpi/fastscroll_track_default_holo_dark.9.png
library/res/drawable-mdpi/fastscroll_track_default_holo_light.9.png
library/res/drawable-mdpi/fastscroll_track_pressed_holo_dark.9.png
library/res/drawable-mdpi/fastscroll_track_pressed_holo_light.9.png
library/res/drawable-mdpi/list_activated_holo.9.png
library/res/drawable-mdpi/list_divider_holo_dark.9.png
library/res/drawable-mdpi/list_divider_holo_light.9.png
library/res/drawable-mdpi/list_focused_holo.9.png
library/res/drawable-mdpi/list_longpressed_holo.9.png
library/res/drawable-mdpi/list_pressed_holo_dark.9.png
library/res/drawable-mdpi/list_pressed_holo_light.9.png
library/res/drawable-mdpi/list_section_divider_holo_dark.9.png
library/res/drawable-mdpi/list_section_divider_holo_light.9.png
library/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png
library/res/drawable-mdpi/list_selector_disabled_holo_light.9.png
library/res/drawable-mdpi/menu_background_fill_parent_width_holo_dark.9.png
library/res/drawable-mdpi/menu_background_fill_parent_width_holo_light.9.png
library/res/drawable-mdpi/menu_dropdown_panel_holo_dark.9.png
library/res/drawable-mdpi/menu_dropdown_panel_holo_light.9.png
library/res/drawable-mdpi/menu_hardkey_panel_holo_dark.9.png
library/res/drawable-mdpi/menu_hardkey_panel_holo_light.9.png
library/res/drawable-mdpi/numberpicker_selection_divider.9.png
library/res/drawable-mdpi/old_switch_thumb_activated_holo_dark.9.png
library/res/drawable-mdpi/old_switch_thumb_activated_holo_light.9.png
library/res/drawable-mdpi/old_switch_thumb_disabled_holo_dark.9.png
library/res/drawable-mdpi/old_switch_thumb_disabled_holo_light.9.png
library/res/drawable-mdpi/old_switch_thumb_holo_dark.9.png
library/res/drawable-mdpi/old_switch_thumb_holo_light.9.png
library/res/drawable-mdpi/old_switch_thumb_pressed_holo_dark.9.png
library/res/drawable-mdpi/old_switch_thumb_pressed_holo_light.9.png
library/res/drawable-mdpi/overscroll_edge.png
library/res/drawable-mdpi/overscroll_glow.png
library/res/drawable-mdpi/panel_bg_holo_dark.9.png
library/res/drawable-mdpi/panel_bg_holo_light.9.png
library/res/drawable-mdpi/progress_bg_holo_dark.9.png
library/res/drawable-mdpi/progress_bg_holo_light.9.png
library/res/drawable-mdpi/progress_primary_holo_dark.9.png
library/res/drawable-mdpi/progress_primary_holo_light.9.png
library/res/drawable-mdpi/progress_secondary_holo_dark.9.png
library/res/drawable-mdpi/progress_secondary_holo_light.9.png
library/res/drawable-mdpi/progressbar_indeterminate_holo1.png
library/res/drawable-mdpi/progressbar_indeterminate_holo2.png
library/res/drawable-mdpi/progressbar_indeterminate_holo3.png
library/res/drawable-mdpi/progressbar_indeterminate_holo4.png
library/res/drawable-mdpi/progressbar_indeterminate_holo5.png
library/res/drawable-mdpi/progressbar_indeterminate_holo6.png
library/res/drawable-mdpi/progressbar_indeterminate_holo7.png
library/res/drawable-mdpi/progressbar_indeterminate_holo8.png
library/res/drawable-mdpi/rate_star_big_half_holo_dark.png
library/res/drawable-mdpi/rate_star_big_half_holo_light.png
library/res/drawable-mdpi/rate_star_big_off_holo_dark.png
library/res/drawable-mdpi/rate_star_big_off_holo_light.png
library/res/drawable-mdpi/rate_star_big_on_holo_dark.png
library/res/drawable-mdpi/rate_star_big_on_holo_light.png
library/res/drawable-mdpi/rate_star_small_half_holo_dark.png
library/res/drawable-mdpi/rate_star_small_half_holo_light.png
library/res/drawable-mdpi/rate_star_small_off_holo_dark.png
library/res/drawable-mdpi/rate_star_small_off_holo_light.png
library/res/drawable-mdpi/rate_star_small_on_holo_dark.png
library/res/drawable-mdpi/rate_star_small_on_holo_light.png
library/res/drawable-mdpi/scrollbar_handle_holo_dark.9.png
library/res/drawable-mdpi/scrollbar_handle_holo_light.9.png
library/res/drawable-mdpi/scrubber_control_disabled_holo.png
library/res/drawable-mdpi/scrubber_control_focused_holo.png
library/res/drawable-mdpi/scrubber_control_normal_holo.png
library/res/drawable-mdpi/scrubber_control_pressed_holo.png
library/res/drawable-mdpi/scrubber_primary_holo.9.png
library/res/drawable-mdpi/scrubber_secondary_holo.9.png
library/res/drawable-mdpi/scrubber_track_holo_dark.9.png
library/res/drawable-mdpi/scrubber_track_holo_light.9.png
library/res/drawable-mdpi/spinner_16_inner_holo.png
library/res/drawable-mdpi/spinner_16_outer_holo.png
library/res/drawable-mdpi/spinner_20_inner_holo.png
library/res/drawable-mdpi/spinner_20_outer_holo.png
library/res/drawable-mdpi/spinner_48_inner_holo.png
library/res/drawable-mdpi/spinner_48_outer_holo.png
library/res/drawable-mdpi/spinner_76_inner_holo.png
library/res/drawable-mdpi/spinner_76_outer_holo.png
library/res/drawable-mdpi/spinner_default_holo_dark.9.png
library/res/drawable-mdpi/spinner_default_holo_light.9.png
library/res/drawable-mdpi/spinner_disabled_holo_dark.9.png
library/res/drawable-mdpi/spinner_disabled_holo_light.9.png
library/res/drawable-mdpi/spinner_focused_holo_dark.9.png
library/res/drawable-mdpi/spinner_focused_holo_light.9.png
library/res/drawable-mdpi/spinner_pressed_holo_dark.9.png
library/res/drawable-mdpi/spinner_pressed_holo_light.9.png
library/res/drawable-mdpi/switch_bg_disabled_holo_dark.9.png
library/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png
library/res/drawable-mdpi/switch_bg_focused_holo_dark.9.png
library/res/drawable-mdpi/switch_bg_focused_holo_light.9.png
library/res/drawable-mdpi/switch_bg_holo_dark.9.png
library/res/drawable-mdpi/switch_bg_holo_light.9.png
library/res/drawable-mdpi/switch_thumb_activated_holo_dark.9.png
library/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png
library/res/drawable-mdpi/switch_thumb_disabled_holo_dark.9.png
library/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png
library/res/drawable-mdpi/switch_thumb_holo_dark.9.png
library/res/drawable-mdpi/switch_thumb_holo_light.9.png
library/res/drawable-mdpi/switch_thumb_pressed_holo_dark.9.png
library/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png
library/res/drawable-mdpi/textfield_activated_holo_light.9.png
library/res/drawable-mdpi/textfield_bg_activated_holo_dark.9.png
library/res/drawable-mdpi/textfield_bg_default_holo_dark.9.png
library/res/drawable-mdpi/textfield_bg_disabled_focused_holo_dark.9.png
library/res/drawable-mdpi/textfield_bg_disabled_holo_dark.9.png
library/res/drawable-mdpi/textfield_bg_focused_holo_dark.9.png
library/res/drawable-mdpi/textfield_default_holo_dark.9.png
library/res/drawable-mdpi/textfield_default_holo_light.9.png
library/res/drawable-mdpi/textfield_disabled_focused_holo_dark.9.png
library/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png
library/res/drawable-mdpi/textfield_disabled_holo_dark.9.png
library/res/drawable-mdpi/textfield_disabled_holo_light.9.png
library/res/drawable-mdpi/textfield_focused_holo_dark.9.png
library/res/drawable-mdpi/textfield_focused_holo_light.9.png
library/res/drawable-mdpi/textfield_multiline_activated_holo_dark.9.png
library/res/drawable-mdpi/textfield_multiline_default_holo_dark.9.png
library/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_dark.9.png
library/res/drawable-mdpi/textfield_multiline_disabled_holo_dark.9.png
library/res/drawable-mdpi/textfield_multiline_focused_holo_dark.9.png
library/res/drawable-mdpi/toast_frame.9.png
library/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png
library/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png
library/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png
library/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png
library/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png
library/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png
library/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png
library/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png
library/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png
library/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png
library/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png
library/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png
library/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png
library/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png
library/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png
library/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png
library/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png
library/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png
library/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png
library/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png
library/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png
library/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png
library/res/drawable-xhdpi/abc_ic_clear_disabled.png
library/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png
library/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png
library/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png
library/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png
library/res/drawable-xhdpi/abc_ic_go.png
library/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png
library/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png
library/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png
library/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png
library/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png
library/res/drawable-xhdpi/abc_ic_search.png
library/res/drawable-xhdpi/abc_ic_search_api_holo_light.png
library/res/drawable-xhdpi/abc_ic_voice_search.png
library/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png
library/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png
library/res/drawable-xhdpi/abc_list_divider_holo_light.9.png
library/res/drawable-xhdpi/abc_list_focused_holo.9.png
library/res/drawable-xhdpi/abc_list_longpressed_holo.9.png
library/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
library/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png
library/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
library/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
library/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png
library/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png
library/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png
library/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png
library/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png
library/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png
library/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png
library/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png
library/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png
library/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png
library/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png
library/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png
library/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png
library/res/drawable-xhdpi/abc_tab_selected_holo.9.png
library/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png
library/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png
library/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png
library/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png
library/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png
library/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png
library/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png
library/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png
library/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png
library/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png
library/res/drawable-xhdpi/activity_picker_bg_activated.9.png
library/res/drawable-xhdpi/activity_picker_bg_focused.9.png
library/res/drawable-xhdpi/btn_check_label_background.9.png
library/res/drawable-xhdpi/btn_check_off_disable_holo_dark.png
library/res/drawable-xhdpi/btn_check_off_disable_holo_light.png
library/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_dark.png
library/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png
library/res/drawable-xhdpi/btn_check_off_disabled_holo_dark.png
library/res/drawable-xhdpi/btn_check_off_disabled_holo_light.png
library/res/drawable-xhdpi/btn_check_off_focused_holo_dark.png
library/res/drawable-xhdpi/btn_check_off_focused_holo_light.png
library/res/drawable-xhdpi/btn_check_off_holo.png
library/res/drawable-xhdpi/btn_check_off_holo_dark.png
library/res/drawable-xhdpi/btn_check_off_holo_light.png
library/res/drawable-xhdpi/btn_check_off_normal_holo_dark.png
library/res/drawable-xhdpi/btn_check_off_normal_holo_light.png
library/res/drawable-xhdpi/btn_check_off_pressed_holo_dark.png
library/res/drawable-xhdpi/btn_check_off_pressed_holo_light.png
library/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_dark.png
library/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png
library/res/drawable-xhdpi/btn_check_on_disabled_holo_dark.png
library/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png
library/res/drawable-xhdpi/btn_check_on_focused_holo_dark.png
library/res/drawable-xhdpi/btn_check_on_focused_holo_light.png
library/res/drawable-xhdpi/btn_check_on_holo.png
library/res/drawable-xhdpi/btn_check_on_holo_dark.png
library/res/drawable-xhdpi/btn_check_on_holo_light.png
library/res/drawable-xhdpi/btn_check_on_pressed_holo_dark.png
library/res/drawable-xhdpi/btn_check_on_pressed_holo_light.png
library/res/drawable-xhdpi/btn_default_disabled_focused_holo_dark.9.png
library/res/drawable-xhdpi/btn_default_disabled_focused_holo_light.9.png
library/res/drawable-xhdpi/btn_default_disabled_holo_dark.9.png
library/res/drawable-xhdpi/btn_default_disabled_holo_light.9.png
library/res/drawable-xhdpi/btn_default_focused_holo_dark.9.png
library/res/drawable-xhdpi/btn_default_focused_holo_light.9.png
library/res/drawable-xhdpi/btn_default_normal_holo_dark.9.png
library/res/drawable-xhdpi/btn_default_normal_holo_light.9.png
library/res/drawable-xhdpi/btn_default_pressed_holo_dark.9.png
library/res/drawable-xhdpi/btn_default_pressed_holo_light.9.png
library/res/drawable-xhdpi/btn_group_disabled_holo_dark.9.png
library/res/drawable-xhdpi/btn_group_disabled_holo_light.9.png
library/res/drawable-xhdpi/btn_group_focused_holo_dark.9.png
library/res/drawable-xhdpi/btn_group_focused_holo_light.9.png
library/res/drawable-xhdpi/btn_group_normal_holo_dark.9.png
library/res/drawable-xhdpi/btn_group_normal_holo_light.9.png
library/res/drawable-xhdpi/btn_group_pressed_holo_dark.9.png
library/res/drawable-xhdpi/btn_group_pressed_holo_light.9.png
library/res/drawable-xhdpi/btn_radio_label_background.9.png
library/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_dark.png
library/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_light.png
library/res/drawable-xhdpi/btn_radio_off_disabled_holo_dark.png
library/res/drawable-xhdpi/btn_radio_off_disabled_holo_light.png
library/res/drawable-xhdpi/btn_radio_off_focused_holo_dark.png
library/res/drawable-xhdpi/btn_radio_off_focused_holo_light.png
library/res/drawable-xhdpi/btn_radio_off_holo.png
library/res/drawable-xhdpi/btn_radio_off_holo_dark.png
library/res/drawable-xhdpi/btn_radio_off_holo_light.png
library/res/drawable-xhdpi/btn_radio_off_pressed_holo_dark.png
library/res/drawable-xhdpi/btn_radio_off_pressed_holo_light.png
library/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_dark.png
library/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_light.png
library/res/drawable-xhdpi/btn_radio_on_disabled_holo_dark.png
library/res/drawable-xhdpi/btn_radio_on_disabled_holo_light.png
library/res/drawable-xhdpi/btn_radio_on_focused_holo_dark.png
library/res/drawable-xhdpi/btn_radio_on_focused_holo_light.png
library/res/drawable-xhdpi/btn_radio_on_holo_dark.png
library/res/drawable-xhdpi/btn_radio_on_holo_light.png
library/res/drawable-xhdpi/btn_radio_on_pressed_holo_dark.png
library/res/drawable-xhdpi/btn_radio_on_pressed_holo_light.png
library/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_dark.png
library/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_light.png
library/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_dark.png
library/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_light.png
library/res/drawable-xhdpi/btn_rating_star_off_focused_holo_dark.png
library/res/drawable-xhdpi/btn_rating_star_off_focused_holo_light.png
library/res/drawable-xhdpi/btn_rating_star_off_normal_holo_dark.png
library/res/drawable-xhdpi/btn_rating_star_off_normal_holo_light.png
library/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_dark.png
library/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_light.png
library/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_dark.png
library/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_light.png
library/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_dark.png
library/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_light.png
library/res/drawable-xhdpi/btn_rating_star_on_focused_holo_dark.png
library/res/drawable-xhdpi/btn_rating_star_on_focused_holo_light.png
library/res/drawable-xhdpi/btn_rating_star_on_normal_holo_dark.png
library/res/drawable-xhdpi/btn_rating_star_on_normal_holo_light.png
library/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_dark.png
library/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_light.png
library/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png
library/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_light.9.png
library/res/drawable-xhdpi/btn_toggle_off_disabled_holo_dark.9.png
library/res/drawable-xhdpi/btn_toggle_off_disabled_holo_light.9.png
library/res/drawable-xhdpi/btn_toggle_off_focused_holo_dark.9.png
library/res/drawable-xhdpi/btn_toggle_off_focused_holo_light.9.png
library/res/drawable-xhdpi/btn_toggle_off_normal_holo_dark.9.png
library/res/drawable-xhdpi/btn_toggle_off_normal_holo_light.9.png
library/res/drawable-xhdpi/btn_toggle_off_pressed_holo_dark.9.png
library/res/drawable-xhdpi/btn_toggle_off_pressed_holo_light.9.png
library/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png
library/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_light.9.png
library/res/drawable-xhdpi/btn_toggle_on_disabled_holo_dark.9.png
library/res/drawable-xhdpi/btn_toggle_on_disabled_holo_light.9.png
library/res/drawable-xhdpi/btn_toggle_on_focused_holo_dark.9.png
library/res/drawable-xhdpi/btn_toggle_on_focused_holo_light.9.png
library/res/drawable-xhdpi/btn_toggle_on_normal_holo_dark.9.png
library/res/drawable-xhdpi/btn_toggle_on_normal_holo_light.9.png
library/res/drawable-xhdpi/btn_toggle_on_pressed_holo_dark.9.png
library/res/drawable-xhdpi/btn_toggle_on_pressed_holo_light.9.png
library/res/drawable-xhdpi/day_picker_week_view_dayline_holo.9.png
library/res/drawable-xhdpi/dialog_bottom_holo_dark.9.png
library/res/drawable-xhdpi/dialog_bottom_holo_light.9.png
library/res/drawable-xhdpi/dialog_divider_horizontal_holo_dark.9.png
library/res/drawable-xhdpi/dialog_divider_horizontal_holo_light.9.png
library/res/drawable-xhdpi/dialog_full_holo_dark.9.png
library/res/drawable-xhdpi/dialog_full_holo_light.9.png
library/res/drawable-xhdpi/dialog_middle_holo_dark.9.png
library/res/drawable-xhdpi/dialog_middle_holo_light.9.png
library/res/drawable-xhdpi/dialog_top_holo_dark.9.png
library/res/drawable-xhdpi/dialog_top_holo_light.9.png
library/res/drawable-xhdpi/expander_close_holo_dark.9.png
library/res/drawable-xhdpi/expander_close_holo_light.9.png
library/res/drawable-xhdpi/expander_ic_maximized.9.png
library/res/drawable-xhdpi/expander_ic_minimized.9.png
library/res/drawable-xhdpi/expander_open_holo_dark.9.png
library/res/drawable-xhdpi/expander_open_holo_light.9.png
library/res/drawable-xhdpi/fastscroll_label_left_holo_dark.9.png
library/res/drawable-xhdpi/fastscroll_label_left_holo_light.9.png
library/res/drawable-xhdpi/fastscroll_label_right_holo_dark.9.png
library/res/drawable-xhdpi/fastscroll_label_right_holo_light.9.png
library/res/drawable-xhdpi/fastscroll_thumb_default_holo.png
library/res/drawable-xhdpi/fastscroll_thumb_pressed_holo.png
library/res/drawable-xhdpi/fastscroll_track_default_holo_dark.9.png
library/res/drawable-xhdpi/fastscroll_track_default_holo_light.9.png
library/res/drawable-xhdpi/fastscroll_track_pressed_holo_dark.9.png
library/res/drawable-xhdpi/fastscroll_track_pressed_holo_light.9.png
library/res/drawable-xhdpi/list_activated_holo.9.png
library/res/drawable-xhdpi/list_divider_holo_dark.9.png
library/res/drawable-xhdpi/list_divider_holo_light.9.png
library/res/drawable-xhdpi/list_focused_holo.9.png
library/res/drawable-xhdpi/list_longpressed_holo.9.png
library/res/drawable-xhdpi/list_pressed_holo_dark.9.png
library/res/drawable-xhdpi/list_pressed_holo_light.9.png
library/res/drawable-xhdpi/list_section_divider_holo_dark.9.png
library/res/drawable-xhdpi/list_section_divider_holo_light.9.png
library/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png
library/res/drawable-xhdpi/list_selector_disabled_holo_light.9.png
library/res/drawable-xhdpi/menu_background_fill_parent_width_holo_dark.9.png
library/res/drawable-xhdpi/menu_background_fill_parent_width_holo_light.9.png
library/res/drawable-xhdpi/menu_dropdown_panel_holo_dark.9.png
library/res/drawable-xhdpi/menu_dropdown_panel_holo_light.9.png
library/res/drawable-xhdpi/menu_hardkey_panel_holo_dark.9.png
library/res/drawable-xhdpi/menu_hardkey_panel_holo_light.9.png
library/res/drawable-xhdpi/numberpicker_selection_divider.9.png
library/res/drawable-xhdpi/old_switch_thumb_activated_holo_dark.9.png
library/res/drawable-xhdpi/old_switch_thumb_activated_holo_light.9.png
library/res/drawable-xhdpi/old_switch_thumb_disabled_holo_dark.9.png
library/res/drawable-xhdpi/old_switch_thumb_disabled_holo_light.9.png
library/res/drawable-xhdpi/old_switch_thumb_holo_dark.9.png
library/res/drawable-xhdpi/old_switch_thumb_holo_light.9.png
library/res/drawable-xhdpi/old_switch_thumb_pressed_holo_dark.9.png
library/res/drawable-xhdpi/old_switch_thumb_pressed_holo_light.9.png
library/res/drawable-xhdpi/overscroll_edge.png
library/res/drawable-xhdpi/overscroll_glow.png
library/res/drawable-xhdpi/panel_bg_holo_dark.9.png
library/res/drawable-xhdpi/panel_bg_holo_light.9.png
library/res/drawable-xhdpi/progress_bg_holo_dark.9.png
library/res/drawable-xhdpi/progress_bg_holo_light.9.png
library/res/drawable-xhdpi/progress_primary_holo_dark.9.png
library/res/drawable-xhdpi/progress_primary_holo_light.9.png
library/res/drawable-xhdpi/progress_secondary_holo_dark.9.png
library/res/drawable-xhdpi/progress_secondary_holo_light.9.png
library/res/drawable-xhdpi/progressbar_indeterminate_holo1.png
library/res/drawable-xhdpi/progressbar_indeterminate_holo2.png
library/res/drawable-xhdpi/progressbar_indeterminate_holo3.png
library/res/drawable-xhdpi/progressbar_indeterminate_holo4.png
library/res/drawable-xhdpi/progressbar_indeterminate_holo5.png
library/res/drawable-xhdpi/progressbar_indeterminate_holo6.png
library/res/drawable-xhdpi/progressbar_indeterminate_holo7.png
library/res/drawable-xhdpi/progressbar_indeterminate_holo8.png
library/res/drawable-xhdpi/rate_star_big_half_holo_dark.png
library/res/drawable-xhdpi/rate_star_big_half_holo_light.png
library/res/drawable-xhdpi/rate_star_big_off_holo_dark.png
library/res/drawable-xhdpi/rate_star_big_off_holo_light.png
library/res/drawable-xhdpi/rate_star_big_on_holo_dark.png
library/res/drawable-xhdpi/rate_star_big_on_holo_light.png
library/res/drawable-xhdpi/rate_star_small_half_holo_dark.png
library/res/drawable-xhdpi/rate_star_small_half_holo_light.png
library/res/drawable-xhdpi/rate_star_small_off_holo_dark.png
library/res/drawable-xhdpi/rate_star_small_off_holo_light.png
library/res/drawable-xhdpi/rate_star_small_on_holo_dark.png
library/res/drawable-xhdpi/rate_star_small_on_holo_light.png
library/res/drawable-xhdpi/scrollbar_handle_holo_dark.9.png
library/res/drawable-xhdpi/scrollbar_handle_holo_light.9.png
library/res/drawable-xhdpi/scrubber_control_disabled_holo.png
library/res/drawable-xhdpi/scrubber_control_focused_holo.png
library/res/drawable-xhdpi/scrubber_control_normal_holo.png
library/res/drawable-xhdpi/scrubber_control_pressed_holo.png
library/res/drawable-xhdpi/scrubber_primary_holo.9.png
library/res/drawable-xhdpi/scrubber_secondary_holo.9.png
library/res/drawable-xhdpi/scrubber_track_holo_dark.9.png
library/res/drawable-xhdpi/scrubber_track_holo_light.9.png
library/res/drawable-xhdpi/spinner_16_inner_holo.png
library/res/drawable-xhdpi/spinner_16_outer_holo.png
library/res/drawable-xhdpi/spinner_20_inner_holo.png
library/res/drawable-xhdpi/spinner_20_outer_holo.png
library/res/drawable-xhdpi/spinner_48_inner_holo.png
library/res/drawable-xhdpi/spinner_48_outer_holo.png
library/res/drawable-xhdpi/spinner_76_inner_holo.png
library/res/drawable-xhdpi/spinner_76_outer_holo.png
library/res/drawable-xhdpi/spinner_default_holo_dark.9.png
library/res/drawable-xhdpi/spinner_default_holo_light.9.png
library/res/drawable-xhdpi/spinner_disabled_holo_dark.9.png
library/res/drawable-xhdpi/spinner_disabled_holo_light.9.png
library/res/drawable-xhdpi/spinner_focused_holo_dark.9.png
library/res/drawable-xhdpi/spinner_focused_holo_light.9.png
library/res/drawable-xhdpi/spinner_pressed_holo_dark.9.png
library/res/drawable-xhdpi/spinner_pressed_holo_light.9.png
library/res/drawable-xhdpi/switch_bg_disabled_holo_dark.9.png
library/res/drawable-xhdpi/switch_bg_disabled_holo_light.9.png
library/res/drawable-xhdpi/switch_bg_focused_holo_dark.9.png
library/res/drawable-xhdpi/switch_bg_focused_holo_light.9.png
library/res/drawable-xhdpi/switch_bg_holo_dark.9.png
library/res/drawable-xhdpi/switch_bg_holo_light.9.png
library/res/drawable-xhdpi/switch_thumb_activated_holo_dark.9.png
library/res/drawable-xhdpi/switch_thumb_activated_holo_light.9.png
library/res/drawable-xhdpi/switch_thumb_disabled_holo_dark.9.png
library/res/drawable-xhdpi/switch_thumb_disabled_holo_light.9.png
library/res/drawable-xhdpi/switch_thumb_holo_dark.9.png
library/res/drawable-xhdpi/switch_thumb_holo_light.9.png
library/res/drawable-xhdpi/switch_thumb_pressed_holo_dark.9.png
library/res/drawable-xhdpi/switch_thumb_pressed_holo_light.9.png
library/res/drawable-xhdpi/textfield_activated_holo_dark.9.png
library/res/drawable-xhdpi/textfield_activated_holo_light.9.png
library/res/drawable-xhdpi/textfield_default_holo_dark.9.png
library/res/drawable-xhdpi/textfield_default_holo_light.9.png
library/res/drawable-xhdpi/textfield_disabled_focused_holo_dark.9.png
library/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png
library/res/drawable-xhdpi/textfield_disabled_holo_dark.9.png
library/res/drawable-xhdpi/textfield_disabled_holo_light.9.png
library/res/drawable-xhdpi/textfield_focused_holo_dark.9.png
library/res/drawable-xhdpi/textfield_focused_holo_light.9.png
library/res/drawable-xhdpi/textfield_multiline_activated_holo_dark.9.png
library/res/drawable-xhdpi/textfield_multiline_activated_holo_light.9.png
library/res/drawable-xhdpi/textfield_multiline_default_holo_dark.9.png
library/res/drawable-xhdpi/textfield_multiline_default_holo_light.9.png
library/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_dark.9.png
library/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_light.9.png
library/res/drawable-xhdpi/textfield_multiline_disabled_holo_dark.9.png
library/res/drawable-xhdpi/textfield_multiline_disabled_holo_light.9.png
library/res/drawable-xhdpi/textfield_multiline_focused_holo_dark.9.png
library/res/drawable-xhdpi/textfield_multiline_focused_holo_light.9.png
library/res/drawable-xhdpi/toast_frame.9.png
library/res/drawable/abc_ic_clear.xml
library/res/drawable/abc_ic_clear_holo_light.xml
library/res/drawable/abc_item_background_holo_dark.xml
library/res/drawable/abc_item_background_holo_light.xml
library/res/drawable/abc_list_selector_background_transition_holo_dark.xml
library/res/drawable/abc_list_selector_background_transition_holo_light.xml
library/res/drawable/abc_list_selector_holo_dark.xml
library/res/drawable/abc_list_selector_holo_light.xml
library/res/drawable/abc_search_dropdown_dark.xml
library/res/drawable/abc_search_dropdown_light.xml
library/res/drawable/abc_spinner_ab_holo_dark.xml
library/res/drawable/abc_spinner_ab_holo_light.xml
library/res/drawable/abc_tab_indicator_ab_holo.xml
library/res/drawable/abc_textfield_searchview_holo_dark.xml
library/res/drawable/abc_textfield_searchview_holo_light.xml
library/res/drawable/abc_textfield_searchview_right_holo_dark.xml
library/res/drawable/abc_textfield_searchview_right_holo_light.xml
library/res/drawable/activated_background_holo.xml
library/res/drawable/activity_picker_bg.xml
library/res/drawable/background_cache_hint_selector_holo_dark.xml
library/res/drawable/background_cache_hint_selector_holo_light.xml
library/res/drawable/background_holo_dark.xml
library/res/drawable/background_holo_light.xml
library/res/drawable/btn_checkbox_holo_dark.xml
library/res/drawable/btn_checkbox_holo_light.xml
library/res/drawable/btn_default_holo_dark.xml
library/res/drawable/btn_default_holo_light.xml
library/res/drawable/btn_group_holo_dark.xml
library/res/drawable/btn_group_holo_light.xml
library/res/drawable/btn_radio_holo_dark.xml
library/res/drawable/btn_radio_holo_light.xml
library/res/drawable/btn_toggle_holo_dark.xml
library/res/drawable/btn_toggle_holo_light.xml
library/res/drawable/edit_text_holo_dark.xml
library/res/drawable/edit_text_holo_light.xml
library/res/drawable/expander_group.xml
library/res/drawable/expander_group_holo_dark.xml
library/res/drawable/expander_group_holo_light.xml
library/res/drawable/fastscroll_thumb_holo.xml
library/res/drawable/fastscroll_track_holo_dark.xml
library/res/drawable/fastscroll_track_holo_light.xml
library/res/drawable/item_background_holo_dark.xml
library/res/drawable/item_background_holo_light.xml
library/res/drawable/list_selector_background_transition_holo_dark.xml
library/res/drawable/list_selector_background_transition_holo_light.xml
library/res/drawable/list_selector_holo_dark.xml
library/res/drawable/list_selector_holo_light.xml
library/res/drawable/progress_horizontal_holo_dark.xml
library/res/drawable/progress_horizontal_holo_light.xml
library/res/drawable/progress_indeterminate_horizontal_holo.xml
library/res/drawable/progress_large_holo.xml
library/res/drawable/progress_medium_holo.xml
library/res/drawable/progress_small_holo.xml
library/res/drawable/ratingbar_full_empty_holo_dark.xml
library/res/drawable/ratingbar_full_empty_holo_light.xml
library/res/drawable/ratingbar_full_filled_holo_dark.xml
library/res/drawable/ratingbar_full_filled_holo_light.xml
library/res/drawable/ratingbar_full_holo_dark.xml
library/res/drawable/ratingbar_full_holo_light.xml
library/res/drawable/ratingbar_holo_dark.xml
library/res/drawable/ratingbar_holo_light.xml
library/res/drawable/ratingbar_small_holo_dark.xml
library/res/drawable/ratingbar_small_holo_light.xml
library/res/drawable/scrubber_control_selector_holo.xml
library/res/drawable/scrubber_progress_horizontal_holo_dark.xml
library/res/drawable/scrubber_progress_horizontal_holo_light.xml
library/res/drawable/spinner_background_holo_dark.xml
library/res/drawable/spinner_background_holo_light.xml
library/res/drawable/switch_inner_holo_dark.xml
library/res/drawable/switch_inner_holo_light.xml
library/res/drawable/switch_old_inner_holo_dark.xml
library/res/drawable/switch_old_inner_holo_light.xml
library/res/drawable/switch_track_holo_dark.xml
library/res/drawable/switch_track_holo_light.xml
library/res/drawable/transparent.xml
library/res/interpolator/accelerate_cubic.xml
library/res/interpolator/accelerate_decelerate.xml
library/res/interpolator/accelerate_quad.xml
library/res/interpolator/accelerate_quint.xml
library/res/interpolator/anticipate.xml
library/res/interpolator/anticipate_overshoot.xml
library/res/interpolator/bounce.xml
library/res/interpolator/cycle.xml
library/res/interpolator/decelerate_cubic.xml
library/res/interpolator/decelerate_quad.xml
library/res/interpolator/decelerate_quint.xml
library/res/interpolator/linear.xml
library/res/interpolator/overshoot.xml
library/res/layout-land/date_picker_dialog.xml
library/res/layout-land/time_header_label.xml
library/res/layout-land/time_picker_dialog.xml
library/res/layout-v11/abc_action_bar_decor.xml
library/res/layout-xlarge/select_dialog_holo.xml
library/res/layout-xlarge/select_dialog_item_holo.xml
library/res/layout-xlarge/select_dialog_multichoice_holo.xml
library/res/layout-xlarge/select_dialog_singlechoice_holo.xml
library/res/layout/abc_action_bar_decor.xml
library/res/layout/abc_action_bar_decor_include.xml
library/res/layout/abc_action_bar_decor_overlay.xml
library/res/layout/abc_action_bar_home.xml
library/res/layout/abc_action_bar_tab.xml
library/res/layout/abc_action_bar_tabbar.xml
library/res/layout/abc_action_bar_title_item.xml
library/res/layout/abc_action_bar_view_list_nav_layout.xml
library/res/layout/abc_action_menu_item_layout.xml
library/res/layout/abc_action_menu_layout.xml
library/res/layout/abc_action_mode_bar.xml
library/res/layout/abc_action_mode_close_item.xml
library/res/layout/abc_activity_chooser_view.xml
library/res/layout/abc_activity_chooser_view_list_item.xml
library/res/layout/abc_expanded_menu_layout.xml
library/res/layout/abc_list_menu_item_checkbox.xml
library/res/layout/abc_list_menu_item_icon.xml
library/res/layout/abc_list_menu_item_layout.xml
library/res/layout/abc_list_menu_item_radio.xml
library/res/layout/abc_popup_menu_item_layout.xml
library/res/layout/abc_screen.xml
library/res/layout/abc_search_dropdown_item_icons_2line.xml
library/res/layout/abc_search_view.xml
library/res/layout/alert_dialog_holo.xml
library/res/layout/alert_dialog_progress_holo.xml
library/res/layout/date_picker_dialog.xml
library/res/layout/date_picker_done_button.xml
library/res/layout/date_picker_view_animator.xml
library/res/layout/expandable_list_content.xml
library/res/layout/expanded_menu_layout.xml
library/res/layout/grid_content.xml
library/res/layout/list_content.xml
library/res/layout/list_menu_item_checkbox.xml
library/res/layout/list_menu_item_icon.xml
library/res/layout/list_menu_item_layout.xml
library/res/layout/list_menu_item_radio.xml
library/res/layout/number_picker_with_selector_wheel.xml
library/res/layout/progress_dialog_holo.xml
library/res/layout/resolve_list_item.xml
library/res/layout/resolver_grid.xml
library/res/layout/select_dialog_holo.xml
library/res/layout/select_dialog_item_holo.xml
library/res/layout/select_dialog_multichoice_holo.xml
library/res/layout/select_dialog_singlechoice_holo.xml
library/res/layout/simple_dropdown_hint.xml
library/res/layout/simple_dropdown_item_1line.xml
library/res/layout/simple_list_item_1.xml
library/res/layout/simple_list_item_2.xml
library/res/layout/simple_list_item_2_single_choice.xml
library/res/layout/simple_list_item_activated_1.xml
library/res/layout/simple_list_item_activated_2.xml
library/res/layout/simple_list_item_checked.xml
library/res/layout/simple_list_item_multiple_choice.xml
library/res/layout/simple_list_item_single_choice.xml
library/res/layout/simple_spinner_dropdown_item.xml
library/res/layout/simple_spinner_item.xml
library/res/layout/support_simple_spinner_dropdown_item.xml
library/res/layout/tab_swipe.xml
library/res/layout/time_header_label.xml
library/res/layout/time_picker_dialog.xml
library/res/layout/year_label_text_view.xml
library/res/raw/roboto_bold.ttf
library/res/raw/roboto_bolditalic.ttf
library/res/raw/roboto_italic.ttf
library/res/raw/roboto_regular.ttf
library/res/values-af/dtp_strings.xml
library/res/values-af/strings.xml
library/res/values-am/dtp_strings.xml
library/res/values-am/strings.xml
library/res/values-ar/dtp_strings.xml
library/res/values-ar/strings.xml
library/res/values-be/dtp_strings.xml
library/res/values-be/strings.xml
library/res/values-bg/dtp_strings.xml
library/res/values-bg/strings.xml
library/res/values-ca/dtp_strings.xml
library/res/values-ca/strings.xml
library/res/values-cs/dtp_strings.xml
library/res/values-cs/strings.xml
library/res/values-da/dtp_strings.xml
library/res/values-da/strings.xml
library/res/values-de/dtp_strings.xml
library/res/values-de/strings.xml
library/res/values-el/dtp_strings.xml
library/res/values-el/strings.xml
library/res/values-en-rGB/dtp_strings.xml
library/res/values-en-rGB/strings.xml
library/res/values-es-rUS/dtp_strings.xml
library/res/values-es-rUS/strings.xml
library/res/values-es/dtp_strings.xml
library/res/values-es/strings.xml
library/res/values-et/dtp_strings.xml
library/res/values-et/strings.xml
library/res/values-fa/dtp_strings.xml
library/res/values-fa/strings.xml
library/res/values-fi/dtp_strings.xml
library/res/values-fi/strings.xml
library/res/values-fr/dtp_strings.xml
library/res/values-fr/strings.xml
library/res/values-h720dp/dimens.xml
library/res/values-hi/dtp_strings.xml
library/res/values-hi/strings.xml
library/res/values-hr/dtp_strings.xml
library/res/values-hr/strings.xml
library/res/values-hu/dtp_strings.xml
library/res/values-hu/strings.xml
library/res/values-in/dtp_strings.xml
library/res/values-in/strings.xml
library/res/values-it/dtp_strings.xml
library/res/values-it/strings.xml
library/res/values-iw/dtp_strings.xml
library/res/values-iw/strings.xml
library/res/values-ja/dtp_strings.xml
library/res/values-ja/strings.xml
library/res/values-ko/dtp_strings.xml
library/res/values-ko/strings.xml
library/res/values-land/bools.xml
library/res/values-land/config.xml
library/res/values-land/dimens.xml
library/res/values-land/dtp_dimens.xml
library/res/values-large/abc_config.xml
library/res/values-large/abc_dimens.xml
library/res/values-large/bools.xml
library/res/values-large/config.xml
library/res/values-large/dimens.xml
library/res/values-large/themes.xml
library/res/values-lt/dtp_strings.xml
library/res/values-lt/strings.xml
library/res/values-lv/dtp_strings.xml
library/res/values-lv/strings.xml
library/res/values-ms/dtp_strings.xml
library/res/values-ms/strings.xml
library/res/values-nb/dtp_strings.xml
library/res/values-nb/strings.xml
library/res/values-nl/dtp_strings.xml
library/res/values-nl/strings.xml
library/res/values-pl/dtp_strings.xml
library/res/values-pl/strings.xml
library/res/values-pt-rPT/dtp_strings.xml
library/res/values-pt-rPT/strings.xml
library/res/values-pt/dtp_strings.xml
library/res/values-pt/strings.xml
library/res/values-rm/strings.xml
library/res/values-ro/dtp_strings.xml
library/res/values-ro/strings.xml
library/res/values-ru/dtp_strings.xml
library/res/values-ru/strings.xml
library/res/values-sk/dtp_strings.xml
library/res/values-sk/strings.xml
library/res/values-sl/dtp_strings.xml
library/res/values-sl/strings.xml
library/res/values-sr/dtp_strings.xml
library/res/values-sr/strings.xml
library/res/values-sv/dtp_strings.xml
library/res/values-sv/strings.xml
library/res/values-sw/dtp_strings.xml
library/res/values-sw/strings.xml
library/res/values-sw600dp/abc_config.xml
library/res/values-sw600dp/abc_dimens.xml
library/res/values-sw600dp/config.xml
library/res/values-sw600dp/dimens.xml
library/res/values-sw600dp/dtp_dimens.xml
library/res/values-sw720dp/config.xml
library/res/values-sw720dp/dimens.xml
library/res/values-th/dtp_strings.xml
library/res/values-th/strings.xml
library/res/values-tl/dtp_strings.xml
library/res/values-tl/strings.xml
library/res/values-tr/dtp_strings.xml
library/res/values-tr/strings.xml
library/res/values-uk/dtp_strings.xml
library/res/values-uk/strings.xml
library/res/values-v11/dialogs.xml
library/res/values-v11/dtp_styles.xml
library/res/values-v11/styles_base.xml
library/res/values-v11/themes.xml
library/res/values-v11/themes_base.xml
library/res/values-v14/dtp_styles.xml
library/res/values-v14/styles_base.xml
library/res/values-v14/themes_base.xml
library/res/values-vi/dtp_strings.xml
library/res/values-vi/strings.xml
library/res/values-w360dp/dimens.xml
library/res/values-w480dp/bools.xml
library/res/values-w480dp/config.xml
library/res/values-w500dp/dimens.xml
library/res/values-w600dp/dimens.xml
library/res/values-w720dp/bools.xml
library/res/values-xlarge/abc_dimens.xml
library/res/values-xlarge/bools.xml
library/res/values-xlarge/dimens.xml
library/res/values-zh-rCN/dtp_strings.xml
library/res/values-zh-rCN/strings.xml
library/res/values-zh-rTW/dtp_strings.xml
library/res/values-zh-rTW/strings.xml
library/res/values-zu/dtp_strings.xml
library/res/values-zu/strings.xml
library/res/values/abc_attrs.xml
library/res/values/abc_colors.xml
library/res/values/abc_config.xml
library/res/values/abc_dimens.xml
library/res/values/abc_ids.xml
library/res/values/abc_strings.xml
library/res/values/abc_styles.xml
library/res/values/abc_themes.xml
library/res/values/attrs.xml
library/res/values/bools.xml
library/res/values/colors.xml
library/res/values/config.xml
library/res/values/dialogs-core.xml
library/res/values/dialogs.xml
library/res/values/dimens.xml
library/res/values/dtp_dimens.xml
library/res/values/dtp_strings.xml
library/res/values/ids.xml
library/res/values/strings.xml
library/res/values/styles.xml
library/res/values/styles_base.xml
library/res/values/text.xml
library/res/values/themes-core.xml
library/res/values/themes.xml
library/res/values/themes_base.xml
library/resbuilder/attrs.json
library/resbuilder/dialogs-core.json
library/resbuilder/dialogs-v11.json
library/resbuilder/dialogs-v7.json
library/resbuilder/format.sh
library/resbuilder/strings.json
library/resbuilder/styles.json
library/resbuilder/text.json
library/resbuilder/themes-core.json
library/resbuilder/themes-large.json
library/resbuilder/themes-v11.json
library/resbuilder/themes-v7.json
library/src/android/support/v4/app/_HoloActivity.java
library/src/android/support/v4/app/_HoloFragment.java
library/src/android/support/v4/app/_HoloFragmentInflater.java
library/src/android/support/v7/app/ActionBar.java
library/src/android/support/v7/app/ActionBarActivity.java
library/src/android/support/v7/app/ActionBarActivityDelegate.java
library/src/android/support/v7/app/ActionBarActivityDelegateBase.java
library/src/android/support/v7/app/ActionBarActivityDelegateHC.java
library/src/android/support/v7/app/ActionBarActivityDelegateICS.java
library/src/android/support/v7/app/ActionBarImplBase.java
library/src/android/support/v7/app/ActionBarImplHC.java
library/src/android/support/v7/app/ActionBarImplICS.java
library/src/android/support/v7/internal/view/ActionBarPolicy.java
library/src/android/support/v7/internal/view/ActionModeWrapper.java
library/src/android/support/v7/internal/view/SupportMenuInflater.java
library/src/android/support/v7/internal/view/menu/ActionMenuItem.java
library/src/android/support/v7/internal/view/menu/ActionMenuItemView.java
library/src/android/support/v7/internal/view/menu/ActionMenuPresenter.java
library/src/android/support/v7/internal/view/menu/ActionMenuView.java
library/src/android/support/v7/internal/view/menu/BaseMenuPresenter.java
library/src/android/support/v7/internal/view/menu/BaseMenuWrapper.java
library/src/android/support/v7/internal/view/menu/BaseWrapper.java
library/src/android/support/v7/internal/view/menu/ContextMenuBuilder.java
library/src/android/support/v7/internal/view/menu/ContextMenuCallbackGetter.java
library/src/android/support/v7/internal/view/menu/ContextMenuDecorView.java
library/src/android/support/v7/internal/view/menu/ContextMenuItemWrapperICS.java
library/src/android/support/v7/internal/view/menu/ContextMenuItemWrapperJB.java
library/src/android/support/v7/internal/view/menu/ContextMenuListener.java
library/src/android/support/v7/internal/view/menu/ContextMenuWrapperICS.java
library/src/android/support/v7/internal/view/menu/ExpandedMenuView.java
library/src/android/support/v7/internal/view/menu/ListMenuItemView.java
library/src/android/support/v7/internal/view/menu/ListMenuPresenter.java
library/src/android/support/v7/internal/view/menu/MenuBuilder.java
library/src/android/support/v7/internal/view/menu/MenuDialogHelper.java
library/src/android/support/v7/internal/view/menu/MenuItemImpl.java
library/src/android/support/v7/internal/view/menu/MenuItemWrapperICS.java
library/src/android/support/v7/internal/view/menu/MenuItemWrapperJB.java
library/src/android/support/v7/internal/view/menu/MenuPopupHelper.java
library/src/android/support/v7/internal/view/menu/MenuPresenter.java
library/src/android/support/v7/internal/view/menu/MenuView.java
library/src/android/support/v7/internal/view/menu/MenuWrapperFactory.java
library/src/android/support/v7/internal/view/menu/MenuWrapperICS.java
library/src/android/support/v7/internal/view/menu/SubMenuBuilder.java
library/src/android/support/v7/internal/view/menu/SubMenuWrapperICS.java
library/src/android/support/v7/internal/widget/AbsActionBarView.java
library/src/android/support/v7/internal/widget/ActionBarContainer.java
library/src/android/support/v7/internal/widget/ActionBarContextView.java
library/src/android/support/v7/internal/widget/ActionBarOverlayLayout.java
library/src/android/support/v7/internal/widget/ActionBarView.java
library/src/android/support/v7/internal/widget/ActivityChooserModel.java
library/src/android/support/v7/internal/widget/ActivityChooserView.java
library/src/android/support/v7/internal/widget/NativeActionModeAwareLayout.java
library/src/android/support/v7/internal/widget/ScrollingTabContainerView.java
library/src/android/support/v7/view/ActionMode.java
library/src/android/support/v7/view/CollapsibleActionView.java
library/src/android/support/v7/widget/PopupMenu.java
library/src/android/support/v7/widget/SearchView.java
library/src/android/support/v7/widget/ShareActionProvider.java
library/src/android/support/v7/widget/SuggestionsAdapter.java
library/src/org/holoeverywhere/FontLoader.java
library/src/org/holoeverywhere/HoloEverywhere.java
library/src/org/holoeverywhere/LayoutInflater.java
library/src/org/holoeverywhere/SystemServiceManager.java
library/src/org/holoeverywhere/ThemeManager.java
library/src/org/holoeverywhere/addon/AddonTabber.java
library/src/org/holoeverywhere/addon/Addons.java
library/src/org/holoeverywhere/addon/IAddon.java
library/src/org/holoeverywhere/addon/IAddonActivity.java
library/src/org/holoeverywhere/addon/IAddonApplication.java
library/src/org/holoeverywhere/addon/IAddonAttacher.java
library/src/org/holoeverywhere/addon/IAddonBase.java
library/src/org/holoeverywhere/addon/IAddonBasicAttacher.java
library/src/org/holoeverywhere/addon/IAddonFragment.java
library/src/org/holoeverywhere/addon/IAddonThemes.java
library/src/org/holoeverywhere/app/Activity.java
library/src/org/holoeverywhere/app/AlertActivity.java
library/src/org/holoeverywhere/app/AlertDialog.java
library/src/org/holoeverywhere/app/AlertDialogFragment.java
library/src/org/holoeverywhere/app/Application.java
library/src/org/holoeverywhere/app/ContextThemeWrapperPlus.java
library/src/org/holoeverywhere/app/Dialog.java
library/src/org/holoeverywhere/app/DialogFragment.java
library/src/org/holoeverywhere/app/ExpandableListActivity.java
library/src/org/holoeverywhere/app/Fragment.java
library/src/org/holoeverywhere/app/GenericInflater.java
library/src/org/holoeverywhere/app/GridFragment.java
library/src/org/holoeverywhere/app/ListActivity.java
library/src/org/holoeverywhere/app/ListFragment.java
library/src/org/holoeverywhere/app/ProgressDialog.java
library/src/org/holoeverywhere/app/ResolverActivity.java
library/src/org/holoeverywhere/app/TabSwipeActivity.java
library/src/org/holoeverywhere/app/TabSwipeController.java
library/src/org/holoeverywhere/app/TabSwipeFragment.java
library/src/org/holoeverywhere/app/TabSwipeInterface.java
library/src/org/holoeverywhere/content/ChooserActivity.java
library/src/org/holoeverywhere/content/ContentResolverCompat.java
library/src/org/holoeverywhere/content/IntentCompat.java
library/src/org/holoeverywhere/drawable/ColorDrawable.java
library/src/org/holoeverywhere/drawable/DrawableCompat.java
library/src/org/holoeverywhere/drawable/DrawableContainer.java
library/src/org/holoeverywhere/drawable/LayerDrawable.java
library/src/org/holoeverywhere/drawable/RotateDrawable.java
library/src/org/holoeverywhere/drawable/StateListDrawable.java
library/src/org/holoeverywhere/preference/PreferenceManagerHelper.java
library/src/org/holoeverywhere/preference/SharedPreferences.java
library/src/org/holoeverywhere/text/AllCapsTransformationMethod.java
library/src/org/holoeverywhere/text/TransformationMethod.java
library/src/org/holoeverywhere/util/ArrayUtils.java
library/src/org/holoeverywhere/util/Arrays.java
library/src/org/holoeverywhere/util/CharSequences.java
library/src/org/holoeverywhere/util/FastXmlSerializer.java
library/src/org/holoeverywhere/util/FinitePool.java
library/src/org/holoeverywhere/util/Pair.java
library/src/org/holoeverywhere/util/Pool.java
library/src/org/holoeverywhere/util/Poolable.java
library/src/org/holoeverywhere/util/PoolableManager.java
library/src/org/holoeverywhere/util/Pools.java
library/src/org/holoeverywhere/util/ReflectHelper.java
library/src/org/holoeverywhere/util/SparseArray.java
library/src/org/holoeverywhere/util/SparseIntArray.java
library/src/org/holoeverywhere/util/SynchronizedPool.java
library/src/org/holoeverywhere/util/WeaklyMap.java
library/src/org/holoeverywhere/util/XmlUtils.java
library/src/org/holoeverywhere/widget/AbsSeekBar.java
library/src/org/holoeverywhere/widget/AbsSpinner.java
library/src/org/holoeverywhere/widget/AdapterView.java
library/src/org/holoeverywhere/widget/AlertController.java
library/src/org/holoeverywhere/widget/ArrayAdapter.java
library/src/org/holoeverywhere/widget/AutoCompleteTextView.java
library/src/org/holoeverywhere/widget/BaseExpandableListAdapter.java
library/src/org/holoeverywhere/widget/Button.java
library/src/org/holoeverywhere/widget/CheckBox.java
library/src/org/holoeverywhere/widget/CheckedTextView.java
library/src/org/holoeverywhere/widget/Divider.java
library/src/org/holoeverywhere/widget/DrawerLayout.java
library/src/org/holoeverywhere/widget/EditText.java
library/src/org/holoeverywhere/widget/ExpandableListConnector.java
library/src/org/holoeverywhere/widget/ExpandableListPosition.java
library/src/org/holoeverywhere/widget/ExpandableListView.java
library/src/org/holoeverywhere/widget/FastScroller.java
library/src/org/holoeverywhere/widget/FrameLayout.java
library/src/org/holoeverywhere/widget/GridView.java
library/src/org/holoeverywhere/widget/HeaderViewListAdapter.java
library/src/org/holoeverywhere/widget/HeterogeneousExpandableList.java
library/src/org/holoeverywhere/widget/ImageButton.java
library/src/org/holoeverywhere/widget/LinearLayout.java
library/src/org/holoeverywhere/widget/ListAdapterWrapper.java
library/src/org/holoeverywhere/widget/ListPopupWindow.java
library/src/org/holoeverywhere/widget/ListView.java
library/src/org/holoeverywhere/widget/MultiAutoCompleteTextView.java
library/src/org/holoeverywhere/widget/NumberPicker.java
library/src/org/holoeverywhere/widget/PopupWindow.java
library/src/org/holoeverywhere/widget/ProgressBar.java
library/src/org/holoeverywhere/widget/RadioButton.java
library/src/org/holoeverywhere/widget/Scroller.java
library/src/org/holoeverywhere/widget/SeekBar.java
library/src/org/holoeverywhere/widget/SimpleExpandableListAdapter.java
library/src/org/holoeverywhere/widget/Spinner.java
library/src/org/holoeverywhere/widget/Switch.java
library/src/org/holoeverywhere/widget/TextView.java
library/src/org/holoeverywhere/widget/Toast.java
library/src/org/holoeverywhere/widget/ToggleButton.java
library/src/org/holoeverywhere/widget/ViewPager.java
library/src/org/holoeverywhere/widget/WindowDecorView.java
library/src/org/holoeverywhere/widget/datetimepicker/AccessibleLinearLayout.java
library/src/org/holoeverywhere/widget/datetimepicker/AccessibleTextView.java
library/src/org/holoeverywhere/widget/datetimepicker/DateTimePickerUtils.java
library/src/org/holoeverywhere/widget/datetimepicker/TouchExplorationHelper.java
library/src/org/holoeverywhere/widget/datetimepicker/date/AccessibleDateAnimator.java
library/src/org/holoeverywhere/widget/datetimepicker/date/DatePickerController.java
library/src/org/holoeverywhere/widget/datetimepicker/date/DatePickerDialog.java
library/src/org/holoeverywhere/widget/datetimepicker/date/DayPickerView.java
library/src/org/holoeverywhere/widget/datetimepicker/date/RotateTextView.java
library/src/org/holoeverywhere/widget/datetimepicker/date/SimpleMonthAdapter.java
library/src/org/holoeverywhere/widget/datetimepicker/date/SimpleMonthView.java
library/src/org/holoeverywhere/widget/datetimepicker/date/TextViewWithCircularIndicator.java
library/src/org/holoeverywhere/widget/datetimepicker/date/YearPickerView.java
library/src/org/holoeverywhere/widget/datetimepicker/time/AmPmCirclesView.java
library/src/org/holoeverywhere/widget/datetimepicker/time/CircleView.java
library/src/org/holoeverywhere/widget/datetimepicker/time/RadialPickerLayout.java
library/src/org/holoeverywhere/widget/datetimepicker/time/RadialSelectorView.java
library/src/org/holoeverywhere/widget/datetimepicker/time/RadialTextsView.java
library/src/org/holoeverywhere/widget/datetimepicker/time/TimePickerDialog.java
pom.xml
settings.gradle
Download
Click the following link to download HoloEverywhere-master.zip.
HoloEverywhere-master.zip