1. Remove the placeholder summary so it won't show blank summary 2. Update settings_entity_header to make text center_vertical, so it could align with the icon. Bug: 71742145 Test: Screenshot Change-Id: I185114a4e0c8d996f218075a8633e802fabf3c66
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.