Fix font and display size settings pages for small screens.

This was particularly broken in split-screen mode.

Bug: 29835212
Change-Id: I141f659e2d2d282d5af1ae97d6c798e53f71f766
diff --git a/res/layout-land/font_size_activity.xml b/res/layout-sw300dp-land/font_size_activity.xml
similarity index 100%
rename from res/layout-land/font_size_activity.xml
rename to res/layout-sw300dp-land/font_size_activity.xml
diff --git a/res/layout-land/screen_zoom_activity.xml b/res/layout-sw300dp-land/screen_zoom_activity.xml
similarity index 100%
rename from res/layout-land/screen_zoom_activity.xml
rename to res/layout-sw300dp-land/screen_zoom_activity.xml
diff --git a/res/layout/preview_seek_bar_view_pager.xml b/res/layout/preview_seek_bar_view_pager.xml
index 5524d8a..e5dfa94 100644
--- a/res/layout/preview_seek_bar_view_pager.xml
+++ b/res/layout/preview_seek_bar_view_pager.xml
@@ -25,7 +25,7 @@
     <android.support.v4.view.ViewPager
         android:id="@+id/preview_pager"
         android:layout_width="match_parent"
-        android:layout_height="0dp"
+        android:layout_height="100dp"
         android:layout_weight="1"
         android:background="?android:attr/colorBackgroundFloating"
         android:contentDescription="@string/preview_pager_content_description" />