以编程方式圆形布局

时间:2014-05-26 12:32:16

标签: android android-layout

我想创建自定义Button,将drawable作为背景并在其上设置圆角:

1)设置布局背景(可绘制)

2)在可绘制的

中添加圆角

3)将drawable添加到布局

问题是:

1)我无法使用onDraw()方法。

2)我无法使用此代码(为了不替换当前背景):     mylayaout.setBackgroundDrawable(getResources()getDrawable(R.drawable.round_left_right));

那么,有没有办法让当前背景可绘制,在其上设置圆角并将其设置为背景?

我希望我很清楚。

感谢。

0 个答案:

没有答案