mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-17 23:59:53 +01: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