Added progress wheel while sending messages

This commit is contained in:
Pierre
2017-12-25 15:35:38 +01:00
parent fee72680ae
commit 197bd9fe40
2 changed files with 18 additions and 1 deletions

View File

@ -42,6 +42,11 @@
android:src="@android:drawable/ic_menu_send"
android:contentDescription="@string/conversation_message_send"/>
<ProgressBar
android:id="@+id/fragment_conversation_newmessage_loading"
android:layout_width="@dimen/fragment_conversation_buttons_width"
android:layout_height="@dimen/fragment_conversation_buttons_height" />
</LinearLayout>
</LinearLayout>