Skip to content

PalsoLayout is a container for Awesome android custom layouts

Notifications You must be signed in to change notification settings

Anwesh43/PalsoLayouts

Repository files navigation

#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/>

###Screenshots alt text alt text

##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/>

###Screenshots alt text alt text

##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/>

###Screenshots alt text alt text

##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 ![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>

###Screenshots alt text alt text

##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>

###Screenshots alt text alt text alt text

About

PalsoLayout is a container for Awesome android custom layouts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages