登录
首页 » Java » zidingyideDialog

zidingyideDialog

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

  • It is written in C# using a de
    这是一个用C#编写的扫雷小游戏,源码就在里面,对C#游戏开发有一定启发-It is written in C# using a de-mining game source code on the inside of C# game development have a certain inspiration
    2022-04-18 07:43:59下载
    积分:1
  • shenliu计算小程序,用于计算帷幕体的水头和水力比降。可作为渗流计算的核心程序...
    shenliu计算小程序,用于计算帷幕体的水头和水力比降。可作为渗流计算的核心程序-small shenliu calculation procedures used to calculate the curtain body and hydraulic head gradient. Seepage calculation can be used as the core of the procedure
    2023-05-25 12:40:04下载
    积分:1
  • MATLAB
    窄带高斯过程,产生功率为N0*B的高斯白噪声经过窄带带通系统,求窄带高斯信号功率,验证窄带高斯过程的同相分量、正交分量的正交性(Narrow-band Gauss process)
    2021-04-23 10:48:48下载
    积分:1
  • BIM
    说明:  BIM体质指数计算器,使用IDEA软件、Java语言编写的程序。(BIM BMI calculator, using IDEA software, Java language programming.)
    2019-01-02 20:39:57下载
    积分:1
  • 核武器CC攻击器 V1.0 绿色版
    信息安全技术,网络攻击,初学者软件练习,呀呀呀(Information Security Technology, Network Attack, Beginner Software Practice)
    2019-06-03 14:55:52下载
    积分:1
  • AWK
    Awk 是一种非常好的语言,同时有一个非常奇怪的名称。在本系列(共三篇文章)的第一篇文章中,Daniel Robbins 将使您迅速掌握 awk 编程技巧。随着本系列的进展,将讨论更高级的主题,最后将演示一个真正的高级 awk 演示程序。 捍卫 awk (Awk is a very good language, at the same time have a very strange name. In this series (a total of three articles) in the first article, Daniel Robbins will quickly grasp your awk programming skills. With the progress of this series will discuss more advanced subject, and finally will demonstrate a real demonstration of advanced awk program. Defend awk)
    2009-03-03 19:08:55下载
    积分:1
  • ssd6 ex2答案 本人不才 一点贡献
    ssd6 ex2答案 本人不才 一点贡献-The answer I ssd6 ex2 contribution不才
    2022-04-09 21:24:17下载
    积分:1
  • 我所学习过的C++代码大全
    常用的C++代码,包含C++的基础功能和高级功能,方便查阅。(Commonly used C++ code, including the basic functions and advanced functions of C++ for easy access.)
    2020-06-25 12:40:02下载
    积分:1
  • 13.氨基酸
    说明:  利用该程序可以得到多种氨基酸在一个溶液中的分布状态,以及存在的一些氨基酸的聚合过程也可以体现。(The program can be used to obtain the distribution of various amino acids in a solution, and the polymerization process of some amino acids present can also be embodied.)
    2020-06-24 01:40:02下载
    积分:1
  • pls
    matlab simulink model for pulse henerator . also used for dspace hardware implementation
    2018-04-24 03:19:45下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载