Fix font and display size settings pages for small screens.

This was particularly broken in split-screen mode.

Bug: 29835212
Change-Id: I141f659e2d2d282d5af1ae97d6c798e53f71f766
This commit is contained in:
Anna Galusza
2016-07-14 17:10:35 -07:00
committed by Daniel Sandler
parent 534d644326
commit 798b35ac09
3 changed files with 1 additions and 1 deletions

View File

@@ -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" />