SimpleMobileTools/Simple-Calculator

Center all operation buttons

Opened this issue · 3 comments

tibbi commented

especially "X" is not centered vertically

This a bit tricky because it isn't that the content of the operation buttons aren't centred but because the operation characters look quite different.

I made a comparison here by putting the "×" operator and "9" in same button to show the alignment.

Screenshot_20230203_175147

Trying to fix the alignment by using paddings would mess things up as it will look different based on the screen size.
A possible solution here would be to replace the operation buttons with Icon buttons and use vector drawables.

do the issue fixed or not? I want to work on it.

tibbi commented

you can work on it