Big, bigger, bigest

pull/194/merge
M66B 4 years ago
parent b2a37f61cc
commit 67b6b103dd

@ -333,7 +333,7 @@ public class FragmentAccounts extends FragmentBase {
grpReady.setVisibility(View.VISIBLE); grpReady.setVisibility(View.VISIBLE);
if (accounts.size() == 0) { if (accounts.size() == 0) {
fab.setCustomSize(Helper.dp2pixels(context, 3 * 56 / 2)); fab.setCustomSize(Helper.dp2pixels(context, 2 * 56));
if (!animator.isStarted()) if (!animator.isStarted())
animator.start(); animator.start();
} else { } else {

@ -217,7 +217,7 @@ public class FragmentIdentities extends FragmentBase {
grpReady.setVisibility(View.VISIBLE); grpReady.setVisibility(View.VISIBLE);
if (identities.size() == 0) { if (identities.size() == 0) {
fab.setCustomSize(Helper.dp2pixels(context, 3 * 56 / 2)); fab.setCustomSize(Helper.dp2pixels(context, 2 * 56));
if (!animator.isStarted()) if (!animator.isStarted())
animator.start(); animator.start();
} else { } else {

Loading…
Cancel
Save