隐藏标题栏xamarin

时间:2018-12-17 23:05:57

标签: android xamarin

你好,我试图摆脱标题栏,我已经尝试了很多方法:

添加和删除:android:theme="@android:style/Theme.NoTitleBar 添加:Window.RequestFeature(WindowFeatures.NoTitle);(在base.OnCreate之前和之后)

我也试图改变主题。似乎没有任何作用。

有谁可能有不同的解决方案?我对编码很陌生

1 个答案:

答案 0 :(得分:0)

我认为您要查找的属性可能是:

android:theme="@android:style/Theme.AppCompact.NoActionBar

android:theme="@android:style/Theme.AppCompact.Light.NoActionBar

文档: https://developer.android.com/reference/android/support/v7/appcompat/R.style.html#Theme_AppCompat_NoActionBar