我将图像设置为RadioButton的drawableLeft,但它很大。我想设置图像的高度,宽度和比例类型,以使它看起来不错,就像在ImageView中一样:
android:layout_width="30dip"
android:layout_height="30dip"
android:scaleType="fitXY"
但是我发现当它在drawableLeft中设置时,没有图像属性。
有没有办法解决这个问题。
是否可以用XML处理?
答案 0 :(得分:6)
我认为这应该有效:
Drawable drawable = context.getResources().getDrawable(id);
drawable.setBounds(0, 0, 30, 30);
radioButton.setCompoundDrawables(drawable, null, null, null);
答案 1 :(得分:1)
AFAIK,您无法获得ImageView
中drawableLeft
的所有比例。
出于此目的,您必须将FrameLayout或RelativeLayout与ImageView
和RadioButton
一起使用
您可以使用android:drawablePadding
来获取文本与可绘制