You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by ia...@apache.org on 2015/06/10 16:07:12 UTC

[50/64] [abbrv] incubator-taverna-mobile git commit: Added material design and sample data for visualisation.

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/layout-xlarge-v4/fragment_login.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/layout-xlarge-v4/fragment_login.xml b/app/build/intermediates/res/debug/layout-xlarge-v4/fragment_login.xml
new file mode 100644
index 0000000..e55d1dd
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout-xlarge-v4/fragment_login.xml
@@ -0,0 +1,146 @@
+<!--
+Apache Taverna Mobile
+Copyright 2015 The Apache Software Foundation
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
+    android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
+    android:paddingRight="@dimen/activity_horizontal_margin"
+    android:paddingTop="@dimen/activity_vertical_margin"
+    android:paddingBottom="@dimen/activity_vertical_margin"
+    tools:context=".LoginActivity$PlaceholderFragment">
+
+    <ImageView
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:id="@+id/logo"
+        android:layout_alignParentTop="true"
+        android:layout_centerHorizontal="true"
+        android:src="@mipmap/ic_launcher"
+        android:elevation="5dp"
+        android:contentDescription="@string/brand" />
+
+    <TextView
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:text="@string/app_name"
+        android:id="@+id/textView3"
+        android:layout_below="@+id/logo"
+        android:layout_centerHorizontal="true"
+        android:layout_marginTop="42dp"
+        android:typeface="normal"
+        android:textSize="25sp" />
+
+    <LinearLayout
+        android:orientation="vertical"
+        android:layout_width="fill_parent"
+        android:layout_height="fill_parent"
+        android:layout_below="@+id/textView3"
+        android:layout_alignParentLeft="true"
+        android:layout_alignParentStart="true"
+
+        android:layout_marginEnd="150dp"
+        android:layout_marginRight="150dp"
+        android:layout_marginLeft="150dp"
+        android:layout_marginStart="150dp"
+        android:padding="20dp"
+        android:background="#fff"
+        android:id="@+id/loginlayout">
+
+        <TextView
+            android:layout_width="match_parent"
+            android:layout_height="45dp"
+            android:text="@string/Logininfo"
+            android:id="@+id/textView4"
+            android:textStyle="normal|bold|italic"
+            android:textSize="20sp"
+            android:layout_gravity="center"
+            android:layout_marginTop="20dp"
+            android:background="#E1E1E1"
+            android:textAlignment="center"
+            android:typeface="normal"
+            android:elevation="10dp"
+            android:ellipsize="middle" />
+
+        <TextView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:textAppearance="?android:attr/textAppearanceMedium"
+            android:text="@string/loginusername"
+            android:id="@+id/textView5"
+            android:layout_marginTop="10dp" />
+
+        <EditText
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:id="@+id/editTextUsername"
+            android:drawableStart="@android:drawable/sym_action_email"
+            android:drawableLeft="@android:drawable/sym_action_email"/>
+
+        <TextView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:textAppearance="?android:attr/textAppearanceMedium"
+            android:text="@string/loginpassword"
+            android:id="@+id/textView6"
+            android:layout_marginTop="10dp" />
+
+        <EditText
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:inputType="textPassword"
+            android:ems="10"
+            android:id="@+id/edittextPassword"
+            android:drawableStart="@android:drawable/ic_secure"
+            android:drawableLeft="@android:drawable/ic_secure"/>
+
+        <Button
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="@string/loginbutton"
+            android:id="@+id/loginbutton"
+            android:layout_gravity="center_horizontal"
+            android:background="#1F9FEA"
+            android:layout_marginTop="10dp"
+            android:drawableLeft="@android:drawable/ic_menu_set_as"
+            android:elevation="5dp" />
+
+        <LinearLayout
+            android:orientation="horizontal"
+            android:layout_width="match_parent"
+            android:layout_height="match_parent">
+
+            <TextView
+                android:layout_width="wrap_content"
+                android:layout_height="match_parent"
+                android:textAppearance="?android:attr/textAppearanceMedium"
+                android:text="@string/brand"
+                android:id="@+id/textView7"
+                android:paddingTop="20dp"
+                android:textSize="20sp" />
+
+            <ImageView
+                android:layout_width="match_parent"
+                android:layout_height="match_parent"
+                android:id="@+id/imageView3"
+                android:src="@mipmap/ic_poweredby" />
+        </LinearLayout>
+
+    </LinearLayout>
+</RelativeLayout>
+<!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/layout-xlarge/fragment_login.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/layout/activity_dashboard_main.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/layout/activity_dashboard_main.xml b/app/build/intermediates/res/debug/layout/activity_dashboard_main.xml
index 9d05bc8..9281c4b 100644
--- a/app/build/intermediates/res/debug/layout/activity_dashboard_main.xml
+++ b/app/build/intermediates/res/debug/layout/activity_dashboard_main.xml
@@ -35,7 +35,9 @@ limitations under the License.
                 android:background="#33b5e5"
                 android:textColor="#fff"
                 android:paddingTop="4dp"
