Merge "BannerMessage AttentionLevel colour-getters are public" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9ad083d7ee
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user