登录
首页 » Java » zidingyideDialog

zidingyideDialog

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

  • test1
    C++关于位运算的小程序,哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈(C++ bit computing on small programs, ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha)
    2016-09-12 10:37:15下载
    积分:1
  • c语言开发的五子棋游戏,简单的人工智能计算每步的分数,然后下子。...
    c语言开发的五子棋游戏,简单的人工智能计算每步的分数,然后下子。-c language development of the welcome to play, simple artificial intelligence scores in each of the steps, and then erupted in.
    2023-08-11 05:05:03下载
    积分:1
  • PHASE II OF THE ASCE BENCHMARK STUDY ON SHM
    说明:  PHASE II OF THE ASCE BENCHMARK STUDY ON SHM
    2020-07-16 22:08:49下载
    积分:1
  • SAR成像RD算法
    说明:  经典合成孔径雷达成像,RD算法,包含正侧视,大小斜视角等多个成像场景(Classical synthetic aperture radar imaging)
    2020-09-16 11:19:36下载
    积分:1
  • ANSYS WorkBench Mesh网格划分.pdf
    Workbench Mesh 网格划分分析步骤 
    2020-05-21下载
    积分:1
  • Photo Editor_1.162.25
    安卓高级图片编辑器 Photo Editor V1.162.25 直装PRO版 解锁PRO功能 去广告(Android Advanced Photo Editor V1.162.25 Direct Pro Version Unlock PRO Function to Advertise)
    2019-02-17 01:51:58下载
    积分:1
  • 加减计算器
    (1) 加减数和被加减数的输入位数为1-4位; (2) 相加结果显示要考虑进位的输出显示(即5位输出); (3) 注意对“0”—“9”、“+”、“=”以外按键输入的处理; (4) 注意对相加结果进行十进制处理; (5) 输入加数和被加数时,显示器上显示的数字要像平时用的计算器输入一样,即:每输入一个数字,原来显示的数字要往左移; (6) 可以完成累加功能。((1) The input digits of the additions and subtractions and the additions and subtractions are 1-4 digits; (2) The additive result shows that the carry output display (i.e. 5-bit output) should be considered. (3) Attention should be paid to the processing of keyboard input other than "0"-"9", "+" and "="; (4) Attention should be paid to decimal processing of the additive results. (5) When the additive and the additive are input, the number displayed on the display should be the same as that input by the usual calculator, that is, every number input, the original number displayed should move to the left; (6) Accumulative function can be completed.)
    2020-12-26 15:09:03下载
    积分:1
  • 初学者的matlab双温方程模拟程序
    适合初学者的matlab双温方程模拟程序(Two-temperature model of matlab)
    2020-06-27 01:00:01下载
    积分:1
  • PowerMILL自动出程式单
    自动出程序单介绍,详细说明了出powermill网页版程序单的参数设置(Introduction of PowerMILL automatic program list Introduction of PowerMILL automatic program list)
    2019-01-19 12:46:19下载
    积分:1
  • flexlm_sdk_11.11.1_sig
    IDA Pro signatures for FlexLM SDK 11.11.1
    2020-12-10 14:09:19下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载