add detail workflow activity layout

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/a20bf0b0
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/a20bf0b0
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/a20bf0b0

Branch: refs/heads/master
Commit: a20bf0b0072ac970e72abcdcf0d34b0591019fc5
Parents: 074b9da
Author: Sagar <[email protected]>
Authored: Fri Jul 1 10:54:27 2016 +0530
Committer: Sagar <[email protected]>
Committed: Fri Jul 1 10:54:27 2016 +0530

----------------------------------------------------------------------
 app/src/main/res/layout/activity_detail_workflow.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/a20bf0b0/app/src/main/res/layout/activity_detail_workflow.xml
----------------------------------------------------------------------
diff --git a/app/src/main/res/layout/activity_detail_workflow.xml 
b/app/src/main/res/layout/activity_detail_workflow.xml
new file mode 100644
index 0000000..39588ae
--- /dev/null
+++ b/app/src/main/res/layout/activity_detail_workflow.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+        xmlns:android="http://schemas.android.com/apk/res/android";
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:orientation="vertical">
+
+    <FrameLayout
+            android:id="@+id/frame_container"
+            android:layout_width="match_parent"
+            android:layout_height="match_parent"
+            />
+
+</LinearLayout>
\ No newline at end of file

Reply via email to