4
CollapsingToolabrLayoutのアニメーションの速度を編集する方法はありますか?スクロールダウン時に表示されたViewのアニメーションをフェードアウトすることを意味します。CollapsingToolbarLayoutアニメーションの速度を遅くする
CollapsingToolabrLayoutのアニメーションの速度を編集する方法はありますか?スクロールダウン時に表示されたViewのアニメーションをフェードアウトすることを意味します。CollapsingToolbarLayoutアニメーションの速度を遅くする
あなたは(ミリ秒)でそれを行うことができます。
アプリ:scrimAnimationDuration = "600"
<android.support.design.widget.CollapsingToolbarLayout
android:id="@+id/collapsingToolbar"
android:layout_width="match_parent"
android:layout_height="@dimen/header_size"
android:fitsSystemWindows="true"
app:scrimAnimationDuration="600"
app:contentScrim="?attr/colorPrimary"
app:layout_scrollFlags="scroll|exitUntilCollapsed">
...
</android.support.design.widget.CollapsingToolbarLayout>