android:weight的使用

android:weight属性能够根据手机高宽按设定比例显示控件

创新互联建站专注于建安企业网站建设,响应式网站开发,商城系统网站开发。建安网站建设公司,为建安等地区提供建站服务。全流程按需定制开发,专业设计,全程项目跟踪,创新互联建站专业和态度为您提供的服务

如:

宽度上按比例显示

                android:layout_marginTop="5dp"
                androidandroid:weight的使用rientation="horizontal"
                android:layout_width="fill_parent"----------------让其满宽
                android:layout_height="wrap_content">
                                android:id="@+id/first_sex1_4"
                    android:layout_marginLeft="15dp"
                    android:layout_width="0dp"---------设置0dp,让宽度由比例生成
                    android:layout_weight="1"
                    android:layout_height="50dp"/>
                                android:id="@+id/first_sex1_5"
                    android:layout_marginLeft="5dp"
                   android:layout_width="0dp"
                    android:layout_weight="3"
                    android:layout_height="50dp"/>         
        

注意现在android:layout_width="0dp"

最终3个按钮显示的宽度比例为1:3,和weight一样,值大的权高,显示宽度大


然而如果把 android:layout_width="fill_parent"

                android:layout_marginTop="5dp"
                androidandroid:weight的使用rientation="horizontal"
                android:layout_width="fill_parent"----------------让其满宽
                android:layout_height="wrap_content">
                                android:id="@+id/first_sex1_4"
                    android:layout_marginLeft="15dp"
                    android:layout_width="fill_parent"---------设置fill_parent,让宽度由比例生成
                    android:layout_weight="1"
                    android:layout_height="50dp"/>
                                android:id="@+id/first_sex1_5"
                    android:layout_marginLeft="5dp"
                   android:layout_width="fill_parent"
                    android:layout_weight="3"
                    android:layout_height="50dp"/>         
        

注意现在android:layout_width="fill_parent"

最终3个按钮显示的宽度比例为3:1,和weight相反,值大的权低,显示宽度小


分享标题:android:weight的使用
文章位置:http://bzwzjz.com/article/jocjpj.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 成都网站制作 四川成都网站设计 成都网站制作 成都网站建设 定制网站设计 成都企业网站建设 网站制作 营销网站建设 成都网站建设 成都网站建设公司 手机网站建设 成都网站设计 网站制作 成都网站建设公司 企业网站建设公司 成都网站建设 专业网站设计 成都网站制作 网站制作 网站建设 成都网站建设 成都营销网站建设