Update master switch style
- When off, background grey - When on, background accent - Switch toggle always white, only change the slider color during on/off Change-Id: I0ca49439f4e20e75517d503f28cc3068930591e8 Bug: 69462439 Test: robotests
This commit is contained in:
@@ -43,7 +43,7 @@ public class SwitchBarController extends SwitchWidgetController implements
|
||||
|
||||
@Override
|
||||
public void updateTitle(boolean isChecked) {
|
||||
mSwitchBar.setTextViewLabel(isChecked);
|
||||
mSwitchBar.setTextViewLabelAndBackground(isChecked);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user