BubbleImageView
chat bubble imageview
Install / Use
/learn @baoyongzhang/BubbleImageViewREADME
BubbleImageView
Chat bubble ImageView.
Screenshot
<p> <img src="https://raw.githubusercontent.com/baoyongzhang/BubbleImageView/master/screenshot-1.png" width="320" alt="Screenshot"/> <img src="https://raw.githubusercontent.com/baoyongzhang/BubbleImageView/master/demo.gif" width="320" alt="demo"/> </p>Usage
<com.baoyz.widget.BubbleImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:src="@drawable/pic"
app:bubble_angle="20dp"
app:bubble_arrowHeight="50dp"
app:bubble_arrowLocation="right"
app:bubble_arrowOffset="10dp"
app:bubble_arrowTop="50dp"
app:bubble_arrowWidth="30dp" />
