Loading packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/BannerMessagePreference.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -73,11 +73,11 @@ public class BannerMessagePreference extends Preference { throw new IllegalArgumentException(); throw new IllegalArgumentException(); } } @ColorRes int getAccentColorResId() { public @ColorRes int getAccentColorResId() { return mAccentColorResId; return mAccentColorResId; } } @ColorRes int getBackgroundColorResId() { public @ColorRes int getBackgroundColorResId() { return mBackgroundColorResId; return mBackgroundColorResId; } } } } Loading Loading
packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/BannerMessagePreference.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -73,11 +73,11 @@ public class BannerMessagePreference extends Preference { throw new IllegalArgumentException(); throw new IllegalArgumentException(); } } @ColorRes int getAccentColorResId() { public @ColorRes int getAccentColorResId() { return mAccentColorResId; return mAccentColorResId; } } @ColorRes int getBackgroundColorResId() { public @ColorRes int getBackgroundColorResId() { return mBackgroundColorResId; return mBackgroundColorResId; } } } } Loading