Fixed background color for tabular layout

This commit is contained in:
M66B 2024-05-28 17:10:18 +02:00
parent 44d9f820f4
commit 662b39d3fd
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ public class FragmentDialogTheme extends FragmentDialogBase {
}
if (color == null)
if (black)
if (dark && black)
color = Color.BLACK;
else {
TypedValue a = new TypedValue();