mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-03 23:25:03 +00:00
Created the update conversation fragment
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user