mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added EWS remark
This commit is contained in:
@@ -69,6 +69,7 @@ public class FragmentSetup extends FragmentBase {
|
||||
private Button btnAccount;
|
||||
|
||||
private Button btnIdentity;
|
||||
private TextView tvExchangeSupport;
|
||||
private TextView tvIdentityWhat;
|
||||
private TextView tvNoComposable;
|
||||
|
||||
@@ -123,6 +124,7 @@ public class FragmentSetup extends FragmentBase {
|
||||
btnAccount = view.findViewById(R.id.btnAccount);
|
||||
|
||||
btnIdentity = view.findViewById(R.id.btnIdentity);
|
||||
tvExchangeSupport = view.findViewById(R.id.tvExchangeSupport);
|
||||
tvIdentityWhat = view.findViewById(R.id.tvIdentityWhat);
|
||||
tvNoComposable = view.findViewById(R.id.tvNoComposable);
|
||||
|
||||
@@ -259,6 +261,14 @@ public class FragmentSetup extends FragmentBase {
|
||||
}
|
||||
});
|
||||
|
||||
tvExchangeSupport.setPaintFlags(tvExchangeSupport.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
|
||||
tvExchangeSupport.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
Helper.viewFAQ(v.getContext(), 8);
|
||||
}
|
||||
});
|
||||
|
||||
tvIdentityWhat.setPaintFlags(tvIdentityWhat.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
|
||||
tvIdentityWhat.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user