登录
首页 » Java » zidingyideDialog

zidingyideDialog

于 2020-06-16 发布 文件大小:1139KB
0 99
下载积分: 1 下载次数: 0

代码说明:

  erilyAlertDialog 是由Herily[虚拟名]研究android对话框源码后的结晶,继承自AlertDialog并根据需要重写了部分代码,使其能满足自己所需要的风格的对话框。你可以像使用AlertDialog一样的使用HerilyAlertDialog。你也可以直接使用HerilyAlertDialog来直接替换已有项目中的AlertDialog而不需要做任何修改。 2.如果你想更换对话框风格,你可以替换掉drawable-hidp中对应的.png图片资源即可。 3.建议配置成双选择形式来使用(通过配置文件或者某一个定向变来空控制到底使用哪一种对话框)(Erily Alert Dialog is the crystallization of the Android dialog source code studied by Herily [virtual name]. It inherits from Alert Dialog and rewrites part of the code according to the need to make it meet the style of dialog box it needs. You can use HerilyAlert Dialog as you would use Alert Dialog. You can also use HerilyAlert Dialog directly to replace Alert Dialog in existing projects without any modifications. 2. If you want to change the dialog style, you can replace the corresponding. PNG image resources in drawable-hidp. 3. It is recommended to configure the dialog box in a double-choice format (to control which dialog box to use by configuring a file or a directional variable))

文件列表:

