解决方法
简短的回答是调整所有布局项目的大小. dip是与Density无关的像素的缩写,Android会自动将在dip中调整大小的项目缩放到不同屏幕上的相同大小. (您可以在布局XML文件中缩短dip到dp.)
很长的答案是read this article on the Android developer website.它很长但是我强烈建议至少在你应用程序太远之前从头到尾阅读它.
很长的答案是read this article on the Android developer website.它很长但是我强烈建议至少在你应用程序太远之前从头到尾阅读它.