mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 10:12:59 +00:00
Merge mozilla-central and fx-team
This commit is contained in:
commit
7c7c9ff618
@ -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…
x
Reference in New Issue
Block a user