登录
首页 » Java » zidingyideDialog

zidingyideDialog

于 2020-06-16 发布 文件大小:1139KB
0 163
下载积分: 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 个回复

  • udp
    说明:  udp客户端以及服务器实现udp协议,用简单的程序实现其最基本的功能(UDP protocol implementation)
    2020-06-16 15:20:02下载
    积分:1
  • class orb
    利用python语言建立随机骨料模型进行有限元分析(The random aggregate model is established by using Python language to analyze the concrete finite element, and the failure process of concrete is analyzed by the analysis result.)
    2017-08-07 12:58:02下载
    积分:1
  • arduino的timer樣板可應用在餘測試中
    Arduino的計時器的樣板可應用在其餘測試中例如應用在時脈開發或shield的使用上這提供了一個不錯的樣板範例
    2023-05-18 20:20:03下载
    积分:1
  • with a vc Wuzilianzhu development of the small game, using a Directdraw
    一个用vc开发的五子连珠的小游戏,运用了Directdraw-with a vc Wuzilianzhu development of the small game, using a Directdraw
    2022-01-26 03:52:18下载
    积分:1
  • 程序
    数字信号处理中光于数字滤波器的仿真,用到了周期图法,能得到相关信号的功率谱。(Digital signal processing is the simulation of digital filter.)
    2018-03-05 20:50:40下载
    积分:1
  • Form1.Designer
    说明:  自动更新项目,通过配置xml文件获取需要更新的内容(Automatically update the project to retrieve the content to be updated by configuring the XML file)
    2020-06-25 11:40:01下载
    积分:1
  • owstfp25
    自己写的matlab程序,用FFT分析3年来双色球彩票走势 不错的(Write the matlab program, using FFT analysis the double chromosphere lottery has good in 3 years)
    2017-08-14 18:02:04下载
    积分:1
  • MemoryRun是一个提供了在内存中运行可执行文件功能的单元.用Delphi7编写, 没有用任何内镶汇编....
    MemoryRun是一个提供了在内存中运行可执行文件功能的单元.用Delphi7编写, 没有用任何内镶汇编.-MemoryRun is a memory in the executable file to run functional modules. With Delphi7 prepared without using any embedded compilation.
    2022-05-12 12:38:11下载
    积分:1
  • ANSYS命令流
    箱梁水化热命令流ANSYS命令流,有中文修改(ANSYS box girder hydrating heat command flow)
    2018-05-25 10:14:47下载
    积分:1
  • C++Library
    C++库函数,为英文版,里面涵盖了C++标准的库函数,可以作为C++程序员的参考书(C library functions, for the English version, which covers the C standard library functions can be used as a reference book for C programmers)
    2007-05-09 22:25:51下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载