I wrote a small program to evaluate expressions using the set. But on the small screen is the following
With keyboard and without keyboard
How to fix the Layout Issue?
solved the problem by adding in AndroidManifest.xml line
android:windowSoftInputMode="stateHidden|adjustPan"
thx for helping