mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-05 10:17:43 +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);
|
||||
setupResultView();
|
||||
AutofitHelper.create(result);
|
||||
AutofitHelper.create(formula);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user