don't set settings card background programatically
Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
parent
ab0633ca26
commit
d5bb82c5de
1 changed files with 0 additions and 7 deletions
|
@ -50,13 +50,6 @@ abstract class BaseXmlSettingsFragment extends PreferenceFragmentCompat
|
|||
{
|
||||
super.onViewCreated(view, savedInstanceState);
|
||||
|
||||
int color;
|
||||
if (ThemeUtils.isDefaultTheme(requireContext()))
|
||||
color = ContextCompat.getColor(requireContext(), R.color.bg_cards);
|
||||
else
|
||||
color = ContextCompat.getColor(requireContext(), R.color.bg_cards_night);
|
||||
view.setBackgroundColor(color);
|
||||
|
||||
RecyclerView recyclerView = getListView();
|
||||
ViewCompat.setOnApplyWindowInsetsListener(recyclerView, new ScrollableContentInsetsListener(recyclerView));
|
||||
}
|
||||
|
|
Reference in a new issue