Improve Layout, Fix bug

This commit is contained in:
phanhuuloi27
2022-07-06 12:24:20 +07:00
parent 57df99f584
commit ca8ee3b4f1
75 changed files with 136 additions and 290 deletions
@@ -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