Fix lock size in drawer

This commit is contained in:
str4d
2015-06-05 04:30:35 +00:00
parent 041a7d1252
commit 12fea0a405

View File

@@ -330,7 +330,7 @@ public class EmailListActivity extends BoteActivityBase implements
return new ProfileDrawerItem() return new ProfileDrawerItem()
.withIdentifier(ID_LOCKED) .withIdentifier(ID_LOCKED)
.withEmail(getString(R.string.touch_lock_to_log_in)) .withEmail(getString(R.string.touch_lock_to_log_in))
.withIcon(new IconicsDrawable(this, GoogleMaterial.Icon.gmd_lock).color(Color.WHITE).sizeRes(com.mikepenz.materialdrawer.R.dimen.material_drawer_item_profile_icon)); .withIcon(new IconicsDrawable(this, GoogleMaterial.Icon.gmd_lock).color(Color.WHITE).sizeRes(com.mikepenz.materialdrawer.R.dimen.material_drawer_account_header_selected));
} }
private IDrawerItem getNetStatusItem(int nameRes, IIcon icon, int iconColorRes, int padding) { private IDrawerItem getNetStatusItem(int nameRes, IIcon icon, int iconColorRes, int padding) {