zirouan / NavigationDrawer-MaterialDesign

Library Navigation drawer material design
1.06k stars 272 forks source link

How to update user information throught code? #81

Closed ingmrko closed 8 years ago

ingmrko commented 9 years ago

I wish to change the name user throught code, it's possible?

zirouan commented 8 years ago

To change the Header information, simply set the attribute information below.

// User Information this.userName.setText("Rudson Lima"); this.userEmail.setText("rudsonlive@gmail.com"); this.userPhoto.setImageResource(R.drawable.ic_rudsonlive); this.userBackground.setImageResource(R.drawable.ic_user_background_first);