Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Modify header transition offset value empirically #947

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import androidx.compose.ui.unit.Density
import androidx.compose.ui.unit.dp

// Value obtained empirically so that the header buttons don't surpass the header container
private val HeaderTransitionOffset = 190.dp
private val HeaderTransitionOffset = 125.dp

/**
* Class that contains derived state for when the toolbar should be shown
Expand Down
Loading