-
Notifications
You must be signed in to change notification settings - Fork 18
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
Added swipedirections for compose #27
Added swipedirections for compose #27
Conversation
…nt, elevationAmount, elevationColor, scrimColor and swipeDirection. Added an ability to set a custom elevation color in Compose, Renamed the property elevation to elevationAmount
… not seen in Compose
…ecomposition on swipeDirection changes
…h for the vertical swipe directions
app/src/main/kotlin/com/fragula2/sample/utils/PreferencesManager.kt
Outdated
Show resolved
Hide resolved
fragula-compose/src/main/kotlin/com/fragula2/compose/FragulaNavHost.kt
Outdated
Show resolved
Hide resolved
fragula-compose/src/main/kotlin/com/fragula2/compose/FragulaNavHost.kt
Outdated
Show resolved
Hide resolved
fragula-compose/src/main/kotlin/com/fragula2/compose/Animation.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/fragula2/sample/compose/screen/SettingsScreen.kt
Outdated
Show resolved
Hide resolved
fragula-compose/src/main/kotlin/com/fragula2/compose/FragulaNavHost.kt
Outdated
Show resolved
Hide resolved
Проверил, в целом всё хорошо работает, только пару мест поправил (кодстайл). Нашел один баг, тень неправильно рендерится при SwipeDirection = RTL и BTT (градиент "внутрь" а не наружу). |
ok |
…ientations got the wrong orientation gradient
Ахахахах, вот это баг, хотя я хз как ты его нашёл, я там ничего бы и не увидел если бы не изменил цвета на красный и зелёный. И кстати, там цвета инверсированны, startColor рисуется в конце, а endColor в начале, это так и задумано? Ведь это было ещё до моего pr |
Их надо менять местами в зависимости от направления скролла |
Так они ведь инверсированны даже если swipeDirection стоит left to right |
Added a method swipeDirection.isRTL
Пофиксил |
Поправил баг с мерцанием, замерджил 👍 |
No description provided.