Friday 15 May 2015

android - AppCombat v21 TextAppearance on Gingerbread with DarkActionBar -



android - AppCombat v21 TextAppearance on Gingerbread with DarkActionBar -

i updated appcombat library integrate material design. there issue style "theme.appcompat.light.darkactionbar", because if utilize style , allow textview like:

android:textappearance="?android:attr/textappearancesmall

the whole text appears invisible (or white) on white background

if utilize "theme.appcompat.light" theme, working fine. issue have on devices running android 2.3.*

samples: (don't have plenty reputation post images, need click)

darkactionbar:

light:

any suggestions guys? tried new appcombat library gingerbread?

obviously found out need utilize material text appeareance, instance:

android:textappearance="@style/textappearance.appcompat.body1"

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

android android-2.3-gingerbread

No comments:

Post a Comment