https://github.com/drewhamilton/skylightandroidbrand
Branding for Skylight apps.
https://github.com/drewhamilton/skylightandroidbrand
android material-design skylight theme xml
Last synced: about 2 months ago
JSON representation
Branding for Skylight apps.
- Host: GitHub
- URL: https://github.com/drewhamilton/skylightandroidbrand
- Owner: drewhamilton
- License: apache-2.0
- Created: 2020-10-09T16:24:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T17:43:07.000Z (about 2 years ago)
- Last Synced: 2024-03-22T19:07:53.964Z (about 2 years ago)
- Topics: android, material-design, skylight, theme, xml
- Language: Kotlin
- Homepage:
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/drewhamilton/SkylightAndroidBrand/actions?query=workflow%3ACI+branch%3Amain)
# Skylight Android Brand
Comprises branding and theming used for [Skylight](https://github.com/drewhamilton/SkylightAndroid)
apps.
## Download
[](https://maven-badges.herokuapp.com/maven-central/dev.drewhamilton.skylight.android.brand/skylight-brand-xml-theme)
Skylight Android is available on Maven Central. It is still in pre-release development, and the API
may undergo breaking changes before version 1.0.0.
```groovy
// Android XML theme:
implementation "dev.drewhamilton.skylight.android.brand:skylight-brand-xml-theme:$version"
```
## Use
Set your app theme to `Theme.Skylight` in your AndroidManifest, and use material components
throughout the app for a fully Skylight-branded application.
```xml
```
If you're creating a full-screen app and handling system window insets, use
`Theme.Skylight.Fullscreen`.
## License
```
Copyright 2020 Drew Hamilton
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.
```