Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LineChen/TwoPageLayout
重写LinearLayout,仿淘宝商品详情页,上拉查看更多详情
https://github.com/LineChen/TwoPageLayout
Last synced: about 1 month ago
JSON representation
重写LinearLayout,仿淘宝商品详情页,上拉查看更多详情
- Host: GitHub
- URL: https://github.com/LineChen/TwoPageLayout
- Owner: LineChen
- License: apache-2.0
- Created: 2016-09-29T01:50:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T10:06:18.000Z (over 6 years ago)
- Last Synced: 2024-08-02T01:25:12.856Z (4 months ago)
- Language: Java
- Homepage:
- Size: 11 MB
- Stars: 80
- Watchers: 2
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - TwoPageLayout - 仿淘宝商品详情页 (详情页)
README
# TwoPageLayout
重写LinearLayout,仿淘宝商品详情页,上拉查看更多详情![效果图](https://github.com/LineChen/TwoPageLayout/blob/master/screenshot/sh.gif)
##使用
- 布局:TwoPageLayout作为父布局,内部有且只能有两个子控件ScrollEndScrollView
```java
```
## [详细介绍请看:自定义LinearLayout实现淘宝详情页](http://blog.csdn.net/u011102153/article/details/52703119)
#License
```
Copyright 2016 LineChen <[email protected]>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 athttp://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.
```