我最近更新了appcompat,这导致EditText在Lollipop之前的版本看起来很糟糕。
这是我使用的主题:
<style name="Theme.Launcher" parent="@style/Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowShowWallpaper">true</item>
</style>
它根本不像Material Design EditText 请帮我 感谢