如何解决:xml-关于 XML 视图组成的相关问题

问题描述

关于 XML 视图组成的相关问题
<?xml version=""1.0"" encoding=""utf-8""?><LinearLayout  xmlns:android=""http://schemas.android.com/apk/res/android""  android:orientation=""vertical""  android:layout_width=""match_parent""  android:gravity=""center""  android:layout_height=""match_parent"">    <LinearLayout android:layout_height=""wrap_content"" android:layout_marginLeft=""5dip"" android:layout_marginRight=""10dip"" android:layout_weight=""1"" android:background=""@drawable/gray_bg"" android:gravity=""center"" android:id=""@+id/linearLayout2"" android:orientation=""vertical"" android:layout_width=""wrap_content"">    <LinearLayout android:layout_height=""wrap_content"" android:layout_marginTop=""10dip"" android:gravity=""center"" android:id=""@+id/linearLayout1"" android:layout_width=""wrap_content"">        <Button            android:text=""Offers"" android:layout_marginRight=""10dip""    android:background=""@drawable/gray_btn""            android:id=""@+id/button1""   android:layout_width=""wrap_content""            android:layout_height=""wrap_content"">        </Button>        <Button android:text=""Daily Deals"" android:layout_marginRight=""10dip""   android:background=""@drawable/gray_btn""            android:layout_width=""wrap_content"" android:layout_height=""wrap_content""            android:id=""@+id/button2"">        </Button>        <Button android:text=""Photos"" android:layout_marginRight=""10dip"" android:background=""@drawable/gray_btn""            android:id=""@+id/button3""            android:layout_width=""wrap_content""            android:layout_height=""wrap_content"">        </Button>    </LinearLayout>    <LinearLayout android:layout_height=""wrap_content"" android:layout_marginTop=""10dip"" android:gravity=""center"" android:id=""@+id/linearLayout1"" android:layout_width=""wrap_content"">        <Button            android:text=""Videos"" android:layout_marginRight=""10dip"" android:background=""@drawable/gray_btn""            android:id=""@+id/btnVideos""     android:layout_width=""wrap_content""            android:layout_height=""wrap_content"">        </Button>        <Button android:text=""Maps"" android:layout_marginRight=""10dip"" android:background=""@drawable/gray_btn""            android:layout_width=""wrap_content"" android:layout_height=""wrap_content""            android:id=""@+id/button2"">        </Button>        <Button android:text=""Email"" android:layout_marginRight=""10dip"" android:background=""@drawable/gray_btn""            android:id=""@+id/button3""            android:layout_width=""wrap_content""            android:layout_height=""wrap_content"">        </Button>    </LinearLayout>    <LinearLayout android:layout_height=""wrap_content"" android:layout_marginTop=""10dip"" android:gravity=""center"" android:id=""@+id/linearLayout1"" android:layout_width=""wrap_content"">        <Button android:id=""@+id/btnRecommend""             android:background=""@drawable/recommend_btn""             android:scaleType=""fitXY""              android:layout_height=""wrap_content""             android:onClick=""btnSubNavigationPressed"" android:layout_width=""wrap_content"">             </Button>    </LinearLayout>    </LinearLayout></LinearLayout>

我想让最后的一个按钮的宽度和上面两行按钮的宽度相同,如何实现这个功能呢?

解决方案

你可以用两种方法做:

android:layout_span=""3""

或者

android:layout_weight=""1"" android:layout_height=""wrap_content"" android:layout_width=""0dip""
时间: 2025-01-26 13:42:44

如何解决:xml-关于 XML 视图组成的相关问题的相关文章

android studio-大侠,AS 运行虚拟机出现这个错误怎么解决,v21/value-v21.xml是什么?

问题描述 大侠,AS 运行虚拟机出现这个错误怎么解决,v21/value-v21.xml是什么? 解决方案 为了适配21版本的系统的手机设置的value

亲密接触xml(1)---XML简介

