gpt4 book ai didi

android - 编程按钮/图像的最佳方式

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:32:07 25 4
gpt4 key购买 nike

我正在设计一个主页接近于 Google+ android 应用程序的东西。

enter image description here

我无法找到执行此操作的最佳方法?我应该创建一个带有文本的按钮并将背景设置为图像吗?我应该用实际图片中已经编程的文本创建图像,还是应该将文本和图片编程为按钮。

你们对过去的项目有什么建议吗?

最佳答案

您可以使用带有文本的按钮,然后将按钮的图像放在文本上方(使用 android:drawableTop),如下所示:

<Button
android:id="@+id/imageButton"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:text="Photos"
android:drawableTop="@drawable/button_image" />

用您的实际图像替换 buttton_image。如果您希望图像位于不同的位置(即文本下方等),请使用:

android:drawableLeft
android:drawableRight
android:drawableBottom

这就是我会做的事情......

关于android - 编程按钮/图像的最佳方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8560883/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com