summaryrefslogtreecommitdiff
path: root/res/layout/basic_settings.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-07-12 17:39:33 +0200
committerArne Schwabe <arne@rfc2549.org>2013-07-12 17:39:33 +0200
commit7a6a6c894d5318b66efbe7289d12c9d33278c750 (patch)
tree00ec62d0aff20dcbdf3d0cb14b6e081cbdfc9ab6 /res/layout/basic_settings.xml
parente1359d383c16daf5440210b07d686aac5f0a2678 (diff)
Do not show certificate information on pkcs12 and key dialogs (closes issue #180)
--HG-- extra : rebase_source : cf8d0c01621f7e22033a8a3962c4bc47983753fb
Diffstat (limited to 'res/layout/basic_settings.xml')
-rw-r--r--res/layout/basic_settings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml
index 76535ce6..3b1c48c2 100644
--- a/res/layout/basic_settings.xml
+++ b/res/layout/basic_settings.xml
@@ -131,6 +131,7 @@
android:id="@+id/keyselect"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ blinkt:certificate="false"
blinkt:title="@string/client_key_title" />
<LinearLayout
@@ -168,6 +169,7 @@
android:id="@+id/pkcs12select"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ blinkt:certificate="false"
blinkt:title="@string/client_pkcs12_title" />
<TextView