You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Along with the keyboard being too large in Landscape mode, the keyboard is also too large on smaller DPI devices (5 inches and lower to be exact), and would be taller than needed, and would also overlap the screen's edges. This can be fixed by providing different XML files depending on HDPI settings.
PREFERRED: Make explicit XML files for different HDPI sizes (ex: layout-xlarge)
POSSIBLE: Explicitly declare sizes in Manifest.
Along with the keyboard being too large in Landscape mode, the keyboard is also too large on smaller DPI devices (5 inches and lower to be exact), and would be taller than needed, and would also overlap the screen's edges. This can be fixed by providing different XML files depending on HDPI settings.
PREFERRED: Make explicit XML files for different HDPI sizes (ex: layout-xlarge)
POSSIBLE: Explicitly declare sizes in Manifest.
https://developer.android.com/guide/practices/screens_support.html
The text was updated successfully, but these errors were encountered: