在主布局中我想使用类似的东西
<PreferenceCategory
android:summary="@string/menu_language_settings"
android:title="@string/menu_language_settings" >
但在这里我只有
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:paddingTop="50dp" >
如何在主布局中使用类别?这在主布局中甚至可能吗?