Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

About

flex layout in Android!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /