从preferences.xml

时间:2015-09-07 15:56:55

标签: android xml android-fragments

我有一个Android应用程序,它有一个Fragment和preferences.xml。我很难从preferences.xml中的菜单项中打开片段。

以下是相关位:

的preferences.xml

<PreferenceScreen
android:key="pref_mypref"
android:title="My Pref"
android:persistent="false"
android:fragment="com.mypackage.MyFragment">
</PreferenceScreen>

是否可以从这样的首选项屏幕项打开片段?

0 个答案:

没有答案