aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/edit_key_key_item.xml
diff options
context:
space:
mode:
authorAshley Hughes <spirit.returned@gmail.com>2014-02-02 23:56:53 +0000
committerAshley Hughes <spirit.returned@gmail.com>2014-02-02 23:56:53 +0000
commita90b748611126cd122e39ef944f4c268798419f0 (patch)
treef5186a5ec94b6394774b191ba439bc21d5fe6fa7 /OpenPGP-Keychain/src/main/res/layout/edit_key_key_item.xml
parent212ee222c3cf66adda0842176a17f9302549f51b (diff)
downloadopen-keychain-a90b748611126cd122e39ef944f4c268798419f0.tar.gz
open-keychain-a90b748611126cd122e39ef944f4c268798419f0.tar.bz2
open-keychain-a90b748611126cd122e39ef944f4c268798419f0.zip
set checkboxes from key properties
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/edit_key_key_item.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/edit_key_key_item.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/edit_key_key_item.xml b/OpenPGP-Keychain/src/main/res/layout/edit_key_key_item.xml
index ef913b039..499fd5aa9 100644
--- a/OpenPGP-Keychain/src/main/res/layout/edit_key_key_item.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/edit_key_key_item.xml
@@ -11,6 +11,7 @@
android:orientation="horizontal" >
<TableLayout
+ android:id="@+id/table_keylayout"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_weight="1"
@@ -88,7 +89,8 @@
bootstrapbutton:bb_type="default" />
</TableRow>
- <TableRow>
+ <TableRow
+ android:id="@+id/row_certify">
<TextView
android:id="@+id/label_usage"
@@ -105,13 +107,16 @@
android:text="@string/flag_certify" />
</TableRow>
- <TableRow>
+ <TableRow
+ android:id="@+id/row_sign">
<TextView
+ android:id="@+id/label_usage2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:paddingRight="10dip" />
+ android:paddingRight="10dip"
+ android:text="@string/label_usage" />
<CheckBox
android:id="@+id/chkSign"
android:layout_width="wrap_content"
@@ -119,7 +124,8 @@
android:text="@string/flag_sign" />
</TableRow>
- <TableRow>
+ <TableRow
+ android:id="@+id/row_encrypt">
<TextView
android:layout_width="wrap_content"
@@ -133,7 +139,8 @@
android:text="@string/flag_encrypt" />
</TableRow>
- <TableRow>
+ <TableRow
+ android:id="@+id/row_authenticate">
<TextView
android:layout_width="wrap_content"