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

Commit ed6aa0a0 authored by Marie Matheson's avatar Marie Matheson Committed by Automerger Merge Worker
Browse files

Merge "BannerMessage AttentionLevel colour-getters are public" into sc-dev am: 9ad083d7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14680390

Change-Id: I48eb58014f568a43331c61741c990d63500ddfe1
parents 4ed08d32 9ad083d7
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;
        }
    }