为了账号安全,请及时绑定邮箱和手机立即绑定

求问,哪里出问题了

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/container"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"http://img1.sycdn.imooc.com//57ad4fc00001cfbb04550525.jpg    tools:context="com.example.caculate.MainActivity"
    tools:ignore="MergeRootFrame" >
   
<EditText
    android:layout_width="match_parent"
    android:layout_height="60dip"
    android:editable="false"
    android:hint="请输入数字"
    android:gravity="right|bottom"
    android:textSize="40dp"
    android:background="@drawable/input_c"
   
   
    />
    <LinearLayout
    android:layout_width="fill_parent"
    android:layout_height="match_parent"
    android:orientation="horizontal"
    android:layout_marginTop="20dp"
    android:gravity="center_horizontal"
    >
    <Button
       android:layout_width="60dp"
       android:layout_height="60dp"
       android:text="c"
    android:layout_marginLeft="20dp"
       android:id="@+id/clear"
        android:background="@drawable/button_c"
       />
      <Button
       android:layout_width="60dp"
       android:layout_height="60dp"
       android:text="DEL"
       android:layout_marginLeft="20dp"
       android:id="@+id/Delate"
        android:background="@drawable/button_c"/>
        <Button
       android:layout_width="60dp"
       android:layout_height="60dp"
       android:text="/"
       android:layout_marginLeft="20dp"
       android:id="@+id/chu"
        android:background="@drawable/button_c"/>
          <Button
       android:layout_width="60dp"
       android:layout_height="60dp"
       android:text="x"
       android:layout_marginLeft="20dp"
       android:id="@+id/mut"
        android:background="@drawable/button_c"/>


       


    </LinearLayout>
     <LinearLayout
    android:layout_width="fill_parent"
    android:layout_height="match_parent"
    android:orientation="horizontal"
    android:layout_marginTop="20dp"
    android:gravity="center_horizontal"
    >
    <Button
       android:layout_width="60dp"
       android:layout_height="60dp"
       android:text="c"
    android:layout_marginLeft="20dp"
       android:id="@+id/clear"
        android:background="@drawable/button_c"
       />
      <Button
       android:layout_width="60dp"
       android:layout_height="60dp"
       android:text="DEL"
       android:layout_marginLeft="20dp"
       android:id="@+id/Delate"
        android:background="@drawable/button_c"/>
        <Button
       android:layout_width="60dp"
       android:layout_height="60dp"
       android:text="/"
       android:layout_marginLeft="20dp"
       android:id="@+id/chu"
        android:background="@drawable/button_c"/>
          <Button
       android:layout_width="60dp"
       android:layout_height="60dp"
       android:text="x"
       android:layout_marginLeft="20dp"
       android:id="@+id/mut"
        android:background="@drawable/button_c"/>
    </LinearLayout>
 
</LinearLayout>

第二组的按钮跑到了下面

正在回答

3 回答

把你除了最大的(就是第一个)linearlayout以外其余的linearlayout的高度给改成wrap_content就可以了;每一组要都站满了下面的空间自然就没办法出现了

0 回复 有任何疑惑可以回复我~
#1

skyking524 提问者

非常感谢!
2016-08-14 回复 有任何疑惑可以回复我~

最关键的是你最大的linearlayout里面没有写orientation啊 

0 回复 有任何疑惑可以回复我~

而且新版本的editable已经无法编译了,改成focusable= “false”

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312585    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

求问,哪里出问题了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信