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:
Dhina17
2021-04-28 11:51:10 +05:30
parent 7cfeb81a45
commit a36be60f98

View File

@@ -22,7 +22,8 @@
app:collapsedTitleTextAppearance="@style/TextAppearanceInverted" app:collapsedTitleTextAppearance="@style/TextAppearanceInverted"
app:contentScrim="?attr/colorPrimary" app:contentScrim="?attr/colorPrimary"
app:expandedTitleTextAppearance="@style/TextAppearanceTransparent" app:expandedTitleTextAppearance="@style/TextAppearanceTransparent"
app:layout_scrollFlags="scroll|exitUntilCollapsed"> app:layout_scrollFlags="scroll|exitUntilCollapsed"
app:scrimAnimationDuration="0">
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"