Updater: appbar: Set the collapsing animation duration to 0ms
- Fixes lately fading out title of the expanded bar when collapsing (parallax) Change-Id: I86062153b84ca4f82649862e15baa30aba2e6995
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
app:collapsedTitleTextAppearance="@style/TextAppearanceInverted"
|
||||
app:contentScrim="?attr/colorPrimary"
|
||||
app:expandedTitleTextAppearance="@style/TextAppearanceTransparent"
|
||||
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
||||
app:layout_scrollFlags="scroll|exitUntilCollapsed"
|
||||
app:scrimAnimationDuration="0">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
|
Reference in New Issue
Block a user