add image zoom label in string xml

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

Branch: refs/heads/master
Commit: f515d6212e372713f98c265aedd9afa178f41ce4
Parents: d8e6989
Author: Sagar <[email protected]>
Authored: Mon Jul 25 21:23:49 2016 +0530
Committer: Sagar <[email protected]>
Committed: Mon Jul 25 21:23:49 2016 +0530

----------------------------------------------------------------------
 app/src/main/AndroidManifest.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/f515d621/app/src/main/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 9007899..b3a3240 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -121,7 +121,7 @@ limitations under the License.
         </activity>
 
         <activity android:name=".ui.imagezoom.ImageZoomActivity"
-                  android:label="Image Zoom"
+                  android:label="@string/image_zoom"
                   android:exported="true"
                   />
     </application>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/f515d621/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 e53dc06..2270247 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -113,4 +113,5 @@ limitations under the License.
     <string name="no_internet">No Internet Connection</string>
     <string name="licence">Licence</string>
     <string name="no_favourite_workflow_found">No Favourite Workflow 
Found!!!</string>
+    <string name="image_zoom">Image Zoom</string>
 </resources>

Reply via email to