Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何制作这个自定义标签?
它是带有背景图像的 TextView 吗?
您将不需要自定义视图来创建它。
使用带有背景图像和 Right Image 属性的 TextView。使用 RelativeLayout 将其重叠在咖啡图像上。
如果您必须在多个地方使用它,请扩展 frameLayout 以创建自定义组件。
它可能只是位于下方 TextView 上方的另一个 ImageView(咖啡)上方的 Imageview。您可以查看 Android布局和UI。
或者,它只是一个网页的移动版本,然后您可以查看 html 以了解如何操作。