Coder Social home page Coder Social logo

msoftware / materialpercentdrawer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ckdevrel/materialpercentdrawer

0.0 2.0 0.0 859 KB

MaterialPercentDrawer is my own implementation to make use of recent Percent wise layouts like PercentRelativeLayout and PercentFrameLayout in Android.

Home Page: http://takeoffandroid.com/

License: Other

Java 100.00%

materialpercentdrawer's Introduction

Android Arsenal

MaterialPercentDrawer

Uses

Generally percent layouts can be a efficient way to utilising the screens of different resolutions percent wise in Android. It can be a better approach for using LinearLayout which is specified by weight.

How to use?

To make use of Percent support for your applications. Add the below lines in build.gradle

compile 'com.android.support:percent:23.1.0'

Note: You have to use buildToolsVersion above 23.0.1 to make use of Percent support.

To add width percent wise:

app:layout_widthPercent="70%"

To add height percent wise:

app:layout_heightPercent="30%"

To add margin percent wise:

app:layout_marginPercent="10%"

To add margin left percent wise:

app:layout_marginLeftPercent="10%"

To add margin right percent wise:

app:layout_marginRightPercent="10%"

To add margin top percent wise:

app:layout_marginTopPercent="10%"

To add margin bottom percent wise:

app:layout_marginBottomPercent="10%"

materialpercentdrawer's People

Watchers

Michael jentsch avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.