-                android:paddingBottom="4dp" />
+                android:paddingBottom="4dp"
+                android:elevation="@dimen/abc_action_bar_default_height_material"
+                />
             <FrameLayout
                 android:id="@+id/container"
                 android:layout_width="match_parent"

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/layout/fragment_item_grid.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/layout/fragment_item_grid.xml b/app/build/intermediates/res/debug/layout/fragment_item_grid.xml
index cdaa791..003bed5 100644
--- a/app/build/intermediates/res/debug/layout/fragment_item_grid.xml
+++ b/app/build/intermediates/res/debug/layout/fragment_item_grid.xml
@@ -4,11 +4,15 @@
     android:layout_height="match_parent"
     tools:context="org.apache.taverna.mobile.fragments.WorkflowItemFragment">
 
-    <GridView android:id="@android:id/list" android:layout_width="match_parent"
-        android:layout_height="match_parent" android:numColumns="2" />
+    <GridView android:id="@android:id/list"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:numColumns="2" />
 
-    <TextView android:id="@android:id/empty" android:layout_width="match_parent"
-        android:layout_height="match_parent" android:gravity="center" />
+    <TextView android:id="@android:id/empty"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:gravity="center" />
 
 </FrameLayout>
 <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/layout/fragment_item_grid.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/layout/fragment_item_list.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/layout/fragment_item_list.xml b/app/build/intermediates/res/debug/layout/fragment_item_list.xml
index 5d753b5..1e05aab 100644
--- a/app/build/intermediates/res/debug/layout/fragment_item_list.xml
+++ b/app/build/intermediates/res/debug/layout/fragment_item_list.xml
@@ -4,11 +4,23 @@
     android:layout_height="match_parent"
     tools:context="org.apache.taverna.mobile.fragments.WorkflowItemFragment">
 
-    <ListView android:id="@android:id/list" android:layout_width="match_parent"
-        android:layout_height="match_parent" />
+    <!--<ListView android:id="@android:id/list" android:layout_width="match_parent"-->
+        <!--android:layout_height="match_parent" />-->
+    <android.support.v7.widget.RecyclerView
+        xmlns:recycler_view="http://schemas.android.com/apk/res-auto"
+        android:id="@android:id/list"
+        android:theme="@style/Theme.AppCompat.Light"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:background="@color/button_material_light"
+        >
 
-    <TextView android:id="@android:id/empty" android:layout_width="match_parent"
-        android:layout_height="match_parent" android:gravity="center" />
+    </android.support.v7.widget.RecyclerView>
+
+    <TextView android:id="@android:id/empty"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:gravity="center" />
 
 </FrameLayout>
 <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/layout/fragment_item_list.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/layout/workflow_item_layout.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/layout/workflow_item_layout.xml b/app/build/intermediates/res/debug/layout/workflow_item_layout.xml
