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:
parent
1121fe6d94
commit
911e0d99c3
2 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,8 @@ public class FragmentAbout extends FragmentBase {
|
|||
llContributors.addView(tv);
|
||||
}
|
||||
|
||||
FragmentDialogTheme.setBackground(context, view, false);
|
||||
|
||||
return view;
|
||||
}
|
||||
|
||||
|
|
|
@ -71,6 +71,8 @@ public class FragmentLegend extends FragmentBase {
|
|||
}
|
||||
}
|
||||
|
||||
FragmentDialogTheme.setBackground(getContext(), view, false);
|
||||
|
||||
return view;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue