aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-05-04 21:13:07 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-05-04 21:13:07 +0200
commit291f95db5ad2028ef252448e47b4ad22a297bf33 (patch)
tree31010a78bbfac55626ec46f49150874d3add5637 /OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
parent2583f77f07708b388043991c0dd6c9ef1d14f523 (diff)
downloadopen-keychain-291f95db5ad2028ef252448e47b4ad22a297bf33.tar.gz
open-keychain-291f95db5ad2028ef252448e47b4ad22a297bf33.tar.bz2
open-keychain-291f95db5ad2028ef252448e47b4ad22a297bf33.zip
Fix revoked/expired state in decrypt activity
Diffstat (limited to 'OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
index 5b74905e7..ea6be462f 100644
--- a/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
@@ -6,7 +6,7 @@
<LinearLayout
android:visibility="gone"
- android:id="@+id/decrypt_text_valid"
+ android:id="@+id/decrypt_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@@ -36,7 +36,7 @@
<LinearLayout
android:visibility="gone"
- android:id="@+id/decrypt_text_invalid"
+ android:id="@+id/decrypt_error_overlay"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="vertical"
@@ -52,7 +52,7 @@
android:textColor="@color/android_red_light" />
<Button
- android:id="@+id/decrypt_text_invalid_button"
+ android:id="@+id/decrypt_error_overlay_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/button_edgy"