除非在<include>标记上同时指定layout_width和layout_height,否则将忽略布局参数layout_weight

时间:2015-09-24 10:31:30

标签: java android

我将此消息视为错误,无法运行该应用。

    <include 
    android:layout_weight="1"
    layout="@layout/button_row"/>
<include 
    android:layout_weight="1"
    layout="@layout/button_row"/>
<include 
    android:layout_weight="1"
    layout="@layout/button_row"/>    
 <include 

    layout="@layout/button_row"
    android:layout_weight="1"/>   

android:layout_weight =“1”这一行会导致错误。但是,它们使布局文件看起来像需要(在屏幕截图中)enter image description here

以下是include标记

中的内容
   <style name="RemoteButton">
    <item name="android:layout_width"> 0dp </item>
    <item name="android:layout_height"> match_parent </item>`

如何让它看起来像我需要而没有错误?谢谢

1 个答案:

答案 0 :(得分:0)

public class Car implements JsonSerializable{ Map map = new HashMap(); @Override public void serialize(JsonGenerator arg0, SerializerProvider arg1) throws IOException, JsonProcessingException { arg0.writeObject(map); } } 更改为此 它将工作相同的

styles.xml