我在我的 Android 应用程序上的主要活动是 MasterDetailFlow 活动,我不知道如何将项目添加到 ActionBar。我使用了开发者网站上的这段代码:
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/menu_settings"
android:title="@string/menu_settings"
android:showAsAction="ifRoom|withText" />
</menu>
我的 XML 文件res/layout
如下:
- activity_item_detail.xml
- activity_item_list.xml
- activity_item_twopane.xml
- fragment_item_detail.xml
当我将上面的 XML 代码添加到其中任何一个时,我得到一个错误:The markup in the document following the root element must be well-formed.
没有一个文件以<?xml version="1.0" encoding="utf-8"?>