Merge branch 'develop' into feature/SyncAdapter

This commit is contained in:
Christian Basler 2015-10-12 16:06:30 +02:00
commit fd415b9c8c
1 changed files with 6 additions and 0 deletions

View File

@ -227,6 +227,12 @@ public class MessageListActivity extends AppCompatActivity
}
drawerItems.add(item);
}
drawerItems.add(new PrimaryDrawerItem()
.withName(R.string.archive)
.withTag(null)
.withIcon(CommunityMaterial.Icon.cmd_archive)
);
new DrawerBuilder()
.withActivity(this)