Skip to content
Commit aa9c8258 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Bundle color definitions on Android

On Android we want to be able to switch between a light and dark color
scheme. To do that we need the .color files.

Usually they are shipped with the breeze repo, but that is not used at
all on Android.

By installing them the files become available as assets in the
application and (a patched) KColorSchemeModel can find them.

Since these will be the only two schemes on Android just call them Light and Dark

This way the files are duplicated in our code, but I can't think of a
better alternative.
parent 8aac41fd
Pipeline #456613 passed with stage
in 40 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment