Create room screen - WIP TODO: screen rotation - navigate to created room

This commit is contained in:
Benoit Marty
2019-06-07 16:07:35 +02:00
parent ed18a504e4
commit 4c5bffe0f5
18 changed files with 698 additions and 9 deletions

View File

@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="18dp"
android:height="18dp"
android:viewportWidth="18"
android:viewportHeight="18">
<path
android:pathData="M16,2L2,16M2,2l14,14"
android:strokeLineJoin="round"
android:strokeWidth="2.333"
android:fillColor="#00000000"
android:fillType="evenOdd"
android:strokeColor="#03B381"
android:strokeLineCap="round"/>
</vector>