我正在开发一个简单的聊天应用程序。我正在使用Text View显示消息。这一切都很好。我需要像在对话框中一样添加一个小箭头。
Text View
This is what I am talking about. That little triangle shape
如何才能做到这一点?
发布于 2016-09-12 18:38:11
您可以使用9补丁图像,并将其设置为消息布局的背景。
https://stackoverflow.com/questions/39448393
相似问题