We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f250f52 commit 20c50e6Copy full SHA for 20c50e6
README.md
@@ -0,0 +1,24 @@
1
+# DynamicSizes_support
2
+
3
+[](https://jitpack.io/#MrNouri/DynamicSizes_support)
4
5
+New units of measure for support all of screen devices (MDP)<br>
6
+With this library, you can support almost 97% of screens
7
8
+## Install library
9
+* ### Gradle
10
+Add jitpack.io to your root gradle file (project level) :
11
+```
12
+allprojects {
13
+ repositories {
14
+ ...
15
+ maven { url 'https://jitpack.io' }
16
+ }
17
18
+ ```
19
+ Add the dependency in your app build.gradle
20
21
+dependencies {
22
+ implementation 'com.github.MrNouri:DynamicSizes_support:1.0_support'
23
+}
24
0 commit comments