ImageButton消除使用setImageDrawable造成的边框有关问题

ImageButton消除使用setImageDrawable造成的边框问题。使用ImageButton的时候,如果使用setBackgroundDrawab

ImageButton消除使用setImageDrawable造成的边框问题。

      使用ImageButton的时候,如果使用setBackgroundDrawable设置图片,会对可点击范围有影响,使用setImageDrawable方法设置图片,图片小的话,可以会有ImageButton消除使用setImageDrawable造成的边框有关问题,这种有白色边框情况,经过各种请教和各种实验,发现两种方法均可以消除边框。

        一、设置ImageButton的BackgroundColor:


"#e0000000"。例如,如果您希望对某叠加层应用不透明度为 50%的蓝色,则应指定以下值:7fff0000

        Good Luck。