1.EditText显示不完全
添加代码:
1 android:background="@android:drawable/edit_text"
2.ImageView的监听
添加代码:
1 android:clickable="true" //则可以和"Button"一样使用onClickListener接口
3.Buttons in button bars should be borderless; use style="?android:attr/buttonBarButtonStyle" (and ?android:attr/buttonBarStyle on the parent)
添加代码:
1 style="?android:attr/buttonBarButtonStyle"