仿微信聊天记录气泡背景

  • 单个TextView
    <com.github.library.bubbleview.BubbleTextVew
        android:id="@+id/textView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:padding="10dp"
        android:text="Hello BubbleTextVew"
        android:textColor="@android:color/white"
        android:textSize="20sp"
        app:angle="8dp"
        app:arrowHeight="10dp"
        app:arrowLocation="right"
        app:arrowPosition="14dp"
        app:arrowWidth="8dp"
        app:bubbleColor="#7EC0EE" />
app:angle 圆角的半径 
app:arrowHeight 尖角的高度 
app:arrowLocation 尖角的位置 (left,right,top,bottom 四个方向) 
app:arrowPosition 尖角 位置距离 
app:arrowWidth 尖角的宽度 
app:bubbleColor 背景颜色


给个 github连接,有需要的可以去看看

https://github.com/lguipeng/BubbleView

猜你喜欢

转载自blog.csdn.net/qq_35992046/article/details/80857424
今日推荐