I am using a PreferenceFragment (without a ListView), but am unable to set the background color, and it seems to be transparent.
PreferenceFragment
ListView
How can I
try this.
@Override public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) { super.onViewCreated(view, savedInstanceState); getListView().setBackgroundColor(Color.BLACK); }