Implement join public chat screen redesign

This commit is contained in:
Niels Andriesse
2019-12-18 15:25:23 +01:00
parent 6dbe9b0ca9
commit 95dc4e6590
12 changed files with 281 additions and 66 deletions

12
res/menu/menu_home.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/joinPublicChatItem"
android:title="Join Public Chat"
android:icon="@drawable/ic_globe"
app:showAsAction="always" />
</menu>