Merge "Ensure footer view colors are updated after inflation" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
17d1886e4d
@@ -88,6 +88,7 @@ public class FooterView extends StackScrollerDecorView {
|
|||||||
mSeenNotifsFooterTextView = findViewById(R.id.unlock_prompt_footer);
|
mSeenNotifsFooterTextView = findViewById(R.id.unlock_prompt_footer);
|
||||||
updateResources();
|
updateResources();
|
||||||
updateText();
|
updateText();
|
||||||
|
updateColors();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setFooterLabelTextAndIcon(@StringRes int text, @DrawableRes int icon) {
|
public void setFooterLabelTextAndIcon(@StringRes int text, @DrawableRes int icon) {
|
||||||
|
|||||||
Reference in New Issue
Block a user