Support showing labels under the trapezoids instead of between the trapezoids. For daily chart, the labels are under the trapezoids, for hourly chart, the labels are between the trapezoids. Test: manual Bug: 239491373 Bug: 236101166 Change-Id: I2efb5192d4baafc7745ce269224639511848293e
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.