From 9c4d2f033d67e91b97206ae1fb0c6f1d47628c29 Mon Sep 17 00:00:00 2001 From: mcwilliams Date: Fri, 2 Mar 2018 00:01:13 +0000 Subject: [PATCH] Settings: app¬ification children count increase Sunshine is injecting App Usage stats into settings within Apps & Notifications. Increase the children count to accomodate the extra entity. Bug: 74066149 Test: make -j56 RunSettingsRoboTests Change-Id: I54ca06c942fbdf4e7451f6ed22f6f811b8a67747 --- res/xml/app_and_notification.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/app_and_notification.xml b/res/xml/app_and_notification.xml index 9fc29c3e83f..05739b877b2 100644 --- a/res/xml/app_and_notification.xml +++ b/res/xml/app_and_notification.xml @@ -20,7 +20,7 @@ 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="8"> + settings:initialExpandedChildrenCount="9">