Changes

Jump to: navigation, search
Reviewing the Project
Finally, open the module level build.gradle file (Gradle Scripts -> build.gradle (Module: App)) and note that the Android design support library has been added as a dependency:
 
<pre>
implementation 'com.android.support:design:26.1.0'
</pre>
When the project is compiled and run the floating action button will appear at the bottom of the screen as shown in Figure 42-3:

Navigation menu