ldpi,mdpi,hdpi,xhdpi,xxhdpi,xxxhdpi
float xdpi = getResources().getDisplayMetrics().xdpi;
float ydpi = getResources().getDisplayMetrics().ydpi;
https://blog.csdn.net/guolin_blog/article/details/50727753
https://developer.android.com/reference/android/util/DisplayMetrics.html
0 件のコメント:
コメントを投稿