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 2016/10/13 13:28:55 UTC

[04/10] incubator-taverna-mobile git commit: More text views for licence

More text views for licence


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

Branch: refs/heads/master
Commit: c395b8033967f3cc2d8992e6950a818c0b744bfe
Parents: b05192b
Author: Ian Dunlop <ia...@manchester.ac.uk>
Authored: Tue Oct 11 16:01:54 2016 +0100
Committer: Ian Dunlop <ia...@manchester.ac.uk>
Committed: Tue Oct 11 16:01:54 2016 +0100

----------------------------------------------------------------------
 app/src/main/res/layout/fragment_licence.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/c395b803/app/src/main/res/layout/fragment_licence.xml
----------------------------------------------------------------------
diff --git a/app/src/main/res/layout/fragment_licence.xml b/app/src/main/res/layout/fragment_licence.xml
index ba5b613..9813018 100644
--- a/app/src/main/res/layout/fragment_licence.xml
+++ b/app/src/main/res/layout/fragment_licence.xml
@@ -5,14 +5,19 @@
     android:orientation="horizontal">
 
     <TextView
-        android:id="@+id/id"
+        android:id="@+id/name"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_margin="@dimen/text_margin"
+        android:textAppearance="?attr/textAppearanceListItem" />
+    <TextView
+        android:id="@+id/version"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_margin="@dimen/text_margin"
         android:textAppearance="?attr/textAppearanceListItem" />
-
     <TextView
-        android:id="@+id/content"
+        android:id="@+id/licence"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_margin="@dimen/text_margin"