Fixed
Status Update
Comments
ao...@gmail.com <ao...@gmail.com> #2
I can't figure out how to edit the issue. Anyway, I'm using Design Support Library 22.2.0, not 22.0.0. Sorry about that.
ch...@google.com <ch...@google.com>
dh...@gmail.com <dh...@gmail.com> #3
I have Android M in Nexus 5
v/style
<style name="AppTheme.base" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
v21/style
<item name="android:windowTranslucentNavigation">true</item>
when i remove above line in v21/style.xml its work perfect
v/style
<style name="AppTheme.base" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
v21/style
<item name="android:windowTranslucentNavigation">true</item>
when i remove above line in v21/style.xml its work perfect
ca...@gmail.com <ca...@gmail.com> #4
Im having this bug on android 5.0.1. Also using 22.2.0. When can we except the update?
pr...@gmail.com <pr...@gmail.com> #5
ch...@google.com <ch...@google.com> #6
Released in v22.2.1.
ci...@gmail.com <ci...@gmail.com> #7
My project still has this bug. With the new v22.2.1 there were some issues that were fixed, but the issue with the back arrow still persists.
Both the back arrow and the *Expanded* CollapsingToolbarLayout title is 25dp higher than it should be. So only half of the back arrow is displayed.
Both the back arrow and the *Expanded* CollapsingToolbarLayout title is 25dp higher than it should be. So only half of the back arrow is displayed.
ch...@google.com <ch...@google.com> #8
#8 sounds like you're using android:windowDrawsSystemBarBackgrounds=true, without setting android:fitSystemWindows=true on the views.
ch...@gmail.com <ch...@gmail.com> #9
The problem described by #8 sounds a lot like the one I'm having right now. I have a ViewPager with fragments which have a CoordinatorLayout. For some strange reason the toolbar is rendered correctly in the first fragment but from the second one and on it's as if the status bar's padding is gone. The issue is described here:
https://code.google.com/p/android/issues/detail?id=180492
Description
Version used: 22.0.0
I'm having this issue running my own code and running Chris Banes' example project (
The problem is that when the toolbar is expanded, the icons are way too high. And when collapsed, they are simply gone. See screenshots.
I'm trying this on a Moto X running 5.0. I know this happens on a Nexus 7 as well, but works fine on Nexus 5 running 5.1.1.