FluidResizer is an implementation of the resize animation from FluidKeyboardResize
In your build.gradle
dependencies {
def latestVersion = "0.0.3"
implementation "com.popinnow.android.fluidresizer:fluidresizer:$latestVersion"
}
See the wonderful explanation at the original repository and its accompanying blog post
The FluidResizer
library welcomes contributions of all kinds - it does not claim to be perfect code.
Any improvements that can be made to the usability or the efficiency of the project will be greatly
appreciated.
This library is primarily built and maintained by Peter Yamanaka
at POPin.
The FluidResizer library is used internally in the
POPin Android application.
Please feel free to make an issue on GitHub, leave as much detail as possible regarding
the question or the problem you may be experiencing.
Contributions are welcome and encouraged. The project is written entirely in Kotlin and
follows the Square Code Style for SquareAndroid
.
Apache 2
Copyright (C) 2018 POP Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.