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

我这样写图片是黑色的,不知道为什么

<?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="match_parent"
    android:orientation="vertical">

    <Button
        android:id="@+id/button1"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:text="Button" />

    <Button
        android:id="@+id/button2"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:text="Button" />
    
</linearLayout>

正在回答

2 回答

因为你两个按钮长宽都铺满屏幕,叠加在一起了

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

菜鸟学_PHP 提问者

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

我觉得是默认配置的原因,代码没错,在我的电脑运行很正常,当然,因为按钮叠加只能看见一个按钮了。也许是电脑卡了?。

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

举报

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

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

进入课程

我这样写图片是黑色的,不知道为什么

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