Repository: incubator-taverna-mobile Updated Branches: refs/heads/master cc142072c -> f515d6212
add zoom image activity layout 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/62587921 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/62587921 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/62587921 Branch: refs/heads/master Commit: 625879214928165ff6c1f29b8036731399deefce Parents: cc14207 Author: Sagar <[email protected]> Authored: Sat Jul 23 11:01:17 2016 +0530 Committer: Sagar <[email protected]> Committed: Sat Jul 23 11:01:17 2016 +0530 ---------------------------------------------------------------------- app/src/main/res/layout/activity_image_zoom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/62587921/app/src/main/res/layout/activity_image_zoom.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/layout/activity_image_zoom.xml b/app/src/main/res/layout/activity_image_zoom.xml new file mode 100644 index 0000000..6e5d034 --- /dev/null +++ b/app/src/main/res/layout/activity_image_zoom.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent"> + + <FrameLayout + android:id="@+id/frame_container" + android:layout_width="match_parent" + android:layout_height="match_parent"/> + + +</LinearLayout> \ No newline at end of file
