就是控件风格,按钮的样式是安卓2.3的,我想要4.0风格的,应该怎样设置?
我的是这样的:

我想要的效果是这样的:

values-v14文件夹下的style.xml里面的主题修改一下就行。
<resources>
<!--
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.NoActionBar">
<!-- API 14 theme customizations can go here. -->
</style>
</resources>