aboutsummaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorDavid Morrissey <davemorrissey@gmail.com>2014-05-26 22:24:35 +0100
committerDavid Morrissey <davemorrissey@gmail.com>2014-05-26 22:24:35 +0100
commit9d2fd61a9ea770e6816de061f8ff08809bc88fae (patch)
tree055508d8ba24a6990dad9810ca75e8056a84cd13 /sample
parent9efe3c828dc3d02bcdf963793fbfd2add5b6152c (diff)
downloadsubsampling-scale-image-view-9d2fd61a9ea770e6816de061f8ff08809bc88fae.tar.gz
Reverted wrongly committed file
Diffstat (limited to 'sample')
-rw-r--r--sample/res/layout/main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/res/layout/main.xml b/sample/res/layout/main.xml
index f878285..48d9fce 100644
--- a/sample/res/layout/main.xml
+++ b/sample/res/layout/main.xml
@@ -8,7 +8,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="match_parent" />
</RelativeLayout>