New units of measure for support all of screen devices (MDP)
With this library, you can support almost 97% of screens
Add jitpack.io to your root gradle file (project level) :
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency in your app build.gradle
dependencies {
implementation 'com.github.MrNouri:DynamicSizes_support:1.0'
}