Loading packages/SystemUI/res/layout/qs_detail.xml +7 −3 Original line number Diff line number Diff line Loading @@ -44,11 +44,15 @@ android:layout_height="wrap_content" /> <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" /> Loading Loading
packages/SystemUI/res/layout/qs_detail.xml +7 −3 Original line number Diff line number Diff line Loading @@ -44,11 +44,15 @@ android:layout_height="wrap_content" /> <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" /> Loading