介绍一个自定义控件,可以实现聊天的气泡设计。
在build.gradle里面增加
compile 'com.lguipeng.bubbleview:library:1.0.0'
在xml中,可以这样实现
<com.github.library.bubbleview.BubbleTextVew android:id="@+id/left_msg" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:textSize="20sp" android:padding="10dp" android:textColor="@android:color/white" app:arrowWidth="8dp" app:angle="8dp" app:arrowHeight="10dp" app:arrowPosition="14dp" app:arrowLocation="left" app:bubbleColor="#7EC0EE"/>给个 github连接,有需要的可以去看看
https://github.com/lguipeng/BubbleView
结果如图: