SkillAgentSearch skills...

DynamicSizes

New units of measure for support all of screen devices (MDP)

Install / Use

/learn @MrNouri/DynamicSizes
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DynamicSizes

New units of measure for support all of screen devices (MDP)<br> 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

MDP example

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

View on GitHub
GitHub Stars100
CategoryCustomer
Updated7mo ago
Forks14

Languages

Kotlin

Security Score

72/100

Audited on Aug 22, 2025

No findings