#Palso Layouts ###Collection of awesome Custom geometric Layouts for android
##Usage
dependencies {
compile 'com.github.anwesh43:"palsolayouts":0.0.1'
}
##MasterCircularLayout ###Usage
<com.anwesome.games.palsoshape.MasterCircleLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<com.anwesome.games.palsoshape.MasterCircleLayout/>
##MasterSquareLayout ###Usage
<com.anwesome.games.palsoshape.MasterSquareLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<com.anwesome.games.palsoshape.MasterSquareLayout/>
##MasterTriangleLayout ###Usage
<com.anwesome.games.palsoshape.MasterTriangleLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<com.anwesome.games.palsoshape.MasterTriangleLayout/>
##MasterStepsLayout ###Usage
<com.anwesome.games.palsoshape.MasterStepsLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<com.anwesome.games.palsoshape.MasterStepsLayout/>
###Screenshots ![alt text](https://github.com/Anwesh43/PalsoLayouts/blob/master/screenshots/PalsoStepsLayoutWithoutColor.png "Steps Layout with color" Color")
##MasterSquareWaveLayout(Use with HorizontalScrollView) ###Usage
<HorizontalScrollView>
<com.anwesome.games.palsoshape.MasterSquareWaveLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<com.anwesome.games.palsoshape.MasterSquareWaveLayout/>
</HorizontalScrollView>
##MasterTriangleWaveLayout(Use with HorizontalScrollView) ###Usage
<HorizontalScrollView>
<com.anwesome.games.palsoshape.MasterTriangleWaveLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A"/>
<com.anwesome.games.palsoshape.MasterTriangleWaveLayout/>
</HorizontalScrollView>