aboutsummaryrefslogtreecommitdiff
path: root/sample/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sample/res/layout/main.xml')
-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>