-Added FloatingAppBarScrollingViewBehavior for search bar. It can be scolling, transparent and overlapped the scrolling child view. -Exchanged the position of NestedScrollView and AppBarLayout in settings_homepage_container.xml. -Set the app bar height. Change-Id: I6ef4c9001a1f893292fcbc825a0a9f2069b7286b Fixes: 118886724 Test: robotest
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.