new file mode 100644
index 0000000..fc770ef
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/workflow_item_layout.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="utf-8"?>
+    <android.support.v7.widget.CardView
+        xmlns:android="http://schemas.android.com/apk/res/android"
+        xmlns:card_view="http://schemas.android.com/apk/res-auto"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        card_view:cardElevation="@dimen/abc_text_size_caption_material"
+        card_view:cardBackgroundColor="@color/background_floating_material_light"
+        card_view:cardCornerRadius="2dp"
+        card_view:paddingEnd="2dp"
+        card_view:paddingStart="2dp" >
+
+    <LinearLayout
+        android:orientation="vertical"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent">
+
+    <LinearLayout
+            android:id="@+id/wkll"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:orientation="horizontal">
+            <ImageView
+                android:id="@+id/author_profile_image"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:elevation="5dp"
+                android:src="@drawable/ic_userprofile"
+                android:background="@drawable/round_shape"/>
+            <LinearLayout
+                android:id="@+id/linearlayout_workflow_info"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:orientation="vertical">
+                <TextView
+                    android:id="@+id/workflow_author"
+                    android:layout_width="match_parent"
+                    android:layout_height="wrap_content"
+                    android:text="@string/workflow_authorhint"/>
+
+            </LinearLayout>
+
+    </LinearLayout>
+        <ImageView
+            android:id="@+id/workflow_image"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:src="@drawable/tavernalogo"
+            android:background="@color/highlighted_text_material_light"/>
+        <LinearLayout
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content">
+            <Button
+                android:id="@+id/button_view_workflow"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:textStyle="normal"
+                android:layout_weight="0.33"
+                android:background="#ccc"
+                style="android:buttonBarButtonStyle"
+                android:drawableLeft="@drawable/ic_viewworkflow"
+                android:text="@string/workflow_read"
+                />
+            <Button
+                android:id="@+id/button_download_workflow"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:textStyle="normal"
+                android:layout_weight="0.33"
+                android:background="#ccc"
+                style="android:buttonBarButtonStyle"
+                android:text="@string/workflow_download"
+                android:drawableLeft="@drawable/ic_downloadworkflow"
+                />
+            <Button
+                android:id="@+id/button_mark_workflow"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:textStyle="normal"
+                android:layout_weight="0.33"
+                android:background="#ccc"
+                android:text="@string/workflow_mark"
+                android:drawableLeft="@drawable/ic_markworkflow_selected"
+                style="android:buttonBarButtonStyle"/>
+            </LinearLayout>
+    </LinearLayout>
+
+ </android.support.v7.widget.CardView>
+<!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/layout/workflow_item_layout.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/layout/workflow_layout.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/layout/workflow_layout.xml b/app/build/intermediates/res/debug/layout/workflow_layout.xml
new file mode 100644
index 0000000..2f23970
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/workflow_layout.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical" android:layout_width="match_parent"
+    android:layout_height="match_parent">
+    <android.support.v7.widget.RecyclerView
+        xmlns:recycler_view="http://schemas.android.com/apk/res-auto"
+        android:id="@+id/recycler_list"
+        android:theme="@style/Theme.AppCompat.Light"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:background="@color/button_material_light"
+        >
+
+        </android.support.v7.widget.RecyclerView>
+</LinearLayout><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/layout/workflow_layout.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_downloadworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_downloadworkflow.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_downloadworkflow.png
new file mode 100644
index 0000000..2b29b22
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_downloadworkflow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_selected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_selected.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_selected.png
new file mode 100644
index 0000000..5aaa746
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_selected.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_unselected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_unselected.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_unselected.png
new file mode 100644
index 0000000..66b823d
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_unselected.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_openwk.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_openwk.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_openwk.png
index 78a0edf..6024710 100644
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_openwk.png and b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_openwk.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_viewworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_viewworkflow.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_viewworkflow.png
new file mode 100644
index 0000000..377bb47
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_viewworkflow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_downloadworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_downloadworkflow.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_downloadworkflow.png
new file mode 100644
index 0000000..d354713
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_downloadworkflow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_selected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_selected.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_selected.png
new file mode 100644
index 0000000..371ee6f
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_selected.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_unselected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_unselected.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_unselected.png
new file mode 100644
index 0000000..0ca8972
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_unselected.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_openwk.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_openwk.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_openwk.png
index 773e925..651f0cb 100644
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_openwk.png and b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_openwk.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_viewworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_viewworkflow.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_viewworkflow.png
new file mode 100644
index 0000000..562d1c2
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_viewworkflow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_downloadworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_downloadworkflow.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_downloadworkflow.png
new file mode 100644
index 0000000..d126630
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_downloadworkflow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_selected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_selected.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_selected.png
new file mode 100644
index 0000000..d8d75c2
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_selected.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_unselected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_unselected.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_unselected.png
new file mode 100644
index 0000000..89f3f1f
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_unselected.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_openwk.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_openwk.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_openwk.png
index 0dd5579..12cbbb3 100644
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_openwk.png and b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_openwk.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_viewworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_viewworkflow.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_viewworkflow.png
new file mode 100644
index 0000000..31bb35e
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_viewworkflow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_downloadworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_downloadworkflow.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_downloadworkflow.png
new file mode 100644
index 0000000..de5ee69
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_downloadworkflow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_selected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_selected.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_selected.png
new file mode 100644
index 0000000..b37c787
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_selected.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_unselected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_unselected.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_unselected.png
new file mode 100644
index 0000000..01c9903
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_unselected.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_openwk.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_openwk.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_openwk.png
index b4adf8b..af859a9 100644
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_openwk.png and b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_openwk.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_viewworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_viewworkflow.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_viewworkflow.png
new file mode 100644
index 0000000..3a1257a
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_viewworkflow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_downloadworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_downloadworkflow.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_downloadworkflow.png
new file mode 100644
index 0000000..1f17a1b
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_downloadworkflow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_selected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_selected.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_selected.png
new file mode 100644
index 0000000..ee46d39
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_selected.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_unselected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_unselected.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_unselected.png
new file mode 100644
index 0000000..1e05414
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_unselected.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_openwk.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_openwk.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_openwk.png
index a14da35..69db879 100644
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_openwk.png and b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_openwk.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_viewworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_viewworkflow.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_viewworkflow.png
new file mode 100644
index 0000000..b308764
Binary files /dev/null and b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_viewworkflow.png differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/res/debug/values/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values/values.xml b/app/build/intermediates/res/debug/values/values.xml
index a36c6cd..c44a637 100644
--- a/app/build/intermediates/res/debug/values/values.xml
+++ b/app/build/intermediates/res/debug/values/values.xml
@@ -2,14 +2,15 @@
 <resources>
     <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/values/strings.xml -->
     <eat-comment/>
