mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 824142: Color mismatch between backgrounds in awesomescreen in PBM. [r=mfinkle]
--HG-- extra : rebase_source : bca592f3976d1e646269d7ac7ce50597268b2b22
This commit is contained in:
parent
8b4843d99f
commit
8bddb502ff
@ -363,7 +363,7 @@ public class AwesomeBarTabs extends TabHost
|
|||||||
drawable.setAlpha(255, 0);
|
drawable.setAlpha(255, 0);
|
||||||
|
|
||||||
StateListDrawable stateList = new StateListDrawable();
|
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);
|
stateList.addState(new int[] {}, drawable);
|
||||||
|
|
||||||
int[] padding = new int[] { getPaddingLeft(),
|
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