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); calc = new CalculatorImpl(this);
setupResultView(); setupResultView();
AutofitHelper.create(result); AutofitHelper.create(result);
AutofitHelper.create(formula);
} }
@Override @Override