Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Branded.java « branding « ui « deck « nextcloud « niedermann « it « java « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99ad9c074555d4c96492dac23f59d63c720d782b (plain)
1
2
3
4
5
6
7
8
9
package it.niedermann.nextcloud.deck.ui.branding;

import androidx.annotation.ColorInt;
import androidx.annotation.UiThread;

public interface Branded {
    @UiThread
    void applyBrand(@ColorInt int mainColor);
}