您现在的位置: 爱51代码网 >> 范文 >> 文章正文
[组图]如何在代码中动态改变radioButton的文字位置

如何在代码中动态改变radioButton的文字位置

我在代码中为radioGroup生成了若干个radioButton,如下图所示:

现在我希望将显示方式改为如下图所示,应该在代码中怎么修改?

注意:我不是在XML中定义的radioGroup和radioButton,而是动态添加的

android:drawableBottom setCompoundDrawablesWithIntrinsicBounds(int,int,int,int) The drawable to be drawn below the text.

把你的数字换成图片 用这个属性试试看

刚才大概看了一下RadioButton的代码,好像是通过setButtonDrawable不能将button设置成null
试试通过xml把button设置成null

如果你需要通过代码生成一个RadioButton的话,可以这样

1. 定义XML
<?xml version="1.0" encoding="utf-8"?>
<RadioButton xmlns:android="http://schemas.android.com/apk/res/android"
    android:button="@null"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />

2. 创建RadioButton
RadioButton newButton = (RadioButton) LayoutInflater.from(this).inflate(R.layout.radio_without_button, parent, false);

  • 上一篇文章:

  • 下一篇文章: 没有了
  • 最新文章 热点文章 相关文章
    GIS用百度行政区域的经纬度直接画
    不小心卸载了.net 4 extend,vs2
    C#byte【】里的数转换成string时
    C#的session取不到值
    java如何判断一个字符串里的数字
    随机找出24个不一样的字,在把一
    java怎么实现html转为pdf
    lotus数据列表文档个数如何实时统
    lotus代理中LS如何将字符串保存到
    在lotus BS系统里怎样方便实现统
    不小心卸载了.net 4 extend,vs2
    C#的session取不到值
    java如何判断一个字符串里的数字
    java怎么实现html转为pdf
    undefined reference timer_crea
    linux文件/usr/lib破坏了,还原后
    Failed to open eth0
    android手机无法与eclipse或电脑
    C/C++洗牌算法源代码
    E-business suite system servic
    用什么工具开发android游戏最
    Release模式下如何打开指定驱
    生成了vxbusrcmdline.c等,c
    android button按键 短按men
    如何关闭AlertDialog.Builde
    两个ui文件如何嵌套
    ViewFlippe滑动都使图片发生
    viewpage在listview中第一行
    X Error: BadWindow (invali
    创建Android Test Project报
     



    设为首页 | 加入收藏 | 网站地图 | 友情链接 |