You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by sa...@apache.org on 2018/06/11 18:26:55 UTC

[1/2] incubator-taverna-mobile git commit: Fix: Minor theme enhancement

Repository: incubator-taverna-mobile
Updated Branches:
  refs/heads/master 87898736d -> 6d9962b94


Fix: Minor theme enhancement


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

Branch: refs/heads/master
Commit: 6b2cc1a97295c09918d4c9938ea84952cfcc8072
Parents: 0d46e6f
Author: Hitesh Gautam <ga...@gmail.com>
Authored: Sat Jun 9 04:19:03 2018 +0530
Committer: Hitesh Gautam <ga...@gmail.com>
Committed: Sat Jun 9 04:22:22 2018 +0530

----------------------------------------------------------------------
 app/src/main/res/layout/activity_detail_workflow.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/6b2cc1a9/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
index 2ee22c0..2edac67 100644
--- a/app/src/main/res/layout/activity_detail_workflow.xml
+++ b/app/src/main/res/layout/activity_detail_workflow.xml
@@ -20,13 +20,8 @@
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:orientation="vertical">
-    <android.support.v7.widget.Toolbar
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            android:id="@+id/toolbar"
-            android:background="?attr/colorPrimary"
-            android:layout_height="wrap_content"
-            android:layout_width="match_parent"
-            android:minHeight="?attr/actionBarSize"/>
+
+    <include layout="@layout/appbar"/>
 
     <FrameLayout
             android:id="@+id/frame_container"


[2/2] incubator-taverna-mobile git commit: This Close #80

Posted by sa...@apache.org.
This Close #80


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

Branch: refs/heads/master
Commit: 6d9962b9468bdc3b7bb2ae0a58f1a5a59d6d6ad9
Parents: 8789873 6b2cc1a
Author: Sagar <ku...@gmail.com>
Authored: Mon Jun 11 23:56:42 2018 +0530
Committer: Sagar <ku...@gmail.com>
Committed: Mon Jun 11 23:56:42 2018 +0530

----------------------------------------------------------------------
 app/src/main/res/layout/activity_detail_workflow.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------