Github user sagar15795 commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-mobile/pull/64#discussion_r171312884
--- Diff: app/src/main/res/layout/fragment_login.xml ---
@@ -42,10 +44,11 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/logo"
+ android:typeface="serif"
android:layout_centerHorizontal="true"
- android:layout_marginTop="42dp"
+ android:layout_marginTop="12dp"
--- End diff --
move all margin, padding and text size to `dimens.xml`.
---