Bug 824142: Color mismatch between backgrounds in awesomescreen in PBM. [r=mfinkle]

--HG--
extra : rebase_source : bca592f3976d1e646269d7ac7ce50597268b2b22
This commit is contained in:
Sriram Ramasubramanian 2012-12-26 11:11:29 -08:00
parent 8b4843d99f
commit 8bddb502ff
2 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ public class AwesomeBarTabs extends TabHost
drawable.setAlpha(255, 0);
StateListDrawable stateList = new StateListDrawable();
stateList.addState(new int[] { R.attr.state_private }, mActivity.getResources().getDrawable(R.drawable.address_bar_bg_private));
stateList.addState(new int[] { R.attr.state_private }, mActivity.getResources().getDrawable(R.drawable.abouthome_bg_pb_repeat));
stateList.addState(new int[] {}, drawable);
int[] padding = new int[] { getPaddingLeft(),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB