mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Small layout improvements
This commit is contained in:
@@ -631,6 +631,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
|
||||
// Initialize
|
||||
Helper.setViewsEnabled(view, false);
|
||||
FragmentDialogTheme.setBackground(getContext(), view, false);
|
||||
|
||||
tvGmailHint.setVisibility(View.GONE);
|
||||
|
||||
|
||||
@@ -575,6 +575,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
|
||||
// Initialize
|
||||
Helper.setViewsEnabled(view, false);
|
||||
FragmentDialogTheme.setBackground(getContext(), view, false);
|
||||
|
||||
btnAutoConfig.setEnabled(false);
|
||||
pbAutoConfig.setVisibility(View.GONE);
|
||||
|
||||
@@ -363,6 +363,7 @@ public class FragmentPop extends FragmentBase {
|
||||
|
||||
// Initialize
|
||||
Helper.setViewsEnabled(view, false);
|
||||
FragmentDialogTheme.setBackground(getContext(), view, false);
|
||||
|
||||
if (!SSLHelper.customTrustManager()) {
|
||||
Helper.hide(cbInsecure);
|
||||
|
||||
Reference in New Issue
Block a user