When there is no need to show filter component, we don't need to set an extra padding top. Test: robotest, visual Change-Id: Ieaa65ed9785a06f0737aefaf102d0c857002bbdd Fixes: 123037802
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.