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"?>