Comprises branding and theming used for Skylight apps.
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.
// Android XML theme:
implementation "dev.drewhamilton.skylight.android.brand:skylight-brand-xml-theme:$version"
Set your app theme to Theme.Skylight
in your AndroidManifest, and use material components
throughout the app for a fully Skylight-branded application.
<application
android:theme="@style/Theme.Skylight" />
If you're creating a full-screen app and handling system window insets, use
Theme.Skylight.Fullscreen
.
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.