- reduce space above and below the suggestion header - reduce space around the suggestion cardview - set the font family for the suggestion header and title. Change-Id: Ief6247005f1e69fe5025af60f3c9627d357d94a4 Fixes: 72710227 Test: visual
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.