Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/FooterView.java +1 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ public class FooterView extends StackScrollerDecorView { mSeenNotifsFooterTextView = findViewById(R.id.unlock_prompt_footer); updateResources(); updateText(); updateColors(); } public void setFooterLabelTextAndIcon(@StringRes int text, @DrawableRes int icon) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/FooterView.java +1 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ public class FooterView extends StackScrollerDecorView { mSeenNotifsFooterTextView = findViewById(R.id.unlock_prompt_footer); updateResources(); updateText(); updateColors(); } public void setFooterLabelTextAndIcon(@StringRes int text, @DrawableRes int icon) { Loading