Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个 ActionBar,但现在需要将其拆分为底部的另一个按钮。我知道它在 Java 中是如何工作的,但我需要在 C# 中使用 Xamarin 来完成。
有谁知道这是怎么做到的吗?
好,我知道了。
把它放在你的 AndroidManifest.xml 中:
<application android:label="MyAwesomeApp" android:uiOptions="splitActionBarWhenNarrow"></application>
这也可以,将其添加到活动 UiOptions = Android.Content.PM.UiOptions.SplitActionBarWhenNarrow