diff options
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r-- | packages/SystemUI/res/layout/status_bar_expanded.xml | 4 | ||||
-rw-r--r-- | packages/SystemUI/res/layout/system_bar_notification_panel.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_expanded.xml b/packages/SystemUI/res/layout/status_bar_expanded.xml index bc144bb..4cff67b 100644 --- a/packages/SystemUI/res/layout/status_bar_expanded.xml +++ b/packages/SystemUI/res/layout/status_bar_expanded.xml @@ -48,7 +48,7 @@ android:id="@+id/latestItems" android:layout_width="match_parent" android:layout_height="wrap_content" - systemui:rowHeight="@dimen/notification_height" + systemui:rowHeight="@dimen/notification_row_min_height" /> </ScrollView> @@ -68,4 +68,4 @@ </com.android.systemui.statusbar.phone.CloseDragHandle> -</FrameLayout><!-- end of sliding panel -->
\ No newline at end of file +</FrameLayout><!-- end of sliding panel --> diff --git a/packages/SystemUI/res/layout/system_bar_notification_panel.xml b/packages/SystemUI/res/layout/system_bar_notification_panel.xml index 42af147..5579505 100644 --- a/packages/SystemUI/res/layout/system_bar_notification_panel.xml +++ b/packages/SystemUI/res/layout/system_bar_notification_panel.xml @@ -77,7 +77,7 @@ android:clickable="true" android:focusable="true" android:descendantFocusability="afterDescendants" - systemui:rowHeight="@dimen/notification_height" + systemui:rowHeight="@dimen/notification_row_min_height" /> </ScrollView> </LinearLayout> |