This CL updates the master switch background color and also reverts the color of the icons on the left hand side from color accent back to the default. Test: visual inspection Bug: 128769294 Change-Id: Ie02f5049ad628c8564638264e690825f404ee3d9
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.