add licence 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/0e59d8ec
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/0e59d8ec
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/0e59d8ec

Branch: refs/heads/master
Commit: 0e59d8ec5244a9be2e59600684db9ebb3eee0b2f
Parents: 59ba5d2
Author: Sagar <[email protected]>
Authored: Sat Jul 2 00:32:28 2016 +0530
Committer: Sagar <[email protected]>
Committed: Sat Jul 2 00:32:28 2016 +0530

----------------------------------------------------------------------
 .../layout/dialog_licence_detail_workflow.xml   | 55 ++++++++++++++++++++
 1 file changed, 55 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/0e59d8ec/app/src/main/res/layout/dialog_licence_detail_workflow.xml
----------------------------------------------------------------------
diff --git a/app/src/main/res/layout/dialog_licence_detail_workflow.xml 
b/app/src/main/res/layout/dialog_licence_detail_workflow.xml
new file mode 100644
index 0000000..641e61d
--- /dev/null
+++ b/app/src/main/res/layout/dialog_licence_detail_workflow.xml
@@ -0,0 +1,55 @@
+<?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"
+              android:paddingBottom="8dp"
+              android:paddingLeft="24dp"
+              android:paddingRight="24dp"
+              android:paddingTop="24dp">
+
+    <TextView
+            android:id="@+id/tvDialogTitle"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:paddingBottom="20dp"
+            android:text="Title"
+            android:textColor="@android:color/black"
+            android:textSize="20sp" />
+    <WebView
+            android:id="@+id/wvDialogText"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:layout_weight="1"/>
+
+    <RelativeLayout
+
+            android:id="@+id/RelativeLayout01"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:paddingBottom="8dp"
+            android:paddingTop="4dp">
+
+        <TextView
+                android:id="@+id/tvDialogDate"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:layout_alignParentLeft="true"
+                android:layout_alignParentStart="true"
+                android:text="Date"
+                android:textSize="15sp" />
+
+        <Button
+                android:id="@+id/bDialogOK"
+                android:layout_width="wrap_content"
+                android:layout_height="36dp"
+                android:layout_alignParentEnd="true"
+                android:layout_alignParentRight="true"
+                android:layout_below="@id/tvDialogDate"
+                android:layout_margin="8dp"
+                android:background="@drawable/dialog_button"
+                android:text="OK"
+                android:textColor="@color/colorPrimary" />
+    </RelativeLayout>
+
+</LinearLayout>

Reply via email to