摘要: 自定义组合控件:以三国杀游戏武将为例,包括武将头像,血条,装备区1.先定义该组合的XML文件布局 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="wrap_content" 4 android:layout_height="wrap_content" 阅读全文
posted @ 2013-06-13 14:31 DET橙 阅读(411) 评论(0) 推荐(0) 编辑