浮浅小语 2021-09-05 21:22 采纳率: 100%
浏览 26
已结题

Android studio软件代码出错了……

我的Android 想要有一个这样的图:

img

但是,我写出来的代码只有“Hello word”的样式,而且,代码似乎也有点毛病,不知道有没有大佬能指点一下,我也是刚学这个,看不太懂。代码如下:

<Button
    android:id="@+id/btn1"
    android:layout_width="152dp"
    android:layout_height="152dp"
    android:layout_centerInParent="true"
    android:layout_margin="20dp"
    android:text="1" />

<Button
    android:layout_width="100dp"
    android:layout_height="wrap_content"
    android:layout_below="@id/btn1"
    android:layout_alignLeft="@id/btn1"
    android:text="2" />

<Button
    android:layout_width="100dp"
    android:layout_height="wrap_content"
    android:layout_toLeftOf="@id/btn1"
    android:layout_alignTop="@id/btn1"
    android:text="3" />

<Button
    android:layout_width="100dp"
    android:layout_height="wrap_content"
    android:layout_above="@id/btn1"
    android:layout_alignRight="@id/btn1"
    android:text="4" />

<Button
    android:layout_width="100dp"
    android:layout_height="wrap_content"
    android:layout_toRightOf="@id/btn1"
    android:layout_alignBottom="@id/btn1"
    android:text="5" />
  • 写回答

2条回答 默认 最新

查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 9月15日
  • 已采纳回答 9月7日
  • 创建了问题 9月5日

悬赏问题

  • ¥15 删除虚拟显示器驱动 删除所有 Xorg 配置文件 删除显示器缓存文件 重启系统 可是依旧无法退出虚拟显示器
  • ¥15 vscode程序一直报同样的错,如何解决?
  • ¥15 关于使用unity中遇到的问题
  • ¥15 开放世界如何写线性关卡的用例(类似原神)
  • ¥15 关于并联谐振电磁感应加热
  • ¥15 this signal is connected to multiple drivers怎么解决
  • ¥60 请查询全国几个煤炭大省近十年的煤炭铁路及公路的货物周转量
  • ¥15 请帮我看看我这道c语言题到底漏了哪种情况吧!
  • ¥66 如何制作支付宝扫码跳转到发红包界面
  • ¥15 pnpm 下载element-plus