mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
HTTP
This commit is contained in:
@@ -191,6 +191,8 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
||||
|
||||
cbSecure.setText(
|
||||
secure ? R.string.title_link_https : R.string.title_link_http);
|
||||
cbSecure.setCompoundDrawablesRelativeWithIntrinsicBounds(
|
||||
0, 0, secure ? 0 : R.drawable.twotone_http_24, 0);
|
||||
cbSecure.setTextColor(Helper.resolveColor(context,
|
||||
secure ? android.R.attr.textColorSecondary : R.attr.colorWarning));
|
||||
cbSecure.setTypeface(
|
||||
|
||||
Reference in New Issue
Block a user