-    <array name="dr_menus">
-        <item>Usage</item>
-        <item>Quit</item>
-    </array>
     <string-array name="menus">
         <item>Usage</item>
         <item>Quit</item>
     </string-array>
+    <array name="workflow_info">
+        <item>Date Created</item>
+        <item>Date Modified</item>
+        <item>Date Last Run</item>
+    </array>
     <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values/values.xml -->
     <eat-comment/>
     <attr format="reference" name="drawerArrowStyle"/>
@@ -40,6 +41,14 @@
     <color name="bright_foreground_material_light">@android:color/black</color>
     <color name="button_material_dark">#ff5a595b</color>
     <color name="button_material_light">#ffd6d7d7</color>
+    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.0.0/res/values/values.xml -->
+    <eat-comment/>
+    <color name="cardview_dark_background">#FF202020</color>
+    <color name="cardview_light_background">#FFFAFAFA</color>
+    <color name="cardview_shadow_end_color">#03000000</color>
+    <color name="cardview_shadow_start_color">#37000000</color>
+    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values/values.xml -->
+    <eat-comment/>
     <color name="dim_foreground_disabled_material_dark">#80bebebe</color>
     <color name="dim_foreground_disabled_material_light">#80323232</color>
     <color name="dim_foreground_material_dark">#ffbebebe</color>
@@ -77,6 +86,7 @@
     <declare-styleable name="ActionMenuView"/>
     <declare-styleable name="ActionMode"><attr name="titleTextStyle"/><attr name="subtitleTextStyle"/><attr name="background"/><attr name="backgroundSplit"/><attr name="height"/><attr format="reference" name="closeItemLayout"/></declare-styleable>
     <declare-styleable name="ActivityChooserView"><attr format="string" name="initialActivityCount"/><attr format="reference" name="expandActivityOverflowButtonDrawable"/></declare-styleable>
