Skip to content

FlyingRadish/FlexLayout

Repository files navigation

FlexLayout

flex layout in Android!

##Usage

  • Step 1 Add these to your project's build.gradle
allprojects {
		repositories {
			...
			maven { url "https://jitpack.io" }
		}
	}
  • Step 2 Add dependency
dependencies {
		compile 'com.github.houxg:FlexLayout:1.2'
	}

##Attrs

  • justify-content
  • align-content
  • align-item
  • rowGap
  • colGap

##Example ###Flex

###Justify center

###Align item center

###Justify space between

###Justify space around