From 362d783a17837fd50850c5af90cc1ebdbb22d375 Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Fri, 11 May 2018 13:00:23 -0700 Subject: [PATCH] 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 --- res/xml/app_and_notification.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/xml/app_and_notification.xml b/res/xml/app_and_notification.xml index e3319e9b235..53e575f6f9a 100644 --- a/res/xml/app_and_notification.xml +++ b/res/xml/app_and_notification.xml @@ -20,7 +20,8 @@ xmlns:settings="http://schemas.android.com/apk/res-auto" android:key="apps_and_notification_screen" android:title="@string/app_and_notification_dashboard_title" - settings:initialExpandedChildrenCount="7"> + settings:initialExpandedChildrenCount="8"> +