mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-06-21 01:25:19 +00:00
Added progress wheel while sending messages
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user