Universal-CollapsingTabLayout

来源:互联网 发布:校宝软件 编辑:程序博客网 时间:2024/06/08 14:03

Universal-CollapsingTabLayout

项目地址:hearsilent/Universal-CollapsingTabLayout
简介:CollapsingToolbarLayout with TabLayout.
更多:作者   提 Bug   示例 APK   
标签:
TabLayout-

GitHub release license

CollapsingToolbarLayout with TabLayout.

Screenshot

Expanded

Collapsed

Usage

For a working implementation, please have a look at the Sample Project - sample

Get it on Google Play

Just Clone and Build.

Customization

You can change your view into container view.

<FrameLayout    android:id="@+id/view_container"    android:layout_width="match_parent"    android:layout_height="wrap_content"    android:fitsSystemWindows="true"    app:layout_collapseMode="parallax">    ...</FrameLayout>

Compatibility

Android GINGERBREAD 2.3+

Known issues

  • [x] Android Support Library 24.2.0 doesn't work successful ( You can downgrade to 24.1.1 ) : http://goo.gl/FMWs37

Let me know!

I'd be really happy if you sent me links to your projects where you use my component. Just send an email to hear.silent1995@gmail.com And do let me know if you have any questions or suggestion regarding the example.

License

Copyright 2016, HearSilentLicensed 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.0Unless required by applicable law or agreed to in writing, softwaredistributed 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 andlimitations under the License.
原创粉丝点击