bajabob / FastPhrase

A voice recording application inspired by emergency crews
0 stars 0 forks source link

Finish RecordFABView #67

Closed bajabob closed 8 years ago

bajabob commented 8 years ago

pull from develop first and don't forget to do this work under a feature branch called feature/67-record-fab-view

As a developer of the Fast Phrase application, my job is to create a floating action button (FAB) for the playback list activity view. This button is to hover over the scrolling list and open the RecordingActivity when pressed. The button must match the styling in the render below. All shadows, colors, lines, etc. Additionally, when the FAB is pressed it must show a ripple effect across its surface (like the ripple seen when touching folders). Ensure to the Listener!

As a developer I also need to implement the following methods:

Colors (see res/values/colors.xml): Background red: ra400 Outline red stroke: r900

Files you'll be poking around in: views/RecordFABView.java and res/layout/view_record_fab.xml.

playback-closed-folders

bajabob commented 8 years ago

merged with develop

justintan93 commented 8 years ago

FAB exhibits interesting (and unwanted) margins when used with < API 21.