Loading packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/BannerMessagePreference.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; } } Loading Loading
packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/BannerMessagePreference.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; } } Loading