Github user sagar15795 commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-mobile/pull/74#discussion_r184889080
--- Diff: app/src/main/res/layout/fragment_favourite_workflow_list.xml ---
@@ -37,13 +37,37 @@
android:layout_centerVertical="true"
android:visibility="visible"/>
+
+ <RelativeLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_centerVertical="true"
+ android:layout_centerHorizontal="true"
+ android:visibility="gone"
+ android:id="@+id/error_no_workflow"
--- End diff --
use camel case naming convention for id and correct name
---