你好如何将edittext背景属性动态设置为透明。setBackgroundColor() setBackgroundDrawable() setBackgroundResource() 这些选项仅可用。如何使用此方法将背景设置为透明请帮我解决这个问题。 最佳答案 最好的和真正的方式:setBackgroundColor(getResources().getColor(android.R.color.transparent));