i91h1r / Universal-CollapsingToolbarLayout-TabLayout-Example

CollapsingToolbarLayout with TabLayout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universal CollapsingToolbarLayout TabLayout

CollapsingToolbarLayout with TabLayout.

Screenshot

Extend

### 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 header view to what you want.

<com.flaviofaria.kenburnsview.KenBurnsView
	android:id="@+id/imageView_header"
	android:layout_width="match_parent"
	android:layout_height="match_parent"
	android:contentDescription="@null"
	android:fitsSystemWindows="true"
	app:layout_collapseMode="parallax"/>

Compatibility

Android GINGERBREAD 2.3+

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, HearSilent

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.

About

CollapsingToolbarLayout with TabLayout

License:Apache License 2.0


Languages

Language:Java 100.0%