I am using a PreferenceFragment
(without a ListView
), but am unable to set the background color, and it seems to be transparent.
How can I set the background color to white with PreferenceFragment
?
EDIT: first screenshot:
Overriding onCreateView not work -