Skip to content

A simple view group which add first image to center and all others at circular path

Notifications You must be signed in to change notification settings

joginder89/circular-view-group

Repository files navigation

circular-view-group

Include following code to your module (app) build.gradle

allprojects {
    repositories {
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

and include this line to dependencies

compile 'com.github.joginder89:circular-view-group:1.0.0'

and Now use code like this

<in.jogindersharma.circularviewgroup.CircularViewGroup
        android:layout_width="match_parent"
        android:layout_height="match_parent">


        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@mipmap/ic_launcher"
            />
        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@mipmap/ic_launcher"
            />
        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@mipmap/ic_launcher"
            />
        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@mipmap/ic_launcher"
            />
        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@mipmap/ic_launcher"
            />
        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@mipmap/ic_launcher"
            />
        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@mipmap/ic_launcher"
            />
        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@mipmap/ic_launcher"
            />
    </in.jogindersharma.circularviewgroup.CircularViewGroup>
    

Screenshot

Screenshot

About

A simple view group which add first image to center and all others at circular path

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages