Created the update conversation fragment

This commit is contained in:
Pierre
2018-01-01 15:16:21 +01:00
parent fc9d09fcd4
commit ae5f851101
8 changed files with 216 additions and 9 deletions

View File

@ -23,8 +23,9 @@
<!-- Create new conversations button -->
<Button
android:id="@+id/fragment_conversationslist_create"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/fragment_conversationslist_create_button"
android:enabled="false" /><!-- Not available yet -->
android:enabled="true" />
</LinearLayout>