我将此消息视为错误,无法运行该应用。
<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”这一行会导致错误。但是,它们使布局文件看起来像需要(在屏幕截图中)
以下是include标记
中的内容 <style name="RemoteButton">
<item name="android:layout_width"> 0dp </item>
<item name="android:layout_height"> match_parent </item>`
如何让它看起来像我需要而没有错误?谢谢
答案 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