AppCompat v21带有DarkActionBar的Gingerbread上的TextAppearance

时间:2014-10-25 17:42:58

标签: android android-2.3-gingerbread

我最近更新了appcombat库以集成材料设计。 但是样式“Theme.AppCompat.Light.DarkActionBar”存在问题,因为如果我使用这种样式并让我的TextView像:

android:textAppearance="?android:attr/textAppearanceSmall

整个文字在白色背景上看起来不可见(或只是白色)

如果使用“Theme.AppCompat.Light”主题,一切正常。 这个问题我只在运行android 2.3。*

的设备上

示例:(没有足够的声誉来发布图片,因此您需要点击)

DarkActionBar:

Light:

有什么建议吗?有没有人尝试过使用Gingerbread的新appcombat库?

1 个答案:

答案 0 :(得分:0)

显然我发现我需要使用材料文本外观,例如:

android:textAppearance="@style/TextAppearance.AppCompat.Body1" 

另见: http://www.google.com/design/spec/style/typography.html#typography-roboto-noto