- set minHeight instead of using a fix height, so that when the font/display size is set to larger, the height will expand accordingly to fit all elements in the suggestion card. - revert the change that tint all suggestion icons. The previous logic should be used to determine if we should tint the icon or not. Change-Id: I2451490130cee216ff65301a600eb91d2e65c321 Fixes: 74261827 Test: visual and make RunSettingsRoboTests
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.