Invites : allow to accept or reject the invite + clean some code. Require UI polishing.

This commit is contained in:
ganfra
2019-05-07 19:33:58 +02:00
parent 72cd409735
commit c39cfbe2ae
44 changed files with 454 additions and 158 deletions

View File

@ -139,4 +139,14 @@
</RelativeLayout>
<im.vector.riotredesign.features.invite.VectorInviteView
android:id="@+id/inviteView"
android:layout_width="0dp"
android:layout_height="0dp"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/toolbar" />
</androidx.constraintlayout.widget.ConstraintLayout>