简体   繁体   English

创建像这样的聊天形状的自定义背景android

[英]Create custom background android like this chat shape

在此处输入图片说明

**How to achieve this ** i tried 9 patch there i cant make this and no direct one available **如何实现这一目标**我尝试了9个补丁,但我无法做到这一点,也没有直接的补丁可用

This is a job for 9-patch images. 这是9色块图像的工作。

Here is one of many examples with a gradient background. 这是具有渐变背景的许多示例之一。
9色带标注和渐变背景

The expander bars above, below, and to the sides of your image control where the image stretching can occur and where the text padding lies. 图像上方,下方和侧面的扩展条控制着可能发生图像拉伸文本填充的位置。
Here is how to keep the callout in an arbitrary location of the image: 以下是将标注保留在图片的任意位置的方法:
在此处输入图片说明

Here is an interactive online tool for drawing the expanders and downloading the result once you find or finish creating your gradient/callout image: http://draw9patch.com 这是一个交互式的在线工具,用于绘制扩展器并在找到或完成创建渐变/标注图像后下载结果: http : //draw9patch.com

I would recommend these styles: http://www.dibbus.com/2011/02/gradient-buttons-for-android/ 我会推荐这些样式: http : //www.dibbus.com/2011/02/gradient-buttons-for-android/

Just create a View and set the android:background="@drawable/blueButtonStyle" 只需创建一个View并设置android:background="@drawable/blueButtonStyle"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM