Merge "Allow QS details to scroll when the screen is really small" into nyc-dev
am: 10ea519
* commit '10ea519fa9dc31721dcf5974f423797cbbf8c80d':
Allow QS details to scroll when the screen is really small
Change-Id: I2be8b23ee3bf7ebee2b8d581b83853517edbac49
This commit is contained in:
@@ -44,11 +44,15 @@
|
|||||||
android:layout_height="wrap_content"
|
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:id="@android:id/content"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="wrap_content" />
|
||||||
android:layout_weight="1" />
|
</ScrollView>
|
||||||
|
|
||||||
<include layout="@layout/qs_detail_buttons" />
|
<include layout="@layout/qs_detail_buttons" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user