我正在为 Android 开发一个应用程序,我最近将 API 级别目标从 8 更改为 15,现在 Eclipse 在Buttons
内部Linear Layouts
或Table Rows
.
Button
当在 a 中时,同样的情况不会发生Relative Layout
。
警告说:
按钮栏中的按钮应该是无边框的;使用 style="?android:attr/buttonBarButtonStyle" (和 ?android:attr/buttonBarStyle 在父级)
我可以通过遵循建议甚至压制它来消除警告,但我现在很想知道为什么会这样?带边框的按钮有什么问题?