aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-07-26 20:57:33 +0100
committerZeapo <mohamed@zenadi.com>2014-07-26 20:57:33 +0100
commit1c4defa4c96537300528f119695ca8fdc5f4c625 (patch)
treef39861db31f762bf22c15c40fd91ab76d7d236d4 /app/src/main/res/layout
parent6532252f31d032b461d229ba3cf49245b2c5fe85 (diff)
Moved the cloning to settings, needs a nicer icon
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/activity_git_clone.xml2
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 6587524b..8c0a3336 100644
--- a/app/src/main/res/layout/activity_git_clone.xml
+++ b/app/src/main/res/layout/activity_git_clone.xml
@@ -35,7 +35,7 @@
<Button
android:id="@+id/clone_button"
android:text="Clone!"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="cloneRepository"/>
</LinearLayout>