Skip to content

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

License

Notifications You must be signed in to change notification settings

ZoroLu/PullToHalfLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages