Added label "Archive"

This commit is contained in:
Christian Basler 2015-10-12 16:00:43 +02:00
parent 3c7fd02613
commit 1659aaa1ee

View File

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