summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Heemin Seog <hseog@google.com> 2019-10-07 16:56:49 -0700
committer Heemin Seog <hseog@google.com> 2019-10-07 16:56:49 -0700
commitf6ee4c723da305fc9c14f8d6f98c1e52d76ce77c (patch)
tree108489a01c93574686eddc9ecdf1cdfa5888f59d
parentff3cf4315ac9c4364a05da2e61ad9caffff4ca45 (diff)
Fix the super_status_bar to be compatible
Phone system ui made some changes recently which require super_status_bar to be updated. Bug: 142274450 Test: manual (build, flash, no crashing) Change-Id: Icf1049d0264da57d435600d607c26a612fcaeb3b
-rw-r--r--packages/CarSystemUI/res/layout/super_status_bar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/CarSystemUI/res/layout/super_status_bar.xml b/packages/CarSystemUI/res/layout/super_status_bar.xml
index e1bcc2e5f86c..08d48bfb1230 100644
--- a/packages/CarSystemUI/res/layout/super_status_bar.xml
+++ b/packages/CarSystemUI/res/layout/super_status_bar.xml
@@ -93,7 +93,7 @@
android:layout_height="match_parent"
android:visibility="invisible"/>
- <include layout="@layout/status_bar_expanded"
+ <ViewStub android:id="@+id/status_bar_expanded"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="invisible"/>