aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-07-08 04:53:43 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-07-08 04:53:43 +0200
commitbf2dc8edc3e78ce8279571c2d82253fe5bede1b1 (patch)
tree27ff0bd0d83e263086e04272d64510f1e6416a28 /OpenKeychain/src/main/res
parent5633fcc92f20ecd81e4a4ea7f22416f58d051c49 (diff)
downloadopen-keychain-bf2dc8edc3e78ce8279571c2d82253fe5bede1b1.tar.gz
open-keychain-bf2dc8edc3e78ce8279571c2d82253fe5bede1b1.tar.bz2
open-keychain-bf2dc8edc3e78ce8279571c2d82253fe5bede1b1.zip
multi-decrypt: add cancelled state
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/layout/decrypt_list_entry.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml b/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml
index d58542e62..4c4e75834 100644
--- a/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml
+++ b/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml
@@ -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> \ No newline at end of file