Fix lock size in drawer

This commit is contained in:
str4d
2015-06-05 04:30:35 +00:00
parent 6ff1e4ae3e
commit 51901525da

View File

@ -330,7 +330,7 @@ public class EmailListActivity extends BoteActivityBase implements
return new ProfileDrawerItem()
.withIdentifier(ID_LOCKED)
.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) {