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

同问:为什么我的按钮显示不出来,我的代码和视频的一样也不行啊。还没解决呢



<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal" >
 <EditText 
        android:id="@+id/et_input"
        android:layout_width="fill_parent"
        android:layout_height="60dp"
        android:background="@drawable/white_bg"
        android:gravity="right|bottom"
        android:editable="false"
        />
    <LinearLayout
        android:layout_width="fill_parent"
        android:layout_height="wrap_content" 
        android:layout_marginTop="20dp"
        android:orientation="horizontal">
       

        <Button
            
            android:layout_width="60dp"
            android:layout_height="60dp"
            android:text="C" 
            android:textSize="20sp"
            android:id="@+id/clear"/>

        <Button
           
            android:layout_width="60dp"
            android:layout_height="60dp"
            android:text="DEL" 
            android:layout_marginLeft="10dp"
            android:id="@+id/del"/>

        <Button
            
            android:layout_width="60dp"
            android:layout_height="60dp"
            android:text="/" 
            android:layout_marginLeft="10dp"
            
            android:id="@+id/divide"/>

        <Button
            
            android:layout_width="60dp"
            android:layout_height="60dp"
            android:text="*" 
            android:layout_marginLeft="10dp"
            android:id="@+id/multiply"/>

    </LinearLayout>

    
    
   

  

</LinearLayout>


正在回答

1 回答

android:orientation="vertical" >

把最外层的LinearLayout改成vertical

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

阿飞大爷 提问者

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

举报

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

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

进入课程

同问:为什么我的按钮显示不出来,我的代码和视频的一样也不行啊。还没解决呢

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