メインレイアウトでは、次のようなものを使用したいと思います
<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" >
メイン レイアウトでカテゴリを使用するにはどうすればよいですか? これはメインレイアウトでも可能ですか?