gpt4 book ai didi

android - 在应用程序 Activity 中创建图标并使它们透明

转载 作者:太空狗 更新时间:2023-10-29 14:25:47 25 4
gpt4 key购买 nike

我想创建类似 this image 的图标或者像 quickr 主页上的东西。如果我为此使用自定义 gridview as in this (当然,在我的例子中,我需要图像下方的文本),然后我猜想添加听众会很困难。如果背景是透明的,我是否应该将按钮与下面的图像和文本一起使用?如果是这样,我需要使用哪种布局?或者在 android 中是否有像其他 View (如按钮和 ImageView )一样的任何图标 View 工具,以便我们可以根据我们的要求进行修改。

最佳答案

你应该为此使用按钮。

<Button
android:id="@+id/btnIconName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableTop="@drawable/iconimage"
android:text="IconTitle" />

要显示图标,你应该使用 android:drawableTop 和 iocnTitle 使用 android:text属性(property)。

希望我的回答对您有所帮助。

关于android - 在应用程序 Activity 中创建图标并使它们透明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12793241/

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