Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道如何在xml中设置无边框按钮。但是如何在源代码中设置无边框按钮,因为它是动态创建的。
制作按钮图像并执行以下操作:
button.setBackgroundResource(R.drawable.button_image);
button.setBackgroundResource(android.R.color.transparent);
不要忘记准确地说:
android.R.color.transparent
如果你只放R.color.transparent(不带android),这样做的时候代码会出错