bajabob / FastPhrase

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

Finish TagView #66

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/66-tag-view

As a developer of the application FastPhrase my role is to complete the TagView such that it shows the name of the tag with the appropriate background color as shown in the render below.

The font shall be all UPPERCASE and white in color (see res/colors.xml for a complete list of colors). It shall use one of the fonts already included with the project. (available fonts found here: http://stackoverflow.com/a/13329907/454336) Please match font as closely to render as possible.

The background of the tag shall be p500 (see res/colors.xml for a complete list of colors). Additionally the corners of this view shall be rounded as seen in the render below. You will likely create a shape in the res/drawable directory and use it for your colored and rounded background. Please be sure to name this file similar to what it is being used for (ie tag_background).

playback-resting