make the formula view scale automatically

This commit is contained in:
tibbi 2016-06-01 16:31:36 +02:00
parent 7c62587628
commit 126167c460

View file

@ -30,6 +30,7 @@ public class MainActivity extends AppCompatActivity implements Calculator {
calc = new CalculatorImpl(this);
setupResultView();
AutofitHelper.create(result);
AutofitHelper.create(formula);
}
@Override