- 34
- 0
- 约3.33万字
- 约 42页
- 2017-09-11 发布于浙江
- 举报
Android用户界面
Android用户界面 1
绘制按钮和土司弹出对话框 1
TextView(1) 3
TextView(2) 4
编辑框EditText 4
单选RadioButton 6
Toast的用法简介 8
多选checkbox 12
菜单Menu 14
Dialog对话框 16
图片视图ImageView 19
图片按钮ImageButton 21
界面布局 24
垂直线性布局 24
水平线性布局 25
相对布局 26
绝对布局 27
表单布局 27
切换卡(TabWidget) 31
绘制按钮和土司弹出对话框
TextView
android:layout_width=fill_parent
android:layout_height=wrap_content
android:text=@string/hello
/
Button
android:id=@+id/ok
android:layout_width=fill_parent
android:layout_height=wrap_content
android:text=OK/
public class Activity01 extends Activity {
public void onCreate(Bundle s
原创力文档

文档评论(0)