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/03 14:49:56 UTC

[46/50] [abbrv] incubator-taverna-mobile git commit: change player email hint

change player email hint


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

Branch: refs/heads/master
Commit: e1c3b3416cf2721932c0b29faa21558269ea3533
Parents: 6548591
Author: Sagar <ku...@gmail.com>
Authored: Wed Sep 28 16:00:54 2016 +0530
Committer: Sagar <ku...@gmail.com>
Committed: Wed Sep 28 16:00:54 2016 +0530

----------------------------------------------------------------------
 app/src/main/res/layout/fragment_player_login_layout.xml | 2 +-
 app/src/main/res/values/strings.xml                      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/e1c3b341/app/src/main/res/layout/fragment_player_login_layout.xml
----------------------------------------------------------------------
diff --git a/app/src/main/res/layout/fragment_player_login_layout.xml b/app/src/main/res/layout/fragment_player_login_layout.xml
index a6fbb9e..ea87d99 100644
--- a/app/src/main/res/layout/fragment_player_login_layout.xml
+++ b/app/src/main/res/layout/fragment_player_login_layout.xml
@@ -44,7 +44,7 @@ limitations under the License.
             android:id="@+id/etEmail"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            android:hint="@string/hint_email"
+            android:hint="@string/hint_email_player"
             android:inputType="textEmailAddress"
             android:singleLine="true"/>
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/e1c3b341/app/src/main/res/values/strings.xml
----------------------------------------------------------------------
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index f2a2a20..fea986f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -115,6 +115,7 @@ limitations under the License.
     <string name="no_favourite_workflow_found">No Favourite Workflow Found!!!</string>
     <string name="image_zoom">Image Zoom</string>
     <string name="hint_email">Email or Username</string>
+    <string name="hint_email_player">Email</string>
     <string name="hint_password">Password</string>
     <string name="login_button_description">Login Button</string>
     <string name="err_login_email">Enter valid email</string>