mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 20:00:53 +00:00
Improve Layout, Fix bug
This commit is contained in:
@@ -110,7 +110,7 @@ public class Home extends AppCompatActivity implements NavigationView.OnNavigati
|
||||
//Set Name for user
|
||||
View headerView = navigationView.getHeaderView(0);
|
||||
txtFullName = (TextView) headerView.findViewById(R.id.txtFullName);
|
||||
txtFullName.setText(Common.currentUser.getName());
|
||||
txtFullName.setText("Xin chào " + Common.currentUser.getName() + "!");
|
||||
|
||||
//Init View
|
||||
recycler_menu = (RecyclerView) findViewById(R.id.recyler_menu);
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 5.8 KiB |
Reference in New Issue
Block a user