2012年3月24日
摘要: main.xmlView Code <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"& 阅读全文
posted @ 2012-03-24 22:57 大米稀饭 阅读(314) 评论(0) 推荐(0)
摘要: main.xmlView Code <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"& 阅读全文
posted @ 2012-03-24 20:05 大米稀饭 阅读(349) 评论(0) 推荐(0)
摘要: 现在可以发现计时器组件是TextView的子类,所以其主要功能肯定还是显示文本操作。main.xmlView Code <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" andr 阅读全文
posted @ 2012-03-24 19:28 大米稀饭 阅读(659) 评论(0) 推荐(0)
摘要: AnalogClock 可以完成指针时钟的显示;DigitalClock 可以完成数字时钟的显示。main.xmlView Code <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent&quo 阅读全文
posted @ 2012-03-24 19:11 大米稀饭 阅读(293) 评论(0) 推荐(0)