Add action indicator when resending a message.

When message is being resent, "RESEND" button now disappears.
"Resending..." text is displayed instead of an error message.

Fixes #6307
Closes #6347
This commit is contained in:
greenjoe
2017-03-09 01:17:30 +01:00
committed by Moxie Marlinspike
parent a421630789
commit deb96646a3
3 changed files with 14 additions and 1 deletions

View File

@@ -56,6 +56,13 @@
tools:visibility="visible"
tools:text="New identity" />
<TextView android:id="@+id/action_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
tools:visibility="visible"
tools:text="action" />
</LinearLayout>
<Button android:id="@+id/conflict_button"

View File

@@ -885,6 +885,7 @@
<!-- message_recipients_list_item -->
<string name="message_recipients_list_item__verify">VERIFY</string>
<string name="message_recipients_list_item__resend">RESEND</string>
<string name="message_recipients_list_item__resending">Resending...</string>
<!-- GroupUtil -->
<plurals name="GroupUtil_joined_the_group">