Nested preferences.xml

Is it somehow possible to include one preferences.xml into another, like it can be done for layouts with the tag?

Let's say:

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen 
    xmlns:android="http://schemas.android.com/apk/res/android">
    <PreferenceScreen 
        android:title="@string/pref_group_title_visual">
        <include 
            preferences_filename="xml/pref_visual"/>
    </PreferenceScreen>
...
32
задан GrAnd 15 March 2011 в 16:11
поделиться