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"