gdg-x / frisbee

[DEPRECATED] Android application for GDG members and organizers
https://play.google.com/store/apps/details?id=org.gdg.frisbee.android
Apache License 2.0
265 stars 169 forks source link

fix: move login to nav drawer header #688

Closed esoxjem closed 8 years ago

esoxjem commented 8 years ago

This PR adds the login option to the nav drawer header. After login, the user's G+ display name and profile picture is displayed on the header. A circular transform is applied to the profile picture to maintain consistency with other Material Design apps. The header has a 0.6 alpha primaryColor filter applied, so it has the color tint of the selected activity.

Screencast: https://vimeo.com/186100986

Fixes #526

esoxjem commented 8 years ago

Strings need translation

esoxjem commented 8 years ago

@tasomaniac Updated with requested changes. Please take a look.