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/07/13 14:54:31 UTC

[13/34] incubator-taverna-mobile git commit: changed title text colour to app blue theme so it appears well over the author image

changed title text colour to app blue theme so it appears well over the author image


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

Branch: refs/heads/master
Commit: 57164b1183f4d1bcb69e5818eba57f55d96c2c8f
Parents: e031e8f
Author: larrytech7 <la...@gmail.com>
Authored: Mon Jul 6 17:08:42 2015 +0100
Committer: larrytech7 <la...@gmail.com>
Committed: Mon Jul 6 17:08:42 2015 +0100

----------------------------------------------------------------------
 app/src/main/res/layout/workflow_item_layout.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/57164b11/app/src/main/res/layout/workflow_item_layout.xml
----------------------------------------------------------------------
diff --git a/app/src/main/res/layout/workflow_item_layout.xml b/app/src/main/res/layout/workflow_item_layout.xml
index 2a88905..d6c5724 100644
--- a/app/src/main/res/layout/workflow_item_layout.xml
+++ b/app/src/main/res/layout/workflow_item_layout.xml
@@ -77,7 +77,10 @@ limitations under the License.
                 android:layout_height="wrap_content"
                 android:textAppearance="?android:attr/textAppearanceLarge"
                 android:id="@+id/workflow_title"
-                android:hint="@string/wktitle" />
+                android:hint="@string/wktitle"
+                android:textColor="#33b5e5"
+                android:textColorHighlight="#33b5ee"
+                android:textColorHint="#33b5e5" />
 
             <TextView
                 android:layout_width="match_parent"