Show the highlight for the wifi toggle switch.
To make wifi settings more keyboard friendly, we need to show the highlight for the toggle switch when it has the focus. Bug: 32087448 Change-Id: I4a71ad295f7b2c37a4eb141a6281de6934b072fd
This commit is contained in:
@@ -117,7 +117,6 @@ public class SwitchBar extends LinearLayout implements CompoundButton.OnCheckedC
|
||||
lp = (MarginLayoutParams) mSwitch.getLayoutParams();
|
||||
lp.setMarginEnd(switchBarMarginEnd);
|
||||
setBackgroundColor(switchBarBackgroundColor);
|
||||
mSwitch.setBackgroundColor(switchBarBackgroundColor);
|
||||
|
||||
addOnSwitchChangeListener(new OnSwitchChangeListener() {
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user