xml   XML简介:什么是XML,它与HTML有什么不同.   如何使用XML:使用XML的几种方式.   XML语法:XML的简单但非常严格的语法规则.   XML元素:XML元素.关系.内容及命名规则.   XML属性:XML属性是如何用来描述元素以及提供元素的附加信息的.   XML确认:一个格式良好的XML与一个有效的XML之间的主要区别,一个DTD是如何用来定义XML文档的.   XML在Netscape和Explorer中的支持情况:关于XML在这两个最著名的浏览器上的支持情况.

亲密接触xml(9)XML在Netscape和Explorer中

xml   在这个Web站点中,我们集中讨论Internet Explorer 5.0 对XML的支持, 因为Netscape 对XML的支持比较差.也许这种情况会改变.       XML在这个Web站点上       许多应用程序都支持XML.我们集中讨论Internet Explorer 5.0. 你们中的有些人会对此抱怨,但是我们这样做只是因为这是我们所知道的唯一的可行途径,我们这样来说明在 Internet上的真实的XML的例子.我们很遗憾地说--在我们等待Netscape的同时--我

【转载】Web Services&amp;amp;XML:XML与HTML的结合(数据岛的应用)

    目前,许多Web网站的内容数据都存放在数据库或数据文件中.对于Web程序开发人员来说,如果要想把有用的信息从数据库中提取出来,传统的方法 是在服务器端编写脚本程序(如VBScript.javascript.CGI.ASP.Perl等等),通过对数据库执行SQL查询得到相关记录,然后 把查询结果组织成HTML页面返回给客户端,用户使用浏览器观察最终结果. 为了提高系统服务的灵活性.可扩展性,使服务对象范围更 广,许多商业网站都尽可能地把商务规则.原始数据和表现形式当做相互独立的服务分别提供

XML指南——XML 浏览器(Netscape、Explorer)

xml|浏览器    在我们这个XML指南里,我们把焦点放在Internet Explorer 5.0及其以后的版本上. Web站点上的XML 许多应用程序都支持XML.我们主要研究Internet Explorer 5.X+ 对此有些人可能会抱怨,但是我们只想把事情简单化,在网络环境中这时我们所知道的唯一一个真实测试XML例子的方法. XML Netscape 6 Netscape 6 支持 XML. 在Netscape 6中察看XML源文件可以在页面上点鼠标右键,然后选择"察看源文件&quo

XML指南——XML 确认

xml    符合语法的XML文档称为结构良好的XML文档. 通过DTD验证的XML文档称为有效的XML文档. "结构良好的" XML文档 一个结构良好的XML文档应该使用正确的语法. 一个结构良好的XML文档应该遵守XML语法规则,前面一章给出的例子就是一个结构良好的XML文档: <?xml version="1.0" encoding="ISO-8859-1"?> <note> <to>Tove</t

XML指南——XML 属性

xml    跟HTML一样,XML元素再开始标记处可以由元素属性. 属性通常包含一些关于元素的额外信息. XML属性 XML元素可以拥有属性. 你一定还记得这样的HTML代码吧: <IMG SRC="computer.gif">.src是img元素的属性,提供了关于img元素的额外信息. 在HTML中 (在XML中也一样)元素的属性提供了元素的额外信息. <img src="computer.gif"> <a href="d

XML指南——XML元素

xml    XML元素是可以扩展的,它们之间有关联. XML元素有简单的命名规则. XML元素是可以扩展的 XML文档可以被扩展一边携带更多的信息. 请看下面的XML便条例子: <note> <to>Lin</to> <from>Ordm</from> <body>Don't forget me this weekend!</body> </note> 让我们来设想一个能够读取此XML文档的并能解读其中XML

XML指南——XML 语法

xml|语法    XML的语法规则既简单又严格,非常容易学习和使用. 正因为如此,编写读取和操作XML的软件也是相对容易的事情. 一个XML文档的例子 XML文档使用了自描述的和简单的语法. <?xml version="1.0" encoding="ISO-8859-1"?> <note> <to>Lin</to> <from>Ordm</from> <heading>Remin