summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/activities/ConfigConverter.java
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 /src/de/blinkt/openvpn/activities/ConfigConverter.java
parent99e3acbc8656509bc974a1772a6a648c829af665 (diff)
More fine tuning of file import for 4.3/add hint for selecting files
Diffstat (limited to 'src/de/blinkt/openvpn/activities/ConfigConverter.java')
-rw-r--r--src/de/blinkt/openvpn/activities/ConfigConverter.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/activities/ConfigConverter.java b/src/de/blinkt/openvpn/activities/ConfigConverter.java
index 792c9796..cc84076d 100644
--- a/src/de/blinkt/openvpn/activities/ConfigConverter.java
+++ b/src/de/blinkt/openvpn/activities/ConfigConverter.java
@@ -329,7 +329,8 @@ public class ConfigConverter extends ListActivity implements FileSelectCallback
fileSelectMap.put(type, fl);
fl.setLayoutParams(new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT));
- ((LinearLayout) findViewById(R.id.config_convert_root)).addView(fl, 1);
+ ((LinearLayout) findViewById(R.id.config_convert_root)).addView(fl, 2);
+ findViewById(R.id.files_missing_hint).setVisibility(View.VISIBLE);
fl.setData(value, this);
int i = getFileLayoutOffset(type);
fl.setCaller(this, i, type);