Bug 1946184 - Fix computing the CSD margin right after calling HideWindowChrome(...
[gecko.git] / mobile / android / android-components / components / concept / tabstray / README.md
blob56b5838a551576d8868567db38e39efab63de329
1 # [Android Components](../../../README.md) > Concept > Tabstray
3 Abstract definition of a tabs tray component.
5 ## Usage
7 ### Setting up the dependency
9 Use Gradle to download the library from [maven.mozilla.org](https://maven.mozilla.org/) ([Setup repository](../../../README.md#maven-repository)):
11 ```Groovy
12 implementation "org.mozilla.components:concept-tabstray:{latest-version}"
13 ```
15 ## License
17     This Source Code Form is subject to the terms of the Mozilla Public
18     License, v. 2.0. If a copy of the MPL was not distributed with this
19     file, You can obtain one at http://mozilla.org/MPL/2.0/