Merge "Allow QS details to scroll when the screen is really small" into nyc-dev

This commit is contained in:
Jason Monk
2016-04-20 17:34:18 +00:00
committed by Android (Google) Code Review

View File

@@ -44,11 +44,15 @@
android:layout_height="wrap_content"
/>
<FrameLayout
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
<FrameLayout
android:id="@android:id/content"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
android:layout_height="wrap_content" />
</ScrollView>
<include layout="@layout/qs_detail_buttons" />