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