欢迎来到天天文库
浏览记录
ID:16148027
大小:111.00 KB
页数:4页
时间:2018-08-08
《线性布局和相对布局》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、线性布局:是一个ViewGroup以线性方向显示它的子视图(view)元素,即垂直地或水平地。2、l"> 3、ndroid:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Hello,IamaButton2" android:layout_weight="1" /> 4、ndroid:layout_weight="1" /> 5、:layout_height="wrap_content" android:text="Hello,IamaButton5" android:layout_weight="1" />效果图:如果你在android:orientation="horizontal"设置为vertical,则是是垂直或者说是纵向的,如下图所示:android:layout_weight如果两个文本编辑元素其中第一个的layout_weight值设置为1,而第二个的设置为2,则剩余空间的三分之二分给第一个,三分之一分给第二个(数值越小,重要度越高)。 相对布局6、:是一个ViewGroup以相对位置显示它的子视图(view)元素,一个视图可以指定相对于它的兄弟视图的位置(例如在给定视图的左边或者下面)或相对于RelativeLayout的特定区域的位置(例如底部对齐,或中间偏左)。相对布局是设计用户界面的有力工具,因为它消除了嵌套视图组。如果你发现你使用了多个嵌套的LinearLayout视图组后,你可以考虑使用一个RelativeLayout视图组了。7、apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
2、l"> 3、ndroid:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Hello,IamaButton2" android:layout_weight="1" /> 4、ndroid:layout_weight="1" /> 5、:layout_height="wrap_content" android:text="Hello,IamaButton5" android:layout_weight="1" />效果图:如果你在android:orientation="horizontal"设置为vertical,则是是垂直或者说是纵向的,如下图所示:android:layout_weight如果两个文本编辑元素其中第一个的layout_weight值设置为1,而第二个的设置为2,则剩余空间的三分之二分给第一个,三分之一分给第二个(数值越小,重要度越高)。 相对布局6、:是一个ViewGroup以相对位置显示它的子视图(view)元素,一个视图可以指定相对于它的兄弟视图的位置(例如在给定视图的左边或者下面)或相对于RelativeLayout的特定区域的位置(例如底部对齐,或中间偏左)。相对布局是设计用户界面的有力工具,因为它消除了嵌套视图组。如果你发现你使用了多个嵌套的LinearLayout视图组后,你可以考虑使用一个RelativeLayout视图组了。7、apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
3、ndroid:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Hello,IamaButton2" android:layout_weight="1" /> 4、ndroid:layout_weight="1" /> 5、:layout_height="wrap_content" android:text="Hello,IamaButton5" android:layout_weight="1" />效果图:如果你在android:orientation="horizontal"设置为vertical,则是是垂直或者说是纵向的,如下图所示:android:layout_weight如果两个文本编辑元素其中第一个的layout_weight值设置为1,而第二个的设置为2,则剩余空间的三分之二分给第一个,三分之一分给第二个(数值越小,重要度越高)。 相对布局6、:是一个ViewGroup以相对位置显示它的子视图(view)元素,一个视图可以指定相对于它的兄弟视图的位置(例如在给定视图的左边或者下面)或相对于RelativeLayout的特定区域的位置(例如底部对齐,或中间偏左)。相对布局是设计用户界面的有力工具,因为它消除了嵌套视图组。如果你发现你使用了多个嵌套的LinearLayout视图组后,你可以考虑使用一个RelativeLayout视图组了。7、apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
4、ndroid:layout_weight="1" /> 5、:layout_height="wrap_content" android:text="Hello,IamaButton5" android:layout_weight="1" />效果图:如果你在android:orientation="horizontal"设置为vertical,则是是垂直或者说是纵向的,如下图所示:android:layout_weight如果两个文本编辑元素其中第一个的layout_weight值设置为1,而第二个的设置为2,则剩余空间的三分之二分给第一个,三分之一分给第二个(数值越小,重要度越高)。 相对布局6、:是一个ViewGroup以相对位置显示它的子视图(view)元素,一个视图可以指定相对于它的兄弟视图的位置(例如在给定视图的左边或者下面)或相对于RelativeLayout的特定区域的位置(例如底部对齐,或中间偏左)。相对布局是设计用户界面的有力工具,因为它消除了嵌套视图组。如果你发现你使用了多个嵌套的LinearLayout视图组后,你可以考虑使用一个RelativeLayout视图组了。7、apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
5、:layout_height="wrap_content" android:text="Hello,IamaButton5" android:layout_weight="1" />效果图:如果你在android:orientation="horizontal"设置为vertical,则是是垂直或者说是纵向的,如下图所示:android:layout_weight如果两个文本编辑元素其中第一个的layout_weight值设置为1,而第二个的设置为2,则剩余空间的三分之二分给第一个,三分之一分给第二个(数值越小,重要度越高)。 相对布局
6、:是一个ViewGroup以相对位置显示它的子视图(view)元素,一个视图可以指定相对于它的兄弟视图的位置(例如在给定视图的左边或者下面)或相对于RelativeLayout的特定区域的位置(例如底部对齐,或中间偏左)。相对布局是设计用户界面的有力工具,因为它消除了嵌套视图组。如果你发现你使用了多个嵌套的LinearLayout视图组后,你可以考虑使用一个RelativeLayout视图组了。7、apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
7、apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
此文档下载收益归作者所有