Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature of jumping between states expanded/collapsed #73

Open
VITYQ opened this issue Mar 2, 2023 · 1 comment
Open

Feature of jumping between states expanded/collapsed #73

VITYQ opened this issue Mar 2, 2023 · 1 comment

Comments

@VITYQ
Copy link

VITYQ commented Mar 2, 2023

It would be great if there were ability to set jumping states like in profile in telegram. Is it difficult to make?

video_2023-03-02_20-59-08.mp4
@GIGAMOLE
Copy link

GIGAMOLE commented May 12, 2023

Hi, I have already created PR for this: #83

By the way, if you want to use this feature, I created a separated remote dependency, while this PR is under review:

Add it in your root build.gradle at the end of repositories:

all projects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.GIGAMOLE:ComposeCollapsingToolbar:latest-version'
}

Or you can simply download it from there:

https://github.com/GIGAMOLE/ComposeCollapsingToolbar/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants