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 <larrya...@gmail.com>
Authored: Mon Jul 6 17:08:42 2015 +0100
Committer: larrytech7 <larrya...@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"

Reply via email to