获取手机屏幕大小,屏幕分辨率,屏幕密度,导航栏高度,标题栏高度
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
compile 'com.github.li-mengdong:ScreenSize:v1.3'
}
