使用appcompat,EditText非常难看

时间:2014-12-23 11:23:54

标签: android android-appcompat

我最近更新了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 请帮我 感谢

0 个答案:

没有答案