A beautiful ImageView made originally from vibranium stolen from WAKANDA (no one was caught in the process of stealing it neither was anyone injured)
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