https://github.com/meilcli/edgetoedgeexample
Android Edge to Edge Example
https://github.com/meilcli/edgetoedgeexample
android edge-to-edge example
Last synced: 10 months ago
JSON representation
Android Edge to Edge Example
- Host: GitHub
- URL: https://github.com/meilcli/edgetoedgeexample
- Owner: MeilCli
- License: mit
- Created: 2019-12-02T02:03:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T05:35:23.000Z (about 6 years ago)
- Last Synced: 2025-02-06T10:18:16.830Z (12 months ago)
- Topics: android, edge-to-edge, example
- Language: Kotlin
- Homepage:
- Size: 1.95 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EdgeToEdgeExample
This repository is example of Edge to Edge layout.
## Example
|Simple|Static header|
|:--:|:--:|
|||
|Sticky header|BottomNavigation|
|||
### Different of Sticky1 and Sticky2?
It's landscape device.
|Sticky1|Sticky2|
|:--:|:--:|
|||
## License
This example is under MIT License.
### Using
- [Kotlin Standard Library](https://github.com/JetBrains/kotlin/tree/master/libraries/stdlib), published by [Apache License 2.0](https://github.com/JetBrains/kotlin/tree/master/license)
- [AndroidX](https://github.com/aosp-mirror/platform_frameworks_support), published by [Apache License 2.0](https://github.com/aosp-mirror/platform_frameworks_support/blob/androidx-master-dev/LICENSE.txt)
- [Material Components](https://github.com/material-components/material-components-android), published by [Apache License 2.0](https://github.com/material-components/material-components-android/blob/master/LICENSE)