codepath-android-fall16-group-8 / travel

3 stars 3 forks source link

Add Coordinator Layout back in #78

Closed heyhuyen closed 7 years ago

heyhuyen commented 7 years ago

whoops. didn't see that you picked this up. Just FYI I added the windowTranslucent setting in order to make the nav drawer comply with the material design guide (slide out under translucent status bar), which pushes everything up under the status bar as well. To correct it, we have to set "fitSystemWindows=true" to the root layouts that we want to snap below the status bar. I've fixed it for the home activity and profile activity in a PR i'm about to issue. The other activities will need a similar fix.

prav90 commented 7 years ago

@heyhuyen No worries. I'm doing it right now for place suggestion and place detail activity. So your changes shouldn't conflict mine

heyhuyen commented 7 years ago

Looks like we've done most of this, except for the Search users activity, so I'll add that and then we can close this.