Fix font and display size settings pages for small screens.

am: 798b35ac09

Change-Id: I22f9c500152904bfc593e8c2907ecec7cf36d009
This commit is contained in:
Anna Galusza
2016-07-22 21:13:16 +00:00
committed by android-build-merger
3 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
<android.support.v4.view.ViewPager <android.support.v4.view.ViewPager
android:id="@+id/preview_pager" android:id="@+id/preview_pager"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="100dp"
android:layout_weight="1" android:layout_weight="1"
android:background="?android:attr/colorBackgroundFloating" android:background="?android:attr/colorBackgroundFloating"
android:contentDescription="@string/preview_pager_content_description" /> android:contentDescription="@string/preview_pager_content_description" />