summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-02-12 00:15:05 +0100
committerArne Schwabe <arne@rfc2549.org>2014-02-12 00:15:05 +0100
commit784387ef890a5c74b243a45fe4c7e5f0a6007ab9 (patch)
tree2addcd70728578545ca6f1ef0317f7ad9cfad290 /res
parent99e3acbc8656509bc974a1772a6a648c829af665 (diff)
More fine tuning of file import for 4.3/add hint for selecting files
Diffstat (limited to 'res')
-rw-r--r--res/layout/config_converter.xml8
-rwxr-xr-xres/values/strings.xml1
2 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/config_converter.xml b/res/layout/config_converter.xml
index c2927efd..f43d463e 100644
--- a/res/layout/config_converter.xml
+++ b/res/layout/config_converter.xml
@@ -1,9 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/config_convert_root"
android:orientation="vertical" >
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/files_missing_hint"
+ android:visibility="gone"
+ android:id="@+id/files_missing_hint"
+ tools:visibilty="visible"/>
<CheckBox
android:id="@+id/importpkcs12"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f4f7f6eb..deeb096c 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -315,4 +315,5 @@
<string name="blocklocal_title">Bypass VPN for local networks</string>
<string name="userpw_file">Username/Password file</string>
<string name="imported_from_file">[Imported from: %s]</string>
+ <string name="files_missing_hint">Some files could not be found. Please select the files to import the profile:</string>
</resources>