+    <declare-styleable name="CardView"><attr format="color" name="cardBackgroundColor"/><attr format="dimension" name="cardCornerRadius"/><attr format="dimension" name="cardElevation"/><attr format="dimension" name="cardMaxElevation"/><attr format="boolean" name="cardUseCompatPadding"/><attr format="boolean" name="cardPreventCornerOverlap"/><attr format="dimension" name="contentPadding"/><attr format="dimension" name="contentPaddingLeft"/><attr format="dimension" name="contentPaddingRight"/><attr format="dimension" name="contentPaddingTop"/><attr format="dimension" name="contentPaddingBottom"/></declare-styleable>
     <declare-styleable name="CompatTextView"><attr format="reference|boolean" name="textAllCaps"/></declare-styleable>
     <declare-styleable name="DrawerArrowToggle"><attr format="color" name="color"/><attr format="boolean" name="spinBars"/><attr format="dimension" name="drawableSize"/><attr format="dimension" name="gapBetweenBars"/><attr format="dimension" name="topBottomBarArrowSize"/><attr format="dimension" name="middleBarArrowSize"/><attr format="dimension" name="barSize"/><attr format="dimension" name="thickness"/></declare-styleable>
     <declare-styleable name="LinearLayoutCompat"><attr name="android:orientation"/><attr name="android:gravity"/><attr name="android:baselineAligned"/><attr name="android:baselineAlignedChildIndex"/><attr name="android:weightSum"/><attr format="boolean" name="measureWithLargestChild"/><attr name="divider"/><attr name="showDividers"><flag name="none" value="0"/><flag name="beginning" value="1"/><flag name="middle" value="2"/><flag name="end" value="4"/></attr><attr format="dimension" name="dividerPadding"/></declare-styleable>
@@ -141,6 +151,11 @@
     <eat-comment/>
     <dimen name="activity_horizontal_margin">16dp</dimen>
     <dimen name="activity_vertical_margin">16dp</dimen>
+    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.0.0/res/values/values.xml -->
+    <eat-comment/>
+    <dimen name="cardview_compat_inset_shadow">1dp</dimen>
+    <dimen name="cardview_default_elevation">2dp</dimen>
+    <dimen name="cardview_default_radius">2dp</dimen>
     <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values/values.xml -->
     <eat-comment/>
     <item name="dialog_fixed_height_major" type="dimen">80%</item>
@@ -209,11 +224,15 @@
     <string name="title_about">About </string>
     <string name="title_activity_dashboard_main">Dashboard</string>
     <string name="title_activity_flash_screen">Taverna Mobile</string>
-    <string name="title_exit">Quit</string>
+    <string name="title_exit">Logout</string>
     <string name="title_explore">Workflows</string>
     <string name="title_favorite">Favorites</string>
     <string name="title_openworkflow">Open Workflow</string>
     <string name="title_usage">Usage</string>
+    <string name="workflow_authorhint">Workflow Author</string>
+    <string name="workflow_download">Download</string>
+    <string name="workflow_mark">Favorite</string>
+    <string name="workflow_read">View</string>
     <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values/values.xml -->
     <eat-comment/>
     <style name="Animation.AppCompat.DropDownUp" parent="Base.Animation.AppCompat.DropDownUp"/>
@@ -1077,6 +1096,24 @@
         <item name="android:scaleType">center</item>
         <item name="android:background">?attr/selectableItemBackground</item>
     </style>
+    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/cardview-v7/22.0.0/res/values/values.xml -->
+    <eat-comment/>
+    <style name="CardView">
+        <item name="cardBackgroundColor">@color/cardview_light_background</item>
+        <item name="cardCornerRadius">@dimen/cardview_default_radius</item>
+        <item name="cardElevation">@dimen/cardview_default_elevation</item>
+        <item name="cardMaxElevation">@dimen/cardview_default_elevation</item>
+        <item name="cardUseCompatPadding">false</item>
+        <item name="cardPreventCornerOverlap">true</item>
+    </style>
+    <style name="CardView.Dark">
+        <item name="cardBackgroundColor">@color/cardview_dark_background</item>
+    </style>
+    <style name="CardView.Light">
+        <item name="cardBackgroundColor">@color/cardview_light_background</item>
+    </style>
+    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values/values.xml -->
+    <eat-comment/>
     <style name="Platform.AppCompat" parent="android:Theme">
         <item name="android:windowNoTitle">true</item>
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/51a72771/app/build/intermediates/resources/resources-debug.ap_
----------------------------------------------------------------------
diff --git a/app/build/intermediates/resources/resources-debug.ap_ b/app/build/intermediates/resources/resources-debug.ap_
index e8e0a9e..c4db031 100644
Binary files a/app/build/intermediates/resources/resources-debug.ap_ and b/app/build/intermediates/resources/resources-debug.ap_ differ