android - Material: Navigation bar elevation or shadow -
android - Material: Navigation bar elevation or shadow -
setting navigation bar color other black plays material design if set transparent (or same color window background) , content not scrollable.
<item name="android:navigationbarcolor">@android:color/transparent</item>
if navigation bar has color or if content scrollable, ink gets cutting off when reaching bar in picture:
i set elevation on navigation bar casts shadow , becomes clear it's layer. possible?
according google i/o android talks, shadows generated lite source, provides shadows under elements, not above them. then, navigation bar should have no visible shadow. maybe, solution of problem utilize additional drawable imitate shadow.
android android-5.0-lollipop appcompat material-design
Comments
Post a Comment