multi-decrypt: add cancelled state

This commit is contained in:
Vincent Breitmoser
2015-07-08 04:53:43 +02:00
parent 5633fcc92f
commit bf2dc8edc3
2 changed files with 69 additions and 2 deletions

View File

@@ -286,6 +286,26 @@
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:orientation="horizontal">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginStart="8dp"
android:layout_gravity="center_vertical"
android:drawablePadding="12dp"
android:text="@string/msg_cancelled"
android:drawableLeft="@drawable/status_signature_invalid_cutout_24dp"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
</LinearLayout>
</org.sufficientlysecure.keychain.ui.widget.ToolableViewAnimator>
</android.support.v7.widget.CardView>