aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preference.xml
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2014-08-23 21:22:05 +0200
committerzeapo <mohamed@zenadi.com>2014-08-23 21:22:05 +0200
commit6ba4acfc47e0197f81eefe3aed5e9badd7e71928 (patch)
tree2d9feecda5eb762e2e3b1972711b02d24a008eb2 /app/src/main/res/xml/preference.xml
parent9784af6d66fc88651f260f084e28ddee42ea8cab (diff)
store initialization supports ssh-key now
Diffstat (limited to 'app/src/main/res/xml/preference.xml')
-rw-r--r--app/src/main/res/xml/preference.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index 97214ceb..d52570d5 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -3,13 +3,16 @@
<PreferenceCategory android:title="Git">
<EditTextPreference android:title="Server"
android:key="git_remote_server"
- android:hint="server.com"/>
+ android:hint="server.com"
+ android:inputType="textUri"/>
<EditTextPreference android:title="Remote location"
android:key="git_remote_location"
- android:hint="path/to/repository"/>
+ android:hint="path/to/repository"
+ android:inputType="textUri"/>
<EditTextPreference android:title="Username"
android:key="git_remote_username"
- android:hint="username"/>
+ android:hint="username"
+ android:inputType="textPersonName"/>
<Preference
android:title="SSH Key"
android:key="ssh_key"/>