gpt4 book ai didi

android - 无法将自定义标题与其他标题功能组合

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:58:24 25 4
gpt4 key购买 nike

我明白错误告诉我的是什么,但我不知道我可以使用它认为我试图与自定义标题结合的标题功能。

检查标题.axml

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/inspectionTitle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:marqueeRepeatLimit="-1"/>

电梯检测.cs

[Activity(ScreenOrientation = Android.Content.PM.ScreenOrientation.Portrait)]
public class LiftInspection : ExpandableListActivity
{
protected override void OnCreate(Bundle bundle)
{
base.OnCreate(bundle);

string callInfo = Intent.GetStringExtra("CallInfo");

RequestWindowFeature(WindowFeatures.CustomTitle);
SetContentView(Resource.Layout.LiftInspection);
Window.SetFeatureInt(WindowFeatures.CustomTitle, Resource.Layout.inspection_title);

TextView title = (TextView) FindViewById(Resource.Id.inspectionTitle);
title.Text = callInfo;
}

list 或任何东西中没有额外的标题定制。什么可能与 CustomTitle 结合生成此异常?

最佳答案

如果你的主题名称是“AppTheme”,请检查 AndroidManifest.xml,如果是,请尝试将其更改为任何其他名称,这很奇怪,但它对我有帮助

关于android - 无法将自定义标题与其他标题功能组合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9994141/

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