gpt4 book ai didi

java - Android 应用程序 - 当我调试应用程序时,工具栏消失了

转载 作者:行者123 更新时间:2023-11-29 20:00:59 25 4
gpt4 key购买 nike

<分区>

在 Android Studio 中,应用程序显示如我所料。虽然在调试应用程序时,显示应用程序名称的横幅消失了。

我哪里出错了?

为了更清楚,下面是它在 Android Studio 中的显示方式:

enter image description here

这是我运行应用程序时的显示方式(如您所见,没有横幅)

enter image description here

activity_main.xml

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.it5.foothillers.MainActivity"
android:background="#f4f4f4">

<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:weightSum="1"
android:paddingEnd="0dp"
android:paddingStart="0dp"
android:layout_margin="0dp">

<Button
android:layout_width="fill_parent"
android:layout_height="23dp"
android:text="NEWS"
android:id="@+id/button"
android:layout_weight="0.28"
android:background="@android:color/holo_blue_bright"
android:textColor="#ffffff"
android:textSize="48dp" />

<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="SPORTS"
android:id="@+id/button2"
android:layout_weight="0.20"
android:background="@android:color/holo_blue_light"
android:textColor="#ffffff"
android:textSize="48dp" />

<Button
android:layout_width="match_parent"
android:layout_height="24dp"
android:text="EVENTS"
android:id="@+id/button3"
android:layout_weight="0.29"
android:background="@android:color/holo_blue_dark"
android:textColor="#ffffff"
android:textSize="48dp" />

<Button
android:layout_width="match_parent"
android:layout_height="24dp"
android:text="MORE"
android:id="@+id/button4"
android:layout_weight="0.24"
android:background="#f1f108"
android:textSize="48dp" />
</LinearLayout>
</RelativeLayout>

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com