Update the initial expanded count for apps and notifications.

- increase it by 1 to accomodate the injected setting.

Change-Id: I0e131c87ffbf2b296b66717b2c6f160abb3b3269
Fixes: 77823915
Test: visual
This commit is contained in:
Doris Ling
2018-05-11 13:00:23 -07:00
parent d7ebfe3475
commit 362d783a17

View File

@@ -20,7 +20,8 @@
xmlns:settings="http://schemas.android.com/apk/res-auto" xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="apps_and_notification_screen" android:key="apps_and_notification_screen"
android:title="@string/app_and_notification_dashboard_title" android:title="@string/app_and_notification_dashboard_title"
settings:initialExpandedChildrenCount="7"> settings:initialExpandedChildrenCount="8">
<!-- the initial count should include the dynamic tiles -->
<PreferenceCategory <PreferenceCategory
android:key="recent_apps_category" android:key="recent_apps_category"