Codebase list mozc / 1832348
Fix strange background of symbol minor categories On some devices such as Samsung Galaxy S4, we would see a strange background unless we explicitly set the background drawable. BUG= TEST= REF_BUG=27130533 REF_CL=114715186 REF_TIME=2016-02-16T11:16:27+09:00 REF_TIME_RAW=1455588987 +0900 Hiroshi Sumita 8 years ago
2 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
818818 getTabHost().setBackgroundDrawable(
819819 skin.windowBackgroundDrawable.getConstantState().newDrawable());
820820 TabWidget tabWidget = getTabWidget();
821 // Explicitly set non-transparent drawable to avoid strange background on
822 // some devices.
823 tabWidget.setBackgroundDrawable(
824 skin.buttonFrameBackgroundDrawable.getConstantState().newDrawable());
821825 for (int i = 0; i < tabWidget.getTabCount(); ++i) {
822826 View view = tabWidget.getChildTabViewAt(i);
823827 view.setBackgroundDrawable(createTabBackgroundDrawable(skin));
00 MAJOR=2
11 MINOR=17
2 BUILD=2493
2 BUILD=2494
33 REVISION=102
44 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
55 # downloaded by NaCl Mozc.