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/08/24 13:09:02 UTC

[23/38] incubator-taverna-mobile git commit: Adjusted workflow id and added desriptive text

Adjusted workflow id and added desriptive text


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

Branch: refs/heads/master
Commit: 106399b23a3bfb89d9ee167f7a3a4f40dbffda80
Parents: 09ea063
Author: larrytech7 <la...@gmail.com>
Authored: Thu Aug 13 14:58:28 2015 +0100
Committer: larrytech7 <la...@gmail.com>
Committed: Thu Aug 13 14:58:28 2015 +0100

----------------------------------------------------------------------
 app/src/main/res/layout/fragment_run_result.xml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/106399b2/app/src/main/res/layout/fragment_run_result.xml
----------------------------------------------------------------------
diff --git a/app/src/main/res/layout/fragment_run_result.xml b/app/src/main/res/layout/fragment_run_result.xml
index 856a778..78b3a0d 100644
--- a/app/src/main/res/layout/fragment_run_result.xml
+++ b/app/src/main/res/layout/fragment_run_result.xml
@@ -21,15 +21,30 @@
             android:id="@+id/textView_runName"
             android:layout_weight="2" />
 
+    </LinearLayout>
+
+    <LinearLayout
+        android:orientation="horizontal"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content">
+
+        <TextView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:textAppearance="?android:attr/textAppearanceMedium"
+            android:text="@string/runid_text"
+            android:id="@+id/textView24"
+            android:layout_weight="1" />
+
         <TextView
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:background="@drawable/round_shape"
             android:id="@+id/textview_runid"
             android:layout_gravity="left"
-            android:layout_weight="1"
             android:text="1"
             android:gravity="center" />
+
     </LinearLayout>
 
     <LinearLayout