mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 971214 - Use setBackgroundDrawable() in BasicColorPicker (r=wesj)
This commit is contained in:
parent
635ab0055a
commit
0d9198820e
@ -122,7 +122,7 @@ public class BasicColorPicker extends ListView {
|
||||
|
||||
Drawable d = v.getBackground();
|
||||
d.setColorFilter(getItem(position), PorterDuff.Mode.MULTIPLY);
|
||||
v.setBackground(d);
|
||||
v.setBackgroundDrawable(d);
|
||||
|
||||
Drawable check = null;
|
||||
CheckedTextView checked = ((CheckedTextView) v);
|
||||
|
Loading…
Reference in New Issue
Block a user