摘要: AbsoluteLayout(不推荐使用): <TextView android:layout_x="10px" android:layout_y="10px" android:background="#00FF00" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/hello" /> View Code FrameLayo 阅读全文
posted @ 2013-06-07 23:50 zhang1107 阅读(339) 评论(0) 推荐(0) 编辑
摘要: <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" <!--垂直布局--> > <EditText android:layout_width="fill_parent" android:layout_height="wrap_content" /> </LinearLayou 阅读全文
posted @ 2013-06-07 23:03 zhang1107 阅读(151) 评论(0) 推荐(0) 编辑