mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Smaller account/identity add button
This commit is contained in:
@@ -330,7 +330,7 @@ public class FragmentAccounts extends FragmentBase {
|
||||
grpReady.setVisibility(View.VISIBLE);
|
||||
|
||||
if (accounts.size() == 0) {
|
||||
fab.setCustomSize(Helper.dp2pixels(context, 2 * 56));
|
||||
fab.setCustomSize(Helper.dp2pixels(context, 3 * 56 / 2));
|
||||
if (animator != null && !animator.isStarted())
|
||||
animator.start();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user