diff options
Diffstat (limited to 'res/layout/config_converter.xml')
-rw-r--r-- | res/layout/config_converter.xml | 8 |
1 files changed, 8 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" |