概述
我正在使用定制的单选按钮.
无线电组的每个元素都有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底部显示文本所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复