summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/basic_settings.xml2
-rw-r--r--res/values/attrs.xml1
2 files changed, 3 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
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index cb503b86..ef3681b1 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -3,6 +3,7 @@
<resources>
<declare-styleable name="FileSelectLayout">
<attr name="title" format="string|reference" />
+ <attr name="certificate" format="boolean" />
<!-- <attr name="taskid" format="integer" /> -->
</declare-styleable>
</resources> \ No newline at end of file