警告信息为:
Buttons in button bars should be borderless; use style="?android:attr/buttonBarButtonStyle" (and ?
android:attr/buttonBarStyle on the parent)
你有可能根据警告提示中所说添加一个
style="?android:attr/buttonBarButtonStyle"
或者
style="android:attr/buttonBarStyle"
虽然警告线没了,再看看可视化界面,发现按钮的边框没有了(反正我是这样,很郁闷)
在xml中添加一个style属性:
style="?android:attr/buttonStyle"