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: 1 day ago
JSON representation

重写LinearLayout,仿淘宝商品详情页,上拉查看更多详情

Lists

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 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.
```