mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-10 16:40:46 +01:00
make the formula view scale automatically
This commit is contained in:
parent
7c62587628
commit
126167c460
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user