aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2016-04-25 22:56:27 +0200
committerMohamed Zenadi <mohamed@zenadi.com>2016-04-25 22:56:48 +0200
commit53f2962e5d9f05c02d507f3e511b49804400f797 (patch)
tree5d5d674512dfd6f0df4bb36919f496a47f846c53 /app/src/main/res/layout
parent7c538698fad69b371351122addb70f39a2811f35 (diff)
fix a confusion on which button does what
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/fragment_to_clone_or_not.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_to_clone_or_not.xml b/app/src/main/res/layout/fragment_to_clone_or_not.xml
index 58e21418..2b5b1619 100644
--- a/app/src/main/res/layout/fragment_to_clone_or_not.xml
+++ b/app/src/main/res/layout/fragment_to_clone_or_not.xml
@@ -64,7 +64,8 @@
android:id="@+id/button"
android:layout_alignTop="@+id/main_clone_button"
android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true" />
+ android:layout_alignParentStart="true"
+ android:textSize="11sp" />
<Button
android:id="@+id/main_clone_button"
android:layout_width="wrap_content"
@@ -75,7 +76,8 @@
android:text="@string/clone"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
- android:layout_alignParentEnd="true" />
+ android:layout_alignParentEnd="true"
+ android:textSize="11sp" />
</RelativeLayout>