我是靠谱客的博主 优雅苗条,最近开发中收集的这篇文章主要介绍android radiobutton 文字显示,使用Android中的图像在RadioButton底部显示文本,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

我正在使用定制的单选按钮.

无线电组的每个元素都有2个图片,对于2个状态,在

android:button属性中定义.

我想添加文字,但它显示在图像下,有没有办法在图像的底部显示文字???

main_activity.xml

android:id="@+id/radioAlc"

android:layout_width="50dp"

android:layout_height="wrap_content"

android:checked="true"

android:layout_marginRight="10dp"

android:button="@drawable/policeradio"

android:text = "text1"

/>

android:id="@+id/radioCrash"

android:layout_width="50dp"

android:layout_height="wrap_content"

android:button="@drawable/carcrashradio"

android:layout_marginRight="10dp"

android:text = "text2"

/>

android:id="@+id/radioMarch"

android:layout_width="50dp"

android:layout_height="wrap_content"

android:button="@drawable/marchradio"

android:text = "text3"

/>

绘制/ carcrash.xml

最后

以上就是优雅苗条为你收集整理的android radiobutton 文字显示,使用Android中的图像在RadioButton底部显示文本的全部内容,希望文章能够帮你解决android radiobutton 文字显示,使用Android中的图像在RadioButton底部显示文本所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(51)

评论列表共有 0 条评论

立即
投稿
返回
顶部