Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ad083d7 authored by Marie Matheson's avatar Marie Matheson Committed by Android (Google) Code Review
Browse files

Merge "BannerMessage AttentionLevel colour-getters are public" into sc-dev

parents ad970d64 daac5f2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -73,11 +73,11 @@ public class BannerMessagePreference extends Preference {
            throw new IllegalArgumentException();
        }

        @ColorRes int getAccentColorResId() {
        public @ColorRes int getAccentColorResId() {
            return mAccentColorResId;
        }

        @ColorRes int getBackgroundColorResId() {
        public @ColorRes int getBackgroundColorResId() {
            return mBackgroundColorResId;
        }
    }