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:
committed by
Daniel Sandler
parent
534d644326
commit
798b35ac09
@@ -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" />
|
||||
|
Reference in New Issue
Block a user