@Override public void onThemeChanged() { Theme theme = Singleton.of(Theme.class); TU.setTextColor(ColorId.main_text_color, mTalkEdit, mShareText); TU.setTextColor(ColorId.highlight_color); mTalkEdit.setBackgroundColor(Color.WHITE); setBackgroundColor(theme.color(ColorId.main_page_bottom_bg)); TU.setImageBitmap(BitmapId.hongbao_share_weixinquan, mShareIcon); TU.setImageDrawable(DrawableId.main_face, mLeftIcon); }