Beige background for legend/about

pull/205/head 1.1722
M66B 3 years ago
parent 1121fe6d94
commit 911e0d99c3

@ -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…
Cancel
Save