mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added warning icon to send dialog
This commit is contained in:
@@ -262,6 +262,9 @@ public class FragmentDialogSend extends FragmentDialogBase {
|
||||
ibMore.setImageTintList(ColorStateList.valueOf(color));
|
||||
tvMore.setTextColor(color);
|
||||
tvMore.setTypeface(warning ? Typeface.DEFAULT_BOLD : Typeface.DEFAULT);
|
||||
tvMore.setCompoundDrawablesRelativeWithIntrinsicBounds(
|
||||
0, 0,
|
||||
warning ? R.drawable.twotone_warning_24 : 0, 0);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user