Smaller account/identity add button

This commit is contained in:
M66B 2024-02-04 21:58:21 +01:00
parent 6ba391245d
commit bf6577045b
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -210,7 +210,7 @@ public class FragmentIdentities extends FragmentBase {
grpReady.setVisibility(View.VISIBLE);
if (identities.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 {