我创建了使用主题 Theme.holo.light 的应用程序。现在我想将编辑文本的外观更改为 Theme.Dark 中的外观。我怎么能做到这一点。我在styles.xml中添加了这样的东西:
<style name="EditText.Style" parent="@android:style/Theme">
<item name="android:editTextStyle">@android:style/Widget.EditText</item>
</style>
并在带有该edittext的xml中使用,但不起作用。如何更改编辑文本的样式?