Android海贼王连连看源代码.doc

  1. 1、本文档共19页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Android海贼王连连看源代码

Android海贼王连连看游戏源代码 一个海贼王连连看的安卓游戏源码 项目组织结构如图所示: layout布局文件 main.xml ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=/apk/res/android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent TableLayout xmlns:android=/apk/res/android android:layout_width=fill_parent android:layout_height=wrap_content TableRow ProgressBar android:id=@+id/pb android:layout_width=fill_parent android:layout_height=wrap_content style=?android:attr/progressBarStyleHorizontal android:layout_weight=9/ TextView android:layout_height=wrap_content android:layout_width=wrap_content android:text=@string/remain_time android:layout_weight=1/ TextView android:layout_height=wrap_content android:layout_width=wrap_content android:id=@+id/show_remainTime android:layout_weight=1/ /TableRow /TableLayout com.tyj.onepiece.CtrlView android:id=@+id/cv android:layout_width=fill_parent android:layout_height=fill_parent / /LinearLayout values文件夹 color.xml ?xml version=1.0 encoding=utf-8? resources color name=hilite#ffffffff/color color name=light#64c6d4ef/color color name=puzzle_dark#6456648f/color color name=puzzle_foreground#ff000000/color color name=puzzle_hint_0#64ff0000/color color name=puzzle_hint_1#6400ff80/color color name=puzzle_hint_2#2000ff80/color color name=puzzle_selected#64ff8000/color /resources strings.xml ?xml version=1.0 encoding=utf-8? resources string name=helloHello World, ConnectGame!/string string name=remain_time剩余时间(秒):/string string name=again_challenge再次挑战/string string name=failInfo胜败乃兵家常事,不要气馁哟!/string string name=succeedInfo好厉害,进入下一关的话,时间会变快哟!/string string name=next下一关/string string name=app_name海贼王人物连连看v1.0/string string name=newgame新游戏/string string name=rearrage重排列/string string name=exit退出游戏/string /resources 图片放在了drawable文件夹下 AndroidManifest.xml ?xml version=1.0 encoding=utf-8? manifest xmlns:android=/apk/res/android package=com.tyj.onepi

文档评论(0)

yurixiang1314 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档