bajabob / FastPhrase

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

Team About Page #83

Closed bajabob closed 8 years ago

bajabob commented 8 years ago

As a user of the application, I wish for there to be an about page for the application and the development team. I shall be able to open this view by pressing an info button in the top right of the playback screen only. This button should use these icons:

ic_info_outline_black_24dp.zip

And be tinted to the color p600 or p700 (you decide which looks best). This icon should be aligned on the right side of the screen, and the FastPhrase logo shall remain centered in the title bar. When clicked this icon should open a new Activity called, "AboutActivity". See the view TitleBarView on how the green and red title bars are toggled, that way you know when to show the icon.

Copy a previous activity so you have the right imports to use. Make sure you add a line in the AndroidManifest.xml for the new activity. Copy one of the short definitions and update text to "AboutActivity".

In the view for this activity, you do not need to include a title bar. MAke the background of the view white. Do not use a title bar view, instead use a 512px wide render of the Dark Text Fast Phrase logo (dont need multiple sizes, the one should work fine, with the green stripes. Include it in the view top center.

Additionally include a team photo with everyone's names underneath and a short message about the product (include some information about Dr. Murphy too). Place all Strings in the Strings.xml folder that way they are properly translated later.

bajabob commented 8 years ago

Create new branch 83-about-activity please

bajabob commented 8 years ago

logo-black-512

bajabob commented 8 years ago

img_20160329_171008005

bajabob commented 8 years ago

@justintan93 made a few text changes, but for the majority it looks amazing. great job!