Android例子源码HerilyAlertDialog完全自定义的Dialog, 0 , 2017-01-10
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master, 0 , 2017-01-10
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\.gitignore, 332 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\AndroidManifest.xml, 267 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\demo, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\demo\activity_main.xml, 4713 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\demo\AndroidManifest.xml, 863 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\demo\MainActivity.java, 9448 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\demo\SeActivity.java, 599 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\libs, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\libs\android-support-v4.jar, 484258 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\proguard-project.txt, 781 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\proguard.cfg, 1248 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\project.properties, 632 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\anim, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\anim\loading_anim.xml, 1243 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_bg_bottom_dark.xml, 262 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_bg_center_dark.xml, 160 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_bg_full_dark.xml, 201 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_bg_top_dark.xml, 256 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_btn_center_drawable.xml, 227 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_btn_left_drawable.xml, 225 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_btn_right_bdrawable.xml, 226 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_btn_singlebtn_drawable.xml, 227 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_btn_text_color.xml, 478 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_select_item_drawable.xml, 241 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_select_multiplechoice_check_mark_dark.xml, 4218 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_select_multiplechoice_check_mark_light.xml, 2263 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_select_singlechoice_check_mark_dark.xml, 2222 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_select_singlechoice_check_mark_light.xml, 3174 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_textinput_drawable.xml, 411 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable\herily_alertex_dlg_textinput_drawable2.xml, 199 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi, 0 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btncenter_press.9.png, 6003 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btnleft_press.9.png, 2003 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btnright_press.9.png, 2050 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btnsingle_press.9.png, 2632 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btn_area_bg.9.png, 730 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btn_middledivider.png, 99 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_btn_updivider.png, 3577 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_select_divider.png, 2812 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_select_item_pressed_radio.9.png, 2830 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_select_item_pressed_radio2.9.png, 2830 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_select_radiobtn_choice.png, 1568 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_select_radiobtn_unchoice.png, 979 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_textinput_active.9.png, 212 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_textinput_normal.9.png, 172 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_title_divider_line.png, 119 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_alertex_dlg_title_icon_def.png, 5991 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_disabled_focused_holo_dark.png, 433 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_disabled_focused_holo_light.png, 433 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_disabled_holo_dark.png, 354 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_disabled_holo_light.png, 361 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_focused_holo_dark.png, 450 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_focused_holo_light.png, 515 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_holo_dark.png, 361 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_holo_light.png, 362 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_pressed_holo_dark.png, 2422 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_off_pressed_holo_light.png, 2375 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_disabled_focused_holo_dark.png, 938 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_disabled_focused_holo_light.png, 783 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_disabled_holo_dark.png, 585 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_disabled_holo_light.png, 624 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_focused_holo_dark.png, 2425 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_focused_holo_light.png, 2461 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_holo_dark.png, 2150 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_holo_light.png, 2181 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_pressed_holo_dark.png, 2982 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_check_on_pressed_holo_light.png, 2651 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_disabled_focused_holo_dark.png, 1382 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_disabled_focused_holo_light.png, 1461 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_disabled_holo_dark.png, 654 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_disabled_holo_light.png, 717 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_focused_holo_dark.png, 1658 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_focused_holo_light.png, 1835 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_holo_dark.png, 682 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_holo_light.png, 794 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_pressed_holo_dark.png, 2430 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_off_pressed_holo_light.png, 2526 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_disabled_focused_holo_dark.png, 2055 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_disabled_focused_holo_light.png, 2166 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_disabled_holo_dark.png, 1058 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_disabled_holo_light.png, 1169 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_focused_holo_dark.png, 2799 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_focused_holo_light.png, 2943 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_holo_dark.png, 1808 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_holo_light.png, 2208 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_pressed_holo_dark.png, 3261 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\herily_btn_radio_on_pressed_holo_light.png, 2896 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_01.png, 1335 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_02.png, 1305 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_03.png, 1282 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_04.png, 1316 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_05.png, 1327 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_06.png, 1294 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_07.png, 1280 , 2014-01-22
Android例子源码HerilyAlertDialog完全自定义的Dialog\mcustom-HerilyAlertDialog-master-master\mcustom-HerilyAlertDialog-library\res\drawable-hdpi\loading_08.png, 1293 , 2014-01-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DRPE_All
    说明:  实现了多图像加密和解密,并进行了模拟仿真(Multiple image encryption and decryption)
    2021-03-01 17:09:34下载
    积分:1
  • Oracel9i在windows下的安装及配置方法
    Oracel9i在windows下的安装及配置方法-Oracel9i in the windows of the installation and configuration method
    2022-06-19 17:16:56下载
    积分:1
  • zxd
    张贤达的五本著作:《矩阵分析与应用》、《通信信号处理》、《现代信号处理》、《信号处理中的线性代数》、《非平稳信号分析与处理》。(xianda zhang of five books: "Matrix Analysis and Applications", "communication signal processing," "Modern Signal Processing", "signal processing in linear algebra," "non-stationary signal analysis and processing.")
    2010-07-23 10:51:43下载
    积分:1
  • data structure, order forms, search, sort. And under the previous need to write
    数据结构,顺序表,查找,排序。环境下进行,前面需要该写下-data structure, order forms, search, sort. And under the previous need to write
    2023-04-19 13:40:03下载
    积分:1
  • EEMD
    说明:  简单EEMD算法实现对信号的分解,附加说明文件。(Simple EEMD algorithm decomposes a segment signal with a description file.)
    2019-03-26 16:39:21下载
    积分:1
  • OPTO22 (1)
    说明:  e suna archivo para que me djen descarar alv
    2019-05-31 01:55:18下载
    积分:1
  • A BLACK BUTTON CONTROL EVM:Visual c++ 6.0
    A BLACK BUTTON CONTROL EVM:Visual c++ 6.0-EVM CONTROL : Visual c 6.0
    2023-01-06 06:10:03下载
    积分:1
  • Game3DSource
    Very simple 3D Game made in Delphi with GLScnene
    2010-05-11 06:04:05下载
    积分:1
  • V0.1
    说明:  5529 UART MSP430F55xx_usci_uart_standard_transceiverMSP430F55xx_usci_uart_standard_transceiver(5529 UARTMSP430F55xx_usci_uart_standard_transceiverMSP430F55xx_usci_uart_standard_transceiver)
    2020-06-19 08:00:02下载
    积分:1
  • Guide to 3D Vision Computation
    This classroom-tested and easy-to-understand textbook/reference describes the state of the art in 3D reconstruction from multiple images, taking into consideration all aspects of programming and implementation. Unlike other computer vision textbooks, this guide takes a unique approach in which the initial focus is on practical application and the procedures necessary to actually build a computer vision system.
    2019-04-02 15:37:25下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载