diff options
author | zeapo <mohamed@zenadi.com> | 2014-12-04 21:43:27 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-12-04 21:43:27 +0100 |
commit | d98a30ee4828eff9b1b8c28ca917322b502ac08c (patch) | |
tree | c72d9cbd2de773579498af1c287ed87c577edbe6 /app/src/main/res/layout | |
parent | 173248e1bb96fd971027ac8a36fdc7e12825fe23 (diff) |
Add the possibility to edit git server information
Also uses jgit 3.6
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/activity_git_clone.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_git_clone.xml b/app/src/main/res/layout/activity_git_clone.xml index f26d6f8d..de3f0b0e 100644 --- a/app/src/main/res/layout/activity_git_clone.xml +++ b/app/src/main/res/layout/activity_git_clone.xml @@ -205,6 +205,12 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:onClick="cloneRepository"/> + <Button + android:id="@+id/save_button" + android:text="Save" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:onClick="saveConfiguration"/> </LinearLayout> </ScrollView> |