DynamicSizes

Additional

Language
Kotlin
Version
1.0 (Jul 22, 2019)
Created
Jul 22, 2019
Updated
Jul 28, 2019 (Retired)
Owner
Mohammad Nouri (MrNouri)
Contributor
Mohammad Nouri (MrNouri)
1
Activity
Badge
Generate
Download
Source code

DynamicSizes

New units of measure for support all of screen devices (MDP)
With this library, you can support almost 97% of screens

Install library

  • Gradle

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:1.0'
}

Library result

Requirements

For use this library, you should use AndroidX instead of Support

Usage

Types Values
Normal sizes mdp
Font size font_mdp
Negative sizes mines_mdp
  • Example

Types Values
Normal sizes _20mdp
Font size _12font_mdp
Negative sizes mines20mdp

Thanks

Special thanks from Mickael Guillaume for this great movie UI