bajabob / FastPhrase

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

Add Recording Object Count to FolderView #75

Closed bajabob closed 8 years ago

bajabob commented 8 years ago

As a user of the FastPhrase application I would like to know how many objects are in each of my folders before I click on them.

As a developer of this application I am to add a recording count to FolderView. This count should be the same font and size as the folder name, and should be right aligned on the screen. The only font change shall be that the color of the text shall be R.color.black_60. Additionally, this count should only be visible when the folder is closed, not when the folder is open.

Files you will be working in:

bajabob commented 8 years ago

@JenningsF be sure to create a branch called, feature/75-recording-count.

bajabob commented 8 years ago

Sample render, see Wes's implementation for TagView and view_tag.xml for how he created a rounded box with text inside. Font color is R.color.white_80 (or @color/white_80 is specifying in xml file) and box color is R.color.grey_50 (or @color/grey_50is specifying in xml file).

playback-closed-folders-count

bajabob commented 8 years ago

Good job @JenningsF ! Works great :+1: