Drawable rightDrawable = getResources().getDrawable(R.drawable.icon); //调用setCompoundDrawables时,必须调用Drawable.setBounds()方法,否则图片不显示 rightDrawable.setBounds(0, 0, rightDrawable.getMinimumWidth(), rightDrawable.getMinimumHeight()); // left, top, right, bottom RadioButton.setCompoundDrawables(null, null, rightDrawable, null); // left, top, right, bottom 本栏目推荐文章flutter android grandle buid.gradlesocket(四)Android与socket与LED灯Android Framework权限篇【Android】通过grantRuntimePermission、revokeRuntimePermission获取和回收运行时权限Android Bluetooth 蓝牙开发/蓝牙协议 小结动态代理整数的划分(递归或动态规划)动态代理【C语言】动态内存申请,堆空间与栈空间差异Android Webview判断网页加载完毕