Added label "Archive"
This commit is contained in:
parent
3c7fd02613
commit
1659aaa1ee
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user