openMF / mifos-mobile

Repository for the Mifos Mobile Banking App for clients
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
274 stars 686 forks source link

Navigation Drawer not following material guidelines #692

Closed harshitbansal05 closed 6 years ago

harshitbansal05 commented 6 years ago

Summary:

Navigation drawer in home activity does not follow material guidelines.

Steps to reproduce:

In the home activity, open the navigation drawer.

Expected behaviour:

According to material ui, The nav drawer spans the height of the screen, with everything behind it visible but darkened by a scrim. The name size should be 14 sp and email address must also be shown in addition.

Observed behaviour:

A white space is seen b/w status bar and header. Also android:fitsSystemWindows="true" is not used in navigation view. Also, the name in header is large than the design guidelines, and email address is missing.

Device and Android version:

Redmi Note 3 Android Version: 5.1.1 Stock

Screenshots:

screenshot_2018-03-01-15-42-34-146_org mifos mobilebanking

harshitbansal05 commented 6 years ago

i would like to work on it as well..