android - ActionBarCompat and windowContentOverlay -
i've updated project migrating actionbarsherlock new google's actionbarcompat. i've found tedious issue.
if create brand new project actionbarcompat (use theme.appcompat.light) you'll notice shadow under action bar present @ top of window. can see default theme of theme.appcompat define property windowcontentoverlay follows:
<item name="android:windowcontentoverlay">@drawable/actionbarcompat_shadow</item>
i worked on hours not resolve problem, shadow duplicated on top of actionbar. did found same issue?
there workaround posted here... what happened windowcontentoverlay in android api 18?
it noted on thread "official" bug , has been fixed in api 19
Comments
Post a Comment