Github user sagar15795 commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-mobile/pull/91#discussion_r201679574
--- Diff: app/src/main/res/layout/fragment_detail_workflow.xml ---
@@ -102,7 +111,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@android:color/black"
-
android:textSize="@dimen/tv_uploader_name_text_size"/>
+
android:textSize="@dimen/tv_uploader_name_text_size"
+ android:layout_marginTop="4sp"/>
--- End diff --
use `4dp` in place of `4sp`. and also move it to `dimens.xml`
---