summaryrefslogtreecommitdiff
path: root/main/src/main/res/layout/config_converter.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2016-03-04 15:44:17 +0100
committerArne Schwabe <arne@rfc2549.org>2016-03-07 09:10:57 +0100
commitacca89bea1dc611ab1d5e8441142360e7957c366 (patch)
tree854212d3ade5c831a4bb4a183b7b87118d481f4b /main/src/main/res/layout/config_converter.xml
parent3af02771543a45f7b1f1f3ac557f5ad268cca73b (diff)
Allow name to be set on import
Diffstat (limited to 'main/src/main/res/layout/config_converter.xml')
-rw-r--r--main/src/main/res/layout/config_converter.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/src/main/res/layout/config_converter.xml b/main/src/main/res/layout/config_converter.xml
index b9bc1ecc..ec248cd4 100644
--- a/main/src/main/res/layout/config_converter.xml
+++ b/main/src/main/res/layout/config_converter.xml
@@ -13,6 +13,7 @@
android:layout_margin="@dimen/stdpadding"
android:orientation="vertical">
+
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
@@ -20,6 +21,17 @@
android:layout_height="wrap_content">
<TextView
+ style="@style/item"
+ android:text="@string/profilename"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ />
+
+ <EditText
+ android:id="@+id/profilename"
+ style="@style/item"
+ android:inputType="text" />
+
+ <TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/files_missing_hint"