├── AndroidStudio ├── BukuTamu │ ├── .gradle │ │ └── 2.2.1 │ │ │ └── taskArtifacts │ │ │ ├── cache.properties │ │ │ ├── cache.properties.lock │ │ │ ├── fileHashes.bin │ │ │ ├── fileSnapshots.bin │ │ │ ├── outputFileStates.bin │ │ │ └── taskArtifacts.bin │ ├── .idea │ │ ├── .name │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── encodings.xml │ │ ├── gradle.xml │ │ ├── libraries │ │ │ ├── support_annotations_20_0_0.xml │ │ │ └── support_v4_20_0_0.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── scopes │ │ │ └── scope_settings.xml │ │ ├── vcs.xml │ │ └── workspace.xml │ ├── BukuTamu.iml │ ├── app │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── build │ │ │ ├── generated │ │ │ │ └── source │ │ │ │ │ ├── buildConfig │ │ │ │ │ ├── androidTest │ │ │ │ │ │ └── debug │ │ │ │ │ │ │ └── id │ │ │ │ │ │ │ └── creatorb │ │ │ │ │ │ │ └── bukutamu │ │ │ │ │ │ │ └── test │ │ │ │ │ │ │ └── BuildConfig.java │ │ │ │ │ └── debug │ │ │ │ │ │ └── id │ │ │ │ │ │ └── creatorb │ │ │ │ │ │ └── bukutamu │ │ │ │ │ │ └── BuildConfig.java │ │ │ │ │ └── r │ │ │ │ │ └── debug │ │ │ │ │ └── id │ │ │ │ │ └── creatorb │ │ │ │ │ └── bukutamu │ │ │ │ │ └── R.java │ │ │ ├── intermediates │ │ │ │ ├── classes │ │ │ │ │ └── debug │ │ │ │ │ │ └── id │ │ │ │ │ │ └── creatorb │ │ │ │ │ │ └── bukutamu │ │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ │ ├── EditBukuTamu$1.class │ │ │ │ │ │ ├── EditBukuTamu$2.class │ │ │ │ │ │ ├── EditBukuTamu$DeleteProduct.class │ │ │ │ │ │ ├── EditBukuTamu$GetPendaftaranDetails$1.class │ │ │ │ │ │ ├── EditBukuTamu$GetPendaftaranDetails.class │ │ │ │ │ │ ├── EditBukuTamu$SavePendaftaranDetails.class │ │ │ │ │ │ ├── EditBukuTamu.class │ │ │ │ │ │ ├── JSONParser.class │ │ │ │ │ │ ├── MainActivity$1.class │ │ │ │ │ │ ├── MainActivity$2.class │ │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ ├── R.class │ │ │ │ │ │ ├── SemuaBukuTamu$1.class │ │ │ │ │ │ ├── SemuaBukuTamu$LoadSemuaBukuTamu$1.class │ │ │ │ │ │ ├── SemuaBukuTamu$LoadSemuaBukuTamu.class │ │ │ │ │ │ ├── SemuaBukuTamu.class │ │ │ │ │ │ ├── TambahBukuTamu$1.class │ │ │ │ │ │ ├── TambahBukuTamu$CreateNewProduct.class │ │ │ │ │ │ └── TambahBukuTamu.class │ │ │ │ ├── dex │ │ │ │ │ └── debug │ │ │ │ │ │ └── classes.dex │ │ │ │ ├── exploded-aar │ │ │ │ │ └── com.android.support │ │ │ │ │ │ └── support-v4 │ │ │ │ │ │ └── 20.0.0 │ │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ │ ├── aidl │ │ │ │ │ │ └── android │ │ │ │ │ │ │ └── support │ │ │ │ │ │ │ └── v4 │ │ │ │ │ │ │ └── app │ │ │ │ │ │ │ └── INotificationSideChannel.aidl │ │ │ │ │ │ ├── classes.jar │ │ │ │ │ │ └── libs │ │ │ │ │ │ └── internal_impl-20.0.0.jar │ │ │ │ ├── incremental │ │ │ │ │ ├── aidl │ │ │ │ │ │ ├── androidTest │ │ │ │ │ │ │ └── debug │ │ │ │ │ │ │ │ └── dependency.store │ │ │ │ │ │ └── debug │ │ │ │ │ │ │ └── dependency.store │ │ │ │ │ ├── mergeAssets │ │ │ │ │ │ ├── androidTest │ │ │ │ │ │ │ └── debug │ │ │ │ │ │ │ │ └── merger.xml │ │ │ │ │ │ └── debug │ │ │ │ │ │ │ └── merger.xml │ │ │ │ │ └── mergeResources │ │ │ │ │ │ ├── androidTest │ │ │ │ │ │ └── debug │ │ │ │ │ │ │ └── merger.xml │ │ │ │ │ │ └── debug │ │ │ │ │ │ └── merger.xml │ │ │ │ ├── manifests │ │ │ │ │ ├── androidTest │ │ │ │ │ │ └── debug │ │ │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ └── full │ │ │ │ │ │ └── debug │ │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ ├── pre-dexed │ │ │ │ │ └── debug │ │ │ │ │ │ ├── classes-efc6bde686b86591653a23171f6ef7137d15efd8.jar │ │ │ │ │ │ ├── internal_impl-20.0.0-06acd63b922f7dccee282743e60022d2b6fcd2e1.jar │ │ │ │ │ │ └── support-annotations-20.0.0-6dcd04784575f1783da5ffa5008a0204a8e6c69e.jar │ │ │ │ ├── res │ │ │ │ │ └── debug │ │ │ │ │ │ ├── drawable-hdpi-v4 │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ ├── drawable-mdpi-v4 │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ ├── drawable-xhdpi-v4 │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ ├── layout │ │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ │ ├── edit_bukutamu.xml │ │ │ │ │ │ ├── list_pendaftaran.xml │ │ │ │ │ │ ├── semua_bukutamu.xml │ │ │ │ │ │ └── tambah_bukutamu.xml │ │ │ │ │ │ └── values │ │ │ │ │ │ └── values.xml │ │ │ │ ├── resources │ │ │ │ │ ├── resources-debug-androidTest.ap_ │ │ │ │ │ └── resources-debug.ap_ │ │ │ │ └── symbols │ │ │ │ │ └── debug │ │ │ │ │ └── R.txt │ │ │ └── outputs │ │ │ │ ├── apk │ │ │ │ ├── app-debug-unaligned.apk │ │ │ │ └── app-debug.apk │ │ │ │ └── logs │ │ │ │ └── manifest-merger-debug-report.txt │ │ ├── lint.xml │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── id │ │ │ │ └── creatorb │ │ │ │ └── bukutamu │ │ │ │ ├── EditBukuTamu.java │ │ │ │ ├── JSONParser.java │ │ │ │ ├── MainActivity.java │ │ │ │ ├── SemuaBukuTamu.java │ │ │ │ └── TambahBukuTamu.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── layout │ │ │ ├── activity_main.xml │ │ │ ├── edit_bukutamu.xml │ │ │ ├── list_pendaftaran.xml │ │ │ ├── semua_bukutamu.xml │ │ │ └── tambah_bukutamu.xml │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── build │ │ └── intermediates │ │ │ ├── dex-cache │ │ │ └── cache.xml │ │ │ └── model_data.bin │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ ├── import-summary.txt │ ├── local.properties │ └── settings.gradle └── README.md ├── BukuTamu ├── .classpath ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── bin │ ├── AndroidManifest.xml │ └── classes │ │ └── id │ │ └── creatorb │ │ └── bukutamu │ │ ├── BuildConfig.class │ │ ├── EditBukuTamu$1.class │ │ ├── EditBukuTamu$2.class │ │ ├── EditBukuTamu$DeleteProduct.class │ │ ├── EditBukuTamu$GetPendaftaranDetails$1.class │ │ ├── EditBukuTamu$GetPendaftaranDetails.class │ │ ├── EditBukuTamu$SavePendaftaranDetails.class │ │ ├── EditBukuTamu.class │ │ ├── JSONParser.class │ │ ├── MainActivity$1.class │ │ ├── MainActivity$2.class │ │ ├── MainActivity.class │ │ ├── R$attr.class │ │ ├── R$drawable.class │ │ ├── R$id.class │ │ ├── R$layout.class │ │ ├── R$string.class │ │ ├── R.class │ │ ├── SemuaBukuTamu$1.class │ │ ├── SemuaBukuTamu$LoadSemuaBukuTamu$1.class │ │ ├── SemuaBukuTamu$LoadSemuaBukuTamu.class │ │ ├── SemuaBukuTamu.class │ │ ├── TambahBukuTamu$1.class │ │ ├── TambahBukuTamu$CreateNewProduct.class │ │ └── TambahBukuTamu.class ├── gen │ └── id │ │ └── creatorb │ │ └── bukutamu │ │ ├── BuildConfig.java │ │ └── R.java ├── libs │ └── android-support-v4.jar ├── lint.xml ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── layout │ │ ├── activity_main.xml │ │ ├── edit_bukutamu.xml │ │ ├── list_pendaftaran.xml │ │ ├── semua_bukutamu.xml │ │ └── tambah_bukutamu.xml │ └── values │ │ └── strings.xml └── src │ └── id │ └── creatorb │ └── bukutamu │ ├── EditBukuTamu.java │ ├── JSONParser.java │ ├── MainActivity.java │ ├── SemuaBukuTamu.java │ └── TambahBukuTamu.java ├── README.md ├── android-support-v7-appcompat ├── .classpath ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── README.txt ├── android-support-v7-appcompat.iml ├── bin │ ├── AndroidManifest.xml │ ├── R.txt │ ├── android-support-v7-appcompat.jar │ ├── classes │ │ ├── .readme │ │ └── android │ │ │ └── support │ │ │ └── v7 │ │ │ └── appcompat │ │ │ ├── BuildConfig.class │ │ │ ├── R$anim.class │ │ │ ├── R$attr.class │ │ │ ├── R$bool.class │ │ │ ├── R$color.class │ │ │ ├── R$dimen.class │ │ │ ├── R$drawable.class │ │ │ ├── R$id.class │ │ │ ├── R$integer.class │ │ │ ├── R$layout.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ ├── R$styleable.class │ │ │ └── R.class │ ├── jarlist.cache │ └── res │ │ └── crunch │ │ ├── drawable-hdpi │ │ ├── abc_ab_bottom_solid_dark_holo.9.png │ │ ├── abc_ab_bottom_solid_light_holo.9.png │ │ ├── abc_ab_bottom_transparent_dark_holo.9.png │ │ ├── abc_ab_bottom_transparent_light_holo.9.png │ │ ├── abc_ab_share_pack_holo_dark.9.png │ │ ├── abc_ab_share_pack_holo_light.9.png │ │ ├── abc_ab_solid_dark_holo.9.png │ │ ├── abc_ab_solid_light_holo.9.png │ │ ├── abc_ab_stacked_solid_dark_holo.9.png │ │ ├── abc_ab_stacked_solid_light_holo.9.png │ │ ├── abc_ab_stacked_transparent_dark_holo.9.png │ │ ├── abc_ab_stacked_transparent_light_holo.9.png │ │ ├── abc_ab_transparent_dark_holo.9.png │ │ ├── abc_ab_transparent_light_holo.9.png │ │ ├── abc_cab_background_bottom_holo_dark.9.png │ │ ├── abc_cab_background_bottom_holo_light.9.png │ │ ├── abc_cab_background_top_holo_dark.9.png │ │ ├── abc_cab_background_top_holo_light.9.png │ │ ├── abc_ic_ab_back_holo_dark.png │ │ ├── abc_ic_ab_back_holo_light.png │ │ ├── abc_ic_cab_done_holo_dark.png │ │ ├── abc_ic_cab_done_holo_light.png │ │ ├── abc_ic_clear_disabled.png │ │ ├── abc_ic_clear_normal.png │ │ ├── abc_ic_clear_search_api_disabled_holo_light.png │ │ ├── abc_ic_clear_search_api_holo_light.png │ │ ├── abc_ic_commit_search_api_holo_dark.png │ │ ├── abc_ic_commit_search_api_holo_light.png │ │ ├── abc_ic_go.png │ │ ├── abc_ic_go_search_api_holo_light.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_light.png │ │ ├── abc_ic_menu_share_holo_dark.png │ │ ├── abc_ic_menu_share_holo_light.png │ │ ├── abc_ic_search.png │ │ ├── abc_ic_search_api_holo_light.png │ │ ├── abc_ic_voice_search.png │ │ ├── abc_ic_voice_search_api_holo_light.png │ │ ├── abc_list_divider_holo_dark.9.png │ │ ├── abc_list_divider_holo_light.9.png │ │ ├── abc_list_focused_holo.9.png │ │ ├── abc_list_longpressed_holo.9.png │ │ ├── abc_list_pressed_holo_dark.9.png │ │ ├── abc_list_pressed_holo_light.9.png │ │ ├── abc_list_selector_disabled_holo_dark.9.png │ │ ├── abc_list_selector_disabled_holo_light.9.png │ │ ├── abc_menu_dropdown_panel_holo_dark.9.png │ │ ├── abc_menu_dropdown_panel_holo_light.9.png │ │ ├── abc_menu_hardkey_panel_holo_dark.9.png │ │ ├── abc_menu_hardkey_panel_holo_light.9.png │ │ ├── abc_spinner_ab_default_holo_dark.9.png │ │ ├── abc_spinner_ab_default_holo_light.9.png │ │ ├── abc_spinner_ab_disabled_holo_dark.9.png │ │ ├── abc_spinner_ab_disabled_holo_light.9.png │ │ ├── abc_spinner_ab_focused_holo_dark.9.png │ │ ├── abc_spinner_ab_focused_holo_light.9.png │ │ ├── abc_spinner_ab_pressed_holo_dark.9.png │ │ ├── abc_spinner_ab_pressed_holo_light.9.png │ │ ├── abc_tab_selected_focused_holo.9.png │ │ ├── abc_tab_selected_holo.9.png │ │ ├── abc_tab_selected_pressed_holo.9.png │ │ ├── abc_tab_unselected_pressed_holo.9.png │ │ ├── abc_textfield_search_default_holo_dark.9.png │ │ ├── abc_textfield_search_default_holo_light.9.png │ │ ├── abc_textfield_search_right_default_holo_dark.9.png │ │ ├── abc_textfield_search_right_default_holo_light.9.png │ │ ├── abc_textfield_search_right_selected_holo_dark.9.png │ │ ├── abc_textfield_search_right_selected_holo_light.9.png │ │ ├── abc_textfield_search_selected_holo_dark.9.png │ │ └── abc_textfield_search_selected_holo_light.9.png │ │ ├── drawable-mdpi │ │ ├── abc_ab_bottom_solid_dark_holo.9.png │ │ ├── abc_ab_bottom_solid_light_holo.9.png │ │ ├── abc_ab_bottom_transparent_dark_holo.9.png │ │ ├── abc_ab_bottom_transparent_light_holo.9.png │ │ ├── abc_ab_share_pack_holo_dark.9.png │ │ ├── abc_ab_share_pack_holo_light.9.png │ │ ├── abc_ab_solid_dark_holo.9.png │ │ ├── abc_ab_solid_light_holo.9.png │ │ ├── abc_ab_stacked_solid_dark_holo.9.png │ │ ├── abc_ab_stacked_solid_light_holo.9.png │ │ ├── abc_ab_stacked_transparent_dark_holo.9.png │ │ ├── abc_ab_stacked_transparent_light_holo.9.png │ │ ├── abc_ab_transparent_dark_holo.9.png │ │ ├── abc_ab_transparent_light_holo.9.png │ │ ├── abc_cab_background_bottom_holo_dark.9.png │ │ ├── abc_cab_background_bottom_holo_light.9.png │ │ ├── abc_cab_background_top_holo_dark.9.png │ │ ├── abc_cab_background_top_holo_light.9.png │ │ ├── abc_ic_ab_back_holo_dark.png │ │ ├── abc_ic_ab_back_holo_light.png │ │ ├── abc_ic_cab_done_holo_dark.png │ │ ├── abc_ic_cab_done_holo_light.png │ │ ├── abc_ic_clear_disabled.png │ │ ├── abc_ic_clear_normal.png │ │ ├── abc_ic_clear_search_api_disabled_holo_light.png │ │ ├── abc_ic_clear_search_api_holo_light.png │ │ ├── abc_ic_commit_search_api_holo_dark.png │ │ ├── abc_ic_commit_search_api_holo_light.png │ │ ├── abc_ic_go.png │ │ ├── abc_ic_go_search_api_holo_light.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_light.png │ │ ├── abc_ic_menu_share_holo_dark.png │ │ ├── abc_ic_menu_share_holo_light.png │ │ ├── abc_ic_search.png │ │ ├── abc_ic_search_api_holo_light.png │ │ ├── abc_ic_voice_search.png │ │ ├── abc_ic_voice_search_api_holo_light.png │ │ ├── abc_list_divider_holo_dark.9.png │ │ ├── abc_list_divider_holo_light.9.png │ │ ├── abc_list_focused_holo.9.png │ │ ├── abc_list_longpressed_holo.9.png │ │ ├── abc_list_pressed_holo_dark.9.png │ │ ├── abc_list_pressed_holo_light.9.png │ │ ├── abc_list_selector_disabled_holo_dark.9.png │ │ ├── abc_list_selector_disabled_holo_light.9.png │ │ ├── abc_menu_dropdown_panel_holo_dark.9.png │ │ ├── abc_menu_dropdown_panel_holo_light.9.png │ │ ├── abc_menu_hardkey_panel_holo_dark.9.png │ │ ├── abc_menu_hardkey_panel_holo_light.9.png │ │ ├── abc_spinner_ab_default_holo_dark.9.png │ │ ├── abc_spinner_ab_default_holo_light.9.png │ │ ├── abc_spinner_ab_disabled_holo_dark.9.png │ │ ├── abc_spinner_ab_disabled_holo_light.9.png │ │ ├── abc_spinner_ab_focused_holo_dark.9.png │ │ ├── abc_spinner_ab_focused_holo_light.9.png │ │ ├── abc_spinner_ab_pressed_holo_dark.9.png │ │ ├── abc_spinner_ab_pressed_holo_light.9.png │ │ ├── abc_tab_selected_focused_holo.9.png │ │ ├── abc_tab_selected_holo.9.png │ │ ├── abc_tab_selected_pressed_holo.9.png │ │ ├── abc_tab_unselected_pressed_holo.9.png │ │ ├── abc_textfield_search_default_holo_dark.9.png │ │ ├── abc_textfield_search_default_holo_light.9.png │ │ ├── abc_textfield_search_right_default_holo_dark.9.png │ │ ├── abc_textfield_search_right_default_holo_light.9.png │ │ ├── abc_textfield_search_right_selected_holo_dark.9.png │ │ ├── abc_textfield_search_right_selected_holo_light.9.png │ │ ├── abc_textfield_search_selected_holo_dark.9.png │ │ └── abc_textfield_search_selected_holo_light.9.png │ │ └── drawable-xhdpi │ │ ├── abc_ab_bottom_solid_dark_holo.9.png │ │ ├── abc_ab_bottom_solid_light_holo.9.png │ │ ├── abc_ab_bottom_transparent_dark_holo.9.png │ │ ├── abc_ab_bottom_transparent_light_holo.9.png │ │ ├── abc_ab_share_pack_holo_dark.9.png │ │ ├── abc_ab_share_pack_holo_light.9.png │ │ ├── abc_ab_solid_dark_holo.9.png │ │ ├── abc_ab_solid_light_holo.9.png │ │ ├── abc_ab_stacked_solid_dark_holo.9.png │ │ ├── abc_ab_stacked_solid_light_holo.9.png │ │ ├── abc_ab_stacked_transparent_dark_holo.9.png │ │ ├── abc_ab_stacked_transparent_light_holo.9.png │ │ ├── abc_ab_transparent_dark_holo.9.png │ │ ├── abc_ab_transparent_light_holo.9.png │ │ ├── abc_cab_background_bottom_holo_dark.9.png │ │ ├── abc_cab_background_bottom_holo_light.9.png │ │ ├── abc_cab_background_top_holo_dark.9.png │ │ ├── abc_cab_background_top_holo_light.9.png │ │ ├── abc_ic_ab_back_holo_dark.png │ │ ├── abc_ic_ab_back_holo_light.png │ │ ├── abc_ic_cab_done_holo_dark.png │ │ ├── abc_ic_cab_done_holo_light.png │ │ ├── abc_ic_clear_disabled.png │ │ ├── abc_ic_clear_search_api_disabled_holo_light.png │ │ ├── abc_ic_clear_search_api_holo_light.png │ │ ├── abc_ic_commit_search_api_holo_dark.png │ │ ├── abc_ic_commit_search_api_holo_light.png │ │ ├── abc_ic_go.png │ │ ├── abc_ic_go_search_api_holo_light.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_light.png │ │ ├── abc_ic_menu_share_holo_dark.png │ │ ├── abc_ic_menu_share_holo_light.png │ │ ├── abc_ic_search.png │ │ ├── abc_ic_search_api_holo_light.png │ │ ├── abc_ic_voice_search.png │ │ ├── abc_ic_voice_search_api_holo_light.png │ │ ├── abc_list_divider_holo_dark.9.png │ │ ├── abc_list_divider_holo_light.9.png │ │ ├── abc_list_focused_holo.9.png │ │ ├── abc_list_longpressed_holo.9.png │ │ ├── abc_list_pressed_holo_dark.9.png │ │ ├── abc_list_pressed_holo_light.9.png │ │ ├── abc_list_selector_disabled_holo_dark.9.png │ │ ├── abc_list_selector_disabled_holo_light.9.png │ │ ├── abc_menu_dropdown_panel_holo_dark.9.png │ │ ├── abc_menu_dropdown_panel_holo_light.9.png │ │ ├── abc_menu_hardkey_panel_holo_dark.9.png │ │ ├── abc_menu_hardkey_panel_holo_light.9.png │ │ ├── abc_spinner_ab_default_holo_dark.9.png │ │ ├── abc_spinner_ab_default_holo_light.9.png │ │ ├── abc_spinner_ab_disabled_holo_dark.9.png │ │ ├── abc_spinner_ab_disabled_holo_light.9.png │ │ ├── abc_spinner_ab_focused_holo_dark.9.png │ │ ├── abc_spinner_ab_focused_holo_light.9.png │ │ ├── abc_spinner_ab_pressed_holo_dark.9.png │ │ ├── abc_spinner_ab_pressed_holo_light.9.png │ │ ├── abc_tab_selected_focused_holo.9.png │ │ ├── abc_tab_selected_holo.9.png │ │ ├── abc_tab_selected_pressed_holo.9.png │ │ ├── abc_tab_unselected_pressed_holo.9.png │ │ ├── abc_textfield_search_default_holo_dark.9.png │ │ ├── abc_textfield_search_default_holo_light.9.png │ │ ├── abc_textfield_search_right_default_holo_dark.9.png │ │ ├── abc_textfield_search_right_default_holo_light.9.png │ │ ├── abc_textfield_search_right_selected_holo_dark.9.png │ │ ├── abc_textfield_search_right_selected_holo_light.9.png │ │ ├── abc_textfield_search_selected_holo_dark.9.png │ │ └── abc_textfield_search_selected_holo_light.9.png ├── gen │ └── android │ │ └── support │ │ └── v7 │ │ └── appcompat │ │ ├── BuildConfig.java │ │ └── R.java ├── libs │ ├── android-support-v4.jar │ └── android-support-v7-appcompat.jar ├── lint.xml ├── project.properties ├── res │ ├── anim │ │ ├── abc_fade_in.xml │ │ ├── abc_fade_out.xml │ │ ├── abc_slide_in_bottom.xml │ │ ├── abc_slide_in_top.xml │ │ ├── abc_slide_out_bottom.xml │ │ └── abc_slide_out_top.xml │ ├── color │ │ └── abc_search_url_text_holo.xml │ ├── drawable-hdpi │ │ ├── abc_ab_bottom_solid_dark_holo.9.png │ │ ├── abc_ab_bottom_solid_light_holo.9.png │ │ ├── abc_ab_bottom_transparent_dark_holo.9.png │ │ ├── abc_ab_bottom_transparent_light_holo.9.png │ │ ├── abc_ab_share_pack_holo_dark.9.png │ │ ├── abc_ab_share_pack_holo_light.9.png │ │ ├── abc_ab_solid_dark_holo.9.png │ │ ├── abc_ab_solid_light_holo.9.png │ │ ├── abc_ab_stacked_solid_dark_holo.9.png │ │ ├── abc_ab_stacked_solid_light_holo.9.png │ │ ├── abc_ab_stacked_transparent_dark_holo.9.png │ │ ├── abc_ab_stacked_transparent_light_holo.9.png │ │ ├── abc_ab_transparent_dark_holo.9.png │ │ ├── abc_ab_transparent_light_holo.9.png │ │ ├── abc_cab_background_bottom_holo_dark.9.png │ │ ├── abc_cab_background_bottom_holo_light.9.png │ │ ├── abc_cab_background_top_holo_dark.9.png │ │ ├── abc_cab_background_top_holo_light.9.png │ │ ├── abc_ic_ab_back_holo_dark.png │ │ ├── abc_ic_ab_back_holo_light.png │ │ ├── abc_ic_cab_done_holo_dark.png │ │ ├── abc_ic_cab_done_holo_light.png │ │ ├── abc_ic_clear_disabled.png │ │ ├── abc_ic_clear_normal.png │ │ ├── abc_ic_clear_search_api_disabled_holo_light.png │ │ ├── abc_ic_clear_search_api_holo_light.png │ │ ├── abc_ic_commit_search_api_holo_dark.png │ │ ├── abc_ic_commit_search_api_holo_light.png │ │ ├── abc_ic_go.png │ │ ├── abc_ic_go_search_api_holo_light.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_light.png │ │ ├── abc_ic_menu_share_holo_dark.png │ │ ├── abc_ic_menu_share_holo_light.png │ │ ├── abc_ic_search.png │ │ ├── abc_ic_search_api_holo_light.png │ │ ├── abc_ic_voice_search.png │ │ ├── abc_ic_voice_search_api_holo_light.png │ │ ├── abc_list_divider_holo_dark.9.png │ │ ├── abc_list_divider_holo_light.9.png │ │ ├── abc_list_focused_holo.9.png │ │ ├── abc_list_longpressed_holo.9.png │ │ ├── abc_list_pressed_holo_dark.9.png │ │ ├── abc_list_pressed_holo_light.9.png │ │ ├── abc_list_selector_disabled_holo_dark.9.png │ │ ├── abc_list_selector_disabled_holo_light.9.png │ │ ├── abc_menu_dropdown_panel_holo_dark.9.png │ │ ├── abc_menu_dropdown_panel_holo_light.9.png │ │ ├── abc_menu_hardkey_panel_holo_dark.9.png │ │ ├── abc_menu_hardkey_panel_holo_light.9.png │ │ ├── abc_spinner_ab_default_holo_dark.9.png │ │ ├── abc_spinner_ab_default_holo_light.9.png │ │ ├── abc_spinner_ab_disabled_holo_dark.9.png │ │ ├── abc_spinner_ab_disabled_holo_light.9.png │ │ ├── abc_spinner_ab_focused_holo_dark.9.png │ │ ├── abc_spinner_ab_focused_holo_light.9.png │ │ ├── abc_spinner_ab_pressed_holo_dark.9.png │ │ ├── abc_spinner_ab_pressed_holo_light.9.png │ │ ├── abc_tab_selected_focused_holo.9.png │ │ ├── abc_tab_selected_holo.9.png │ │ ├── abc_tab_selected_pressed_holo.9.png │ │ ├── abc_tab_unselected_pressed_holo.9.png │ │ ├── abc_textfield_search_default_holo_dark.9.png │ │ ├── abc_textfield_search_default_holo_light.9.png │ │ ├── abc_textfield_search_right_default_holo_dark.9.png │ │ ├── abc_textfield_search_right_default_holo_light.9.png │ │ ├── abc_textfield_search_right_selected_holo_dark.9.png │ │ ├── abc_textfield_search_right_selected_holo_light.9.png │ │ ├── abc_textfield_search_selected_holo_dark.9.png │ │ └── abc_textfield_search_selected_holo_light.9.png │ ├── drawable-mdpi │ │ ├── abc_ab_bottom_solid_dark_holo.9.png │ │ ├── abc_ab_bottom_solid_light_holo.9.png │ │ ├── abc_ab_bottom_transparent_dark_holo.9.png │ │ ├── abc_ab_bottom_transparent_light_holo.9.png │ │ ├── abc_ab_share_pack_holo_dark.9.png │ │ ├── abc_ab_share_pack_holo_light.9.png │ │ ├── abc_ab_solid_dark_holo.9.png │ │ ├── abc_ab_solid_light_holo.9.png │ │ ├── abc_ab_stacked_solid_dark_holo.9.png │ │ ├── abc_ab_stacked_solid_light_holo.9.png │ │ ├── abc_ab_stacked_transparent_dark_holo.9.png │ │ ├── abc_ab_stacked_transparent_light_holo.9.png │ │ ├── abc_ab_transparent_dark_holo.9.png │ │ ├── abc_ab_transparent_light_holo.9.png │ │ ├── abc_cab_background_bottom_holo_dark.9.png │ │ ├── abc_cab_background_bottom_holo_light.9.png │ │ ├── abc_cab_background_top_holo_dark.9.png │ │ ├── abc_cab_background_top_holo_light.9.png │ │ ├── abc_ic_ab_back_holo_dark.png │ │ ├── abc_ic_ab_back_holo_light.png │ │ ├── abc_ic_cab_done_holo_dark.png │ │ ├── abc_ic_cab_done_holo_light.png │ │ ├── abc_ic_clear_disabled.png │ │ ├── abc_ic_clear_normal.png │ │ ├── abc_ic_clear_search_api_disabled_holo_light.png │ │ ├── abc_ic_clear_search_api_holo_light.png │ │ ├── abc_ic_commit_search_api_holo_dark.png │ │ ├── abc_ic_commit_search_api_holo_light.png │ │ ├── abc_ic_go.png │ │ ├── abc_ic_go_search_api_holo_light.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_light.png │ │ ├── abc_ic_menu_share_holo_dark.png │ │ ├── abc_ic_menu_share_holo_light.png │ │ ├── abc_ic_search.png │ │ ├── abc_ic_search_api_holo_light.png │ │ ├── abc_ic_voice_search.png │ │ ├── abc_ic_voice_search_api_holo_light.png │ │ ├── abc_list_divider_holo_dark.9.png │ │ ├── abc_list_divider_holo_light.9.png │ │ ├── abc_list_focused_holo.9.png │ │ ├── abc_list_longpressed_holo.9.png │ │ ├── abc_list_pressed_holo_dark.9.png │ │ ├── abc_list_pressed_holo_light.9.png │ │ ├── abc_list_selector_disabled_holo_dark.9.png │ │ ├── abc_list_selector_disabled_holo_light.9.png │ │ ├── abc_menu_dropdown_panel_holo_dark.9.png │ │ ├── abc_menu_dropdown_panel_holo_light.9.png │ │ ├── abc_menu_hardkey_panel_holo_dark.9.png │ │ ├── abc_menu_hardkey_panel_holo_light.9.png │ │ ├── abc_spinner_ab_default_holo_dark.9.png │ │ ├── abc_spinner_ab_default_holo_light.9.png │ │ ├── abc_spinner_ab_disabled_holo_dark.9.png │ │ ├── abc_spinner_ab_disabled_holo_light.9.png │ │ ├── abc_spinner_ab_focused_holo_dark.9.png │ │ ├── abc_spinner_ab_focused_holo_light.9.png │ │ ├── abc_spinner_ab_pressed_holo_dark.9.png │ │ ├── abc_spinner_ab_pressed_holo_light.9.png │ │ ├── abc_tab_selected_focused_holo.9.png │ │ ├── abc_tab_selected_holo.9.png │ │ ├── abc_tab_selected_pressed_holo.9.png │ │ ├── abc_tab_unselected_pressed_holo.9.png │ │ ├── abc_textfield_search_default_holo_dark.9.png │ │ ├── abc_textfield_search_default_holo_light.9.png │ │ ├── abc_textfield_search_right_default_holo_dark.9.png │ │ ├── abc_textfield_search_right_default_holo_light.9.png │ │ ├── abc_textfield_search_right_selected_holo_dark.9.png │ │ ├── abc_textfield_search_right_selected_holo_light.9.png │ │ ├── abc_textfield_search_selected_holo_dark.9.png │ │ └── abc_textfield_search_selected_holo_light.9.png │ ├── drawable-xhdpi │ │ ├── abc_ab_bottom_solid_dark_holo.9.png │ │ ├── abc_ab_bottom_solid_light_holo.9.png │ │ ├── abc_ab_bottom_transparent_dark_holo.9.png │ │ ├── abc_ab_bottom_transparent_light_holo.9.png │ │ ├── abc_ab_share_pack_holo_dark.9.png │ │ ├── abc_ab_share_pack_holo_light.9.png │ │ ├── abc_ab_solid_dark_holo.9.png │ │ ├── abc_ab_solid_light_holo.9.png │ │ ├── abc_ab_stacked_solid_dark_holo.9.png │ │ ├── abc_ab_stacked_solid_light_holo.9.png │ │ ├── abc_ab_stacked_transparent_dark_holo.9.png │ │ ├── abc_ab_stacked_transparent_light_holo.9.png │ │ ├── abc_ab_transparent_dark_holo.9.png │ │ ├── abc_ab_transparent_light_holo.9.png │ │ ├── abc_cab_background_bottom_holo_dark.9.png │ │ ├── abc_cab_background_bottom_holo_light.9.png │ │ ├── abc_cab_background_top_holo_dark.9.png │ │ ├── abc_cab_background_top_holo_light.9.png │ │ ├── abc_ic_ab_back_holo_dark.png │ │ ├── abc_ic_ab_back_holo_light.png │ │ ├── abc_ic_cab_done_holo_dark.png │ │ ├── abc_ic_cab_done_holo_light.png │ │ ├── abc_ic_clear_disabled.png │ │ ├── abc_ic_clear_search_api_disabled_holo_light.png │ │ ├── abc_ic_clear_search_api_holo_light.png │ │ ├── abc_ic_commit_search_api_holo_dark.png │ │ ├── abc_ic_commit_search_api_holo_light.png │ │ ├── abc_ic_go.png │ │ ├── abc_ic_go_search_api_holo_light.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_dark.png │ │ ├── abc_ic_menu_moreoverflow_normal_holo_light.png │ │ ├── abc_ic_menu_share_holo_dark.png │ │ ├── abc_ic_menu_share_holo_light.png │ │ ├── abc_ic_search.png │ │ ├── abc_ic_search_api_holo_light.png │ │ ├── abc_ic_voice_search.png │ │ ├── abc_ic_voice_search_api_holo_light.png │ │ ├── abc_list_divider_holo_dark.9.png │ │ ├── abc_list_divider_holo_light.9.png │ │ ├── abc_list_focused_holo.9.png │ │ ├── abc_list_longpressed_holo.9.png │ │ ├── abc_list_pressed_holo_dark.9.png │ │ ├── abc_list_pressed_holo_light.9.png │ │ ├── abc_list_selector_disabled_holo_dark.9.png │ │ ├── abc_list_selector_disabled_holo_light.9.png │ │ ├── abc_menu_dropdown_panel_holo_dark.9.png │ │ ├── abc_menu_dropdown_panel_holo_light.9.png │ │ ├── abc_menu_hardkey_panel_holo_dark.9.png │ │ ├── abc_menu_hardkey_panel_holo_light.9.png │ │ ├── abc_spinner_ab_default_holo_dark.9.png │ │ ├── abc_spinner_ab_default_holo_light.9.png │ │ ├── abc_spinner_ab_disabled_holo_dark.9.png │ │ ├── abc_spinner_ab_disabled_holo_light.9.png │ │ ├── abc_spinner_ab_focused_holo_dark.9.png │ │ ├── abc_spinner_ab_focused_holo_light.9.png │ │ ├── abc_spinner_ab_pressed_holo_dark.9.png │ │ ├── abc_spinner_ab_pressed_holo_light.9.png │ │ ├── abc_tab_selected_focused_holo.9.png │ │ ├── abc_tab_selected_holo.9.png │ │ ├── abc_tab_selected_pressed_holo.9.png │ │ ├── abc_tab_unselected_pressed_holo.9.png │ │ ├── abc_textfield_search_default_holo_dark.9.png │ │ ├── abc_textfield_search_default_holo_light.9.png │ │ ├── abc_textfield_search_right_default_holo_dark.9.png │ │ ├── abc_textfield_search_right_default_holo_light.9.png │ │ ├── abc_textfield_search_right_selected_holo_dark.9.png │ │ ├── abc_textfield_search_right_selected_holo_light.9.png │ │ ├── abc_textfield_search_selected_holo_dark.9.png │ │ └── abc_textfield_search_selected_holo_light.9.png │ ├── drawable │ │ ├── abc_ic_clear.xml │ │ ├── abc_ic_clear_holo_light.xml │ │ ├── abc_item_background_holo_dark.xml │ │ ├── abc_item_background_holo_light.xml │ │ ├── abc_list_selector_background_transition_holo_dark.xml │ │ ├── abc_list_selector_background_transition_holo_light.xml │ │ ├── abc_list_selector_holo_dark.xml │ │ ├── abc_list_selector_holo_light.xml │ │ ├── abc_search_dropdown_dark.xml │ │ ├── abc_search_dropdown_light.xml │ │ ├── abc_spinner_ab_holo_dark.xml │ │ ├── abc_spinner_ab_holo_light.xml │ │ ├── abc_tab_indicator_ab_holo.xml │ │ ├── abc_textfield_searchview_holo_dark.xml │ │ ├── abc_textfield_searchview_holo_light.xml │ │ ├── abc_textfield_searchview_right_holo_dark.xml │ │ └── abc_textfield_searchview_right_holo_light.xml │ ├── layout-v11 │ │ └── abc_action_bar_decor.xml │ ├── layout-v14 │ │ └── abc_activity_chooser_view.xml │ ├── layout │ │ ├── abc_action_bar_decor.xml │ │ ├── abc_action_bar_decor_include.xml │ │ ├── abc_action_bar_decor_overlay.xml │ │ ├── abc_action_bar_home.xml │ │ ├── abc_action_bar_tab.xml │ │ ├── abc_action_bar_tabbar.xml │ │ ├── abc_action_bar_title_item.xml │ │ ├── abc_action_bar_view_list_nav_layout.xml │ │ ├── abc_action_menu_item_layout.xml │ │ ├── abc_action_menu_layout.xml │ │ ├── abc_action_mode_bar.xml │ │ ├── abc_action_mode_close_item.xml │ │ ├── abc_activity_chooser_view.xml │ │ ├── abc_activity_chooser_view_include.xml │ │ ├── abc_activity_chooser_view_list_item.xml │ │ ├── abc_expanded_menu_layout.xml │ │ ├── abc_list_menu_item_checkbox.xml │ │ ├── abc_list_menu_item_icon.xml │ │ ├── abc_list_menu_item_layout.xml │ │ ├── abc_list_menu_item_radio.xml │ │ ├── abc_popup_menu_item_layout.xml │ │ ├── abc_search_dropdown_item_icons_2line.xml │ │ ├── abc_search_view.xml │ │ └── support_simple_spinner_dropdown_item.xml │ ├── values-af │ │ └── strings.xml │ ├── values-am │ │ └── strings.xml │ ├── values-ar │ │ └── strings.xml │ ├── values-bg │ │ └── strings.xml │ ├── values-ca │ │ └── strings.xml │ ├── values-cs │ │ └── strings.xml │ ├── values-da │ │ └── strings.xml │ ├── values-de │ │ └── strings.xml │ ├── values-el │ │ └── strings.xml │ ├── values-en-rGB │ │ └── strings.xml │ ├── values-en-rIN │ │ └── strings.xml │ ├── values-es-rUS │ │ └── strings.xml │ ├── values-es │ │ └── strings.xml │ ├── values-et-rEE │ │ └── strings.xml │ ├── values-fa │ │ └── strings.xml │ ├── values-fi │ │ └── strings.xml │ ├── values-fr-rCA │ │ └── strings.xml │ ├── values-fr │ │ └── strings.xml │ ├── values-hi │ │ └── strings.xml │ ├── values-hr │ │ └── strings.xml │ ├── values-hu │ │ └── strings.xml │ ├── values-hy-rAM │ │ └── strings.xml │ ├── values-in │ │ └── strings.xml │ ├── values-it │ │ └── strings.xml │ ├── values-iw │ │ └── strings.xml │ ├── values-ja │ │ └── strings.xml │ ├── values-ka-rGE │ │ └── strings.xml │ ├── values-km-rKH │ │ └── strings.xml │ ├── values-ko │ │ └── strings.xml │ ├── values-land │ │ ├── bools.xml │ │ ├── config.xml │ │ └── dimens.xml │ ├── values-large │ │ ├── bools.xml │ │ ├── config.xml │ │ └── dimens.xml │ ├── values-lo-rLA │ │ └── strings.xml │ ├── values-lt │ │ └── strings.xml │ ├── values-lv │ │ └── strings.xml │ ├── values-mn-rMN │ │ └── strings.xml │ ├── values-ms-rMY │ │ └── strings.xml │ ├── values-nb │ │ └── strings.xml │ ├── values-nl │ │ └── strings.xml │ ├── values-pl │ │ └── strings.xml │ ├── values-pt-rPT │ │ └── strings.xml │ ├── values-pt │ │ └── strings.xml │ ├── values-ro │ │ └── strings.xml │ ├── values-ru │ │ └── strings.xml │ ├── values-sk │ │ └── strings.xml │ ├── values-sl │ │ └── strings.xml │ ├── values-sr │ │ └── strings.xml │ ├── values-sv │ │ └── strings.xml │ ├── values-sw │ │ └── strings.xml │ ├── values-sw600dp │ │ ├── config.xml │ │ └── dimens.xml │ ├── values-th │ │ └── strings.xml │ ├── values-tl │ │ └── strings.xml │ ├── values-tr │ │ └── strings.xml │ ├── values-uk │ │ └── strings.xml │ ├── values-v11 │ │ ├── styles_base.xml │ │ └── themes_base.xml │ ├── values-v14 │ │ ├── styles_base.xml │ │ └── themes_base.xml │ ├── values-vi │ │ └── strings.xml │ ├── values-w360dp │ │ └── dimens.xml │ ├── values-w480dp │ │ ├── bools.xml │ │ └── config.xml │ ├── values-w500dp │ │ └── dimens.xml │ ├── values-w600dp │ │ └── dimens.xml │ ├── values-w720dp │ │ └── bools.xml │ ├── values-xlarge │ │ ├── bools.xml │ │ └── dimens.xml │ ├── values-zh-rCN │ │ └── strings.xml │ ├── values-zh-rHK │ │ └── strings.xml │ ├── values-zh-rTW │ │ └── strings.xml │ ├── values-zu │ │ └── strings.xml │ └── values │ │ ├── attrs.xml │ │ ├── bools.xml │ │ ├── colors.xml │ │ ├── config.xml │ │ ├── dimens.xml │ │ ├── ids.xml │ │ ├── strings.xml │ │ ├── styles.xml │ │ ├── styles_base.xml │ │ ├── themes.xml │ │ └── themes_base.xml └── src │ └── .readme ├── pendaftaran.sql └── pendaftaran ├── create_pendaftaran.php ├── db_config.php ├── db_connect.php ├── delete_pendaftaran.php ├── get_all_pendaftaran.php ├── get_pendaftaran_details.php └── update_pendaftaran.php /AndroidStudio/BukuTamu/.gradle/2.2.1/taskArtifacts/cache.properties: -------------------------------------------------------------------------------- 1 | #Thu Apr 30 10:26:34 WIB 2015 2 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/.gradle/2.2.1/taskArtifacts/cache.properties.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/.gradle/2.2.1/taskArtifacts/cache.properties.lock -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/.gradle/2.2.1/taskArtifacts/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/.gradle/2.2.1/taskArtifacts/fileHashes.bin -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/.gradle/2.2.1/taskArtifacts/fileSnapshots.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/.gradle/2.2.1/taskArtifacts/fileSnapshots.bin -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/.gradle/2.2.1/taskArtifacts/outputFileStates.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/.gradle/2.2.1/taskArtifacts/outputFileStates.bin -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/.gradle/2.2.1/taskArtifacts/taskArtifacts.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/.gradle/2.2.1/taskArtifacts/taskArtifacts.bin -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/.idea/.name: -------------------------------------------------------------------------------- 1 | BukuTamu -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/generated/source/buildConfig/debug/id/creatorb/bukutamu/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Automatically generated file. DO NOT MODIFY 3 | */ 4 | package id.creatorb.bukutamu; 5 | 6 | public final class BuildConfig { 7 | public static final boolean DEBUG = Boolean.parseBoolean("true"); 8 | public static final String APPLICATION_ID = "id.creatorb.bukutamu"; 9 | public static final String BUILD_TYPE = "debug"; 10 | public static final String FLAVOR = ""; 11 | public static final int VERSION_CODE = 1; 12 | public static final String VERSION_NAME = ""; 13 | } 14 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/BuildConfig.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$1.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$2.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$DeleteProduct.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$DeleteProduct.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$GetPendaftaranDetails$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$GetPendaftaranDetails$1.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$GetPendaftaranDetails.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$GetPendaftaranDetails.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$SavePendaftaranDetails.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu$SavePendaftaranDetails.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/EditBukuTamu.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/JSONParser.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/JSONParser.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/MainActivity$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/MainActivity$1.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/MainActivity$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/MainActivity$2.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/MainActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/MainActivity.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R$attr.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R$drawable.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R$id.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R$layout.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R$string.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/R.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/SemuaBukuTamu$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/SemuaBukuTamu$1.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/SemuaBukuTamu$LoadSemuaBukuTamu$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/SemuaBukuTamu$LoadSemuaBukuTamu$1.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/SemuaBukuTamu$LoadSemuaBukuTamu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/SemuaBukuTamu$LoadSemuaBukuTamu.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/SemuaBukuTamu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/SemuaBukuTamu.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/TambahBukuTamu$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/TambahBukuTamu$1.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/TambahBukuTamu$CreateNewProduct.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/TambahBukuTamu$CreateNewProduct.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/TambahBukuTamu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/classes/debug/id/creatorb/bukutamu/TambahBukuTamu.class -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/dex/debug/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/dex/debug/classes.dex -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/exploded-aar/com.android.support/support-v4/20.0.0/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/exploded-aar/com.android.support/support-v4/20.0.0/classes.jar -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/exploded-aar/com.android.support/support-v4/20.0.0/libs/internal_impl-20.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/exploded-aar/com.android.support/support-v4/20.0.0/libs/internal_impl-20.0.0.jar -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/incremental/aidl/androidTest/debug/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/incremental/aidl/debug/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/incremental/mergeResources/androidTest/debug/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/pre-dexed/debug/classes-efc6bde686b86591653a23171f6ef7137d15efd8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/pre-dexed/debug/classes-efc6bde686b86591653a23171f6ef7137d15efd8.jar -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/pre-dexed/debug/internal_impl-20.0.0-06acd63b922f7dccee282743e60022d2b6fcd2e1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/pre-dexed/debug/internal_impl-20.0.0-06acd63b922f7dccee282743e60022d2b6fcd2e1.jar -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/pre-dexed/debug/support-annotations-20.0.0-6dcd04784575f1783da5ffa5008a0204a8e6c69e.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/pre-dexed/debug/support-annotations-20.0.0-6dcd04784575f1783da5ffa5008a0204a8e6c69e.jar -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/res/debug/drawable-hdpi-v4/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/res/debug/drawable-hdpi-v4/ic_launcher.png -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/res/debug/drawable-mdpi-v4/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/res/debug/drawable-mdpi-v4/ic_launcher.png -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/res/debug/drawable-xhdpi-v4/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/res/debug/drawable-xhdpi-v4/ic_launcher.png -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/res/debug/values/values.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BukuTamu 6 | Hello world! 7 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/resources/resources-debug-androidTest.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/resources/resources-debug-androidTest.ap_ -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/intermediates/resources/resources-debug.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/intermediates/resources/resources-debug.ap_ -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/outputs/apk/app-debug-unaligned.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/outputs/apk/app-debug-unaligned.apk -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/build/outputs/apk/app-debug.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/build/outputs/apk/app-debug.apk -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/src/main/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/src/main/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/app/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | BukuTamu 5 | Hello world! 6 | 7 | 8 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | buildscript { 3 | repositories { 4 | jcenter() 5 | } 6 | dependencies { 7 | classpath 'com.android.tools.build:gradle:1.1.0' 8 | } 9 | } 10 | 11 | allprojects { 12 | repositories { 13 | jcenter() 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/build/intermediates/model_data.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/build/intermediates/model_data.bin -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/AndroidStudio/BukuTamu/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Wed Apr 10 15:27:10 PDT 2013 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip 7 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/local.properties: -------------------------------------------------------------------------------- 1 | ## This file must *NOT* be checked into Version Control Systems, 2 | # as it contains information specific to your local configuration. 3 | # 4 | # Location of the SDK. This is only used by Gradle. 5 | # 6 | #Thu Apr 30 10:22:54 WIB 2015 7 | sdk.dir=/home/creatorbe/mountbe/Android/adt/sdk 8 | -------------------------------------------------------------------------------- /AndroidStudio/BukuTamu/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /AndroidStudio/README.md: -------------------------------------------------------------------------------- 1 | ### Android Studio SQLite Tutorial 2 | 3 | When you have still error about import my eclipse project to your android studio now you can use it to work better. 4 | 5 | Regards 6 | 7 | creatorb - creatorb.github.io 8 | -------------------------------------------------------------------------------- /BukuTamu/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/BuildConfig.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$1.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$2.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$DeleteProduct.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$DeleteProduct.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$GetPendaftaranDetails$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$GetPendaftaranDetails$1.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$GetPendaftaranDetails.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$GetPendaftaranDetails.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$SavePendaftaranDetails.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu$SavePendaftaranDetails.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/EditBukuTamu.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/JSONParser.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/JSONParser.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/MainActivity$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/MainActivity$1.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/MainActivity$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/MainActivity$2.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/MainActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/MainActivity.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/R$attr.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/R$drawable.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/R$id.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/R$layout.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/R$string.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/R.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/SemuaBukuTamu$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/SemuaBukuTamu$1.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/SemuaBukuTamu$LoadSemuaBukuTamu$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/SemuaBukuTamu$LoadSemuaBukuTamu$1.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/SemuaBukuTamu$LoadSemuaBukuTamu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/SemuaBukuTamu$LoadSemuaBukuTamu.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/SemuaBukuTamu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/SemuaBukuTamu.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/TambahBukuTamu$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/TambahBukuTamu$1.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/TambahBukuTamu$CreateNewProduct.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/TambahBukuTamu$CreateNewProduct.class -------------------------------------------------------------------------------- /BukuTamu/bin/classes/id/creatorb/bukutamu/TambahBukuTamu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/bin/classes/id/creatorb/bukutamu/TambahBukuTamu.class -------------------------------------------------------------------------------- /BukuTamu/gen/id/creatorb/bukutamu/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package id.creatorb.bukutamu; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /BukuTamu/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/libs/android-support-v4.jar -------------------------------------------------------------------------------- /BukuTamu/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /BukuTamu/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /BukuTamu/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /BukuTamu/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/BukuTamu/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /BukuTamu/res/layout/semua_bukutamu.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /BukuTamu/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | BukuTamu 5 | Hello world! 6 | 7 | 8 | -------------------------------------------------------------------------------- /android-support-v7-appcompat/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /android-support-v7-appcompat/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /android-support-v7-appcompat/README.txt: -------------------------------------------------------------------------------- 1 | Library Project including compatibility ActionBar. 2 | 3 | This can be used by an Android project to provide 4 | access to ActionBar on applications running on API 7+. 5 | 6 | There is technically no source, but the src folder is necessary 7 | to ensure that the build system works. The content is actually 8 | located in libs/android-support-v7-appcompat.jar. 9 | The accompanying resources must also be included in the application. 10 | 11 | -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/android-support-v7-appcompat.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/android-support-v7-appcompat.jar -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/.readme: -------------------------------------------------------------------------------- 1 | This hidden file is there to ensure there is an src folder. 2 | Once we support binary library this will go away. -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/BuildConfig.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$anim.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$attr.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$bool.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$bool.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$color.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$color.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$dimen.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$drawable.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$id.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$integer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$integer.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$layout.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$string.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$style.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R$styleable.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/classes/android/support/v7/appcompat/R.class -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_share_pack_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_share_pack_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ab_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_cab_background_top_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_cab_background_top_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_cab_background_top_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_cab_background_top_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_ab_back_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_ab_back_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_ab_back_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_ab_back_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_cab_done_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_cab_done_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_cab_done_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_cab_done_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_clear_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_clear_disabled.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_clear_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_clear_normal.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_clear_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_clear_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_commit_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_commit_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_go.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_go_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_go_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_share_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_share_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_share_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_share_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_voice_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_voice_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_voice_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_ic_voice_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_divider_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_divider_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_divider_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_divider_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_tab_selected_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ab_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_cab_background_top_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_ab_back_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_ab_back_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_ab_back_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_ab_back_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_cab_done_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_cab_done_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_cab_done_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_cab_done_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_clear_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_clear_disabled.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_clear_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_clear_normal.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_clear_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_clear_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_commit_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_commit_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_go.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_go_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_go_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_share_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_share_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_share_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_share_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_voice_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_voice_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_voice_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_ic_voice_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_divider_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_tab_selected_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_ab_back_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_ab_back_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_ab_back_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_ab_back_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_cab_done_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_cab_done_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_cab_done_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_cab_done_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_clear_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_clear_disabled.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_go.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_go_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_go_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_share_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_share_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_share_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_share_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_voice_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_voice_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_divider_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_tab_selected_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/gen/android/support/v7/appcompat/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package android.support.v7.appcompat; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /android-support-v7-appcompat/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/libs/android-support-v4.jar -------------------------------------------------------------------------------- /android-support-v7-appcompat/libs/android-support-v7-appcompat.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/libs/android-support-v7-appcompat.jar -------------------------------------------------------------------------------- /android-support-v7-appcompat/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_clear_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_clear_disabled.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_clear_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_clear_normal.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_go.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_voice_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_voice_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_list_divider_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_list_divider_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_list_divider_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_list_divider_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_tab_selected_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_clear_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_clear_disabled.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_clear_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_clear_normal.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_go.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_voice_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_voice_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_list_divider_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_list_divider_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_list_divider_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_list_divider_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_tab_selected_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_clear_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_clear_disabled.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_go.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_voice_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_voice_search.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_list_divider_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_list_divider_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_tab_selected_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_tab_selected_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreatorB/Android-MySQL-CRUD-creatorb/c29887e0a7c86717a8e4377dd6e942371bdc7c19/android-support-v7-appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png -------------------------------------------------------------------------------- /android-support-v7-appcompat/src/.readme: -------------------------------------------------------------------------------- 1 | This hidden file is there to ensure there is an src folder. 2 | Once we support binary library this will go away. -------------------------------------------------------------------------------- /pendaftaran/db_config.php: -------------------------------------------------------------------------------- 1 | 12 | --------------------------------------------------------------------------------