mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 824142: Color mismatch between backgrounds in awesomescreen in PBM. [r=mfinkle]
--HG-- extra : rebase_source : bca592f3976d1e646269d7ac7ce50597268b2b22
This commit is contained in:
parent
dc768f4bda
commit
f5e9920aaf
@ -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 |
Loading…
Reference in New Issue
Block a user