drawableBottom是Android中的一个属性,用于设置View(如Button、TextView等)的底部图标。当设置了drawableBottom属性后,会在View的底部显示一个图标。
drawableBottom属性的使用方法如下:
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button"
android:drawableBottom="@drawable/ic_icon" />
这里的@drawable/ic_icon
是指定的图标资源文件,可以是一个图片文件或者是一个矢量图文件。
drawableBottom属性的分类:
drawableBottom属性的优势:
drawableBottom属性的应用场景:
推荐的腾讯云相关产品和产品介绍链接地址:
请注意,以上链接仅供参考,具体的产品选择应根据实际需求和情况进行评估和决策。
领取专属 10元无门槛券
手把手带您无忧上云