Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.88 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.88 KB

PullToHalfLayout

A layout to make using phone by one hand in large phone more convenient.

Some phone is to large to click top button use one hand. By using PullToHalfLayout,you can pull all the view to stop in center of the screen, it will return back when you click again.Pull to half need to touch the screen with a large size or pressure.

ScreenShot

NORMAL

PULL TO HALF

CLICK TITLE BUTTON

RETURN BACK

Usage

1:Add PullToHalfLayout as a dependency to your existing project.

2:To enable PullToHalfLayout, you can simply make your Activity extend PullToHalfLayoutActivity: In onCreate method, setContentView() should be called as usual. You will have access to the getPullToHalfLayout() method so you can customize the PullToHalfLayout.

Pull Request

I will gladly accept pull requests for fixes and feature enhancements .

TODO

1:Fix bug of get size.

2:The branch SwipebackPullToHalf will add support swipe back to finish activity.(About SwipebackLayout:https://github.com/Issacw0ng/SwipeBackLayout)

License

Licensed under the Apache License,Version 2.0(the "License"); you may not use this file except in compliance with th 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 id distrubuted on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,either express or implied.See the License for specific language governing permissions and limitations under the License.