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

This commit is contained in:
Marie Matheson
2021-05-27 09:39:03 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}
}