• Stars
    star
    202
  • Rank 192,969 (Top 4 %)
  • Language
    Java
  • Created about 10 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

chat bubble imageview

BubbleImageView

Chat bubble ImageView.

Screenshot

Screenshot ย ย ย  demo

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