diff options
author | zeapo <mohamed@zenadi.com> | 2014-08-23 19:19:15 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-08-23 19:19:15 +0200 |
commit | c7d541c1976b6e77627a7fe73a4707fd7900eadd (patch) | |
tree | d9d1063bd68581fc6d5ca560e985cabce5452e1c /app/src/main/res | |
parent | 734988be283db33d68dfb610e51486a3ba07ad22 (diff) |
pull and push working with ssh-key now
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/activity_git_clone.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_git_clone.xml b/app/src/main/res/layout/activity_git_clone.xml index f8e76cf4..b427ac8d 100644 --- a/app/src/main/res/layout/activity_git_clone.xml +++ b/app/src/main/res/layout/activity_git_clone.xml @@ -26,7 +26,7 @@ android:id="@+id/clone_uri" android:layout_width="match_parent" android:layout_height="wrap_content" - android:inputType="textUri"/> + android:inputType="textWebEmailAddress"/> </LinearLayout> <Spinner |