修改夜间模式配色

This commit is contained in:
leafwai
2022-03-30 11:38:30 +08:00
parent 0ef0ed7c50
commit 9303f534d9
89 changed files with 232 additions and 173 deletions

View File

@ -846,7 +846,7 @@ public class DialogUtils {
LinearLayout container = new LinearLayout(context);
container.setOrientation(LinearLayout.VERTICAL);
container.setBackgroundColor(Color.WHITE);
container.setBackgroundColor(ContextCompat.getColor(context, R.color.background_white));
container.setPadding(0, DisplayUtils.dip2px(context, 12f), 0, DisplayUtils.dip2px(context, 12f));
for (String option : options) {