Skip to content

Add a floating action button (FAB) in the contact list

Torsten Grote requested to merge 199-use-fab-for-adding-new-contact into master

The button hides itself when you scroll down the list of contacts and shows again when you scroll up.

To properly color the button, the accent color has been defined. It uses the same color as the action bar (primary color). I leave it to a UX designer to adapt the color scheme.

Please note that the design support library was used. It includes the app-compat library, so this has been removed from the build.gradle file.

Closes #199 (closed)

Merge request reports