Created Conversation Message object

This commit is contained in:
Pierre
2017-12-16 16:41:20 +01:00
parent 5343372f21
commit e30b3ea988
5 changed files with 178 additions and 4 deletions

View File

@ -31,14 +31,14 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<!-- Error message -->
<!-- Error content -->
<TextView
android:id="@+id/login_error_message"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAlignment="center"
android:textColor="#FF2222"
tools:text="Error message"
tools:text="Error content"
android:visibility="gone"/>
<!-- Email field -->