aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/view_cert_activity.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-04-10 15:34:08 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-04-10 15:34:16 +0200
commitce6a4041fd7e8ff0b4368b4792fb922bdf45f630 (patch)
treecaf794ff4da76164c6acf23d6d7b44cb3ccb85ac /OpenKeychain/src/main/res/layout/view_cert_activity.xml
parenta63488cce3562035c77cb36f7eb6a3b2702ab772 (diff)
downloadopen-keychain-ce6a4041fd7e8ff0b4368b4792fb922bdf45f630.tar.gz
open-keychain-ce6a4041fd7e8ff0b4368b4792fb922bdf45f630.tar.bz2
open-keychain-ce6a4041fd7e8ff0b4368b4792fb922bdf45f630.zip
ViewCertActivity cleanup
Closes #547
Diffstat (limited to 'OpenKeychain/src/main/res/layout/view_cert_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/view_cert_activity.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/OpenKeychain/src/main/res/layout/view_cert_activity.xml b/OpenKeychain/src/main/res/layout/view_cert_activity.xml
index adb673d1f..76bf91757 100644
--- a/OpenKeychain/src/main/res/layout/view_cert_activity.xml
+++ b/OpenKeychain/src/main/res/layout/view_cert_activity.xml
@@ -1,5 +1,4 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -24,12 +23,12 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Verification Status" />
+ android:text="@string/label_verify_status" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="ok"
+ android:text="@string/cert_verify_ok"
android:id="@+id/status"
android:layout_marginLeft="30dp" />
</LinearLayout>
@@ -108,7 +107,7 @@
android:layout_height="wrap_content"
android:layout_gravity="top"
android:paddingRight="10dip"
- android:text="Type" />
+ android:text="@string/label_cert_type" />
<TextView
android:id="@+id/signature_type"
@@ -127,7 +126,7 @@
android:layout_height="wrap_content"
android:layout_gravity="top"
android:paddingRight="10dip"
- android:text="Revocation Reason" />
+ android:text="@string/label_revocation" />
<TextView
android:id="@+id/reason"
@@ -143,7 +142,7 @@
android:layout_height="wrap_content"
android:layout_gravity="top"
android:paddingRight="10dip"
- android:text="Creation" />
+ android:text="@string/label_creation" />
<TextView
android:id="@+id/creation"
@@ -182,7 +181,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="5dip"
- android:text=""
android:typeface="monospace" />
</TableRow>
@@ -200,8 +198,7 @@
android:id="@+id/signer_uid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingRight="5dip"
- android:text="" />
+ android:paddingRight="5dip"/>
</TableRow>
</TableLayout>