项目作者: kishansinghpanwar

项目描述 :
Multiple dimensions library for Android Mobile and Tablet
高级语言: Kotlin
项目地址: git://github.com/kishansinghpanwar/MultiDimens.git
创建时间: 2021-01-02T12:37:02Z
项目社区:https://github.com/kishansinghpanwar/MultiDimens

开源协议:GNU General Public License v3.0

下载


MultiDimens

Multiple dimensions library for Android Mobile and Tablet to create a responsive screen design in single layout file.

Implementation

To add this Library in your project :

  • Step 1. Add the JitPack repository to your build file
  1. allprojects {
  2. repositories {
  3. ...
  4. maven { url 'https://jitpack.io' }
  5. }
  6. }
  • Step 2. Add the dependency
    1. dependencies {
    2. implementation 'com.github.kishansinghpanwar:MultiDimens:v1.0.0'
    3. }
    Basic Usage :
    |Type| Values | Example|
    |—|—|—|
    |Normal Size Plus| mdp| @dimen/_20mdp
    |Normal Size Minus| mdp| @dimen/_minus20mdp
    |Font Size| msp| @dimen/_16msp

Example :

To use this Multi Dimensions library, please see this layout : activity_main.xml

Contribution

🌟 Thank you for using this library and If this is useful for you, then please Star 🌟 this. Also you can send pull request and create a issue for any bug. Thanks again.