mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
make the formula view scale automatically
This commit is contained in:
@ -30,6 +30,7 @@ public class MainActivity extends AppCompatActivity implements Calculator {
|
||||
calc = new CalculatorImpl(this);
|
||||
setupResultView();
|
||||
AutofitHelper.create(result);
|
||||
AutofitHelper.create(formula);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user