2016-10-01 52 views
-1

如何擺脫使用Mike Penz的Material Drawer庫爲AccountHeader顯示連接帳戶的下拉菜單?Android材料抽屜刪除帳戶標題dropdwon

我當前的代碼:

// Create the AccountHeader 
      AccountHeader headerResult = new AccountHeaderBuilder() 
        .withActivity(this) 
        //.withHeaderBackground(R.drawable.header) 
        .addProfiles(
          new ProfileDrawerItem().withName(displayName).withEmail(email).withIcon(firebaseUser.getPhotoUrl()) 
        ) 
        .withCompactStyle(true) 
        .withTextColor(getResources().getColor(R.color.itemTextColor)) 
        .build(); 

回答

3

定了!增加了一條線...

.withSelectionListEnabledForSingleProfile(false)