Implement create closed group screen

This commit is contained in:
Niels Andriesse
2020-01-31 13:57:24 +11:00
parent d7f1b86615
commit 998d03b258
11 changed files with 345 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
<?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:title="Done"
android:id="@+id/createClosedGroupButton"
app:showAsAction="always" />
</menu>