diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-01-25 14:57:40 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-01-25 14:57:40 +0100 |
commit | 0cf62450e017a031afc637841a34105c25279067 (patch) | |
tree | 03817181a371a492b8b84ec73af24f80deb4f3b0 /res/layout/basic_settings.xml | |
parent | 491ea0e8bd9a9e200d2fe4e54c0084d54642eb3e (diff) |
Add the ability to select missing files from Convert Dialog
Diffstat (limited to 'res/layout/basic_settings.xml')
-rw-r--r-- | res/layout/basic_settings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml index 550a21c5..f8c38e79 100644 --- a/res/layout/basic_settings.xml +++ b/res/layout/basic_settings.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:blinkt="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" android:layout_width="wrap_content" android:layout_height="wrap_content" > @@ -89,7 +90,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:visibility="gone" > + android:visibility="gone" + tools:visibility="visible"> <include layout="@layout/keystore_selector" /> |