2013年3月27日

Android学习历程-TableLayout布局

摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <TableLayo 阅读全文

posted @ 2013-03-27 00:57 may小张 阅读(347) 评论(0) 推荐(0) 编辑

Android学习历程-FrameLayout帧布局

摘要: <?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" > <FrameLayout android:id="@+id/FrameLayout01&quo 阅读全文

posted @ 2013-03-27 00:28 may小张 阅读(219) 评论(0) 推荐(0) 编辑

Android学习历程-LinearLayout布局

摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <LinearLay 阅读全文

posted @ 2013-03-27 00:05 may小张 阅读(184) 评论(0) 推荐(0) 编辑

导航