摘要: 习惯了Delphi/VB等RAD的拖放布局,使用Android的布局管理器还真不习惯.例如要实现下面的界面布局:则需要如下设置:1<LinearLayout2android:layout_width="wrap_content"3android:layout_height="wrap_content"4android:orientation="horizontal">56<TextView7android:id="@+id/textView1"8android:layout_width=" 阅读全文
posted @ 2012-05-02 05:26 garfieldtom 阅读(338) 评论(0) 推荐(0)