1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-04 06:20:26 +00:00

Beige background for legend/about

This commit is contained in:
M66B 2021-09-14 09:52:08 +02:00
parent 1121fe6d94
commit 911e0d99c3
2 changed files with 4 additions and 0 deletions

View file

@ -109,6 +109,8 @@ public class FragmentAbout extends FragmentBase {
llContributors.addView(tv);
}
FragmentDialogTheme.setBackground(context, view, false);
return view;
}

View file

@ -71,6 +71,8 @@ public class FragmentLegend extends FragmentBase {
}
}
FragmentDialogTheme.setBackground(getContext(), view, false);
return view;
}