diff options
| -rw-r--r-- | packages/CarSystemUI/res/layout/super_status_bar.xml | 2 |
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"/> |