Github user sagar15795 commented on a diff in the pull request:

    
https://github.com/apache/incubator-taverna-mobile/pull/74#discussion_r184943025
  
    --- 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"
    +        android:layout_marginBottom="@dimen/relative_layout_margin_bottom"
    +        >
    +
    +
    +        <ImageView
    +            android:id="@+id/star_icon"
    --- End diff --
    
    use proper prefix.


---

Reply via email to