Skip to content

EinStyn/BubblingImageView

 
 

Repository files navigation

Project Status: Active - Initial development has started, temporary release; work hasn't been stopped

BubblingImageView

A beautiful ImageView that can take a great ton of... (sh*t!!!)

Appearance

Demo

Quick Start

Gradle

   dependencies {
        implementation 'com.github.54LiNKeR:BubblingImageView:3.0.0'
    }

XML

            <linkersoft.blackpanther.bubbles.BubblingImageView
                android:layout_width="200dp"
                android:layout_height="200dp"
                android:layout_gravity="center"
                android:id="@+id/bubbler"
                android:src="@drawable/blackpanther"
                android:scaleType="centerCrop"
                app:Diameter="180dp"
                app:SRC_IN="true"
                app:Ox="0"
                app:Oy="0"
                app:Centralise="true"
                app:BubbleScale="true"
                />

JAVA

call setOnclickListener(bubbleClickListener bubbleListener) in order to listen for clicks

LiNKeR

About

A beautiful imageview that can hold sh*t together with no minimum shit threshold

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%