摘要: res/main.xml res/ex03_09_01.xml src/EX03_09.java package gphone.ex03_09; import android.app.Activity; import android.content.Intent; import android.os.Bundle; ... 阅读全文
posted @ 2011-03-28 17:29 AlexCheng 阅读(286) 评论(0) 推荐(0)
摘要: 新建两个布局文件 main.xml,main2.xml res/layout/main.xml res/layout/main2.xml src/EX03_08.java package gphone.ex03_08; import android.app.Activity; impor... 阅读全文
posted @ 2011-03-28 16:05 AlexCheng 阅读(335) 评论(0) 推荐(0)
摘要: res/layout/main.xml src/EX03_07.java package gphone.ex03_07; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener... 阅读全文
posted @ 2011-03-28 14:53 AlexCheng 阅读(295) 评论(0) 推荐(0)
摘要: res/values/style.xml res/layout/main.xml 运行结果 阅读全文
posted @ 2011-03-28 14:21 AlexCheng 阅读(344) 评论(0) 推荐(0)
摘要: res/layout/main.xml src/EX03_05.java package gphone.ex03_05; import android.app.Activity; import android.os.Bundle; import android.util.DisplayMetrics; import android.widget.TextView;... 阅读全文
posted @ 2011-03-28 10:24 AlexCheng 阅读(348) 评论(0) 推荐(0)