This project implements a PullToBack effect like Inbox (A mail app by Google).
- Supports both Pulling Down from the top, and Pulling Up from the bottom.
- Animated Scrolling for all devices.
- Currently works with:
- ListView
- ScrollView
- A form with EditText (You can assgin EditText as scroll child with the method PullToBackLayout.setScrollChild().)
- Any other view can be scroll or not, in theory.(I dont test it.)
To avoid misoperation, when you scroll the child view to the border and continue scroll, it should be stucked if you don't Up your finger.(fixed)There's some conflicts with ViewPager.(fixed)
Copyright 2013 laowch
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.