All Projects → hearsilent → Universal Collapsingtablayout

hearsilent / Universal Collapsingtablayout

Licence: apache-2.0
CollapsingToolbarLayout with TabLayout

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Universal Collapsingtablayout

Kubefed
Kubernetes Cluster Federation
Stars: ✭ 1,955 (+1556.78%)
Mutual labels:  hacktoberfest
Gatsby Themes
Gatsby themes that we use to build websites at Rocketseat ⚡️🔥
Stars: ✭ 116 (-1.69%)
Mutual labels:  hacktoberfest
Camunda External Task Client Js
Implement your BPMN Service Task in NodeJS.
Stars: ✭ 118 (+0%)
Mutual labels:  hacktoberfest
Electronify
👷 The simplest way to build Electron apps.
Stars: ✭ 117 (-0.85%)
Mutual labels:  hacktoberfest
Trading Signals
Technical indicators to run technical analysis with JavaScript / TypeScript. 📈
Stars: ✭ 118 (+0%)
Mutual labels:  hacktoberfest
Menu
A JavaScript free menu library for Blazor and Razor Components applications.
Stars: ✭ 118 (+0%)
Mutual labels:  hacktoberfest
Zoid
Cross domain components
Stars: ✭ 1,672 (+1316.95%)
Mutual labels:  hacktoberfest
Yii2 App Advanced
Yii 2.0 Advanced Application Template
Stars: ✭ 1,569 (+1229.66%)
Mutual labels:  hacktoberfest
Drf Api Tracking
Fork of aschn/drf-tracking so that we can maintain and release newer versions
Stars: ✭ 117 (-0.85%)
Mutual labels:  hacktoberfest
Config Lint
Command line tool to validate configuration files
Stars: ✭ 118 (+0%)
Mutual labels:  hacktoberfest
Kittehircclientlib
An IRC client library in Java
Stars: ✭ 116 (-1.69%)
Mutual labels:  hacktoberfest
Percona
Development repository for the percona cookbook
Stars: ✭ 117 (-0.85%)
Mutual labels:  hacktoberfest
Node Callofduty
Node Wrapper for the "private" Call Of Duty API.
Stars: ✭ 118 (+0%)
Mutual labels:  hacktoberfest
Smartcrop
smartcrop finds good image crops for arbitrary crop sizes
Stars: ✭ 1,567 (+1227.97%)
Mutual labels:  hacktoberfest
Syft.js
The official Syft worker for Web and Node, built in Javascript
Stars: ✭ 118 (+0%)
Mutual labels:  hacktoberfest
Cxbx Reloaded
Xbox (Original) Emulator
Stars: ✭ 1,746 (+1379.66%)
Mutual labels:  hacktoberfest
React Spring Slider
A slider component for react
Stars: ✭ 118 (+0%)
Mutual labels:  hacktoberfest
Vsc Material Theme
Material Theme, the most epic theme for Visual Studio Code
Stars: ✭ 1,617 (+1270.34%)
Mutual labels:  hacktoberfest
Call For Papers
List with open Call for Papers
Stars: ✭ 118 (+0%)
Mutual labels:  hacktoberfest
My Internet Speed
🛎️ Monitor the speed your ISP is delivering
Stars: ✭ 118 (+0%)
Mutual labels:  hacktoberfest

Universal CollapsingTabLayout

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 ICE CREAM SANDWICH 4.0+

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 [email protected] 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].