gpt4 book ai didi

Android Studio 隐藏标题栏崩溃应用程序

转载 作者:搜寻专家 更新时间:2023-11-01 08:45:46 26 4
gpt4 key购买 nike

我试图在我的应用程序中隐藏标题栏,我看到了很多教程,但没有一个有效,我的应用程序立即崩溃。这是我的 list 。当我从 @style/AppTheme 更改为 @android:style/Theme.NoTitleBar 时,我手机上的应用程序崩溃了

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="hr.com.thetta.www.pleasurre" >

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar" >
<activity
android:name=".PleasurreMain"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
<uses-permission android:name="android.permission.INTERNET" />
</manifest>

最佳答案

如果你正在使用支持库,你应该使用

Theme.AppCompat.NoActionBar

代替

Theme.NoActionBar

关于Android Studio 隐藏标题栏崩溃应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28420072/

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