学徒COS 2016-04-12 10:17 采纳率: 100%
浏览 1624
已采纳

#15: You must supply a layout_height attribute

xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/LinearLayout2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="${packageName}.${activityClass}" >

<EditText
    android:id="@+id/TitleEditText"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:ems="10" />

<EditText
    android:id="@+id/ContentEditText"
    android:layout_width="match_parent"
    android:layout_weight="0.86"
    android:layout_height="wrap_content"
    android:ems="10" >

    <requestFocus />
</EditText>

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content" >

    <Button
        android:id="@+id/AddButton"
        android:layout_height="wrap_content"
        android:layout_weight="17.48"
        android:text="增加" />

    <Button
        android:id="@+id/SearchButton"
        android:layout_width="160dp"
        android:layout_height="wrap_content"
        android:layout_weight="1.14"
        android:text="查看" />

</LinearLayout>


报错如上;表示看不懂哪里错了。

  • 写回答

1条回答 默认 最新

  • 学徒COS 2016-04-12 10:47
    关注

    我去。我搞定了。这是代码。留给后人
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/LinearLayout2"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
    tools:context="${packageName}.${activityClass}" >

    <EditText
        android:id="@+id/TitleEditText"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
         android:hint="@null"
        android:ems="10" />
    
    <EditText
        android:id="@+id/ContentEditText"
        android:layout_width="fill_parent"
        android:layout_weight="0.86"
        android:layout_height="0dp"
         android:hint="@null"
        android:ems="10" >
    </EditText>
    
    <LinearLayout
        android:layout_width="fill_parent"
        android:layout_height="wrap_content" >
    
        <Button
            android:id="@+id/AddButton"
            android:layout_height="wrap_content"
            android:layout_width="160dp"
            android:text="增加" />
    
        <Button
            android:id="@+id/SearchButton"
            android:layout_width="160dp"
            android:layout_height="wrap_content"
            android:layout_weight="1.14"
            android:text="查看" />
    
    </LinearLayout>
    

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 请问一下这个运行结果是怎么来的
  • ¥15 单通道放大电路的工作原理
  • ¥30 YOLO检测微调结果p为1
  • ¥20 求快手直播间榜单匿名采集ID用户名简单能学会的
  • ¥15 DS18B20内部ADC模数转换器
  • ¥15 做个有关计算的小程序
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合