Style info color

This commit is contained in:
M66B
2019-12-27 09:10:54 +01:00
parent 1ca1427abb
commit d3be9afeea
11 changed files with 42 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ public class ToastEx extends Toast {
view.setBackground(context.getResources().getDrawable(R.drawable.toast_background, context.getTheme()));
TextView tv = view.findViewById(android.R.id.message);
tv.setTextColor(Helper.resolveColor(context, R.attr.colorToastForeground));
tv.setTextColor(Helper.resolveColor(context, R.attr.colorInfoForeground));
tv.setText(text);
toast.setView(view);
toast.setDuration(duration);