Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリをテストしていますが、設定を選択すると、設定画面にデフォルトの黒のテーマではなく白が表示されます。他のアプリは設定画面に適切な黒のテーマを表示するため、私のアプリだけです。
AndroidManifest.xml で Light テーマを使用していると思います。これらの PreferenceActivity では、テーマを次のように設定します。
<activity android:name="PreferenceActivity" android:theme="@android:style/Theme.Holo" > </activity>